2022-05-18T04:43:56.4050076Z Requested labels: macos-11 2022-05-18T04:43:56.4050119Z Job defined at: pytorch/pytorch/.github/workflows/_mac-test.yml@refs/heads/master 2022-05-18T04:43:56.4050164Z Waiting for a runner to pick up this job... 2022-05-18T04:43:58.0467775Z Job is waiting for a hosted runner to come online. 2022-05-18T04:44:07.8433856Z Job is about to start running on the hosted runner: GitHub Actions 37 (hosted) 2022-05-18T04:44:10.0058750Z Current runner version: '2.291.1' 2022-05-18T04:44:10.0103430Z ##[group]Operating System 2022-05-18T04:44:10.0104320Z macOS 2022-05-18T04:44:10.0104690Z 11.6.5 2022-05-18T04:44:10.0105020Z 20G527 2022-05-18T04:44:10.0105330Z ##[endgroup] 2022-05-18T04:44:10.0105850Z ##[group]Virtual Environment 2022-05-18T04:44:10.0106340Z Environment: macos-11 2022-05-18T04:44:10.0106730Z Version: 20220508.1 2022-05-18T04:44:10.0107340Z Included Software: https://github.com/actions/virtual-environments/blob/macOS-11/20220508.1/images/macos/macos-11-Readme.md 2022-05-18T04:44:10.0108210Z Image Release: https://github.com/actions/virtual-environments/releases/tag/macOS-11%2F20220508.1 2022-05-18T04:44:10.0108760Z ##[endgroup] 2022-05-18T04:44:10.0109130Z ##[group]Virtual Environment Provisioner 2022-05-18T04:44:10.0109560Z 1.0.0.0-main-20220421-1 2022-05-18T04:44:10.0110060Z ##[endgroup] 2022-05-18T04:44:10.0111280Z ##[group]GITHUB_TOKEN Permissions 2022-05-18T04:44:10.0112170Z Actions: write 2022-05-18T04:44:10.0112870Z Checks: write 2022-05-18T04:44:10.0113360Z Contents: write 2022-05-18T04:44:10.0113700Z Deployments: write 2022-05-18T04:44:10.0114090Z Discussions: write 2022-05-18T04:44:10.0114540Z Issues: write 2022-05-18T04:44:10.0114930Z Metadata: read 2022-05-18T04:44:10.0115310Z Packages: write 2022-05-18T04:44:10.0115630Z Pages: write 2022-05-18T04:44:10.0116010Z PullRequests: write 2022-05-18T04:44:10.0116520Z RepositoryProjects: write 2022-05-18T04:44:10.0116980Z SecurityEvents: write 2022-05-18T04:44:10.0117370Z Statuses: write 2022-05-18T04:44:10.0117710Z ##[endgroup] 2022-05-18T04:44:10.0123140Z Secret source: Actions 2022-05-18T04:44:10.0123880Z Prepare workflow directory 2022-05-18T04:44:10.1955740Z Prepare all required actions 2022-05-18T04:44:10.2211600Z Getting action download info 2022-05-18T04:44:10.4972650Z Download action repository 'pytorch/pytorch@master' (SHA:7b8cf1f7366bff95e9954037a58a8bb0edaaebd3) 2022-05-18T04:44:50.7861350Z Download action repository 'conda-incubator/setup-miniconda@v2' (SHA:35d1405e78aa3f784fe3ce9a2eb378d5eeb62169) 2022-05-18T04:44:51.6690880Z Getting action download info 2022-05-18T04:44:51.8989220Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-05-18T04:44:53.4618330Z Getting action download info 2022-05-18T04:44:53.6619010Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-05-18T04:44:54.5024990Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-05-18T04:44:54.5025450Z with: 2022-05-18T04:44:54.5025740Z submodules: recursive 2022-05-18T04:44:54.5026230Z fetch-depth: 0 2022-05-18T04:44:54.5026510Z env: 2022-05-18T04:44:54.5026760Z IN_CI: 1 2022-05-18T04:44:54.5026980Z IS_GHA: 1 2022-05-18T04:44:54.5027420Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:44:54.5027760Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:44:54.5028090Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:44:54.5028430Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:44:54.5028940Z TEST_CONFIG: default 2022-05-18T04:44:54.5029190Z SHARD_NUMBER: 2 2022-05-18T04:44:54.5029450Z NUM_TEST_SHARDS: 2 2022-05-18T04:44:54.5029710Z PR_BODY: 2022-05-18T04:44:54.5029980Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:44:54.5030430Z ##[endgroup] 2022-05-18T04:44:54.5588660Z ##[group]Run echo "${GITHUB_WORKSPACE}" 2022-05-18T04:44:54.5589220Z echo "${GITHUB_WORKSPACE}" 2022-05-18T04:44:54.5589560Z if [ -z "${NO_SUDO}" ]; then 2022-05-18T04:44:54.5589840Z  sudo rm -rf "${GITHUB_WORKSPACE}" 2022-05-18T04:44:54.5590060Z else 2022-05-18T04:44:54.5590320Z  rm -rf "${GITHUB_WORKSPACE}" 2022-05-18T04:44:54.5590640Z fi 2022-05-18T04:44:54.5590930Z mkdir "${GITHUB_WORKSPACE}" 2022-05-18T04:44:54.5965810Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:44:54.5966170Z env: 2022-05-18T04:44:54.5966400Z IN_CI: 1 2022-05-18T04:44:54.5967540Z IS_GHA: 1 2022-05-18T04:44:54.5967820Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:44:54.5968120Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:44:54.5968410Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:44:54.5968740Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:44:54.5969650Z TEST_CONFIG: default 2022-05-18T04:44:54.5969940Z SHARD_NUMBER: 2 2022-05-18T04:44:54.5970190Z NUM_TEST_SHARDS: 2 2022-05-18T04:44:54.5970410Z PR_BODY: 2022-05-18T04:44:54.5970630Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:44:54.5970880Z NO_SUDO: 2022-05-18T04:44:54.5971120Z ##[endgroup] 2022-05-18T04:44:54.6685090Z /Users/runner/work/pytorch/pytorch 2022-05-18T04:44:54.7976530Z ##[group]Run malfet/checkout@silent-checkout 2022-05-18T04:44:54.7976850Z with: 2022-05-18T04:44:54.7977280Z ref: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:44:54.7977580Z fetch-depth: 0 2022-05-18T04:44:54.7977840Z submodules: recursive 2022-05-18T04:44:54.7978140Z quiet-checkout: true 2022-05-18T04:44:54.7978910Z repository: pytorch/pytorch 2022-05-18T04:44:54.7981040Z token: *** 2022-05-18T04:44:54.7981330Z ssh-strict: true 2022-05-18T04:44:54.7981650Z persist-credentials: true 2022-05-18T04:44:54.7981940Z clean: true 2022-05-18T04:44:54.7982180Z lfs: false 2022-05-18T04:44:54.7982430Z set-safe-directory: true 2022-05-18T04:44:54.7982990Z env: 2022-05-18T04:44:54.7983240Z IN_CI: 1 2022-05-18T04:44:54.7983480Z IS_GHA: 1 2022-05-18T04:44:54.7983750Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:44:54.7984060Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:44:54.7984360Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:44:54.7984670Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:44:54.7984950Z TEST_CONFIG: default 2022-05-18T04:44:54.7985220Z SHARD_NUMBER: 2 2022-05-18T04:44:54.7985460Z NUM_TEST_SHARDS: 2 2022-05-18T04:44:54.7985720Z PR_BODY: 2022-05-18T04:44:54.7985950Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:44:54.7986220Z ##[endgroup] 2022-05-18T04:44:56.8981310Z Syncing repository: pytorch/pytorch 2022-05-18T04:44:56.9086870Z ##[group]Getting Git version info 2022-05-18T04:44:56.9192100Z Working directory is '/Users/runner/work/pytorch/pytorch' 2022-05-18T04:44:56.9306960Z [command]/usr/local/bin/git version 2022-05-18T04:44:56.9407630Z git version 2.35.1 2022-05-18T04:44:56.9601160Z ##[endgroup] 2022-05-18T04:44:56.9791000Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/e9ce7c0c-aa4b-4443-b21f-4884477b4fc3/.gitconfig' 2022-05-18T04:44:56.9873720Z Temporarily overriding HOME='/Users/runner/work/_temp/e9ce7c0c-aa4b-4443-b21f-4884477b4fc3' before making global git config changes 2022-05-18T04:44:56.9954890Z Adding repository directory to the temporary git global config as a safe directory 2022-05-18T04:44:57.0024320Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pytorch/pytorch 2022-05-18T04:44:57.0188800Z Deleting the contents of '/Users/runner/work/pytorch/pytorch' 2022-05-18T04:44:57.0258300Z ##[group]Initializing the repository 2022-05-18T04:44:57.0337500Z [command]/usr/local/bin/git init /Users/runner/work/pytorch/pytorch 2022-05-18T04:44:57.0417870Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-05-18T04:44:57.0514760Z hint: is subject to change. To configure the initial branch name to use in all 2022-05-18T04:44:57.0616220Z hint: of your new repositories, which will suppress this warning, call: 2022-05-18T04:44:57.0717430Z hint: 2022-05-18T04:44:57.0819150Z hint: git config --global init.defaultBranch 2022-05-18T04:44:57.0908310Z hint: 2022-05-18T04:44:57.1009880Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-05-18T04:44:57.1066220Z hint: 'development'. The just-created branch can be renamed via this command: 2022-05-18T04:44:57.1167520Z hint: 2022-05-18T04:44:57.1243170Z hint: git branch -m 2022-05-18T04:44:57.1328860Z Initialized empty Git repository in /Users/runner/work/pytorch/pytorch/.git/ 2022-05-18T04:44:57.1431140Z [command]/usr/local/bin/git remote add origin https://github.com/pytorch/pytorch 2022-05-18T04:44:57.1531680Z ##[endgroup] 2022-05-18T04:44:57.1635040Z ##[group]Disabling automatic garbage collection 2022-05-18T04:44:57.1737150Z [command]/usr/local/bin/git config --local gc.auto 0 2022-05-18T04:44:57.1831330Z ##[endgroup] 2022-05-18T04:44:57.1878600Z ##[group]Setting up auth 2022-05-18T04:44:57.1923030Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-05-18T04:44:57.1946340Z [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:57.2734030Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T04:44:57.2931690Z [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:57.4581960Z [command]/usr/local/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-05-18T04:44:57.4684910Z ##[endgroup] 2022-05-18T04:44:57.4786580Z ##[group]Fetching the repository 2022-05-18T04:44:57.4888500Z [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:46:12.8467280Z [command]/usr/local/bin/git rev-parse --verify --quiet 3b2375291aab7b48442f2e6fb1ef66cebc761e24^{object} 2022-05-18T04:46:12.8698720Z 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:46:12.8714460Z ##[endgroup] 2022-05-18T04:46:12.8715040Z ##[group]Determining the checkout info 2022-05-18T04:46:12.8716610Z ##[endgroup] 2022-05-18T04:46:12.8717770Z ##[group]Checking out the ref 2022-05-18T04:46:12.8727360Z [command]/usr/local/bin/git checkout --quiet --force 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T04:46:28.6556860Z ##[endgroup] 2022-05-18T04:46:28.6656750Z ##[group]Setting up auth for fetching submodules 2022-05-18T04:46:28.6711850Z [command]/usr/local/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-05-18T04:46:28.7758080Z [command]/usr/local/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-05-18T04:46:28.7885160Z [command]/usr/local/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-05-18T04:46:28.8017230Z [command]/usr/local/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-05-18T04:46:28.8208580Z ##[endgroup] 2022-05-18T04:46:28.8310640Z ##[group]Fetching submodules 2022-05-18T04:46:28.8356690Z [command]/usr/local/bin/git submodule sync --recursive 2022-05-18T04:46:28.9865070Z [command]/usr/local/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-05-18T04:46:29.1558120Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-05-18T04:46:29.1628160Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-05-18T04:46:29.1739920Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-05-18T04:46:29.1811150Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-05-18T04:46:29.1908460Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-05-18T04:46:29.1990490Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-05-18T04:46:29.2043450Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-05-18T04:46:29.2098830Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-05-18T04:46:29.2153610Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-05-18T04:46:29.2177580Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-05-18T04:46:29.2215160Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-05-18T04:46:29.2257910Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-05-18T04:46:29.2284690Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-05-18T04:46:29.2316360Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-05-18T04:46:29.2406970Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-05-18T04:46:29.2456680Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:46:29.2494640Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-05-18T04:46:29.2522870Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-05-18T04:46:29.2555030Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-05-18T04:46:29.2579170Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-05-18T04:46:29.2599960Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-05-18T04:46:29.2620880Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-05-18T04:46:29.2643070Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-05-18T04:46:29.2665790Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-05-18T04:46:29.2696210Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-05-18T04:46:29.2719820Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-05-18T04:46:29.2753080Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-05-18T04:46:29.2779790Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-05-18T04:46:29.2806190Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-05-18T04:46:29.2838490Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-05-18T04:46:29.2865420Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-05-18T04:46:29.2913690Z Submodule 'third_party/python-peachpy' (https://github.com/Maratyszcza/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-05-18T04:46:29.2953830Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-05-18T04:46:29.2981450Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-05-18T04:46:29.3012270Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-05-18T04:46:29.3044240Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-05-18T04:46:29.3082580Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-05-18T04:46:29.3376560Z Cloning into '/Users/runner/work/pytorch/pytorch/android/libs/fbjni'... 2022-05-18T04:46:30.0479750Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/FP16'... 2022-05-18T04:46:30.8389250Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/FXdiv'... 2022-05-18T04:46:31.4672290Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/NNPACK'... 2022-05-18T04:46:32.2868420Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/QNNPACK'... 2022-05-18T04:46:32.9802620Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/XNNPACK'... 2022-05-18T04:46:43.2346600Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/benchmark'... 2022-05-18T04:46:46.6709010Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/cpuinfo'... 2022-05-18T04:46:50.9040540Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/cub'... 2022-05-18T04:46:54.4498300Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-05-18T04:46:57.2068830Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/eigen'... 2022-05-18T04:47:06.0125140Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/fbgemm'... 2022-05-18T04:47:07.0045750Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/flatbuffers'... 2022-05-18T04:47:08.8564970Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/fmt'... 2022-05-18T04:47:10.4616400Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/foxi'... 2022-05-18T04:47:11.0310460Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-05-18T04:47:11.8536100Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/gloo'... 2022-05-18T04:47:12.5812240Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/googletest'... 2022-05-18T04:47:14.1285410Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/ideep'... 2022-05-18T04:47:14.9133020Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/ios-cmake'... 2022-05-18T04:47:15.5806180Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/kineto'... 2022-05-18T04:47:17.8341810Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/nccl/nccl'... 2022-05-18T04:47:18.6331890Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/neon2sse'... 2022-05-18T04:47:19.3848380Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx'... 2022-05-18T04:47:21.2321990Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-05-18T04:47:22.0333910Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/pocketfft'... 2022-05-18T04:47:22.6421030Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/protobuf'... 2022-05-18T04:47:28.4163660Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/psimd'... 2022-05-18T04:47:29.0420790Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/pthreadpool'... 2022-05-18T04:47:29.6745570Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/pybind11'... 2022-05-18T04:47:31.3808900Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/python-enum'... 2022-05-18T04:47:31.9631060Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/python-peachpy'... 2022-05-18T04:47:32.6700320Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/python-six'... 2022-05-18T04:47:33.3533900Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/sleef'... 2022-05-18T04:47:35.1700100Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tbb'... 2022-05-18T04:47:37.7905840Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe'... 2022-05-18T04:47:38.6659210Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/zstd'... 2022-05-18T04:47:41.5250290Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-05-18T04:47:41.7096180Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-05-18T04:47:41.8858250Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-05-18T04:47:42.1096450Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-05-18T04:47:42.3065530Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-05-18T04:47:54.0034450Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-05-18T04:47:54.2780440Z Submodule path 'third_party/benchmark': checked out 'e991355c02b93fe17713efe04cbc2e278e00fdbd' 2022-05-18T04:47:55.1556040Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-05-18T04:47:55.3361200Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-05-18T04:47:56.6352960Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-05-18T04:47:57.4768760Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-05-18T04:47:58.0310290Z Submodule path 'third_party/fbgemm': checked out '2e9be65810107a9595da717f95d21924b73be833' 2022-05-18T04:47:58.1016590Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:47:58.1099040Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:47:58.1184040Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:47:58.1479220Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-05-18T04:47:59.6954310Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-05-18T04:48:00.7779100Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-05-18T04:48:02.8764030Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out '8b35b4cffb62ecb58a903bf91cb7537d7a672211' 2022-05-18T04:48:03.7697680Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-05-18T04:48:04.0906310Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-05-18T04:48:06.0887430Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-05-18T04:48:06.3337870Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-05-18T04:48:06.4618210Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-05-18T04:48:06.7191900Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-05-18T04:48:07.1029340Z Submodule path 'third_party/gloo': checked out 'c22a5cfba94edf8ea4f53a174d38aa0c629d070f' 2022-05-18T04:48:07.4739570Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-05-18T04:48:07.6377610Z Submodule path 'third_party/ideep': checked out '02b17c5748c9349dcc586c359af800c684d9b1ab' 2022-05-18T04:48:07.6734960Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-05-18T04:48:07.7220730Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-05-18T04:48:22.3255810Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-05-18T04:48:22.3657180Z 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:48:22.4016930Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-05-18T04:48:34.1369000Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-05-18T04:48:34.2666140Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-05-18T04:48:34.5418380Z Submodule path 'third_party/kineto': checked out 'b2b48c00c6e5bd8e807e2231adb229db6a1d1c22' 2022-05-18T04:48:34.5764690Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:48:34.5858100Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:48:34.6100280Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-05-18T04:48:36.9856010Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-05-18T04:48:39.5268590Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-05-18T04:48:39.8068600Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-05-18T04:48:40.0364520Z Submodule path 'third_party/nccl/nccl': checked out '7e515921295adaab72adf56ea71a0fafb0ecb5f3' 2022-05-18T04:48:40.1668990Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-05-18T04:48:42.8294780Z Submodule path 'third_party/onnx': checked out '96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c' 2022-05-18T04:48:42.8845220Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-05-18T04:48:42.9486470Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-05-18T04:48:43.0582940Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-05-18T04:48:44.0714450Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-05-18T04:48:45.6874560Z Submodule path 'third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T04:48:45.9688030Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '59a2ac2745d8a57ac94c6accced73620d59fb844' 2022-05-18T04:48:46.0884870Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-05-18T04:48:46.1244580Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:48:46.1823770Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-05-18T04:48:52.8031100Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-05-18T04:48:52.8351880Z 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:48:52.8368330Z 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:48:52.8616600Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-05-18T04:48:53.7417450Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-05-18T04:48:55.5180730Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-05-18T04:48:55.8259970Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-05-18T04:48:55.8523890Z 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:48:55.8756380Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-05-18T04:48:56.6963700Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T04:48:56.8020050Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-05-18T04:48:58.3834330Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-05-18T04:48:58.4166250Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:48:58.4187720Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-05-18T04:48:58.4653760Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-05-18T04:48:59.5738550Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-05-18T04:49:01.3108370Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-05-18T04:49:01.5843590Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-05-18T04:49:01.6997290Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-05-18T04:49:01.7969440Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-05-18T04:49:01.9527630Z Submodule path 'third_party/pybind11': checked out '8de7772cc72daca8e947b79b83fea46214931604' 2022-05-18T04:49:02.1129170Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-05-18T04:49:02.2679210Z Submodule path 'third_party/python-peachpy': checked out '07d8fde8ac45d7705129475c0f94ed8925b93473' 2022-05-18T04:49:02.3956760Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-05-18T04:49:02.7902590Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-05-18T04:49:04.1651500Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-05-18T04:49:04.3424110Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-05-18T04:49:04.3670600Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:49:04.3686480Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:49:04.3705590Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:49:04.3722540Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:49:04.3978610Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-05-18T04:49:06.3239880Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-05-18T04:49:07.1598210Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-05-18T04:49:09.4165570Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-05-18T04:49:11.3458430Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-05-18T04:49:11.5330800Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-05-18T04:49:11.9943970Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-05-18T04:49:12.3509710Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-05-18T04:49:12.5332410Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:49:12.5817860Z Cloning into '/Users/runner/work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-05-18T04:49:13.2939740Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-05-18T04:49:13.8417520Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-05-18T04:49:13.9114600Z [command]/usr/local/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-05-18T04:49:14.0839630Z Entering 'android/libs/fbjni' 2022-05-18T04:49:14.1134710Z Entering 'third_party/FP16' 2022-05-18T04:49:14.1437940Z Entering 'third_party/FXdiv' 2022-05-18T04:49:14.1757010Z Entering 'third_party/NNPACK' 2022-05-18T04:49:14.2045290Z Entering 'third_party/QNNPACK' 2022-05-18T04:49:14.2404090Z Entering 'third_party/XNNPACK' 2022-05-18T04:49:14.2702170Z Entering 'third_party/benchmark' 2022-05-18T04:49:14.3101050Z Entering 'third_party/cpuinfo' 2022-05-18T04:49:14.3408170Z Entering 'third_party/cub' 2022-05-18T04:49:14.3733520Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:49:14.4061440Z Entering 'third_party/eigen' 2022-05-18T04:49:14.4400320Z Entering 'third_party/fbgemm' 2022-05-18T04:49:14.4786050Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:49:14.5245990Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:49:14.5559090Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:49:14.5879040Z Entering 'third_party/flatbuffers' 2022-05-18T04:49:14.6331130Z Entering 'third_party/fmt' 2022-05-18T04:49:14.6727780Z Entering 'third_party/foxi' 2022-05-18T04:49:14.7030080Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:49:14.7491890Z Entering 'third_party/gloo' 2022-05-18T04:49:14.7796340Z Entering 'third_party/googletest' 2022-05-18T04:49:14.8128100Z Entering 'third_party/ideep' 2022-05-18T04:49:14.8466540Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:49:14.8769630Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:49:14.9262860Z Entering 'third_party/ios-cmake' 2022-05-18T04:49:15.5266970Z Entering 'third_party/kineto' 2022-05-18T04:49:15.5733740Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:49:15.5998350Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:49:15.6671910Z Entering 'third_party/nccl/nccl' 2022-05-18T04:49:15.6974510Z Entering 'third_party/neon2sse' 2022-05-18T04:49:15.7268260Z Entering 'third_party/onnx' 2022-05-18T04:49:15.7670620Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:49:15.7973750Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:49:15.8276310Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:49:15.8873340Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:49:15.9321060Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:49:15.9609720Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:49:15.9986890Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:49:16.0259900Z Entering 'third_party/pocketfft' 2022-05-18T04:49:16.0714320Z Entering 'third_party/protobuf' 2022-05-18T04:49:16.0906070Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:49:16.1209240Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:49:16.1574880Z Entering 'third_party/psimd' 2022-05-18T04:49:16.1859960Z Entering 'third_party/pthreadpool' 2022-05-18T04:49:16.2162120Z Entering 'third_party/pybind11' 2022-05-18T04:49:16.2519330Z Entering 'third_party/python-enum' 2022-05-18T04:49:16.2819490Z Entering 'third_party/python-peachpy' 2022-05-18T04:49:16.3207170Z Entering 'third_party/python-six' 2022-05-18T04:49:16.3506070Z Entering 'third_party/sleef' 2022-05-18T04:49:16.3782520Z Entering 'third_party/tbb' 2022-05-18T04:49:16.4178980Z Entering 'third_party/tensorpipe' 2022-05-18T04:49:16.4524410Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:49:16.4840630Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:49:16.5135390Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:49:16.5419280Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:49:16.5762380Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:49:16.5984730Z Entering 'third_party/zstd' 2022-05-18T04:49:16.6386100Z ##[endgroup] 2022-05-18T04:49:16.6488580Z ##[group]Persisting credentials for submodules 2022-05-18T04:49:16.6590420Z [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:49:16.7983090Z Entering 'android/libs/fbjni' 2022-05-18T04:49:16.8263950Z Entering 'third_party/FP16' 2022-05-18T04:49:16.8537360Z Entering 'third_party/FXdiv' 2022-05-18T04:49:16.8839710Z Entering 'third_party/NNPACK' 2022-05-18T04:49:16.9141910Z Entering 'third_party/QNNPACK' 2022-05-18T04:49:16.9343740Z Entering 'third_party/XNNPACK' 2022-05-18T04:49:16.9678810Z Entering 'third_party/benchmark' 2022-05-18T04:49:16.9981600Z Entering 'third_party/cpuinfo' 2022-05-18T04:49:17.0173050Z Entering 'third_party/cub' 2022-05-18T04:49:17.0475860Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:49:17.0771510Z Entering 'third_party/eigen' 2022-05-18T04:49:17.1054560Z Entering 'third_party/fbgemm' 2022-05-18T04:49:17.1356150Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:49:17.1593980Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:49:17.1860340Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:49:17.2161890Z Entering 'third_party/flatbuffers' 2022-05-18T04:49:17.2463200Z Entering 'third_party/fmt' 2022-05-18T04:49:17.2765370Z Entering 'third_party/foxi' 2022-05-18T04:49:17.2965780Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:49:17.3328020Z Entering 'third_party/gloo' 2022-05-18T04:49:17.3528790Z Entering 'third_party/googletest' 2022-05-18T04:49:17.3829430Z Entering 'third_party/ideep' 2022-05-18T04:49:17.4130550Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:49:17.4353380Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:49:17.4703570Z Entering 'third_party/ios-cmake' 2022-05-18T04:49:17.5005080Z Entering 'third_party/kineto' 2022-05-18T04:49:17.5205600Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:49:17.5482560Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:49:17.5746490Z Entering 'third_party/nccl/nccl' 2022-05-18T04:49:17.6048110Z Entering 'third_party/neon2sse' 2022-05-18T04:49:17.6348960Z Entering 'third_party/onnx' 2022-05-18T04:49:17.6720090Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:49:17.6921810Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:49:17.7222620Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:49:17.7523640Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:49:17.7819280Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:49:17.8110800Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:49:17.8302320Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:49:17.8635530Z Entering 'third_party/pocketfft' 2022-05-18T04:49:17.8885870Z Entering 'third_party/protobuf' 2022-05-18T04:49:17.9193840Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:49:17.9451260Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:49:17.9778370Z Entering 'third_party/psimd' 2022-05-18T04:49:18.0045370Z Entering 'third_party/pthreadpool' 2022-05-18T04:49:18.0349000Z Entering 'third_party/pybind11' 2022-05-18T04:49:18.0615850Z Entering 'third_party/python-enum' 2022-05-18T04:49:18.0884310Z Entering 'third_party/python-peachpy' 2022-05-18T04:49:18.1165930Z Entering 'third_party/python-six' 2022-05-18T04:49:18.1459810Z Entering 'third_party/sleef' 2022-05-18T04:49:18.1760760Z Entering 'third_party/tbb' 2022-05-18T04:49:18.2063700Z Entering 'third_party/tensorpipe' 2022-05-18T04:49:18.2265820Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:49:18.2566810Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:49:18.2823200Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:49:18.3095590Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:49:18.3397860Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:49:18.3673150Z Entering 'third_party/zstd' 2022-05-18T04:49:18.4001870Z [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:49:18.5743330Z Entering 'android/libs/fbjni' 2022-05-18T04:49:18.5946800Z file:/Users/runner/work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-05-18T04:49:18.6048280Z Entering 'third_party/FP16' 2022-05-18T04:49:18.6340080Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-05-18T04:49:18.6405490Z Entering 'third_party/FXdiv' 2022-05-18T04:49:18.6748390Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-05-18T04:49:18.6849650Z Entering 'third_party/NNPACK' 2022-05-18T04:49:18.7150500Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-05-18T04:49:18.7251110Z Entering 'third_party/QNNPACK' 2022-05-18T04:49:18.7451910Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-05-18T04:49:18.7652320Z Entering 'third_party/XNNPACK' 2022-05-18T04:49:18.7852690Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-05-18T04:49:18.7952940Z Entering 'third_party/benchmark' 2022-05-18T04:49:18.8332800Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:49:18.8433250Z Entering 'third_party/cpuinfo' 2022-05-18T04:49:18.8629730Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T04:49:18.8710810Z Entering 'third_party/cub' 2022-05-18T04:49:18.9006600Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-05-18T04:49:18.9108540Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:49:18.9404030Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-05-18T04:49:18.9505570Z Entering 'third_party/eigen' 2022-05-18T04:49:18.9804080Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-05-18T04:49:18.9899210Z Entering 'third_party/fbgemm' 2022-05-18T04:49:19.0195110Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-05-18T04:49:19.0297310Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:49:19.0587010Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-05-18T04:49:19.0679010Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:49:19.0880370Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-05-18T04:49:19.0980800Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:49:19.1274540Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:49:19.1374740Z Entering 'third_party/flatbuffers' 2022-05-18T04:49:19.1652040Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-05-18T04:49:19.1753750Z Entering 'third_party/fmt' 2022-05-18T04:49:19.2046520Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-05-18T04:49:19.2134470Z Entering 'third_party/foxi' 2022-05-18T04:49:19.2417090Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-05-18T04:49:19.2517760Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:49:19.2818760Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-05-18T04:49:19.2881390Z Entering 'third_party/gloo' 2022-05-18T04:49:19.3182140Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-05-18T04:49:19.3282750Z Entering 'third_party/googletest' 2022-05-18T04:49:19.3575720Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:49:19.3677450Z Entering 'third_party/ideep' 2022-05-18T04:49:19.3954010Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-05-18T04:49:19.4055210Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:49:19.4338360Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-05-18T04:49:19.4438400Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:49:19.4730330Z 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:49:19.4830350Z Entering 'third_party/ios-cmake' 2022-05-18T04:49:19.5131620Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-05-18T04:49:19.5232660Z Entering 'third_party/kineto' 2022-05-18T04:49:19.5481840Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-05-18T04:49:19.5573000Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:49:19.5848100Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-05-18T04:49:19.6042270Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:49:19.6337580Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-05-18T04:49:19.6438350Z Entering 'third_party/nccl/nccl' 2022-05-18T04:49:19.6638940Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-05-18T04:49:19.6802320Z Entering 'third_party/neon2sse' 2022-05-18T04:49:19.7127900Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-05-18T04:49:19.7233350Z Entering 'third_party/onnx' 2022-05-18T04:49:19.7541270Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-05-18T04:49:19.7642940Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:49:19.8065880Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:49:19.8166430Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:49:19.8444560Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:49:19.8547160Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:49:19.8829300Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-05-18T04:49:19.8929990Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:49:19.9241620Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-05-18T04:49:19.9343550Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:49:19.9650380Z 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:49:19.9757990Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:49:20.0112050Z 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:49:20.0213890Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:49:20.0414920Z 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:49:20.0512960Z Entering 'third_party/pocketfft' 2022-05-18T04:49:20.0800660Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-05-18T04:49:20.0996390Z Entering 'third_party/protobuf' 2022-05-18T04:49:20.1192260Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-05-18T04:49:20.1376900Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:49:20.1680050Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-05-18T04:49:20.1786820Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:49:20.2030190Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:49:20.2232450Z Entering 'third_party/psimd' 2022-05-18T04:49:20.2434080Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-05-18T04:49:20.2636600Z Entering 'third_party/pthreadpool' 2022-05-18T04:49:20.2838270Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-05-18T04:49:20.2937330Z Entering 'third_party/pybind11' 2022-05-18T04:49:20.3237950Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:49:20.3334040Z Entering 'third_party/python-enum' 2022-05-18T04:49:20.3628240Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-05-18T04:49:20.3729900Z Entering 'third_party/python-peachpy' 2022-05-18T04:49:20.4013860Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-05-18T04:49:20.4097350Z Entering 'third_party/python-six' 2022-05-18T04:49:20.4393050Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-05-18T04:49:20.4494880Z Entering 'third_party/sleef' 2022-05-18T04:49:20.4789260Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-05-18T04:49:20.4890750Z Entering 'third_party/tbb' 2022-05-18T04:49:20.5192530Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-05-18T04:49:20.5294110Z Entering 'third_party/tensorpipe' 2022-05-18T04:49:20.5595950Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-05-18T04:49:20.5697580Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:49:20.5993990Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-05-18T04:49:20.6095600Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:49:20.6397520Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-05-18T04:49:20.6488630Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:49:20.6793050Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-05-18T04:49:20.6888960Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:49:20.7088690Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-05-18T04:49:20.7188530Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:49:20.7489930Z 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:49:20.7586600Z Entering 'third_party/zstd' 2022-05-18T04:49:20.7889190Z file:/Users/runner/work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-05-18T04:49:21.3783890Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-05-18T04:49:21.3884080Z Entering 'android/libs/fbjni' 2022-05-18T04:49:21.3961350Z Entering 'third_party/FP16' 2022-05-18T04:49:21.4063120Z Entering 'third_party/FXdiv' 2022-05-18T04:49:21.4163660Z Entering 'third_party/NNPACK' 2022-05-18T04:49:21.4263870Z Entering 'third_party/QNNPACK' 2022-05-18T04:49:21.4361180Z Entering 'third_party/XNNPACK' 2022-05-18T04:49:21.4460120Z Entering 'third_party/benchmark' 2022-05-18T04:49:21.4556690Z Entering 'third_party/cpuinfo' 2022-05-18T04:49:21.4640270Z Entering 'third_party/cub' 2022-05-18T04:49:21.4741960Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:49:21.4842500Z Entering 'third_party/eigen' 2022-05-18T04:49:21.4944240Z Entering 'third_party/fbgemm' 2022-05-18T04:49:21.5044800Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:49:21.5083070Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:49:21.5183980Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:49:21.5647710Z Entering 'third_party/flatbuffers' 2022-05-18T04:49:21.5947490Z Entering 'third_party/fmt' 2022-05-18T04:49:21.6354710Z Entering 'third_party/foxi' 2022-05-18T04:49:21.6656200Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:49:21.6957070Z Entering 'third_party/gloo' 2022-05-18T04:49:21.7258020Z Entering 'third_party/googletest' 2022-05-18T04:49:21.7560220Z Entering 'third_party/ideep' 2022-05-18T04:49:21.7856170Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:49:21.8239090Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:49:21.8541600Z Entering 'third_party/ios-cmake' 2022-05-18T04:49:21.9023720Z Entering 'third_party/kineto' 2022-05-18T04:49:21.9326210Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:49:21.9627420Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:49:21.9926140Z Entering 'third_party/nccl/nccl' 2022-05-18T04:49:22.0216360Z Entering 'third_party/neon2sse' 2022-05-18T04:49:22.0618500Z Entering 'third_party/onnx' 2022-05-18T04:49:22.0919400Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:49:22.1217440Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:49:22.1484840Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:49:22.1781190Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:49:22.2168160Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:49:22.2470480Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:49:22.2772920Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:49:22.3074080Z Entering 'third_party/pocketfft' 2022-05-18T04:49:22.3375070Z Entering 'third_party/protobuf' 2022-05-18T04:49:22.3675970Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:49:22.3971400Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:49:22.4347690Z Entering 'third_party/psimd' 2022-05-18T04:49:22.4649820Z Entering 'third_party/pthreadpool' 2022-05-18T04:49:22.4936910Z Entering 'third_party/pybind11' 2022-05-18T04:49:22.5339760Z Entering 'third_party/python-enum' 2022-05-18T04:49:22.5640730Z Entering 'third_party/python-peachpy' 2022-05-18T04:49:22.5941980Z Entering 'third_party/python-six' 2022-05-18T04:49:22.6248130Z Entering 'third_party/sleef' 2022-05-18T04:49:22.6549680Z Entering 'third_party/tbb' 2022-05-18T04:49:22.6851300Z Entering 'third_party/tensorpipe' 2022-05-18T04:49:22.7135900Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:49:22.7438560Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:49:22.7840090Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:49:22.8134100Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:49:22.8436480Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:49:22.8737420Z Entering 'third_party/zstd' 2022-05-18T04:49:22.9038450Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-05-18T04:49:23.0741730Z Entering 'android/libs/fbjni' 2022-05-18T04:49:23.1037420Z Entering 'third_party/FP16' 2022-05-18T04:49:23.1327660Z Entering 'third_party/FXdiv' 2022-05-18T04:49:23.1628840Z Entering 'third_party/NNPACK' 2022-05-18T04:49:23.1903260Z Entering 'third_party/QNNPACK' 2022-05-18T04:49:23.2198870Z Entering 'third_party/XNNPACK' 2022-05-18T04:49:23.2600160Z Entering 'third_party/benchmark' 2022-05-18T04:49:23.2893100Z Entering 'third_party/cpuinfo' 2022-05-18T04:49:23.3195790Z Entering 'third_party/cub' 2022-05-18T04:49:23.3502130Z Entering 'third_party/cudnn_frontend' 2022-05-18T04:49:23.3803870Z Entering 'third_party/eigen' 2022-05-18T04:49:23.4104260Z Entering 'third_party/fbgemm' 2022-05-18T04:49:23.4405610Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T04:49:23.4684150Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T04:49:23.4987400Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T04:49:23.5287470Z Entering 'third_party/flatbuffers' 2022-05-18T04:49:23.5581700Z Entering 'third_party/fmt' 2022-05-18T04:49:23.5877970Z Entering 'third_party/foxi' 2022-05-18T04:49:23.6180560Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T04:49:23.6558720Z Entering 'third_party/gloo' 2022-05-18T04:49:23.6859290Z Entering 'third_party/googletest' 2022-05-18T04:49:23.7160190Z Entering 'third_party/ideep' 2022-05-18T04:49:23.7436820Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T04:49:23.7795480Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T04:49:23.8097140Z Entering 'third_party/ios-cmake' 2022-05-18T04:49:23.8398470Z Entering 'third_party/kineto' 2022-05-18T04:49:23.8711000Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T04:49:23.9013500Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T04:49:23.9314730Z Entering 'third_party/nccl/nccl' 2022-05-18T04:49:23.9615950Z Entering 'third_party/neon2sse' 2022-05-18T04:49:23.9900210Z Entering 'third_party/onnx' 2022-05-18T04:49:24.0195100Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T04:49:24.0496360Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T04:49:24.0798100Z Entering 'third_party/onnx-tensorrt' 2022-05-18T04:49:24.1098900Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T04:49:24.1401320Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T04:49:24.1702270Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T04:49:24.2003390Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T04:49:24.2303960Z Entering 'third_party/pocketfft' 2022-05-18T04:49:24.2606160Z Entering 'third_party/protobuf' 2022-05-18T04:49:24.2886030Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T04:49:24.3188630Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T04:49:24.3443230Z Entering 'third_party/psimd' 2022-05-18T04:49:24.3745610Z Entering 'third_party/pthreadpool' 2022-05-18T04:49:24.4046290Z Entering 'third_party/pybind11' 2022-05-18T04:49:24.4340250Z Entering 'third_party/python-enum' 2022-05-18T04:49:24.4642620Z Entering 'third_party/python-peachpy' 2022-05-18T04:49:24.4930400Z Entering 'third_party/python-six' 2022-05-18T04:49:24.5221900Z Entering 'third_party/sleef' 2022-05-18T04:49:24.5497280Z Entering 'third_party/tbb' 2022-05-18T04:49:24.5886580Z Entering 'third_party/tensorpipe' 2022-05-18T04:49:24.6080810Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T04:49:24.6464200Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T04:49:24.6765590Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T04:49:24.7167000Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T04:49:24.7568360Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T04:49:24.7869130Z Entering 'third_party/zstd' 2022-05-18T04:49:24.8158210Z ##[endgroup] 2022-05-18T04:49:24.8458620Z [command]/usr/local/bin/git log -1 --format='%H' 2022-05-18T04:49:24.8690840Z '3b2375291aab7b48442f2e6fb1ef66cebc761e24' 2022-05-18T04:49:24.9116000Z Prepare all required actions 2022-05-18T04:49:24.9119750Z Getting action download info 2022-05-18T04:49:25.3741240Z Download action repository 'seemethere/download-artifact-s3@v3' (SHA:64048a097659c8ca71ceacbb3c01cee9ed6f1b05) 2022-05-18T04:49:26.3847050Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-05-18T04:49:28.5528470Z ##[group]Run ./.github/actions/download-build-artifacts 2022-05-18T04:49:28.5529050Z with: 2022-05-18T04:49:28.5529300Z name: macos-11-py3-x86-64 2022-05-18T04:49:28.5529740Z use-gha: true 2022-05-18T04:49:28.5529960Z env: 2022-05-18T04:49:28.5530180Z IN_CI: 1 2022-05-18T04:49:28.5530410Z IS_GHA: 1 2022-05-18T04:49:28.5530850Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:49:28.5531180Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:49:28.5531460Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:49:28.5531780Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:49:28.5532300Z TEST_CONFIG: default 2022-05-18T04:49:28.5532570Z SHARD_NUMBER: 2 2022-05-18T04:49:28.5532810Z NUM_TEST_SHARDS: 2 2022-05-18T04:49:28.5533060Z PR_BODY: 2022-05-18T04:49:28.5533480Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:49:28.5534000Z ##[endgroup] 2022-05-18T04:49:28.5605570Z ##[group]Run actions/download-artifact@v2 2022-05-18T04:49:28.5606060Z with: 2022-05-18T04:49:28.5606350Z name: macos-11-py3-x86-64 2022-05-18T04:49:28.5606620Z env: 2022-05-18T04:49:28.5606820Z IN_CI: 1 2022-05-18T04:49:28.5607050Z IS_GHA: 1 2022-05-18T04:49:28.5607470Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:49:28.5607780Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:49:28.5608100Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:49:28.5608420Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:49:28.5608820Z TEST_CONFIG: default 2022-05-18T04:49:28.5609090Z SHARD_NUMBER: 2 2022-05-18T04:49:28.5609350Z NUM_TEST_SHARDS: 2 2022-05-18T04:49:28.5609600Z PR_BODY: 2022-05-18T04:49:28.5610010Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:49:28.5610270Z ##[endgroup] 2022-05-18T04:49:29.8965840Z Starting download for macos-11-py3-x86-64 2022-05-18T04:49:30.1312280Z Directory structure has been setup for the artifact 2022-05-18T04:49:30.1391310Z Total number of files that will be downloaded: 1 2022-05-18T04:49:31.2190520Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-05-18T04:49:32.3071570Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-05-18T04:49:33.7327670Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-05-18T04:49:34.3185560Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-05-18T04:49:35.3147880Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-05-18T04:49:35.9168460Z Artifact macos-11-py3-x86-64 was downloaded to /Users/runner/work/pytorch/pytorch 2022-05-18T04:49:35.9381090Z Artifact download has finished successfully 2022-05-18T04:49:35.9490580Z ##[group]Run unzip -o artifacts.zip 2022-05-18T04:49:35.9490940Z unzip -o artifacts.zip 2022-05-18T04:49:35.9800930Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:49:35.9801280Z env: 2022-05-18T04:49:35.9801510Z IN_CI: 1 2022-05-18T04:49:35.9801750Z IS_GHA: 1 2022-05-18T04:49:35.9802180Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:49:35.9802490Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:49:35.9802800Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:49:35.9803090Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:49:35.9803550Z TEST_CONFIG: default 2022-05-18T04:49:35.9804050Z SHARD_NUMBER: 2 2022-05-18T04:49:35.9804310Z NUM_TEST_SHARDS: 2 2022-05-18T04:49:35.9804820Z PR_BODY: 2022-05-18T04:49:35.9805070Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:49:35.9805530Z ##[endgroup] 2022-05-18T04:49:36.0675070Z Archive: artifacts.zip 2022-05-18T04:49:36.0774910Z creating: dist/ 2022-05-18T04:49:38.2735700Z inflating: dist/torch-1.12.0a0+git3b23752-cp38-cp38-macosx_10_11_x86_64.whl 2022-05-18T04:49:38.2871350Z ##[group]Run df -H 2022-05-18T04:49:38.2872450Z df -H 2022-05-18T04:49:38.3177880Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T04:49:38.3178260Z env: 2022-05-18T04:49:38.3178620Z IN_CI: 1 2022-05-18T04:49:38.3178870Z IS_GHA: 1 2022-05-18T04:49:38.3179370Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:49:38.3179690Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:49:38.3180000Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:49:38.3180530Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:49:38.3180960Z TEST_CONFIG: default 2022-05-18T04:49:38.3181220Z SHARD_NUMBER: 2 2022-05-18T04:49:38.3204800Z NUM_TEST_SHARDS: 2 2022-05-18T04:49:38.3205680Z PR_BODY: 2022-05-18T04:49:38.3206050Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:49:38.3206320Z ##[endgroup] 2022-05-18T04:49:38.3732690Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2022-05-18T04:49:38.3733850Z /dev/disk1s5s1 408G 15G 168G 9% 553785 3981986615 0% / 2022-05-18T04:49:38.3734840Z devfs 188k 188k 0B 100% 636 0 100% /dev 2022-05-18T04:49:38.3735720Z /dev/disk1s4 408G 1.1M 168G 1% 3 3982540397 0% /System/Volumes/VM 2022-05-18T04:49:38.3738050Z /dev/disk1s2 408G 529M 168G 1% 2677 3982537723 0% /System/Volumes/Preboot 2022-05-18T04:49:38.3739080Z /dev/disk1s6 408G 4.2M 168G 1% 19 3982540381 0% /System/Volumes/Update 2022-05-18T04:49:38.3739860Z /dev/disk1s1 408G 224G 168G 58% 5607407 3976932993 0% /System/Volumes/Data 2022-05-18T04:49:38.3740280Z map auto_home 0B 0B 0B 100% 0 0 100% /System/Volumes/Data/home 2022-05-18T04:49:38.3854950Z ##[group]Run conda-incubator/setup-miniconda@v2 2022-05-18T04:49:38.3855340Z with: 2022-05-18T04:49:38.3855590Z auto-update-conda: true 2022-05-18T04:49:38.3855870Z python-version: 3.8 2022-05-18T04:49:38.3856130Z activate-environment: build 2022-05-18T04:49:38.3856600Z auto-activate-base: true 2022-05-18T04:49:38.3856890Z remove-profiles: true 2022-05-18T04:49:38.3857160Z architecture: x64 2022-05-18T04:49:38.3857450Z clean-patched-environment-file: true 2022-05-18T04:49:38.3857890Z env: 2022-05-18T04:49:38.3858090Z IN_CI: 1 2022-05-18T04:49:38.3858320Z IS_GHA: 1 2022-05-18T04:49:38.3858570Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:49:38.3859010Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:49:38.3859800Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:49:38.3860090Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:49:38.3860380Z TEST_CONFIG: default 2022-05-18T04:49:38.3860630Z SHARD_NUMBER: 2 2022-05-18T04:49:38.3861110Z NUM_TEST_SHARDS: 2 2022-05-18T04:49:38.3861370Z PR_BODY: 2022-05-18T04:49:38.3861600Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:49:38.3861870Z ##[endgroup] 2022-05-18T04:49:38.5154660Z ##[group]Gathering Inputs... 2022-05-18T04:49:38.5172450Z ##[endgroup] 2022-05-18T04:49:38.5176780Z ##[group]Creating bootstrap condarc file in /Users/runner/.condarc... 2022-05-18T04:49:38.5195000Z ##[endgroup] 2022-05-18T04:49:38.5195550Z ##[group]Ensuring installer... 2022-05-18T04:49:38.5197520Z Can we use bundled Miniconda? 2022-05-18T04:49:38.5200610Z ... will use bundled Miniconda. 2022-05-18T04:49:38.5202270Z ##[endgroup] 2022-05-18T04:49:38.5204940Z ##[group]Setup environment variables... 2022-05-18T04:49:38.5207280Z Add "/usr/local/miniconda/condabin" to PATH 2022-05-18T04:49:38.5215790Z ##[endgroup] 2022-05-18T04:49:38.5216300Z ##[group]Parsing environment... 2022-05-18T04:49:38.5218690Z ##[endgroup] 2022-05-18T04:49:38.5219250Z ##[group]Configuring conda package cache... 2022-05-18T04:49:38.5297360Z [command]/usr/local/miniconda/condabin/conda config --add pkgs_dirs /Users/runner/conda_pkgs_dir 2022-05-18T04:49:39.7574430Z ##[endgroup] 2022-05-18T04:49:39.7676890Z ##[group]Applying initial configuration... 2022-05-18T04:49:39.7776140Z auto_activate_base: true 2022-05-18T04:49:39.7876890Z [command]/usr/local/miniconda/condabin/conda config --set auto_activate_base true 2022-05-18T04:49:40.1612850Z auto_update_conda: true 2022-05-18T04:49:40.1714630Z [command]/usr/local/miniconda/condabin/conda config --set auto_update_conda true 2022-05-18T04:49:40.6005640Z always_yes: true 2022-05-18T04:49:40.6058980Z [command]/usr/local/miniconda/condabin/conda config --set always_yes true 2022-05-18T04:49:40.8648930Z changeps1: false 2022-05-18T04:49:40.8750830Z [command]/usr/local/miniconda/condabin/conda config --set changeps1 false 2022-05-18T04:49:41.0949870Z [command]/usr/local/miniconda/condabin/conda config --show-sources 2022-05-18T04:49:41.2964070Z ==> /Users/runner/.condarc <== 2022-05-18T04:49:41.3065710Z auto_update_conda: True 2022-05-18T04:49:41.3167000Z auto_activate_base: True 2022-05-18T04:49:41.3269900Z notify_outdated_conda: False 2022-05-18T04:49:41.3371660Z changeps1: False 2022-05-18T04:49:41.3472850Z pkgs_dirs: 2022-05-18T04:49:41.3574360Z - /Users/runner/conda_pkgs_dir 2022-05-18T04:49:41.3675970Z always_yes: True 2022-05-18T04:49:41.3776860Z 2022-05-18T04:49:41.3878670Z [command]/usr/local/miniconda/condabin/conda config --show 2022-05-18T04:49:42.2031130Z add_anaconda_token: True 2022-05-18T04:49:42.2132700Z add_pip_as_python_dependency: True 2022-05-18T04:49:42.2234160Z aggressive_update_packages: 2022-05-18T04:49:42.2335920Z - ca-certificates 2022-05-18T04:49:42.2437510Z - certifi 2022-05-18T04:49:42.2539140Z - openssl 2022-05-18T04:49:42.2640620Z allow_conda_downgrades: False 2022-05-18T04:49:42.2742170Z allow_cycles: True 2022-05-18T04:49:42.2843540Z allow_non_channel_urls: False 2022-05-18T04:49:42.2904510Z allow_softlinks: False 2022-05-18T04:49:42.2985460Z always_copy: False 2022-05-18T04:49:42.3021450Z always_softlink: False 2022-05-18T04:49:42.3076460Z always_yes: True 2022-05-18T04:49:42.3177730Z anaconda_upload: None 2022-05-18T04:49:42.3269390Z auto_activate_base: True 2022-05-18T04:49:42.3329150Z auto_stack: 0 2022-05-18T04:49:42.3348800Z auto_update_conda: True 2022-05-18T04:49:42.3425080Z bld_path: 2022-05-18T04:49:42.3486500Z changeps1: False 2022-05-18T04:49:42.3524120Z channel_alias: https://conda.anaconda.org 2022-05-18T04:49:42.3571140Z channel_priority: flexible 2022-05-18T04:49:42.3609660Z channels: 2022-05-18T04:49:42.3654280Z - defaults 2022-05-18T04:49:42.3718820Z client_ssl_cert: None 2022-05-18T04:49:42.3749180Z client_ssl_cert_key: None 2022-05-18T04:49:42.3769990Z clobber: False 2022-05-18T04:49:42.3780090Z conda_build: {} 2022-05-18T04:49:42.3798290Z create_default_packages: [] 2022-05-18T04:49:42.3880930Z croot: /usr/local/miniconda/conda-bld 2022-05-18T04:49:42.3897320Z custom_channels: 2022-05-18T04:49:42.3908800Z pkgs/main: https://repo.anaconda.com 2022-05-18T04:49:42.3911850Z pkgs/r: https://repo.anaconda.com 2022-05-18T04:49:42.3912700Z pkgs/pro: https://repo.anaconda.com 2022-05-18T04:49:42.3913430Z custom_multichannels: 2022-05-18T04:49:42.3914170Z defaults: 2022-05-18T04:49:42.3915750Z - https://repo.anaconda.com/pkgs/main 2022-05-18T04:49:42.3918310Z - https://repo.anaconda.com/pkgs/r 2022-05-18T04:49:42.3919110Z local: 2022-05-18T04:49:42.3919800Z debug: False 2022-05-18T04:49:42.3946540Z default_channels: 2022-05-18T04:49:42.3947870Z - https://repo.anaconda.com/pkgs/main 2022-05-18T04:49:42.3948850Z - https://repo.anaconda.com/pkgs/r 2022-05-18T04:49:42.3949590Z default_python: 3.9 2022-05-18T04:49:42.3950290Z default_threads: None 2022-05-18T04:49:42.3954850Z deps_modifier: not_set 2022-05-18T04:49:42.3955680Z dev: False 2022-05-18T04:49:42.3956390Z disallowed_packages: [] 2022-05-18T04:49:42.3957110Z download_only: False 2022-05-18T04:49:42.3957760Z dry_run: False 2022-05-18T04:49:42.3958670Z enable_private_envs: False 2022-05-18T04:49:42.3959410Z env_prompt: ({default_env}) 2022-05-18T04:49:42.3960120Z envs_dirs: 2022-05-18T04:49:42.3961010Z - /usr/local/miniconda/envs 2022-05-18T04:49:42.3962070Z - /Users/runner/.conda/envs 2022-05-18T04:49:42.3963040Z error_upload_url: https://conda.io/conda-post/unexpected-error 2022-05-18T04:49:42.3963970Z execute_threads: 1 2022-05-18T04:49:42.3966290Z extra_safety_checks: False 2022-05-18T04:49:42.3967170Z force: False 2022-05-18T04:49:42.3967920Z force_32bit: False 2022-05-18T04:49:42.3968620Z force_reinstall: False 2022-05-18T04:49:42.3969440Z force_remove: False 2022-05-18T04:49:42.3970220Z ignore_pinned: False 2022-05-18T04:49:42.3970990Z json: False 2022-05-18T04:49:42.3971690Z local_repodata_ttl: 1 2022-05-18T04:49:42.3972420Z migrated_channel_aliases: [] 2022-05-18T04:49:42.3973130Z migrated_custom_channels: {} 2022-05-18T04:49:42.3974050Z non_admin_enabled: True 2022-05-18T04:49:42.3974760Z notify_outdated_conda: False 2022-05-18T04:49:42.3975470Z offline: False 2022-05-18T04:49:42.3976190Z override_channels_enabled: True 2022-05-18T04:49:42.3977120Z path_conflict: clobber 2022-05-18T04:49:42.3977770Z pinned_packages: [] 2022-05-18T04:49:42.3978570Z pip_interop_enabled: False 2022-05-18T04:49:42.3979270Z pkgs_dirs: 2022-05-18T04:49:42.3980340Z - /Users/runner/conda_pkgs_dir 2022-05-18T04:49:42.3982060Z proxy_servers: {} 2022-05-18T04:49:42.3982770Z quiet: False 2022-05-18T04:49:42.3984290Z remote_backoff_factor: 1 2022-05-18T04:49:42.3985160Z remote_connect_timeout_secs: 9.15 2022-05-18T04:49:42.3985780Z remote_max_retries: 3 2022-05-18T04:49:42.3987170Z remote_read_timeout_secs: 60.0 2022-05-18T04:49:42.3988570Z repodata_fns: 2022-05-18T04:49:42.3989490Z - current_repodata.json 2022-05-18T04:49:42.3990280Z - repodata.json 2022-05-18T04:49:42.3990930Z repodata_threads: None 2022-05-18T04:49:42.3991530Z report_errors: None 2022-05-18T04:49:42.3992070Z restore_free_channel: False 2022-05-18T04:49:42.3993090Z rollback_enabled: True 2022-05-18T04:49:42.3994370Z root_prefix: /usr/local/miniconda 2022-05-18T04:49:42.3997030Z safety_checks: warn 2022-05-18T04:49:42.3997800Z sat_solver: pycosat 2022-05-18T04:49:42.3999130Z separate_format_cache: False 2022-05-18T04:49:42.4000450Z shortcuts: True 2022-05-18T04:49:42.4001040Z show_channel_urls: None 2022-05-18T04:49:42.4001710Z signing_metadata_url_base: None 2022-05-18T04:49:42.4002790Z solver_ignore_timestamps: False 2022-05-18T04:49:42.4003520Z ssl_verify: True 2022-05-18T04:49:42.4004950Z subdir: osx-64 2022-05-18T04:49:42.4006210Z subdirs: 2022-05-18T04:49:42.4007150Z - osx-64 2022-05-18T04:49:42.4007890Z - noarch 2022-05-18T04:49:42.4008560Z target_prefix_override: 2022-05-18T04:49:42.4009500Z track_features: [] 2022-05-18T04:49:42.4010170Z unsatisfiable_hints: True 2022-05-18T04:49:42.4011440Z unsatisfiable_hints_check_depth: 2 2022-05-18T04:49:42.4012100Z update_modifier: update_specs 2022-05-18T04:49:42.4012740Z use_index_cache: False 2022-05-18T04:49:42.4013500Z use_local: False 2022-05-18T04:49:42.4014510Z use_only_tar_bz2: False 2022-05-18T04:49:42.4015100Z verbosity: 0 2022-05-18T04:49:42.4015860Z verify_threads: 1 2022-05-18T04:49:42.4016530Z whitelist_channels: [] 2022-05-18T04:49:42.4018020Z ##[endgroup] 2022-05-18T04:49:42.4018640Z ##[group]Initializing conda shell integration... 2022-05-18T04:49:42.4019600Z Fixing conda folders ownership 2022-05-18T04:49:42.4020590Z [command]/usr/bin/sudo chown -R runner:staff /usr/local/miniconda 2022-05-18T04:49:46.2843510Z Removing "/Users/runner/.bashrc" 2022-05-18T04:49:46.2944820Z Removing "/Users/runner/.bash_profile" 2022-05-18T04:49:46.3046110Z [command]/usr/local/miniconda/condabin/conda init --all 2022-05-18T04:49:49.3870660Z no change /usr/local/miniconda/condabin/conda 2022-05-18T04:49:49.3972150Z no change /usr/local/miniconda/bin/conda 2022-05-18T04:49:49.4073990Z no change /usr/local/miniconda/bin/conda-env 2022-05-18T04:49:49.4175480Z no change /usr/local/miniconda/bin/activate 2022-05-18T04:49:49.4275460Z no change /usr/local/miniconda/bin/deactivate 2022-05-18T04:49:49.4290140Z no change /usr/local/miniconda/etc/profile.d/conda.sh 2022-05-18T04:49:49.4391020Z no change /usr/local/miniconda/etc/fish/conf.d/conda.fish 2022-05-18T04:49:49.4492380Z no change /usr/local/miniconda/shell/condabin/Conda.psm1 2022-05-18T04:49:49.4594170Z no change /usr/local/miniconda/shell/condabin/conda-hook.ps1 2022-05-18T04:49:49.4695440Z no change /usr/local/miniconda/lib/python3.9/site-packages/xontrib/conda.xsh 2022-05-18T04:49:49.4795870Z no change /usr/local/miniconda/etc/profile.d/conda.csh 2022-05-18T04:49:49.4895340Z modified /Users/runner/.bash_profile 2022-05-18T04:49:49.4996780Z modified /Users/runner/.zshrc 2022-05-18T04:49:49.5097960Z modified /Users/runner/.config/fish/config.fish 2022-05-18T04:49:49.5174140Z modified /Users/runner/.xonshrc 2022-05-18T04:49:49.5274360Z modified /Users/runner/.tcshrc 2022-05-18T04:49:49.5352430Z modified /Users/runner/.config/powershell/profile.ps1 2022-05-18T04:49:49.5453440Z 2022-05-18T04:49:49.5514160Z ==> For changes to take effect, close and re-open your current shell. <== 2022-05-18T04:49:49.5615190Z 2022-05-18T04:49:49.5695770Z Renaming "/Users/runner/.bash_profile" to "/Users/runner/.profile" 2022-05-18T04:49:49.5796800Z 2022-05-18T04:49:49.5890210Z Append to "/Users/runner/.profile": 2022-05-18T04:49:49.5991370Z 2022-05-18T04:49:49.6078570Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.6174950Z # Conda Setup Action: Basic configuration 2022-05-18T04:49:49.6276560Z set -eo pipefail 2022-05-18T04:49:49.6377820Z # Conda Setup Action: Custom activation 2022-05-18T04:49:49.6479080Z conda activate "build" 2022-05-18T04:49:49.6577810Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.6656700Z 2022-05-18T04:49:49.6736580Z Append to "/Users/runner/.zshrc": 2022-05-18T04:49:49.6811300Z 2022-05-18T04:49:49.6913740Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.7015380Z # Conda Setup Action: Basic configuration 2022-05-18T04:49:49.7116950Z set -eo pipefail 2022-05-18T04:49:49.7202590Z # Conda Setup Action: Custom activation 2022-05-18T04:49:49.7303900Z conda activate "build" 2022-05-18T04:49:49.7405420Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.7511690Z 2022-05-18T04:49:49.7588020Z Append to "/Users/runner/.config/fish/config.fish": 2022-05-18T04:49:49.7655610Z 2022-05-18T04:49:49.7744740Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.7822570Z # Conda Setup Action: Basic configuration 2022-05-18T04:49:49.7909510Z set -eo pipefail 2022-05-18T04:49:49.8007310Z # Conda Setup Action: Custom activation 2022-05-18T04:49:49.8125950Z conda activate "build" 2022-05-18T04:49:49.8231150Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.8341660Z 2022-05-18T04:49:49.8342380Z Append to "/Users/runner/.tcshrc": 2022-05-18T04:49:49.8342680Z 2022-05-18T04:49:49.8343310Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.8343680Z # Conda Setup Action: Basic configuration 2022-05-18T04:49:49.8344070Z set -eo pipefail 2022-05-18T04:49:49.8344370Z # Conda Setup Action: Custom activation 2022-05-18T04:49:49.8344620Z conda activate "build" 2022-05-18T04:49:49.8345100Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.8345320Z 2022-05-18T04:49:49.8345460Z Append to "/Users/runner/.xonshrc": 2022-05-18T04:49:49.8345730Z 2022-05-18T04:49:49.8346180Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.8346550Z # Conda Setup Action: Basic configuration 2022-05-18T04:49:49.8346880Z set -eo pipefail 2022-05-18T04:49:49.8347180Z # Conda Setup Action: Custom activation 2022-05-18T04:49:49.8347460Z conda activate "build" 2022-05-18T04:49:49.8347930Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.8348170Z 2022-05-18T04:49:49.8348350Z Append to "/Users/runner/.config/powershell/profile.ps1": 2022-05-18T04:49:49.8348620Z 2022-05-18T04:49:49.8349040Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.8349390Z # Conda Setup Action: Custom activation 2022-05-18T04:49:49.8349670Z conda activate "build" 2022-05-18T04:49:49.8350130Z # ---------------------------------------------------------------------------- 2022-05-18T04:49:49.8350570Z 2022-05-18T04:49:49.8351050Z ##[endgroup] 2022-05-18T04:49:49.8351630Z ##[group]Adding tools to 'base' env... 2022-05-18T04:49:49.8352060Z Do we need to update conda? 2022-05-18T04:49:49.8352500Z Do we need to update mamba? 2022-05-18T04:49:49.8352810Z Do we need to update python? 2022-05-18T04:49:49.8353290Z Do we need to update conda-build? 2022-05-18T04:49:49.8353720Z No tools were installed in 'base' env. 2022-05-18T04:49:49.8354120Z No post-install actions were taken on 'base' env. 2022-05-18T04:49:49.8354880Z ##[endgroup] 2022-05-18T04:49:49.8355800Z ##[group]Ensuring environment... 2022-05-18T04:49:49.8460620Z Can we conda create (from explicit)? 2022-05-18T04:49:49.8558810Z Can we conda create (simple)? 2022-05-18T04:49:49.8660310Z ... will conda create (simple). 2022-05-18T04:49:49.8751400Z Adding spec: python=3.8 2022-05-18T04:49:49.8850850Z ##[group]Updating 'build' env from conda create (simple)... 2022-05-18T04:49:49.8909460Z [command]/usr/local/miniconda/condabin/conda create --name build python=3.8 2022-05-18T04:49:54.1362540Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:49:54.3180160Z Solving environment: ...working... done 2022-05-18T04:49:54.5948720Z 2022-05-18T04:49:54.5949610Z ## Package Plan ## 2022-05-18T04:49:54.5950020Z 2022-05-18T04:49:54.5950250Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:49:54.5950960Z 2022-05-18T04:49:54.5951190Z added / updated specs: 2022-05-18T04:49:54.5951740Z - python=3.8 2022-05-18T04:49:54.5951900Z 2022-05-18T04:49:54.5951910Z 2022-05-18T04:49:54.5952080Z The following packages will be downloaded: 2022-05-18T04:49:54.5952280Z 2022-05-18T04:49:54.5952410Z package | build 2022-05-18T04:49:54.5952790Z ---------------------------|----------------- 2022-05-18T04:49:54.5953210Z ca-certificates-2022.4.26 | hecd8cb5_0 124 KB 2022-05-18T04:49:54.5953700Z certifi-2021.10.8 | py38hecd8cb5_2 152 KB 2022-05-18T04:49:54.5954170Z libcxx-12.0.0 | h2f01273_0 805 KB 2022-05-18T04:49:54.5954560Z libffi-3.3 | hb1e8313_2 44 KB 2022-05-18T04:49:54.5955400Z ncurses-6.3 | hca72f7f_2 856 KB 2022-05-18T04:49:54.5955850Z openssl-1.1.1o | hca72f7f_0 2.2 MB 2022-05-18T04:49:54.5956460Z pip-21.2.4 | py38hecd8cb5_0 1.8 MB 2022-05-18T04:49:54.5956960Z python-3.8.13 | hdfd78df_0 10.8 MB 2022-05-18T04:49:54.5957400Z readline-8.1.2 | hca72f7f_1 321 KB 2022-05-18T04:49:54.5957850Z setuptools-61.2.0 | py38hecd8cb5_0 1012 KB 2022-05-18T04:49:54.5958470Z sqlite-3.38.3 | h707629a_0 1.2 MB 2022-05-18T04:49:54.5958950Z tk-8.6.11 | h3fd3227_1 3.0 MB 2022-05-18T04:49:54.5959350Z wheel-0.37.1 | pyhd3eb1b0_0 33 KB 2022-05-18T04:49:54.5959790Z xz-5.2.5 | hca72f7f_1 244 KB 2022-05-18T04:49:54.5960210Z zlib-1.2.12 | h4dc903c_2 94 KB 2022-05-18T04:49:54.5960690Z ------------------------------------------------------------ 2022-05-18T04:49:54.5961020Z Total: 22.6 MB 2022-05-18T04:49:54.5961200Z 2022-05-18T04:49:54.5961360Z The following NEW packages will be INSTALLED: 2022-05-18T04:49:54.5961560Z 2022-05-18T04:49:54.5979250Z ca-certificates pkgs/main/osx-64::ca-certificates-2022.4.26-hecd8cb5_0 2022-05-18T04:49:54.5979960Z certifi pkgs/main/osx-64::certifi-2021.10.8-py38hecd8cb5_2 2022-05-18T04:49:54.5980550Z libcxx pkgs/main/osx-64::libcxx-12.0.0-h2f01273_0 2022-05-18T04:49:54.5981120Z libffi pkgs/main/osx-64::libffi-3.3-hb1e8313_2 2022-05-18T04:49:54.5981750Z ncurses pkgs/main/osx-64::ncurses-6.3-hca72f7f_2 2022-05-18T04:49:54.5982310Z openssl pkgs/main/osx-64::openssl-1.1.1o-hca72f7f_0 2022-05-18T04:49:54.5982880Z pip pkgs/main/osx-64::pip-21.2.4-py38hecd8cb5_0 2022-05-18T04:49:54.5983430Z python pkgs/main/osx-64::python-3.8.13-hdfd78df_0 2022-05-18T04:49:54.5983970Z readline pkgs/main/osx-64::readline-8.1.2-hca72f7f_1 2022-05-18T04:49:54.5984520Z setuptools pkgs/main/osx-64::setuptools-61.2.0-py38hecd8cb5_0 2022-05-18T04:49:54.5985100Z sqlite pkgs/main/osx-64::sqlite-3.38.3-h707629a_0 2022-05-18T04:49:54.5985620Z tk pkgs/main/osx-64::tk-8.6.11-h3fd3227_1 2022-05-18T04:49:54.5986430Z wheel pkgs/main/noarch::wheel-0.37.1-pyhd3eb1b0_0 2022-05-18T04:49:54.5987000Z xz pkgs/main/osx-64::xz-5.2.5-hca72f7f_1 2022-05-18T04:49:54.5987610Z zlib pkgs/main/osx-64::zlib-1.2.12-h4dc903c_2 2022-05-18T04:49:54.5987820Z 2022-05-18T04:49:54.5987820Z 2022-05-18T04:49:54.5987830Z 2022-05-18T04:49:54.5987970Z Downloading and Extracting Packages 2022-05-18T04:49:54.5988160Z 2022-05-18T04:49:54.7571380Z xz-5.2.5 | 244 KB | | 0% 2022-05-18T04:49:54.7603080Z xz-5.2.5 | 244 KB | ########## | 100% 2022-05-18T04:49:54.7607790Z xz-5.2.5 | 244 KB | ########## | 100% 2022-05-18T04:49:54.7608890Z 2022-05-18T04:49:54.8307230Z wheel-0.37.1 | 33 KB | | 0% 2022-05-18T04:49:54.8360270Z wheel-0.37.1 | 33 KB | ########## | 100% 2022-05-18T04:49:54.8361200Z 2022-05-18T04:49:54.9195090Z libffi-3.3 | 44 KB | | 0% 2022-05-18T04:49:54.9247980Z libffi-3.3 | 44 KB | ########## | 100% 2022-05-18T04:49:54.9248790Z 2022-05-18T04:49:55.0290040Z readline-8.1.2 | 321 KB | | 0% 2022-05-18T04:49:55.0294160Z readline-8.1.2 | 321 KB | ########## | 100% 2022-05-18T04:49:55.0298460Z readline-8.1.2 | 321 KB | ########## | 100% 2022-05-18T04:49:55.0298820Z 2022-05-18T04:49:55.1018140Z certifi-2021.10.8 | 152 KB | | 0% 2022-05-18T04:49:55.1020830Z certifi-2021.10.8 | 152 KB | ########## | 100% 2022-05-18T04:49:55.1021470Z 2022-05-18T04:49:55.2027630Z python-3.8.13 | 10.8 MB | | 0% 2022-05-18T04:49:55.3095440Z python-3.8.13 | 10.8 MB | ####6 | 46% 2022-05-18T04:49:56.5925070Z python-3.8.13 | 10.8 MB | #########2 | 92% 2022-05-18T04:49:56.5926200Z python-3.8.13 | 10.8 MB | ########## | 100% 2022-05-18T04:49:56.5926420Z 2022-05-18T04:49:56.6941720Z tk-8.6.11 | 3.0 MB | | 0% 2022-05-18T04:49:57.0700630Z tk-8.6.11 | 3.0 MB | ########4 | 84% 2022-05-18T04:49:57.0703950Z tk-8.6.11 | 3.0 MB | ########## | 100% 2022-05-18T04:49:57.0704310Z 2022-05-18T04:49:57.2845550Z libcxx-12.0.0 | 805 KB | | 0% 2022-05-18T04:49:57.2848450Z libcxx-12.0.0 | 805 KB | ########## | 100% 2022-05-18T04:49:57.2852870Z libcxx-12.0.0 | 805 KB | ########## | 100% 2022-05-18T04:49:57.2853130Z 2022-05-18T04:49:57.4174140Z sqlite-3.38.3 | 1.2 MB | | 0% 2022-05-18T04:49:57.4176510Z sqlite-3.38.3 | 1.2 MB | ########## | 100% 2022-05-18T04:49:57.4181320Z sqlite-3.38.3 | 1.2 MB | ########## | 100% 2022-05-18T04:49:57.4181710Z 2022-05-18T04:49:57.6422610Z openssl-1.1.1o | 2.2 MB | | 0% 2022-05-18T04:49:57.6424980Z openssl-1.1.1o | 2.2 MB | ########## | 100% 2022-05-18T04:49:57.6429370Z openssl-1.1.1o | 2.2 MB | ########## | 100% 2022-05-18T04:49:57.6429820Z 2022-05-18T04:49:57.9517790Z setuptools-61.2.0 | 1012 KB | | 0% 2022-05-18T04:49:57.9520530Z setuptools-61.2.0 | 1012 KB | ########## | 100% 2022-05-18T04:49:57.9524980Z setuptools-61.2.0 | 1012 KB | ########## | 100% 2022-05-18T04:49:57.9525600Z 2022-05-18T04:49:58.4618820Z pip-21.2.4 | 1.8 MB | | 0% 2022-05-18T04:49:58.4621020Z pip-21.2.4 | 1.8 MB | ########## | 100% 2022-05-18T04:49:58.4625750Z pip-21.2.4 | 1.8 MB | ########## | 100% 2022-05-18T04:49:58.4626130Z 2022-05-18T04:49:59.4619710Z ncurses-6.3 | 856 KB | | 0% 2022-05-18T04:49:59.4622020Z ncurses-6.3 | 856 KB | ########## | 100% 2022-05-18T04:49:59.4627230Z ncurses-6.3 | 856 KB | ########## | 100% 2022-05-18T04:49:59.4627590Z 2022-05-18T04:49:59.5364780Z ca-certificates-2022 | 124 KB | | 0% 2022-05-18T04:49:59.5367130Z ca-certificates-2022 | 124 KB | ########## | 100% 2022-05-18T04:49:59.5367520Z 2022-05-18T04:49:59.6026360Z zlib-1.2.12 | 94 KB | | 0% 2022-05-18T04:49:59.6029050Z zlib-1.2.12 | 94 KB | ########## | 100% 2022-05-18T04:49:59.9658760Z Preparing transaction: ...working... done 2022-05-18T04:50:01.9977340Z Verifying transaction: ...working... done 2022-05-18T04:50:09.2210020Z Executing transaction: ...working... done 2022-05-18T04:50:09.2898560Z # 2022-05-18T04:50:09.3000200Z # To activate this environment, use 2022-05-18T04:50:09.3098670Z # 2022-05-18T04:50:09.3200010Z # $ conda activate build 2022-05-18T04:50:09.3301220Z # 2022-05-18T04:50:09.3376940Z # To deactivate an active environment, use 2022-05-18T04:50:09.3478140Z # 2022-05-18T04:50:09.3530350Z # $ conda deactivate 2022-05-18T04:50:09.3602450Z 2022-05-18T04:50:09.6978300Z ##[endgroup] 2022-05-18T04:50:09.7080130Z ##[endgroup] 2022-05-18T04:50:09.7180680Z setup-miniconda ran successfully 2022-05-18T04:50:09.7293770Z ##[group]Run # Install dependencies 2022-05-18T04:50:09.7294130Z # Install dependencies 2022-05-18T04:50:09.7294360Z brew install libomp 2022-05-18T04:50:09.7627940Z shell: /bin/bash -e -l {0} 2022-05-18T04:50:09.7628170Z env: 2022-05-18T04:50:09.7628350Z IN_CI: 1 2022-05-18T04:50:09.7628530Z IS_GHA: 1 2022-05-18T04:50:09.7628730Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:50:09.7628980Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:50:09.7629250Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:50:09.7629500Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:50:09.7630050Z TEST_CONFIG: default 2022-05-18T04:50:09.7630250Z SHARD_NUMBER: 2 2022-05-18T04:50:09.7630450Z NUM_TEST_SHARDS: 2 2022-05-18T04:50:09.7630640Z PR_BODY: 2022-05-18T04:50:09.7630830Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:50:09.7631080Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T04:50:09.7631310Z ##[endgroup] 2022-05-18T04:50:25.0974600Z Warning: libomp 14.0.0 is already installed and up-to-date. 2022-05-18T04:50:25.1022990Z To reinstall 14.0.0, run: 2022-05-18T04:50:25.1049350Z brew reinstall libomp 2022-05-18T04:50:25.1172630Z ##[group]Run .github/scripts/parse_ref.py 2022-05-18T04:50:25.1173040Z .github/scripts/parse_ref.py 2022-05-18T04:50:25.1582200Z shell: /bin/bash -e -l {0} 2022-05-18T04:50:25.1582470Z env: 2022-05-18T04:50:25.1582710Z IN_CI: 1 2022-05-18T04:50:25.1582950Z IS_GHA: 1 2022-05-18T04:50:25.1583410Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:50:25.1583760Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:50:25.1584290Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:50:25.1584580Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:50:25.1585000Z TEST_CONFIG: default 2022-05-18T04:50:25.1585280Z SHARD_NUMBER: 2 2022-05-18T04:50:25.1585540Z NUM_TEST_SHARDS: 2 2022-05-18T04:50:25.1585800Z PR_BODY: 2022-05-18T04:50:25.1586030Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:50:25.1586520Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T04:50:25.1586820Z ##[endgroup] 2022-05-18T04:50:26.4392000Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-05-18T04:50:26.4392750Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-05-18T04:50:26.4393110Z export COMMIT_MESSAGES 2022-05-18T04:50:26.4393410Z python3 -mpip install dist/*.whl 2022-05-18T04:50:26.4393700Z .jenkins/pytorch/macos-test.sh 2022-05-18T04:50:26.4698530Z shell: /bin/bash -e -l {0} 2022-05-18T04:50:26.4699010Z env: 2022-05-18T04:50:26.4699250Z IN_CI: 1 2022-05-18T04:50:26.4699640Z IS_GHA: 1 2022-05-18T04:50:26.4699910Z GIT_DEFAULT_BRANCH: master 2022-05-18T04:50:26.4700220Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T04:50:26.4700500Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T04:50:26.4700960Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T04:50:26.4701270Z TEST_CONFIG: default 2022-05-18T04:50:26.4701530Z SHARD_NUMBER: 2 2022-05-18T04:50:26.4701780Z NUM_TEST_SHARDS: 2 2022-05-18T04:50:26.4702490Z PR_BODY: 2022-05-18T04:50:26.4702800Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T04:50:26.4703100Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T04:50:26.4703390Z ##[endgroup] 2022-05-18T04:50:36.3965500Z Processing ./dist/torch-1.12.0a0+git3b23752-cp38-cp38-macosx_10_11_x86_64.whl 2022-05-18T04:50:36.6373820Z Collecting typing-extensions 2022-05-18T04:50:36.6817410Z Downloading typing_extensions-4.2.0-py3-none-any.whl (24 kB) 2022-05-18T04:50:36.8216150Z Installing collected packages: typing-extensions, torch 2022-05-18T04:51:02.0736100Z Successfully installed torch-1.12.0a0+git3b23752 typing-extensions-4.2.0 2022-05-18T04:51:02.7420260Z +++++ dirname .jenkins/pytorch/common.sh 2022-05-18T04:51:02.7512860Z ++++ cd .jenkins/pytorch 2022-05-18T04:51:02.7513220Z ENTERED_USER_LAND 2022-05-18T04:51:02.7598970Z ++++ pwd -P 2022-05-18T04:51:02.7683770Z +++ SCRIPT_DIR=/Users/runner/work/pytorch/pytorch/.jenkins/pytorch 2022-05-18T04:51:02.7786180Z +++ [[ macos-11-py3-x86-64 == *linux* ]] 2022-05-18T04:51:02.7786910Z +++ [[ macos-11-py3-x86-64 == *rocm* ]] 2022-05-18T04:51:02.7888750Z +++ echo ENTERED_USER_LAND 2022-05-18T04:51:02.7978860Z machdep.cpu.address_bits.physical: 43 2022-05-18T04:51:02.7989710Z +++ export IN_CI=1 2022-05-18T04:51:02.8080350Z machdep.cpu.address_bits.virtual: 48 2022-05-18T04:51:02.8090520Z +++ IN_CI=1 2022-05-18T04:51:02.8174160Z machdep.cpu.arch_perf.events: 127 2022-05-18T04:51:02.8189670Z +++ declare -f -t trap_add 2022-05-18T04:51:02.8275770Z machdep.cpu.arch_perf.events_number: 7 2022-05-18T04:51:02.8291990Z +++ trap_add cleanup EXIT 2022-05-18T04:51:02.8376290Z machdep.cpu.arch_perf.fixed_number: 0 2022-05-18T04:51:02.8392940Z +++ trap_add_cmd=cleanup 2022-05-18T04:51:02.8477430Z machdep.cpu.arch_perf.fixed_width: 0 2022-05-18T04:51:02.8493960Z +++ shift 2022-05-18T04:51:02.8578270Z machdep.cpu.arch_perf.number: 4 2022-05-18T04:51:02.8595150Z +++ for trap_add_name in '"$@"' 2022-05-18T04:51:02.8679510Z machdep.cpu.arch_perf.version: 1 2022-05-18T04:51:02.8696570Z +++++ trap -p EXIT 2022-05-18T04:51:02.8780230Z machdep.cpu.arch_perf.width: 48 2022-05-18T04:51:02.8798230Z ++++ eval 'extract_trap_cmd ' 2022-05-18T04:51:02.8881270Z machdep.cpu.cache.L2_associativity: 8 2022-05-18T04:51:02.8899560Z +++++ extract_trap_cmd 2022-05-18T04:51:02.8981950Z machdep.cpu.cache.linesize: 64 2022-05-18T04:51:02.9001170Z +++++ printf '%s\n' '' 2022-05-18T04:51:02.9083230Z machdep.cpu.cache.size: 256 2022-05-18T04:51:02.9102610Z ++++ printf '%s\n' cleanup 2022-05-18T04:51:02.9183680Z machdep.cpu.mwait.extensions: 3 2022-05-18T04:51:02.9204280Z +++ trap -- ' 2022-05-18T04:51:02.9285050Z machdep.cpu.mwait.linesize_max: 4096 2022-05-18T04:51:02.9305650Z cleanup' EXIT 2022-05-18T04:51:02.9385370Z machdep.cpu.mwait.linesize_min: 64 2022-05-18T04:51:02.9407390Z +++ [[ macos-11-py3-x86-64 != *win-* ]] 2022-05-18T04:51:02.9486900Z machdep.cpu.mwait.sub_Cstates: 16 2022-05-18T04:51:02.9508970Z +++ which sccache 2022-05-18T04:51:02.9587200Z machdep.cpu.thermal.ACNT_MCNT: 0 2022-05-18T04:51:02.9611260Z +++ which ccache 2022-05-18T04:51:02.9688820Z machdep.cpu.thermal.core_power_limits: 0 2022-05-18T04:51:02.9713140Z +++ '[' -z macos-11-py3-x86-64 ']' 2022-05-18T04:51:02.9772460Z machdep.cpu.thermal.dynamic_acceleration: 0 2022-05-18T04:51:02.9800580Z +++ [[ macos-11-py3-x86-64 == *linux-trusty-py3.6-gcc7* ]] 2022-05-18T04:51:02.9873940Z machdep.cpu.thermal.energy_policy: 0 2022-05-18T04:51:02.9874550Z +++ BUILD_TEST_LIBTORCH=0 2022-05-18T04:51:02.9948350Z machdep.cpu.thermal.fine_grain_clock_mod: 0 2022-05-18T04:51:02.9949690Z +++ [[ default == *xla* ]] 2022-05-18T04:51:03.0050160Z machdep.cpu.thermal.hardware_feedback: 0 2022-05-18T04:51:03.0051060Z +++ [[ macos-11-py3-x86-64 == *centos* ]] 2022-05-18T04:51:03.0051490Z +++ [[ macos-11-py3-x86-64 == *linux-bionic* ]] 2022-05-18T04:51:03.0151870Z +++ [[ macos-11-py3-x86-64 == *linux-focal* ]] 2022-05-18T04:51:03.0152310Z machdep.cpu.thermal.invariant_APIC_timer: 1 2022-05-18T04:51:03.0251180Z ++ sysctl -a 2022-05-18T04:51:03.0251500Z ++ grep machdep.cpu 2022-05-18T04:51:03.0252190Z ++ 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:51:03.0253060Z ++ 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:51:03.0253690Z machdep.cpu.thermal.package_thermal_intr: 0 2022-05-18T04:51:03.0348140Z machdep.cpu.thermal.sensor: 0 2022-05-18T04:51:03.0449760Z machdep.cpu.thermal.thresholds: 0 2022-05-18T04:51:03.0528830Z machdep.cpu.tlb.data.small: 64 2022-05-18T04:51:03.0630950Z machdep.cpu.tlb.inst.large: 8 2022-05-18T04:51:03.0697490Z machdep.cpu.tlb.inst.small: 64 2022-05-18T04:51:03.0799330Z machdep.cpu.tlb.shared: 512 2022-05-18T04:51:03.0863460Z machdep.cpu.tsc_ccc.denominator: 0 2022-05-18T04:51:03.0965360Z machdep.cpu.tsc_ccc.numerator: 0 2022-05-18T04:51:03.1042080Z machdep.cpu.xsave.extended_state: 7 832 832 0 2022-05-18T04:51:03.1142970Z machdep.cpu.xsave.extended_state1: 0 0 0 0 2022-05-18T04:51:03.1218960Z machdep.cpu.brand: 0 2022-05-18T04:51:03.1320950Z machdep.cpu.brand_string: Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz 2022-05-18T04:51:03.1418910Z machdep.cpu.core_count: 3 2022-05-18T04:51:03.1520510Z machdep.cpu.cores_per_package: 4 2022-05-18T04:51:03.1620830Z machdep.cpu.extfamily: 0 2022-05-18T04:51:03.1704280Z machdep.cpu.extfeature_bits: 4967106816 2022-05-18T04:51:03.1806080Z machdep.cpu.extfeatures: SYSCALL XD EM64T LAHF RDTSCP TSCI 2022-05-18T04:51:03.1906110Z machdep.cpu.extmodel: 3 2022-05-18T04:51:03.2006310Z machdep.cpu.family: 6 2022-05-18T04:51:03.2092640Z machdep.cpu.feature_bits: 18427078393948011519 2022-05-18T04:51:03.2182770Z 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:51:03.2271630Z machdep.cpu.leaf7_feature_bits: 643 0 2022-05-18T04:51:03.2372950Z machdep.cpu.leaf7_feature_bits_edx: 3154117632 2022-05-18T04:51:03.2474380Z machdep.cpu.leaf7_features: RDWRFSGS TSC_THREAD_OFFSET SMEP ERMS MDCLEAR IBRS STIBP L1DF ACAPMSR SSBD 2022-05-18T04:51:03.2575740Z machdep.cpu.logical_per_package: 4 2022-05-18T04:51:03.2677370Z machdep.cpu.max_basic: 13 2022-05-18T04:51:03.2776880Z machdep.cpu.max_ext: 2147483656 2022-05-18T04:51:03.2870220Z machdep.cpu.microcode_version: 1070 2022-05-18T04:51:03.2971920Z machdep.cpu.model: 58 2022-05-18T04:51:03.3050560Z machdep.cpu.processor_flag: 0 2022-05-18T04:51:03.3130160Z machdep.cpu.signature: 198313 2022-05-18T04:51:03.3231610Z machdep.cpu.stepping: 9 2022-05-18T04:51:03.3328400Z machdep.cpu.thread_count: 3 2022-05-18T04:51:03.3430240Z machdep.cpu.vendor: GenuineIntel 2022-05-18T04:51:04.7498280Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:51:04.7639900Z Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. 2022-05-18T04:51:12.0428150Z Collecting package metadata (repodata.json): ...working... done 2022-05-18T04:51:17.9110410Z Solving environment: ...working... done 2022-05-18T04:51:17.9524870Z 2022-05-18T04:51:17.9642180Z ## Package Plan ## 2022-05-18T04:51:17.9747290Z 2022-05-18T04:51:17.9848510Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:51:17.9949470Z 2022-05-18T04:51:18.0050800Z added / updated specs: 2022-05-18T04:51:18.0152810Z - cffi 2022-05-18T04:51:18.0221410Z - cmake=3.19 2022-05-18T04:51:18.0323030Z - dataclasses 2022-05-18T04:51:18.0425150Z - mkl-include=2021.2.0 2022-05-18T04:51:18.0493060Z - mkl=2021.2.0 2022-05-18T04:51:18.0582070Z - ninja 2022-05-18T04:51:18.0682460Z - numpy=1.18.5 2022-05-18T04:51:18.0783580Z - pip 2022-05-18T04:51:18.0870890Z - pyyaml=5.3 2022-05-18T04:51:18.0964120Z - setuptools=46.0.0 2022-05-18T04:51:18.1065160Z - typing_extensions 2022-05-18T04:51:18.1144130Z 2022-05-18T04:51:18.1164380Z 2022-05-18T04:51:18.1170650Z The following packages will be downloaded: 2022-05-18T04:51:18.1190230Z 2022-05-18T04:51:18.1197600Z package | build 2022-05-18T04:51:18.1220720Z ---------------------------|----------------- 2022-05-18T04:51:18.1232610Z blas-1.0 | openblas 45 KB 2022-05-18T04:51:18.1236970Z bzip2-1.0.8 | h1de35cc_0 75 KB 2022-05-18T04:51:18.1250010Z c-ares-1.18.1 | hca72f7f_0 100 KB 2022-05-18T04:51:18.1263150Z cffi-1.15.0 | py38hc55c11b_1 218 KB 2022-05-18T04:51:18.1277150Z cmake-3.19.6 | h04fa861_0 6.3 MB 2022-05-18T04:51:18.1289290Z dataclasses-0.8 | pyh6d0b6a4_7 8 KB 2022-05-18T04:51:18.1289870Z expat-2.4.4 | he9d5cce_0 123 KB 2022-05-18T04:51:18.1305230Z intel-openmp-2021.4.0 | hecd8cb5_3538 961 KB 2022-05-18T04:51:18.1314490Z krb5-1.19.2 | hcd88c3b_0 1.1 MB 2022-05-18T04:51:18.1315450Z libcurl-7.82.0 | h6dfd666_0 314 KB 2022-05-18T04:51:18.1316340Z libedit-3.1.20210910 | hca72f7f_0 139 KB 2022-05-18T04:51:18.1317150Z libev-4.33 | h9ed2024_1 106 KB 2022-05-18T04:51:18.1317650Z libgfortran-3.0.1 | h93005f0_2 426 KB 2022-05-18T04:51:18.1318940Z libnghttp2-1.46.0 | ha29bfda_0 687 KB 2022-05-18T04:51:18.1319410Z libopenblas-0.3.18 | h9a5756b_0 4.9 MB 2022-05-18T04:51:18.1320040Z libssh2-1.10.0 | h0a4fc7d_0 258 KB 2022-05-18T04:51:18.1320650Z libuv-1.40.0 | haf1e3a3_0 334 KB 2022-05-18T04:51:18.1321120Z lz4-c-1.9.3 | h23ab428_1 140 KB 2022-05-18T04:51:18.1321680Z mkl-2021.2.0 | hecd8cb5_269 100.0 MB 2022-05-18T04:51:18.1322140Z mkl-include-2021.2.0 | hecd8cb5_269 464 KB 2022-05-18T04:51:18.1322800Z ninja-1.10.2 | hecd8cb5_5 9 KB 2022-05-18T04:51:18.1323270Z ninja-base-1.10.2 | haf03e11_5 118 KB 2022-05-18T04:51:18.1323730Z numpy-1.18.5 | py38h00fe2a6_0 5 KB 2022-05-18T04:51:18.1324190Z numpy-base-1.18.5 | py38hc72aeb7_0 3.9 MB 2022-05-18T04:51:18.1324900Z pycparser-2.21 | pyhd3eb1b0_0 94 KB 2022-05-18T04:51:18.1325900Z pyyaml-5.3.1 | py38haf1e3a3_1 168 KB 2022-05-18T04:51:18.1326870Z rhash-1.4.1 | hbcfaee0_1 193 KB 2022-05-18T04:51:18.1327800Z setuptools-46.0.0 | py38_0 522 KB 2022-05-18T04:51:18.1328880Z typing_extensions-4.1.1 | pyh06a4308_0 28 KB 2022-05-18T04:51:18.1330360Z yaml-0.2.5 | haf1e3a3_0 72 KB 2022-05-18T04:51:18.1331380Z zstd-1.4.9 | h322a384_0 476 KB 2022-05-18T04:51:18.1332330Z ------------------------------------------------------------ 2022-05-18T04:51:18.1342740Z Total: 122.1 MB 2022-05-18T04:51:18.1345560Z 2022-05-18T04:51:18.1372900Z The following NEW packages will be INSTALLED: 2022-05-18T04:51:18.1387050Z 2022-05-18T04:51:18.1388410Z blas pkgs/main/osx-64::blas-1.0-openblas 2022-05-18T04:51:18.1389500Z bzip2 pkgs/main/osx-64::bzip2-1.0.8-h1de35cc_0 2022-05-18T04:51:18.1402850Z c-ares pkgs/main/osx-64::c-ares-1.18.1-hca72f7f_0 2022-05-18T04:51:18.1425660Z cffi pkgs/main/osx-64::cffi-1.15.0-py38hc55c11b_1 2022-05-18T04:51:18.1431960Z cmake pkgs/main/osx-64::cmake-3.19.6-h04fa861_0 2022-05-18T04:51:18.1439360Z dataclasses pkgs/main/noarch::dataclasses-0.8-pyh6d0b6a4_7 2022-05-18T04:51:18.1455320Z expat pkgs/main/osx-64::expat-2.4.4-he9d5cce_0 2022-05-18T04:51:18.1460340Z intel-openmp pkgs/main/osx-64::intel-openmp-2021.4.0-hecd8cb5_3538 2022-05-18T04:51:18.1475630Z krb5 pkgs/main/osx-64::krb5-1.19.2-hcd88c3b_0 2022-05-18T04:51:18.1501650Z libcurl pkgs/main/osx-64::libcurl-7.82.0-h6dfd666_0 2022-05-18T04:51:18.1509450Z libedit pkgs/main/osx-64::libedit-3.1.20210910-hca72f7f_0 2022-05-18T04:51:18.1534700Z libev pkgs/main/osx-64::libev-4.33-h9ed2024_1 2022-05-18T04:51:18.1586790Z libgfortran pkgs/main/osx-64::libgfortran-3.0.1-h93005f0_2 2022-05-18T04:51:18.1630390Z libnghttp2 pkgs/main/osx-64::libnghttp2-1.46.0-ha29bfda_0 2022-05-18T04:51:18.1663820Z libopenblas pkgs/main/osx-64::libopenblas-0.3.18-h9a5756b_0 2022-05-18T04:51:18.1667660Z libssh2 pkgs/main/osx-64::libssh2-1.10.0-h0a4fc7d_0 2022-05-18T04:51:18.1693390Z libuv pkgs/main/osx-64::libuv-1.40.0-haf1e3a3_0 2022-05-18T04:51:18.1699090Z lz4-c pkgs/main/osx-64::lz4-c-1.9.3-h23ab428_1 2022-05-18T04:51:18.1720610Z mkl pkgs/main/osx-64::mkl-2021.2.0-hecd8cb5_269 2022-05-18T04:51:18.1731330Z mkl-include pkgs/main/osx-64::mkl-include-2021.2.0-hecd8cb5_269 2022-05-18T04:51:18.1733710Z ninja pkgs/main/osx-64::ninja-1.10.2-hecd8cb5_5 2022-05-18T04:51:18.1735390Z ninja-base pkgs/main/osx-64::ninja-base-1.10.2-haf03e11_5 2022-05-18T04:51:18.1737100Z numpy pkgs/main/osx-64::numpy-1.18.5-py38h00fe2a6_0 2022-05-18T04:51:18.1749250Z numpy-base pkgs/main/osx-64::numpy-base-1.18.5-py38hc72aeb7_0 2022-05-18T04:51:18.1757670Z pycparser pkgs/main/noarch::pycparser-2.21-pyhd3eb1b0_0 2022-05-18T04:51:18.1774140Z pyyaml pkgs/main/osx-64::pyyaml-5.3.1-py38haf1e3a3_1 2022-05-18T04:51:18.1791810Z rhash pkgs/main/osx-64::rhash-1.4.1-hbcfaee0_1 2022-05-18T04:51:18.1802190Z typing_extensions pkgs/main/noarch::typing_extensions-4.1.1-pyh06a4308_0 2022-05-18T04:51:18.1819960Z yaml pkgs/main/osx-64::yaml-0.2.5-haf1e3a3_0 2022-05-18T04:51:18.1831120Z zstd pkgs/main/osx-64::zstd-1.4.9-h322a384_0 2022-05-18T04:51:18.1846980Z 2022-05-18T04:51:18.1931800Z The following packages will be DOWNGRADED: 2022-05-18T04:51:18.1961690Z 2022-05-18T04:51:18.2063480Z setuptools 61.2.0-py38hecd8cb5_0 --> 46.0.0-py38_0 2022-05-18T04:51:18.2136310Z 2022-05-18T04:51:18.2162320Z 2022-05-18T04:51:18.2188160Z 2022-05-18T04:51:18.2215890Z Downloading and Extracting Packages 2022-05-18T04:51:18.2241750Z 2022-05-18T04:51:18.2282560Z libcurl-7.82.0 | 314 KB | | 0% 2022-05-18T04:51:18.2325870Z libcurl-7.82.0 | 314 KB | ########## | 100% 2022-05-18T04:51:18.2351210Z libcurl-7.82.0 | 314 KB | ########## | 100% 2022-05-18T04:51:18.2379600Z 2022-05-18T04:51:18.2412950Z mkl-2021.2.0 | 100.0 MB | | 0% 2022-05-18T04:51:18.4117280Z mkl-2021.2.0 | 100.0 MB | 4 | 5% 2022-05-18T04:51:18.5141230Z mkl-2021.2.0 | 100.0 MB | 9 | 9% 2022-05-18T04:51:18.6739790Z mkl-2021.2.0 | 100.0 MB | #4 | 14% 2022-05-18T04:51:18.7708870Z mkl-2021.2.0 | 100.0 MB | #9 | 19% 2022-05-18T04:51:18.9185790Z mkl-2021.2.0 | 100.0 MB | ##3 | 23% 2022-05-18T04:51:19.0173720Z mkl-2021.2.0 | 100.0 MB | ##7 | 27% 2022-05-18T04:51:19.1239960Z mkl-2021.2.0 | 100.0 MB | ###3 | 33% 2022-05-18T04:51:19.2927240Z mkl-2021.2.0 | 100.0 MB | ###8 | 38% 2022-05-18T04:51:19.4004890Z mkl-2021.2.0 | 100.0 MB | ####2 | 42% 2022-05-18T04:51:19.5071230Z mkl-2021.2.0 | 100.0 MB | ####6 | 47% 2022-05-18T04:51:19.6019720Z mkl-2021.2.0 | 100.0 MB | #####1 | 51% 2022-05-18T04:51:19.7000280Z mkl-2021.2.0 | 100.0 MB | #####5 | 56% 2022-05-18T04:51:19.8297660Z mkl-2021.2.0 | 100.0 MB | ######1 | 62% 2022-05-18T04:51:19.9267110Z mkl-2021.2.0 | 100.0 MB | ######6 | 67% 2022-05-18T04:51:20.0292730Z mkl-2021.2.0 | 100.0 MB | #######2 | 72% 2022-05-18T04:51:20.1711460Z mkl-2021.2.0 | 100.0 MB | #######6 | 77% 2022-05-18T04:51:20.3076300Z mkl-2021.2.0 | 100.0 MB | ########1 | 82% 2022-05-18T04:51:20.3778150Z mkl-2021.2.0 | 100.0 MB | ########7 | 87% 2022-05-18T04:51:29.3006180Z mkl-2021.2.0 | 100.0 MB | #########3 | 93% 2022-05-18T04:51:29.3009330Z mkl-2021.2.0 | 100.0 MB | ########## | 100% 2022-05-18T04:51:29.3015490Z mkl-2021.2.0 | 100.0 MB | ########## | 100% 2022-05-18T04:51:29.3015790Z 2022-05-18T04:51:29.3822230Z typing_extensions-4. | 28 KB | | 0% 2022-05-18T04:51:29.3826180Z typing_extensions-4. | 28 KB | ########## | 100% 2022-05-18T04:51:29.3826390Z 2022-05-18T04:51:29.5192430Z intel-openmp-2021.4. | 961 KB | | 0% 2022-05-18T04:51:29.5219550Z intel-openmp-2021.4. | 961 KB | ########## | 100% 2022-05-18T04:51:29.5220870Z intel-openmp-2021.4. | 961 KB | ########## | 100% 2022-05-18T04:51:29.5221420Z 2022-05-18T04:51:29.5977900Z ninja-1.10.2 | 9 KB | | 0% 2022-05-18T04:51:29.5983260Z ninja-1.10.2 | 9 KB | ########## | 100% 2022-05-18T04:51:29.5984680Z 2022-05-18T04:51:29.8441030Z setuptools-46.0.0 | 522 KB | | 0% 2022-05-18T04:51:29.8443870Z setuptools-46.0.0 | 522 KB | ########## | 100% 2022-05-18T04:51:29.8451730Z setuptools-46.0.0 | 522 KB | ########## | 100% 2022-05-18T04:51:29.8452360Z 2022-05-18T04:51:29.9537580Z zstd-1.4.9 | 476 KB | | 0% 2022-05-18T04:51:29.9540820Z zstd-1.4.9 | 476 KB | ########## | 100% 2022-05-18T04:51:29.9547090Z zstd-1.4.9 | 476 KB | ########## | 100% 2022-05-18T04:51:29.9547310Z 2022-05-18T04:51:30.0394690Z pycparser-2.21 | 94 KB | | 0% 2022-05-18T04:51:30.0399270Z pycparser-2.21 | 94 KB | ########## | 100% 2022-05-18T04:51:30.0399540Z 2022-05-18T04:51:30.1402740Z libopenblas-0.3.18 | 4.9 MB | | 0% 2022-05-18T04:51:30.6462790Z libopenblas-0.3.18 | 4.9 MB | #########8 | 99% 2022-05-18T04:51:30.6466990Z libopenblas-0.3.18 | 4.9 MB | ########## | 100% 2022-05-18T04:51:30.6467660Z 2022-05-18T04:51:30.7476710Z cffi-1.15.0 | 218 KB | | 0% 2022-05-18T04:51:30.7480610Z cffi-1.15.0 | 218 KB | ########## | 100% 2022-05-18T04:51:30.7481440Z 2022-05-18T04:51:30.8541900Z libuv-1.40.0 | 334 KB | | 0% 2022-05-18T04:51:30.8545380Z libuv-1.40.0 | 334 KB | ########## | 100% 2022-05-18T04:51:30.8551880Z libuv-1.40.0 | 334 KB | ########## | 100% 2022-05-18T04:51:30.8552430Z 2022-05-18T04:51:30.9536120Z lz4-c-1.9.3 | 140 KB | | 0% 2022-05-18T04:51:30.9541630Z lz4-c-1.9.3 | 140 KB | ########## | 100% 2022-05-18T04:51:30.9542320Z 2022-05-18T04:51:31.1159160Z libssh2-1.10.0 | 258 KB | | 0% 2022-05-18T04:51:31.1162220Z libssh2-1.10.0 | 258 KB | ########## | 100% 2022-05-18T04:51:31.1168900Z libssh2-1.10.0 | 258 KB | ########## | 100% 2022-05-18T04:51:31.1169540Z 2022-05-18T04:51:31.2173950Z numpy-base-1.18.5 | 3.9 MB | | 0% 2022-05-18T04:51:31.9881630Z numpy-base-1.18.5 | 3.9 MB | #########6 | 96% 2022-05-18T04:51:31.9885090Z numpy-base-1.18.5 | 3.9 MB | ########## | 100% 2022-05-18T04:51:31.9885760Z 2022-05-18T04:51:32.1427420Z pyyaml-5.3.1 | 168 KB | | 0% 2022-05-18T04:51:32.1430800Z pyyaml-5.3.1 | 168 KB | ########## | 100% 2022-05-18T04:51:32.1437130Z pyyaml-5.3.1 | 168 KB | ########## | 100% 2022-05-18T04:51:32.1438170Z 2022-05-18T04:51:32.2484140Z rhash-1.4.1 | 193 KB | | 0% 2022-05-18T04:51:32.2502780Z rhash-1.4.1 | 193 KB | ########## | 100% 2022-05-18T04:51:32.2504420Z rhash-1.4.1 | 193 KB | ########## | 100% 2022-05-18T04:51:32.2505100Z 2022-05-18T04:51:33.2206290Z mkl-include-2021.2.0 | 464 KB | | 0% 2022-05-18T04:51:33.2211320Z mkl-include-2021.2.0 | 464 KB | ########## | 100% 2022-05-18T04:51:33.2216490Z mkl-include-2021.2.0 | 464 KB | ########## | 100% 2022-05-18T04:51:33.2218230Z 2022-05-18T04:51:33.3756280Z bzip2-1.0.8 | 75 KB | | 0% 2022-05-18T04:51:33.3759380Z bzip2-1.0.8 | 75 KB | ########## | 100% 2022-05-18T04:51:33.3765330Z bzip2-1.0.8 | 75 KB | ########## | 100% 2022-05-18T04:51:33.3766110Z 2022-05-18T04:51:33.4513950Z libev-4.33 | 106 KB | | 0% 2022-05-18T04:51:33.4518010Z libev-4.33 | 106 KB | ########## | 100% 2022-05-18T04:51:33.4518680Z 2022-05-18T04:51:33.5514480Z expat-2.4.4 | 123 KB | | 0% 2022-05-18T04:51:33.5518730Z expat-2.4.4 | 123 KB | ########## | 100% 2022-05-18T04:51:33.5519050Z 2022-05-18T04:51:33.6409000Z blas-1.0 | 45 KB | | 0% 2022-05-18T04:51:33.6413170Z blas-1.0 | 45 KB | ########## | 100% 2022-05-18T04:51:33.6413450Z 2022-05-18T04:51:33.7592500Z libgfortran-3.0.1 | 426 KB | | 0% 2022-05-18T04:51:33.7596590Z libgfortran-3.0.1 | 426 KB | ########## | 100% 2022-05-18T04:51:33.7601520Z libgfortran-3.0.1 | 426 KB | ########## | 100% 2022-05-18T04:51:33.7602300Z 2022-05-18T04:51:33.8243380Z dataclasses-0.8 | 8 KB | | 0% 2022-05-18T04:51:33.8247560Z dataclasses-0.8 | 8 KB | ########## | 100% 2022-05-18T04:51:33.8248230Z 2022-05-18T04:51:33.9346740Z libedit-3.1.20210910 | 139 KB | | 0% 2022-05-18T04:51:33.9347850Z libedit-3.1.20210910 | 139 KB | ########## | 100% 2022-05-18T04:51:33.9349910Z libedit-3.1.20210910 | 139 KB | ########## | 100% 2022-05-18T04:51:33.9350490Z 2022-05-18T04:51:34.0036810Z numpy-1.18.5 | 5 KB | | 0% 2022-05-18T04:51:34.0041440Z numpy-1.18.5 | 5 KB | ########## | 100% 2022-05-18T04:51:34.0041710Z 2022-05-18T04:51:34.0803850Z ninja-base-1.10.2 | 118 KB | | 0% 2022-05-18T04:51:34.0806090Z ninja-base-1.10.2 | 118 KB | ########## | 100% 2022-05-18T04:51:34.0807530Z 2022-05-18T04:51:34.1810190Z cmake-3.19.6 | 6.3 MB | | 0% 2022-05-18T04:51:36.2455900Z cmake-3.19.6 | 6.3 MB | #######7 | 77% 2022-05-18T04:51:36.2459820Z cmake-3.19.6 | 6.3 MB | ########## | 100% 2022-05-18T04:51:36.2460140Z 2022-05-18T04:51:36.3535840Z c-ares-1.18.1 | 100 KB | | 0% 2022-05-18T04:51:36.4309640Z c-ares-1.18.1 | 100 KB | #6 | 16% 2022-05-18T04:51:36.4312770Z c-ares-1.18.1 | 100 KB | ########## | 100% 2022-05-18T04:51:36.4313030Z 2022-05-18T04:51:36.9789630Z krb5-1.19.2 | 1.1 MB | | 0% 2022-05-18T04:51:36.9793340Z krb5-1.19.2 | 1.1 MB | ########## | 100% 2022-05-18T04:51:36.9797870Z krb5-1.19.2 | 1.1 MB | ########## | 100% 2022-05-18T04:51:36.9798440Z 2022-05-18T04:51:37.0636000Z yaml-0.2.5 | 72 KB | | 0% 2022-05-18T04:51:37.0640420Z yaml-0.2.5 | 72 KB | ########## | 100% 2022-05-18T04:51:37.0640670Z 2022-05-18T04:51:37.1877420Z libnghttp2-1.46.0 | 687 KB | | 0% 2022-05-18T04:51:37.1880580Z libnghttp2-1.46.0 | 687 KB | ########## | 100% 2022-05-18T04:51:37.1886060Z libnghttp2-1.46.0 | 687 KB | ########## | 100% 2022-05-18T04:51:37.4545970Z Preparing transaction: ...working... done 2022-05-18T04:51:41.0270700Z Verifying transaction: ...working... done 2022-05-18T04:51:45.6453240Z Executing transaction: ...working... done 2022-05-18T04:51:46.4680670Z ++ retry conda install -y -c conda-forge certifi wheel=0.36.2 2022-05-18T04:51:46.4781360Z ++ conda install -y -c conda-forge certifi wheel=0.36.2 2022-05-18T04:52:01.5389950Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:52:01.5425820Z Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. 2022-05-18T04:52:54.6505120Z Collecting package metadata (repodata.json): ...working... done 2022-05-18T04:53:07.6010070Z Solving environment: ...working... done 2022-05-18T04:53:07.6886800Z 2022-05-18T04:53:07.6887820Z ## Package Plan ## 2022-05-18T04:53:07.6888560Z 2022-05-18T04:53:07.6889000Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:53:07.6889890Z 2022-05-18T04:53:07.6890270Z added / updated specs: 2022-05-18T04:53:07.6891350Z - certifi 2022-05-18T04:53:07.6892190Z - wheel=0.36.2 2022-05-18T04:53:07.6892620Z 2022-05-18T04:53:07.6892850Z 2022-05-18T04:53:07.6893370Z The following packages will be downloaded: 2022-05-18T04:53:07.6893920Z 2022-05-18T04:53:07.6894310Z package | build 2022-05-18T04:53:07.6895010Z ---------------------------|----------------- 2022-05-18T04:53:07.6895790Z ca-certificates-2021.10.8 | h033912b_0 139 KB conda-forge 2022-05-18T04:53:07.6896570Z certifi-2021.10.8 | py38h50d1736_2 145 KB conda-forge 2022-05-18T04:53:07.6897580Z openssl-1.1.1o | hfe4f2af_0 1.9 MB conda-forge 2022-05-18T04:53:07.6898380Z python_abi-3.8 | 2_cp38 4 KB conda-forge 2022-05-18T04:53:07.6900070Z wheel-0.36.2 | pyhd3deb0d_0 31 KB conda-forge 2022-05-18T04:53:07.6901200Z ------------------------------------------------------------ 2022-05-18T04:53:07.6901900Z Total: 2.2 MB 2022-05-18T04:53:07.6902320Z 2022-05-18T04:53:07.6902940Z The following NEW packages will be INSTALLED: 2022-05-18T04:53:07.6903400Z 2022-05-18T04:53:07.6904220Z python_abi conda-forge/osx-64::python_abi-3.8-2_cp38 2022-05-18T04:53:07.6905030Z 2022-05-18T04:53:07.6905650Z The following packages will be SUPERSEDED by a higher-priority channel: 2022-05-18T04:53:07.6906310Z 2022-05-18T04:53:07.6907050Z ca-certificates pkgs/main::ca-certificates-2022.4.26-~ --> conda-forge::ca-certificates-2021.10.8-h033912b_0 2022-05-18T04:53:07.6908030Z certifi pkgs/main::certifi-2021.10.8-py38hecd~ --> conda-forge::certifi-2021.10.8-py38h50d1736_2 2022-05-18T04:53:07.6908940Z openssl pkgs/main::openssl-1.1.1o-hca72f7f_0 --> conda-forge::openssl-1.1.1o-hfe4f2af_0 2022-05-18T04:53:07.6909990Z wheel pkgs/main::wheel-0.37.1-pyhd3eb1b0_0 --> conda-forge::wheel-0.36.2-pyhd3deb0d_0 2022-05-18T04:53:07.6910530Z 2022-05-18T04:53:07.6910760Z 2022-05-18T04:53:07.6910990Z 2022-05-18T04:53:07.6911520Z Downloading and Extracting Packages 2022-05-18T04:53:07.6911960Z 2022-05-18T04:53:07.7891620Z openssl-1.1.1o | 1.9 MB | | 0% 2022-05-18T04:53:08.1435970Z openssl-1.1.1o | 1.9 MB | #####3 | 53% 2022-05-18T04:53:08.1518510Z openssl-1.1.1o | 1.9 MB | ########## | 100% 2022-05-18T04:53:08.1528300Z 2022-05-18T04:53:08.2031680Z ca-certificates-2021 | 139 KB | | 0% 2022-05-18T04:53:08.2034110Z ca-certificates-2021 | 139 KB | ########## | 100% 2022-05-18T04:53:08.2034980Z 2022-05-18T04:53:08.2526590Z python_abi-3.8 | 4 KB | | 0% 2022-05-18T04:53:08.2561740Z python_abi-3.8 | 4 KB | ########## | 100% 2022-05-18T04:53:08.2563860Z 2022-05-18T04:53:08.3152240Z wheel-0.36.2 | 31 KB | | 0% 2022-05-18T04:53:08.3154700Z wheel-0.36.2 | 31 KB | ########## | 100% 2022-05-18T04:53:08.3155760Z 2022-05-18T04:53:08.3804050Z certifi-2021.10.8 | 145 KB | | 0% 2022-05-18T04:53:08.3805740Z certifi-2021.10.8 | 145 KB | ########## | 100% 2022-05-18T04:53:08.4016570Z Preparing transaction: ...working... done 2022-05-18T04:53:08.4868670Z Verifying transaction: ...working... done 2022-05-18T04:53:09.5433810Z Executing transaction: ...working... done 2022-05-18T04:53:15.0132680Z ++ retry conda install -y pillow 2022-05-18T04:53:15.0133730Z ++ conda install -y pillow 2022-05-18T04:53:16.4149950Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:53:16.8037520Z Solving environment: ...working... done 2022-05-18T04:53:16.8817150Z 2022-05-18T04:53:16.8823820Z ## Package Plan ## 2022-05-18T04:53:16.8824380Z 2022-05-18T04:53:16.8824810Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:53:16.8825310Z 2022-05-18T04:53:16.8825680Z added / updated specs: 2022-05-18T04:53:16.8826440Z - pillow 2022-05-18T04:53:16.8826890Z 2022-05-18T04:53:16.8827150Z 2022-05-18T04:53:16.8827540Z The following packages will be downloaded: 2022-05-18T04:53:16.8827990Z 2022-05-18T04:53:16.8828370Z package | build 2022-05-18T04:53:16.8829060Z ---------------------------|----------------- 2022-05-18T04:53:16.8829810Z freetype-2.11.0 | hd8bbffd_0 589 KB 2022-05-18T04:53:16.8830570Z giflib-5.2.1 | haf1e3a3_0 70 KB 2022-05-18T04:53:16.8831300Z jpeg-9e | hca72f7f_0 225 KB 2022-05-18T04:53:16.8832950Z lcms2-2.12 | hf1fd2bf_0 284 KB 2022-05-18T04:53:16.8833970Z libpng-1.6.37 | ha441bb4_0 262 KB 2022-05-18T04:53:16.8835220Z libtiff-4.2.0 | h87d7836_0 462 KB 2022-05-18T04:53:16.8838360Z libwebp-1.2.2 | h56c3ce4_0 72 KB 2022-05-18T04:53:16.8839350Z libwebp-base-1.2.2 | hca72f7f_0 393 KB 2022-05-18T04:53:16.8840220Z pillow-9.0.1 | py38hde71d04_0 617 KB 2022-05-18T04:53:16.8842240Z ------------------------------------------------------------ 2022-05-18T04:53:16.8843130Z Total: 2.9 MB 2022-05-18T04:53:16.8843580Z 2022-05-18T04:53:16.8843990Z The following NEW packages will be INSTALLED: 2022-05-18T04:53:16.8844450Z 2022-05-18T04:53:16.8845120Z freetype pkgs/main/osx-64::freetype-2.11.0-hd8bbffd_0 2022-05-18T04:53:16.8846720Z giflib pkgs/main/osx-64::giflib-5.2.1-haf1e3a3_0 2022-05-18T04:53:16.8847620Z jpeg pkgs/main/osx-64::jpeg-9e-hca72f7f_0 2022-05-18T04:53:16.8848830Z lcms2 pkgs/main/osx-64::lcms2-2.12-hf1fd2bf_0 2022-05-18T04:53:16.8850080Z libpng pkgs/main/osx-64::libpng-1.6.37-ha441bb4_0 2022-05-18T04:53:16.8851470Z libtiff pkgs/main/osx-64::libtiff-4.2.0-h87d7836_0 2022-05-18T04:53:16.8852370Z libwebp pkgs/main/osx-64::libwebp-1.2.2-h56c3ce4_0 2022-05-18T04:53:16.8853240Z libwebp-base pkgs/main/osx-64::libwebp-base-1.2.2-hca72f7f_0 2022-05-18T04:53:16.8854120Z pillow pkgs/main/osx-64::pillow-9.0.1-py38hde71d04_0 2022-05-18T04:53:16.8854630Z 2022-05-18T04:53:16.8855820Z The following packages will be UPDATED: 2022-05-18T04:53:16.8856650Z 2022-05-18T04:53:16.8857490Z ca-certificates conda-forge::ca-certificates-2021.10.~ --> pkgs/main::ca-certificates-2022.4.26-hecd8cb5_0 2022-05-18T04:53:16.8858100Z 2022-05-18T04:53:16.8858700Z The following packages will be SUPERSEDED by a higher-priority channel: 2022-05-18T04:53:16.8859220Z 2022-05-18T04:53:16.8859930Z certifi conda-forge::certifi-2021.10.8-py38h5~ --> pkgs/main::certifi-2021.10.8-py38hecd8cb5_2 2022-05-18T04:53:16.8860940Z openssl conda-forge::openssl-1.1.1o-hfe4f2af_0 --> pkgs/main::openssl-1.1.1o-hca72f7f_0 2022-05-18T04:53:16.8861490Z 2022-05-18T04:53:16.8861750Z 2022-05-18T04:53:16.8862000Z 2022-05-18T04:53:16.8862380Z Downloading and Extracting Packages 2022-05-18T04:53:16.8862830Z 2022-05-18T04:53:17.0158350Z jpeg-9e | 225 KB | | 0% 2022-05-18T04:53:17.0258930Z jpeg-9e | 225 KB | ########## | 100% 2022-05-18T04:53:17.0360460Z jpeg-9e | 225 KB | ########## | 100% 2022-05-18T04:53:17.0460050Z 2022-05-18T04:53:17.1066900Z giflib-5.2.1 | 70 KB | | 0% 2022-05-18T04:53:17.1149740Z giflib-5.2.1 | 70 KB | ########## | 100% 2022-05-18T04:53:17.1193510Z 2022-05-18T04:53:17.2067070Z libpng-1.6.37 | 262 KB | | 0% 2022-05-18T04:53:17.2094630Z libpng-1.6.37 | 262 KB | ########## | 100% 2022-05-18T04:53:17.2130060Z 2022-05-18T04:53:17.4340410Z pillow-9.0.1 | 617 KB | | 0% 2022-05-18T04:53:17.4381100Z pillow-9.0.1 | 617 KB | ########## | 100% 2022-05-18T04:53:17.4406570Z pillow-9.0.1 | 617 KB | ########## | 100% 2022-05-18T04:53:17.4435740Z 2022-05-18T04:53:17.7253900Z freetype-2.11.0 | 589 KB | | 0% 2022-05-18T04:53:17.7355480Z freetype-2.11.0 | 589 KB | ########## | 100% 2022-05-18T04:53:17.7471920Z freetype-2.11.0 | 589 KB | ########## | 100% 2022-05-18T04:53:17.7578560Z 2022-05-18T04:53:17.8605910Z libwebp-1.2.2 | 72 KB | | 0% 2022-05-18T04:53:17.8647620Z libwebp-1.2.2 | 72 KB | ########## | 100% 2022-05-18T04:53:17.8652480Z libwebp-1.2.2 | 72 KB | ########## | 100% 2022-05-18T04:53:17.8672990Z 2022-05-18T04:53:17.9491950Z lcms2-2.12 | 284 KB | | 0% 2022-05-18T04:53:17.9494270Z lcms2-2.12 | 284 KB | ########## | 100% 2022-05-18T04:53:17.9494830Z 2022-05-18T04:53:18.0718050Z libtiff-4.2.0 | 462 KB | | 0% 2022-05-18T04:53:18.0820360Z libtiff-4.2.0 | 462 KB | ########## | 100% 2022-05-18T04:53:18.0919680Z libtiff-4.2.0 | 462 KB | ########## | 100% 2022-05-18T04:53:18.1019620Z 2022-05-18T04:53:18.2504780Z libwebp-base-1.2.2 | 393 KB | | 0% 2022-05-18T04:53:18.2604720Z libwebp-base-1.2.2 | 393 KB | ########## | 100% 2022-05-18T04:53:18.2705260Z libwebp-base-1.2.2 | 393 KB | ########## | 100% 2022-05-18T04:53:18.3234710Z Preparing transaction: ...working... done 2022-05-18T04:53:18.7291570Z Verifying transaction: ...working... done 2022-05-18T04:53:19.5299430Z Executing transaction: ...working... done 2022-05-18T04:53:19.9633160Z ++ retry conda install -y libuv pkg-config 2022-05-18T04:53:19.9674900Z ++ conda install -y libuv pkg-config 2022-05-18T04:53:21.6974210Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:53:22.4200010Z Solving environment: ...working... done 2022-05-18T04:53:22.5063640Z 2022-05-18T04:53:22.5064610Z ## Package Plan ## 2022-05-18T04:53:22.5073860Z 2022-05-18T04:53:22.5074420Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:53:22.5074930Z 2022-05-18T04:53:22.5075310Z added / updated specs: 2022-05-18T04:53:22.5076070Z - libuv 2022-05-18T04:53:22.5076690Z - pkg-config 2022-05-18T04:53:22.5077140Z 2022-05-18T04:53:22.5077390Z 2022-05-18T04:53:22.5077780Z The following packages will be downloaded: 2022-05-18T04:53:22.5078240Z 2022-05-18T04:53:22.5079200Z package | build 2022-05-18T04:53:22.5080010Z ---------------------------|----------------- 2022-05-18T04:53:22.5080780Z libiconv-1.16 | hca72f7f_2 695 KB 2022-05-18T04:53:22.5081530Z pkg-config-0.29.2 | h3efe00b_8 228 KB 2022-05-18T04:53:22.5082300Z ------------------------------------------------------------ 2022-05-18T04:53:22.5082920Z Total: 922 KB 2022-05-18T04:53:22.5083380Z 2022-05-18T04:53:22.5083790Z The following NEW packages will be INSTALLED: 2022-05-18T04:53:22.5084250Z 2022-05-18T04:53:22.5084910Z libiconv pkgs/main/osx-64::libiconv-1.16-hca72f7f_2 2022-05-18T04:53:22.5085790Z pkg-config pkgs/main/osx-64::pkg-config-0.29.2-h3efe00b_8 2022-05-18T04:53:22.5086320Z 2022-05-18T04:53:22.5086580Z 2022-05-18T04:53:22.5086830Z 2022-05-18T04:53:22.5087210Z Downloading and Extracting Packages 2022-05-18T04:53:22.5087660Z 2022-05-18T04:53:22.6824250Z libiconv-1.16 | 695 KB | | 0% 2022-05-18T04:53:22.6925830Z libiconv-1.16 | 695 KB | ########## | 100% 2022-05-18T04:53:22.7026260Z libiconv-1.16 | 695 KB | ########## | 100% 2022-05-18T04:53:22.7127050Z 2022-05-18T04:53:22.7729530Z pkg-config-0.29.2 | 228 KB | | 0% 2022-05-18T04:53:22.7830080Z pkg-config-0.29.2 | 228 KB | ########## | 100% 2022-05-18T04:53:22.7930390Z Preparing transaction: ...working... done 2022-05-18T04:53:22.8180060Z Verifying transaction: ...working... done 2022-05-18T04:53:22.8371240Z Executing transaction: ...working... done 2022-05-18T04:53:23.0649000Z ++ export MACOSX_DEPLOYMENT_TARGET=10.9 2022-05-18T04:53:23.0649810Z ++ MACOSX_DEPLOYMENT_TARGET=10.9 2022-05-18T04:53:23.0650490Z ++ export CXX=clang++ 2022-05-18T04:53:23.0651020Z ++ CXX=clang++ 2022-05-18T04:53:23.0651520Z ++ export CC=clang 2022-05-18T04:53:23.0652460Z ++ CC=clang 2022-05-18T04:53:23.0654610Z + conda install -y six 2022-05-18T04:53:24.4627340Z Collecting package metadata (current_repodata.json): ...working... done 2022-05-18T04:53:24.9980830Z Solving environment: ...working... done 2022-05-18T04:53:25.0899910Z 2022-05-18T04:53:25.0900680Z ## Package Plan ## 2022-05-18T04:53:25.0901220Z 2022-05-18T04:53:25.0901650Z environment location: /usr/local/miniconda/envs/build 2022-05-18T04:53:25.0902120Z 2022-05-18T04:53:25.0902470Z added / updated specs: 2022-05-18T04:53:25.0903230Z - six 2022-05-18T04:53:25.0904500Z 2022-05-18T04:53:25.0904750Z 2022-05-18T04:53:25.0905140Z The following packages will be downloaded: 2022-05-18T04:53:25.0905600Z 2022-05-18T04:53:25.0905970Z package | build 2022-05-18T04:53:25.0906660Z ---------------------------|----------------- 2022-05-18T04:53:25.0907420Z six-1.16.0 | pyhd3eb1b0_1 18 KB 2022-05-18T04:53:25.0908170Z ------------------------------------------------------------ 2022-05-18T04:53:25.0908790Z Total: 18 KB 2022-05-18T04:53:25.0909230Z 2022-05-18T04:53:25.0909620Z The following NEW packages will be INSTALLED: 2022-05-18T04:53:25.0910080Z 2022-05-18T04:53:25.0910640Z six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1 2022-05-18T04:53:25.0911130Z 2022-05-18T04:53:25.0911380Z 2022-05-18T04:53:25.0911630Z 2022-05-18T04:53:25.0912000Z Downloading and Extracting Packages 2022-05-18T04:53:25.0912470Z 2022-05-18T04:53:25.1979160Z six-1.16.0 | 18 KB | | 0% 2022-05-18T04:53:25.2079480Z six-1.16.0 | 18 KB | ########## | 100% 2022-05-18T04:53:25.2180870Z six-1.16.0 | 18 KB | ########## | 100% 2022-05-18T04:53:25.2278390Z Preparing transaction: ...working... done 2022-05-18T04:53:25.2333990Z Verifying transaction: ...working... done 2022-05-18T04:53:25.7955900Z Executing transaction: ...working... done 2022-05-18T04:53:25.9934110Z + pip install -q hypothesis expecttest==0.1.3 'librosa>=0.6.2' 'numba<=0.49.1' psutil scipy==1.6.3 2022-05-18T04:53:46.4074010Z + pip install 'unittest-xml-reporting<=3.2.0,>=2.0.0' pytest 2022-05-18T04:53:47.1480830Z Collecting unittest-xml-reporting<=3.2.0,>=2.0.0 2022-05-18T04:53:47.1763130Z Downloading unittest_xml_reporting-3.2.0-py2.py3-none-any.whl (20 kB) 2022-05-18T04:53:47.3642130Z Collecting pytest 2022-05-18T04:53:47.3802120Z Downloading pytest-7.1.2-py3-none-any.whl (297 kB) 2022-05-18T04:53:48.0319130Z Collecting lxml 2022-05-18T04:53:48.0690820Z Downloading lxml-4.8.0-cp38-cp38-macosx_10_14_x86_64.whl (4.5 MB) 2022-05-18T04:53:48.9428050Z 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:53:48.9811430Z Collecting pluggy<2.0,>=0.12 2022-05-18T04:53:48.9908540Z Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2022-05-18T04:53:49.0373750Z Collecting tomli>=1.0.0 2022-05-18T04:53:49.0465830Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2022-05-18T04:53:49.1015920Z Collecting py>=1.8.2 2022-05-18T04:53:49.1121670Z Downloading py-1.11.0-py2.py3-none-any.whl (98 kB) 2022-05-18T04:53:49.1198730Z Requirement already satisfied: packaging in /usr/local/miniconda/envs/build/lib/python3.8/site-packages (from pytest) (21.3) 2022-05-18T04:53:49.1388700Z Collecting iniconfig 2022-05-18T04:53:49.1480340Z Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) 2022-05-18T04:53:49.2151820Z 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:53:49.4683570Z Installing collected packages: tomli, py, pluggy, lxml, iniconfig, unittest-xml-reporting, pytest 2022-05-18T04:53:50.1803360Z 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:53:50.4095950Z + '[' -z 1 ']' 2022-05-18T04:53:50.4096300Z + export CMAKE_PREFIX_PATH=/miniconda3/ 2022-05-18T04:53:50.4096720Z + CMAKE_PREFIX_PATH=/miniconda3/ 2022-05-18T04:53:50.4097030Z + '[' -z 1 ']' 2022-05-18T04:53:50.4097280Z + '[' -z 1 ']' 2022-05-18T04:53:50.4097470Z + pushd test 2022-05-18T04:53:50.4097710Z ~/work/pytorch/pytorch/test ~/work/pytorch/pytorch 2022-05-18T04:53:50.4107320Z ++ python -c 'import torch; print(int(torch.backends.openmp.is_available()))' 2022-05-18T04:54:04.3741720Z + [[ ! 1 == \1 ]] 2022-05-18T04:54:04.3742070Z + popd 2022-05-18T04:54:04.3742940Z ~/work/pytorch/pytorch 2022-05-18T04:54:04.3748060Z + [[ 2 -gt 1 ]] 2022-05-18T04:54:04.3748320Z + test_python_shard 2 2022-05-18T04:54:04.3748610Z + [[ -z 2 ]] 2022-05-18T04:54:04.3748890Z + setup_test_python 2022-05-18T04:54:04.3749120Z + export GLOO_SOCKET_IFNAME=lo0 2022-05-18T04:54:04.3749350Z + GLOO_SOCKET_IFNAME=lo0 2022-05-18T04:54:04.3756850Z ++ ninja --version 2022-05-18T04:54:04.5753040Z + echo 'Ninja version: 1.10.2' 2022-05-18T04:54:04.5753320Z Ninja version: 1.10.2 2022-05-18T04:54:04.5754100Z + ulimit -n 1024 2022-05-18T04:54:04.5759750Z + python test/run_test.py --verbose --exclude-jit-executor --shard 2 2 2022-05-18T04:54:06.6313740Z Selected tests: 2022-05-18T04:54:06.6314040Z Ignoring disabled issues: [] 2022-05-18T04:54:06.6314360Z distributed/_shard/checkpoint/test_checkpoint 2022-05-18T04:54:06.6314720Z Uh oh, boto3 is not found. Either it is not installed or we failed to import s3_stat_parser. 2022-05-18T04:54:06.6315110Z If not installed, please install boto3 for automatic sharding and test categorization. 2022-05-18T04:54:06.6315490Z Gathered no reports from S3. Please proceed without them. 2022-05-18T04:54:06.6316100Z Exporting S3 test stats to .pytorch-test-times.json. 2022-05-18T04:54:06.6316430Z Gathered no stats from S3. Proceeding with default sharding plan. 2022-05-18T04:54:06.6316710Z Prioritized test from test file changes. 2022-05-18T04:54:06.6316980Z reordering tests for PR: 2022-05-18T04:54:06.6317300Z prioritized: ['test_meta'] 2022-05-18T04:54:06.6318130Z distributed/_shard/sharded_optim/test_sharded_optim 2022-05-18T04:54:06.6325010Z the rest: ['distributed/_shard/checkpoint/test_checkpoint', 'distributed/_shard/sharded_optim/test_sharded_optim', 'distributed/_shard/sharded_tensor/ops/test_chunk', 'distributed/_shard/sharded_tensor/ops/test_embedding', 'distributed/_shard/sharded_tensor/ops/test_init', 'distributed/_shard/sharded_tensor/ops/test_math_ops', 'distributed/_shard/sharded_tensor/ops/test_softmax', 'distributed/_shard/sharded_tensor/test_megatron_prototype', 'distributed/_shard/sharded_tensor/test_sharded_tensor_reshard', 'distributed/_shard/sharding_spec/test_sharding_spec', 'distributed/_shard/test_replicated_tensor', 'distributed/algorithms/test_join', 'distributed/elastic/metrics/api_test', 'distributed/elastic/timer/api_test', 'distributed/elastic/timer/local_timer_test', 'distributed/elastic/utils/logging_test', 'distributed/fsdp/test_distributed_checkpoint', 'distributed/fsdp/test_fsdp_apply', 'distributed/fsdp/test_fsdp_clip_grad_norm', 'distributed/fsdp/test_fsdp_core', 'distributed/fsdp/test_fsdp_freezing_weights', 'distributed/fsdp/test_fsdp_ignored_modules', 'distributed/fsdp/test_fsdp_memory', 'distributed/fsdp/test_fsdp_misc', 'distributed/fsdp/test_fsdp_multiple_forward', 'distributed/fsdp/test_fsdp_optim_state', 'distributed/fsdp/test_fsdp_pure_fp16', 'distributed/fsdp/test_fsdp_state_dict', 'distributed/fsdp/test_fsdp_traversal', 'distributed/fsdp/test_shard_utils', 'distributed/fsdp/test_wrap', 'distributed/optim/test_zero_redundancy_optimizer', 'distributed/pipeline/sync/skip/test_gpipe', 'distributed/pipeline/sync/skip/test_leak', 'distributed/pipeline/sync/skip/test_stash_pop', 'distributed/pipeline/sync/skip/test_verify_skippables', 'distributed/pipeline/sync/test_bugs', 'distributed/pipeline/sync/test_copy', 'distributed/pipeline/sync/test_dependency', 'distributed/pipeline/sync/test_microbatch', 'distributed/pipeline/sync/test_pipe', 'distributed/pipeline/sync/test_stream', 'distributed/pipeline/sync/test_worker', 'distributed/rpc/test_faulty_agent', 'distributed/test_c10d_common', 'distributed/test_c10d_nccl', 'distributed/test_c10d_spawn_nccl', 'distributed/test_distributed_spawn', 'distributed/test_nccl', 'distributed/test_store', 'distributions/test_distributions', 'lazy/test_extract_compiled_graph', 'lazy/test_ts_opinfo', 'test_autocast', 'test_binary_ufuncs', 'test_complex', 'test_cpp_extensions_aot_ninja', 'test_cpp_extensions_jit', 'test_cuda_primary_ctx', 'test_datapipe', 'test_deploy', 'test_dispatch', 'test_foreach', 'test_functional_autograd_benchmark', 'test_functionalization', 'test_fx', 'test_hub', 'test_indexing', 'test_jit_autocast', 'test_jit_disabled', 'test_jit_llga_fuser', 'test_license', 'test_logging', 'test_mobile_optimizer', 'test_module_init', 'test_monitor', 'test_multiprocessing', 'test_namedtensor', 'test_native_functions', 'test_nestedtensor', 'test_numba_integration', 'test_openmp', 'test_ops_gradients', 'test_optim', 'test_package', 'test_prims', 'test_pruning_op', 'test_python_dispatch', 'test_quantization', 'test_scatter_gather_ops', 'test_set_default_mobile_cpu_allocator', 'test_show_pickle', 'test_sparse', 'test_spectral_ops', 'test_subclass', 'test_tensorboard', 'test_tensorexpr_pybind', 'test_torch', 'test_type_info', 'test_unary_ufuncs', 'test_view_ops', 'test_vulkan'] 2022-05-18T04:54:06.6329270Z distributed/_shard/sharded_tensor/ops/test_chunk 2022-05-18T04:54:06.6329560Z distributed/_shard/sharded_tensor/ops/test_embedding 2022-05-18T04:54:06.6329850Z distributed/_shard/sharded_tensor/ops/test_init 2022-05-18T04:54:06.6330140Z distributed/_shard/sharded_tensor/ops/test_math_ops 2022-05-18T04:54:06.6330440Z distributed/_shard/sharded_tensor/ops/test_softmax 2022-05-18T04:54:06.6330740Z distributed/_shard/sharded_tensor/test_megatron_prototype 2022-05-18T04:54:06.6331050Z distributed/_shard/sharded_tensor/test_sharded_tensor_reshard 2022-05-18T04:54:06.6331350Z distributed/_shard/sharding_spec/test_sharding_spec 2022-05-18T04:54:06.6331620Z distributed/_shard/test_replicated_tensor 2022-05-18T04:54:06.6332190Z distributed/algorithms/test_join 2022-05-18T04:54:06.6332490Z distributed/elastic/metrics/api_test 2022-05-18T04:54:06.6332730Z distributed/elastic/timer/api_test 2022-05-18T04:54:06.6332990Z distributed/elastic/timer/local_timer_test 2022-05-18T04:54:06.6333240Z distributed/elastic/utils/logging_test 2022-05-18T04:54:06.6333510Z distributed/fsdp/test_distributed_checkpoint 2022-05-18T04:54:06.6333760Z distributed/fsdp/test_fsdp_apply 2022-05-18T04:54:06.6334010Z distributed/fsdp/test_fsdp_clip_grad_norm 2022-05-18T04:54:06.6334270Z distributed/fsdp/test_fsdp_core 2022-05-18T04:54:06.6334530Z distributed/fsdp/test_fsdp_freezing_weights 2022-05-18T04:54:06.6334790Z distributed/fsdp/test_fsdp_ignored_modules 2022-05-18T04:54:06.6335050Z distributed/fsdp/test_fsdp_memory 2022-05-18T04:54:06.6335290Z distributed/fsdp/test_fsdp_misc 2022-05-18T04:54:06.6335540Z distributed/fsdp/test_fsdp_multiple_forward 2022-05-18T04:54:06.6335800Z distributed/fsdp/test_fsdp_optim_state 2022-05-18T04:54:06.6336160Z distributed/fsdp/test_fsdp_pure_fp16 2022-05-18T04:54:06.6336550Z distributed/fsdp/test_fsdp_state_dict 2022-05-18T04:54:06.6336820Z distributed/fsdp/test_fsdp_traversal 2022-05-18T04:54:06.6337060Z distributed/fsdp/test_shard_utils 2022-05-18T04:54:06.6337290Z distributed/fsdp/test_wrap 2022-05-18T04:54:06.6337550Z distributed/optim/test_zero_redundancy_optimizer 2022-05-18T04:54:06.6337820Z distributed/pipeline/sync/skip/test_gpipe 2022-05-18T04:54:06.6338090Z distributed/pipeline/sync/skip/test_leak 2022-05-18T04:54:06.6338430Z distributed/pipeline/sync/skip/test_stash_pop 2022-05-18T04:54:06.6338720Z distributed/pipeline/sync/skip/test_verify_skippables 2022-05-18T04:54:06.6339000Z distributed/pipeline/sync/test_bugs 2022-05-18T04:54:06.6339250Z distributed/pipeline/sync/test_copy 2022-05-18T04:54:06.6339500Z distributed/pipeline/sync/test_dependency 2022-05-18T04:54:06.6339760Z distributed/pipeline/sync/test_microbatch 2022-05-18T04:54:06.6340010Z distributed/pipeline/sync/test_pipe 2022-05-18T04:54:06.6340270Z distributed/pipeline/sync/test_stream 2022-05-18T04:54:06.6340530Z distributed/pipeline/sync/test_worker 2022-05-18T04:54:06.6340780Z distributed/rpc/test_faulty_agent 2022-05-18T04:54:06.6341000Z distributed/test_c10d_common 2022-05-18T04:54:06.6341220Z distributed/test_c10d_nccl 2022-05-18T04:54:06.6341450Z distributed/test_c10d_spawn_nccl 2022-05-18T04:54:06.6341690Z distributed/test_distributed_spawn 2022-05-18T04:54:06.6341920Z distributed/test_nccl 2022-05-18T04:54:06.6342130Z distributed/test_store 2022-05-18T04:54:06.6342700Z distributions/test_distributions 2022-05-18T04:54:06.6342940Z lazy/test_extract_compiled_graph 2022-05-18T04:54:06.6343150Z lazy/test_ts_opinfo 2022-05-18T04:54:06.6343350Z test_autocast 2022-05-18T04:54:06.6343540Z test_binary_ufuncs 2022-05-18T04:54:06.6343730Z test_complex 2022-05-18T04:54:06.6343940Z test_cpp_extensions_aot_ninja 2022-05-18T04:54:06.6344160Z test_cpp_extensions_jit 2022-05-18T04:54:06.6344360Z test_cuda_primary_ctx 2022-05-18T04:54:06.6344570Z test_datapipe 2022-05-18T04:54:06.6344760Z test_deploy 2022-05-18T04:54:06.6344940Z test_dispatch 2022-05-18T04:54:06.6345120Z test_foreach 2022-05-18T04:54:06.6345320Z test_functional_autograd_benchmark 2022-05-18T04:54:06.6345550Z test_functionalization 2022-05-18T04:54:06.6345740Z test_fx 2022-05-18T04:54:06.6345910Z test_hub 2022-05-18T04:54:06.6346090Z test_indexing 2022-05-18T04:54:06.6346270Z test_jit_autocast 2022-05-18T04:54:06.6346590Z test_jit_disabled 2022-05-18T04:54:06.6346780Z test_jit_llga_fuser 2022-05-18T04:54:06.6346970Z test_license 2022-05-18T04:54:06.6347150Z test_logging 2022-05-18T04:54:06.6347310Z test_meta 2022-05-18T04:54:06.6347500Z test_mobile_optimizer 2022-05-18T04:54:06.6347700Z test_module_init 2022-05-18T04:54:06.6347880Z test_monitor 2022-05-18T04:54:06.6348070Z test_multiprocessing 2022-05-18T04:54:06.6348260Z test_namedtensor 2022-05-18T04:54:06.6348450Z test_native_functions 2022-05-18T04:54:06.6348640Z test_nestedtensor 2022-05-18T04:54:06.6349120Z test_numba_integration 2022-05-18T04:54:06.6349360Z test_openmp 2022-05-18T04:54:06.6349720Z test_ops_gradients 2022-05-18T04:54:06.6349900Z test_optim 2022-05-18T04:54:06.6350080Z test_package 2022-05-18T04:54:06.6350260Z test_prims 2022-05-18T04:54:06.6350440Z test_pruning_op 2022-05-18T04:54:06.6350630Z test_python_dispatch 2022-05-18T04:54:06.6350820Z test_quantization 2022-05-18T04:54:06.6351020Z test_scatter_gather_ops 2022-05-18T04:54:06.6351300Z test_set_default_mobile_cpu_allocator 2022-05-18T04:54:06.6351530Z test_show_pickle 2022-05-18T04:54:06.6351710Z test_sparse 2022-05-18T04:54:06.6351890Z test_spectral_ops 2022-05-18T04:54:06.6352080Z test_subclass 2022-05-18T04:54:06.6352260Z test_tensorboard 2022-05-18T04:54:06.6352460Z test_tensorexpr_pybind 2022-05-18T04:54:06.6352650Z test_torch 2022-05-18T04:54:06.6352840Z test_type_info 2022-05-18T04:54:06.6353010Z test_unary_ufuncs 2022-05-18T04:54:06.6353200Z test_view_ops 2022-05-18T04:54:06.6353380Z test_vulkan 2022-05-18T04:54:06.6353770Z Running test_meta ... [2022-05-18 04:54:06.631036] 2022-05-18T04:54:06.6354350Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:54:06.631110] 2022-05-18T04:54:06.6354630Z 2022-05-18T04:54:22.8882560Z 2022-05-18T04:54:22.8883330Z Test results will be stored in test-reports/python-unittest/test_meta 2022-05-18T04:54:22.8883670Z Running tests... 2022-05-18T04:54:22.8884070Z ---------------------------------------------------------------------- 2022-05-18T04:54:22.8982870Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:54:22.9026850Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9063630Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9110070Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:54:22.9142630Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:54:22.9184330Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9225990Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9268240Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9308370Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9348630Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9390250Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9430130Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9469910Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9511550Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9550690Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9581590Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:54:22.9619450Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9650530Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:54:22.9690840Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9731150Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9772120Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9811460Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9852880Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9896530Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9939420Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:22.9983180Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:23.0134770Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:54:23.0231750Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:54:23.0300870Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:54:23.0393760Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:23.0460240Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:54:23.0556170Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:23.0653250Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:54:23.0752640Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:54:23.0850030Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:54:23.0947380Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:54:23.1042730Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:23.1136550Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:23.1230180Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:23.1284370Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:54:23.1322340Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:23.1381400Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:54:23.1440320Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:54:23.1490020Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:54:23.1537780Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:54:23.1599660Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:54:23.1638000Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:23.1677390Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:23.1715470Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:23.1753490Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:23.1792500Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:23.1917660Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:23.2044160Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:54:23.2170020Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:54:23.2295400Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:23.2420130Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:23.2543150Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:23.2685630Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:23.2820900Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:54:23.2903970Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:54:23.2985730Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:54:23.3133790Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:54:23.3288500Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:54:23.3437710Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:54:23.3573590Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:23.3711260Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:23.3843930Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:54:23.3978230Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:54:23.4117180Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:23.4256100Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.5535180Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (1.128s) 2022-05-18T04:54:24.5627670Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:24.5764710Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.5903630Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.6023520Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:24.6144740Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:24.6264800Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:24.6385780Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:24.6506640Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:24.6647750Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.6792650Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.6935770Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.7075160Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.7125810Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:54:24.7164630Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:24.7234400Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:54:24.7301270Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:54:24.7354870Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:54:24.7411240Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:54:24.7489140Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:54:24.7531320Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:24.7571240Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:24.7612920Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:24.7652310Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:24.7697600Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:54:24.7829160Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:54:24.7955650Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:54:24.8079540Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:24.8202580Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:24.8325850Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:24.8450830Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:24.8593280Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.8676970Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:54:24.8758860Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:54:24.8900330Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.9039930Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.9187700Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:54:24.9321140Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:54:24.9453190Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:54:24.9591010Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.9731880Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.9871950Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:54:24.9968540Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:54:25.0031260Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:54:25.0092840Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:54:25.0183130Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:25.0272510Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:25.0365330Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:25.0454410Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:25.0543370Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:25.0631860Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:25.0720100Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:25.0808970Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:54:25.0932970Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:25.1058340Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:25.1183640Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:25.1308370Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:54:25.1432720Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:54:25.1559330Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:54:25.6587400Z test_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.503s) 2022-05-18T04:54:26.1590450Z test_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.500s) 2022-05-18T04:54:26.6557200Z test_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.497s) 2022-05-18T04:54:27.1516810Z test_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.496s) 2022-05-18T04:54:27.5887930Z test_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.437s) 2022-05-18T04:54:28.0275990Z test_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.439s) 2022-05-18T04:54:28.4680770Z test_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.440s) 2022-05-18T04:54:28.9077610Z test_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.439s) 2022-05-18T04:54:29.3525730Z test_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.445s) 2022-05-18T04:54:29.8479200Z test_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.495s) 2022-05-18T04:54:30.3441390Z test_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.496s) 2022-05-18T04:54:30.8455630Z test_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.501s) 2022-05-18T04:54:31.3427090Z test_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.497s) 2022-05-18T04:54:31.7755270Z test_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.433s) 2022-05-18T04:54:32.2105310Z test_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.435s) 2022-05-18T04:54:32.6394670Z test_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.429s) 2022-05-18T04:54:33.0841780Z test_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.445s) 2022-05-18T04:54:33.5224470Z test_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.438s) 2022-05-18T04:54:33.7966670Z test_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.274s) 2022-05-18T04:54:34.0671330Z test_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.270s) 2022-05-18T04:54:34.3390880Z test_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.272s) 2022-05-18T04:54:34.6305450Z test_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.291s) 2022-05-18T04:54:34.8750480Z test_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.244s) 2022-05-18T04:54:35.1127730Z test_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.238s) 2022-05-18T04:54:35.3491010Z test_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.236s) 2022-05-18T04:54:35.5901420Z test_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.241s) 2022-05-18T04:54:35.8283860Z test_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.238s) 2022-05-18T04:54:36.1045530Z test_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.276s) 2022-05-18T04:54:36.3754720Z test_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.271s) 2022-05-18T04:54:36.6436050Z test_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.268s) 2022-05-18T04:54:36.9154780Z test_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.272s) 2022-05-18T04:54:37.1595050Z test_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.244s) 2022-05-18T04:54:37.4016080Z test_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.242s) 2022-05-18T04:54:37.6351430Z test_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.233s) 2022-05-18T04:54:37.8783750Z test_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.243s) 2022-05-18T04:54:38.1254740Z test_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.247s) 2022-05-18T04:54:38.2093600Z test_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.084s) 2022-05-18T04:54:38.2927620Z test_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.083s) 2022-05-18T04:54:38.3758210Z test_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.083s) 2022-05-18T04:54:39.3024090Z test_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.926s) 2022-05-18T04:54:40.0665170Z test_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.764s) 2022-05-18T04:54:40.6030670Z test_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.537s) 2022-05-18T04:54:41.1482430Z test_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.545s) 2022-05-18T04:54:42.0718810Z test_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.924s) 2022-05-18T04:54:42.9990810Z test_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.927s) 2022-05-18T04:54:43.9421020Z test_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.943s) 2022-05-18T04:54:44.7383730Z test_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.793s) 2022-05-18T04:54:45.4930440Z test_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.757s) 2022-05-18T04:54:46.2713760Z test_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.778s) 2022-05-18T04:54:47.0249550Z test_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.753s) 2022-05-18T04:54:47.7967460Z test_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.771s) 2022-05-18T04:54:49.9008050Z test_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.104s) 2022-05-18T04:54:51.9507090Z test_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (2.050s) 2022-05-18T04:54:54.0063080Z test_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (2.055s) 2022-05-18T04:54:56.0871240Z test_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (2.081s) 2022-05-18T04:54:56.2106170Z test_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.123s) 2022-05-18T04:54:56.3291590Z test_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.118s) 2022-05-18T04:54:56.4511370Z test_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.122s) 2022-05-18T04:54:56.5716080Z test_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.120s) 2022-05-18T04:54:56.9143010Z test_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.343s) 2022-05-18T04:54:57.0644650Z test_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.150s) 2022-05-18T04:54:57.2139100Z test_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.149s) 2022-05-18T04:54:57.6200220Z test_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.406s) 2022-05-18T04:54:58.0334140Z test_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.413s) 2022-05-18T04:54:58.3808760Z test_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.347s) 2022-05-18T04:54:58.7213330Z test_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.340s) 2022-05-18T04:54:59.0609420Z test_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.339s) 2022-05-18T04:54:59.3975830Z test_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.337s) 2022-05-18T04:54:59.7444280Z test_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.347s) 2022-05-18T04:54:59.8291310Z test_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.085s) 2022-05-18T04:54:59.9130660Z test_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.084s) 2022-05-18T04:54:59.9947980Z test_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-05-18T04:55:00.0783160Z test_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.083s) 2022-05-18T04:55:00.1630430Z test_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.085s) 2022-05-18T04:55:00.2481510Z test_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.085s) 2022-05-18T04:55:03.9371790Z test_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (3.689s) 2022-05-18T04:55:05.6132660Z test_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.676s) 2022-05-18T04:55:07.2812840Z test_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.668s) 2022-05-18T04:55:10.9514870Z test_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (3.670s) 2022-05-18T04:55:14.6242430Z test_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (3.673s) 2022-05-18T04:55:17.6322830Z test_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (3.008s) 2022-05-18T04:55:20.6043770Z test_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (2.972s) 2022-05-18T04:55:23.5734360Z test_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (2.969s) 2022-05-18T04:55:26.5887100Z test_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (3.015s) 2022-05-18T04:55:29.5808420Z test_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (2.992s) 2022-05-18T04:55:30.0497310Z test_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.469s) 2022-05-18T04:55:30.4424780Z test_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.393s) 2022-05-18T04:55:30.5990490Z test_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.156s) 2022-05-18T04:55:30.7560450Z test_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.157s) 2022-05-18T04:55:31.2247530Z test_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.469s) 2022-05-18T04:55:31.6903910Z test_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.466s) 2022-05-18T04:55:32.1544890Z test_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.464s) 2022-05-18T04:55:32.5454390Z test_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.391s) 2022-05-18T04:55:32.9387220Z test_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.393s) 2022-05-18T04:55:33.3277950Z test_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.389s) 2022-05-18T04:55:33.7067030Z test_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.379s) 2022-05-18T04:55:34.0974650Z test_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.391s) 2022-05-18T04:55:37.6596690Z test_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (3.562s) 2022-05-18T04:55:39.3102800Z test_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.650s) 2022-05-18T04:55:40.9418470Z test_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.631s) 2022-05-18T04:55:44.4724780Z test_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (3.531s) 2022-05-18T04:55:48.0660820Z test_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (3.593s) 2022-05-18T04:55:51.5970140Z test_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (3.531s) 2022-05-18T04:55:54.4669050Z test_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (2.870s) 2022-05-18T04:55:57.4102670Z test_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (2.943s) 2022-05-18T04:56:00.2858920Z test_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (2.876s) 2022-05-18T04:56:03.2169250Z test_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (2.931s) 2022-05-18T04:56:06.2049530Z test_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (2.988s) 2022-05-18T04:56:06.2100920Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:06.2136240Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:06.2179700Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.2213830Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:06.2258610Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.2303260Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.2347230Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.2390870Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.2434280Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.2477930Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.2521950Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.2565460Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.2648710Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.2728520Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.2772090Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.2816040Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.2905500Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:06.2987580Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.3068360Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.3149790Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.3232030Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.3312460Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.3393490Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.3485660Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:06.3566370Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.3610630Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.3654370Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:06.3736950Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.3818700Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.3897800Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.3977580Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.4055860Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.4142790Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:06.4224170Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:06.4537370Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:56:06.4833640Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:06.4960580Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:06.5191740Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:06.5320200Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:06.5627210Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:56:06.5934360Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:56:06.6247070Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:56:06.6539370Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:06.6833650Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:06.7126750Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:06.7420750Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:06.7722290Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-05-18T04:56:06.7839490Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:06.7953430Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:06.8061430Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:06.8177190Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:06.8292710Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:06.8399870Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:06.8507380Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:06.8616530Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:06.8724370Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:06.8832220Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:06.9266350Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-05-18T04:56:06.9448150Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:06.9629100Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:07.0049280Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-05-18T04:56:07.0472580Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-05-18T04:56:07.0890080Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-05-18T04:56:07.1069760Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:07.1250100Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:07.1681190Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-05-18T04:56:07.2110780Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-05-18T04:56:07.2528010Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-05-18T04:56:07.2931010Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-05-18T04:56:07.3340470Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-05-18T04:56:07.3743120Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-05-18T04:56:07.4144340Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-05-18T04:56:07.4269220Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.4355590Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:07.4442290Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:07.4563650Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.4684580Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.4801940Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.4920870Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.5038500Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.5156130Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.5272450Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.5394440Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.5483230Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:07.5572720Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:07.5695300Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.5816170Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.5934660Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.6051570Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.6167970Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.6285680Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.6402110Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:07.6622400Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:07.6718080Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:07.6813990Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:07.7033910Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:07.7265330Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:07.7477610Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:07.7686830Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:07.7897070Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:07.8114820Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:07.8347860Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:07.8506440Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:07.8618460Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... expected failure (0.011s) 2022-05-18T04:56:07.8691830Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:07.8763090Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:07.8920200Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:07.9077370Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:07.9234600Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:07.9383890Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:07.9533820Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:07.9683090Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:07.9833310Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:07.9984860Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:08.0248370Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:08.0507390Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:08.0631740Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:08.0755640Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:08.1017610Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:08.1295710Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:08.1555060Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:08.1810760Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:08.2064080Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:08.2315710Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:08.2570580Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:08.2824030Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:08.2993420Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:08.3105670Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:08.3217490Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:08.3383570Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:08.3550490Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:08.3717300Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:08.4096500Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:08.4476100Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:08.4853230Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:08.5231580Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:08.5619490Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-05-18T04:56:08.6002150Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:08.6378600Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:08.6764970Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-05-18T04:56:08.7142680Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:08.7523430Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:08.7902850Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:08.8276820Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.037s) 2022-05-18T04:56:08.8656950Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:08.9035200Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:08.9429660Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-05-18T04:56:08.9811520Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:09.0185140Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-05-18T04:56:09.0565140Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:09.0936690Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-05-18T04:56:09.1308740Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-05-18T04:56:09.1394410Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... expected failure (0.009s) 2022-05-18T04:56:09.1482180Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... expected failure (0.009s) 2022-05-18T04:56:09.1570280Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... expected failure (0.009s) 2022-05-18T04:56:09.1654910Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... expected failure (0.008s) 2022-05-18T04:56:09.1738390Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... expected failure (0.008s) 2022-05-18T04:56:09.1822270Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... expected failure (0.008s) 2022-05-18T04:56:09.1906450Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... expected failure (0.008s) 2022-05-18T04:56:09.1990420Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... expected failure (0.008s) 2022-05-18T04:56:09.2082470Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:09.2173490Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:09.2203930Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:09.2231690Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:09.2321740Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:09.2414020Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:09.2506970Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:09.2598260Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:09.2689160Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:09.2780280Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:09.2874220Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:09.2966740Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:09.3231360Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:09.3488440Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:09.3608090Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:09.3729950Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:09.3984260Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.4239720Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:09.4493670Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.4745810Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.4998270Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.5251250Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.5503210Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.5755570Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.6008600Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.6261820Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.6514260Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.6777070Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:09.7027400Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.7298380Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:09.7556060Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:09.7811700Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.8065480Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.8322340Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:09.8578280Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:09.8834390Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:09.9098320Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:09.9348380Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.9599220Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:09.9849630Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:10.0117790Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:10.0383290Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:10.0650810Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:10.0907730Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:10.1177740Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:10.1455930Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:10.1724750Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:10.1987350Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:10.2248560Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:10.2505980Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:10.2763740Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:10.3041320Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:10.3154530Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:10.3267240Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:10.3308480Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.3345620Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.3454480Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:10.3564230Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:10.3674810Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:10.3784270Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:10.3893670Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:10.4002840Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:10.4114980Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:10.4224740Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:10.4295650Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:10.4359660Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:10.4404380Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.4466370Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:10.4510160Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.4578790Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:10.4646940Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:10.4715650Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:10.4780400Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:10.4846560Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:10.4911660Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:10.4976530Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:10.5040750Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:10.5090400Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:10.5133560Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5166530Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:10.5198070Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:10.5241570Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5285290Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5329230Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5372040Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5417670Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5463790Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:10.5508400Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5553110Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5596400Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5628680Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:10.5660480Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:10.5704890Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5748760Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5791870Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5835340Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5878470Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5921860Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.5965140Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.6222140Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:10.6470640Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:10.6728180Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:10.6985130Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:10.7234100Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:10.7506600Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:10.7735230Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:10.7989560Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:10.8234270Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:10.8278940Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8322100Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8353340Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:10.8384700Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:10.8428070Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8471150Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8513720Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8556860Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8599830Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8642500Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8685360Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8730800Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8772520Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8803830Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:10.8834810Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:10.8877740Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8920910Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.8963390Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.9006120Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.9048640Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.9096120Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:10.9140020Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:10.9239690Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:10.9331670Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:10.9385480Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:10.9471510Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:10.9532720Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:10.9633120Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:10.9731220Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:10.9829250Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:10.9921770Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.0014300Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.0106670Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.0199310Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.0291790Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.0394610Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:11.0486060Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.0539880Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:11.0625960Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.0679340Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:11.0777510Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:11.0874630Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:11.0973960Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:11.1065350Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.1157030Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.1249510Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.1341340Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.1432460Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.1547680Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:11.1645690Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:11.1701330Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:11.1789500Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.1844770Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:11.1943670Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:11.2042840Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:11.2141850Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:11.2235250Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.2328070Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.2421000Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.2513710Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.2607140Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.2831140Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:11.2992560Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:11.3153670Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:11.3386950Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:11.3605240Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:11.3811990Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:11.4020350Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:11.4232310Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:11.4442450Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:11.4648670Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:11.4762470Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:11.4831600Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:11.4900210Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:11.4967300Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:11.5032840Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:11.5075970Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:11.5135760Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:11.5178190Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:11.5244730Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:11.5311960Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:11.5378370Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:11.5441900Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:11.5505810Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:11.5569590Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:11.5634950Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:11.5699390Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:11.5794070Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.5889230Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.5983330Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.6079640Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.6176110Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:11.6423530Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:11.6669490Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:11.6914670Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:11.7159210Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:11.7409010Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:11.7655760Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:11.7906560Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:11.8152160Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:11.8395410Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:11.8641690Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:11.8884440Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:11.8963020Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:11.9047440Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:11.9127280Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:11.9204290Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:11.9281370Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:11.9358440Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:11.9596410Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:11.9836030Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:12.0075580Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:12.0315690Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:12.0563930Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:12.0805660Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:12.1047900Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:12.1297790Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:12.1538660Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:12.1783010Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:12.2032710Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:12.2279070Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:12.2527840Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:12.2776900Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:12.3029520Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:12.3289770Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:12.3532800Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:12.3575740Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.3616550Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.3650040Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:12.3688300Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.3721360Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:12.3763390Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.3806300Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.3847860Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.3888130Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.3928670Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.3968820Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.4009190Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.4049790Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.4102800Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.4136930Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:12.4171130Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:12.4221340Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.4271880Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.4320900Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.4370170Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.4419110Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.4468670Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.4517450Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.4584750Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.4647230Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.4690160Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.4750150Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.4793670Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.4861450Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.4928990Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.4996400Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.5060620Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.5130110Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.5194620Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.5259030Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.5324530Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.5377710Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.5426770Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.5462670Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:12.5498620Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:12.5550170Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.5601920Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.5653200Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.5702450Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.5751220Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.5800960Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.5850270Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.5899610Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.5982310Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:12.6060550Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:12.6109720Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.6159310Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:12.6242140Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:12.6324220Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:12.6407400Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:12.6485760Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:12.6564590Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:12.6642530Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:12.6720350Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:12.6797510Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:12.6937870Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:12.7077520Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:12.7218880Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:12.7361380Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:12.7479300Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:12.7595390Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:12.7710690Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:12.7827380Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:12.7944330Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:12.8016970Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.8080140Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.8122450Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.8165160Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:12.8232440Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.8298910Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.8365140Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.8428620Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.8502430Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.8568330Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.8635710Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:12.8700850Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.8761180Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.8820680Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.8854690Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:12.8889380Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:12.8948390Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.9007060Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.9069090Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.9132540Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.9190990Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.9249120Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.9307110Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.9364920Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:12.9566670Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:12.9758160Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:12.9845540Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:12.9990530Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:13.0077780Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:13.0289940Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:13.0493570Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:13.0694030Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:13.0886650Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:13.1080270Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:13.1273780Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:13.1467010Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:13.1674770Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:13.2214830Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-05-18T04:56:13.2751700Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-05-18T04:56:13.2801350Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:13.2845770Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.2889190Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.2957290Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.3021470Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.3065140Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.3127580Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.3171120Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.3240230Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.3311900Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.3378560Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.3449720Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.3514700Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.3580540Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.3644920Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.3710410Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.3777950Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.3841730Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.3885230Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.3944980Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.3987420Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.4054270Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.4120510Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.4186610Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.4249770Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.4312840Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.4376120Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.4438570Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.4501850Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.4565390Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.4623470Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.4725530Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.4829270Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.4913180Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:13.4992500Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:13.5096440Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.5202880Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:13.5285060Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:13.5361510Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:13.5481500Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:13.5602710Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:13.5674080Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.5739330Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.5775370Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.5839310Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.5875190Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.5942490Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.6011040Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.6080490Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.6146020Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.6213480Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.6280820Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.6346960Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.6413280Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:13.6438530Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6463190Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6488090Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6512890Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6538150Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6564110Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.003s) 2022-05-18T04:56:13.6589770Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6614180Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6639420Z test_meta_clamp_scalar_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6664640Z test_meta_clamp_scalar_cpu_bool (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6689430Z test_meta_clamp_scalar_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6714270Z test_meta_clamp_scalar_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6739100Z test_meta_clamp_scalar_cpu_int16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6763800Z test_meta_clamp_scalar_cpu_int32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6788940Z test_meta_clamp_scalar_cpu_int64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6814080Z test_meta_clamp_scalar_cpu_int8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6839130Z test_meta_clamp_scalar_cpu_uint8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:13.6882760Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.6923360Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.6956540Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:13.6996730Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.7029310Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:13.7072780Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.7124430Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:13.7166650Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.7207110Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.7248530Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.7289110Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.7329170Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.7369610Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:13.7476990Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.7573250Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.7624870Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:13.7701310Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:13.7753140Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:13.7856550Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.7960240Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.8063380Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.8164050Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.8263780Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.8363290Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.8462790Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:13.8573220Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:13.8687880Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:13.8804960Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:13.8865240Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.8921970Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:13.9035000Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:13.9151700Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:13.9265490Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:13.9379370Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:13.9493810Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:13.9607130Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:13.9721680Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:13.9836150Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:13.9967970Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:14.0085590Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:14.0202280Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:14.0255590Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.0303090Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.0339940Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:14.0386210Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.0422220Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:14.0472200Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.0522220Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.0572360Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.0621430Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.0668820Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.0716770Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.0764360Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.0812330Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.0921230Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.1030840Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.1063480Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.1200140Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:14.1230470Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.1340020Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.1447650Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.1557830Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.1667090Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.1777620Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.1891420Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.2008130Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:14.2115910Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.2153690Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:14.2185380Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2213870Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2246280Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2275720Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2311820Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2347110Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2380780Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2414260Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2447460Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2480710Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2514220Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2548900Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:14.2807700Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:14.3059580Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:14.3324890Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:14.3582830Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:14.3834190Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:14.4076770Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:14.4318000Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:14.4560060Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:14.4800780Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:14.5042380Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:14.5215300Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:14.5256870Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:14.5297160Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:14.5455860Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:14.5635790Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:14.5826640Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:14.6004150Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:14.6161060Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:14.6322090Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:14.6481170Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:14.6566230Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.6650840Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.6694290Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:14.6737370Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:14.6816810Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.6896620Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.6975170Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.7053340Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.7132650Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.7210350Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.7288770Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.7369180Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.7447230Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.7496830Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.7545710Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.7631090Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.7711310Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.7791220Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.7870810Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.7949310Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.8029040Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.8107480Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:14.8225240Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:14.8340190Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.8391660Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.8445850Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:14.8566510Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:14.8683570Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:14.8799830Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:14.8914760Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.9027760Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.9149490Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:14.9263410Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.9377340Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.9526490Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:14.9634710Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.9741640Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:14.9890070Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:15.0038330Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:15.0184650Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:15.0331390Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:15.0477470Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:15.0625240Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:15.0772970Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:15.0878420Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:15.0930740Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:15.0982830Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:15.1083750Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.1184800Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.1281900Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.1379930Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.1476760Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.1576200Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.1674070Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.1800550Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:15.1926980Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:15.2056560Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:15.2182700Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:15.2306370Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:15.2430200Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:15.2552130Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:15.2676920Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:15.2801150Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:15.2929100Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:15.3052250Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:15.3180220Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:15.3309580Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:15.3433260Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:15.3555940Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:15.3681290Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:15.3811940Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:15.3935620Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:15.4153210Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:15.4241220Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:15.4328190Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:15.4540100Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:15.4752630Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:15.4960950Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:15.5167630Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:15.5373510Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:15.5580000Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:15.5787670Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:15.5886250Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.5935100Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:15.5983630Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:15.6081710Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.6179430Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.6275500Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.6371470Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.6466620Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:15.6563610Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:15.6672940Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:15.6809670Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:15.6889170Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:15.6962400Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:15.7147980Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:15.7280310Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:15.7435380Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:15.7566280Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:15.7773210Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:15.7914020Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:15.8036450Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:15.8119830Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:15.8198630Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:15.8279830Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:15.8360230Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:15.8439940Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:15.8518620Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:15.8597980Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:15.8680160Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:15.8763320Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:15.8843670Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:15.8959380Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:15.9073450Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:15.9123350Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:15.9170410Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:15.9283710Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:15.9398990Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:15.9510350Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:15.9622800Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:15.9735500Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:15.9846410Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:15.9958340Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:16.0113850Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:16.0255160Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:16.0337430Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.0472470Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:16.0551920Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.0707000Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:16.0859640Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:16.1011920Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:16.1169910Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:16.1324050Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:16.1466710Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:16.1609780Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:16.1752140Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:16.1887520Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:16.2018780Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:16.2056250Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:16.2091570Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:16.2224060Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:16.2359360Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:16.2489620Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:16.2619610Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:16.2748460Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:16.2884090Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:16.3019880Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:16.3172620Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:16.3312880Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:16.3391530Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.3524250Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:16.3601960Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.3753040Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:16.3904410Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:16.4053520Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:16.4199180Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:16.4339360Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:16.4479200Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:16.4618540Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:16.4758660Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:16.4970060Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:16.5170030Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:16.5384630Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:16.5595490Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:16.5805820Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:16.5998860Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:16.6193050Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:16.6386790Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:16.6580010Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:16.6772050Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:16.6796750Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:16.6826410Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: permanently excluded (0.003s) 2022-05-18T04:56:16.6851790Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:16.6876400Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:16.6901230Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:16.6926260Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:16.6951020Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:16.6975800Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:16.7000140Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:16.7026280Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.003s) 2022-05-18T04:56:16.7051300Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:16.7076110Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:16.7156900Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.7235210Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.7314130Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.7392960Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.7484290Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.7554600Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.7632530Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.7711880Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.7787980Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:16.8423760Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.063s) 2022-05-18T04:56:16.8733590Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:56:16.9040410Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:56:16.9697220Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.066s) 2022-05-18T04:56:17.0346730Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.065s) 2022-05-18T04:56:17.0985990Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.064s) 2022-05-18T04:56:17.1246740Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:17.1505820Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:17.1766790Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:17.2034610Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:17.2293800Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:17.2544450Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.2796600Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.3055540Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:17.3310150Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.3566640Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.3811800Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.3920480Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:17.4028770Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:17.4323320Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:17.4583810Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:17.4849510Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:17.5097810Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.5345070Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.5591860Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.5839810Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.6087140Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.6345620Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:17.6615370Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:17.6872310Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:17.7138990Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:17.7405720Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:17.7661240Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.7924430Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:17.8212090Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:17.8465140Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:17.8562860Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:17.8599650Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:17.8633400Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:17.8729830Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:17.8827100Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:17.8922610Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:17.9018010Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:17.9118410Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:17.9215650Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:17.9310040Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:17.9379340Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:17.9442360Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:17.9485860Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:17.9545560Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:17.9587660Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:17.9654390Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:17.9720500Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:17.9785850Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:17.9849300Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:17.9912870Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:17.9976200Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.0038960Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.0102340Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.0151590Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0199260Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0231080Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:18.0277910Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0309430Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:18.0359950Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0409660Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0458290Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0506540Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0554640Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0602310Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0650490Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0698270Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0756210Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.0811040Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0847840Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.0893480Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.0930040Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.0987580Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.1044130Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.1107500Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.1167450Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.1224150Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.1282570Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.1337710Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.1393140Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.1437040Z test_meta_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.1477450Z test_meta_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.1636420Z test_meta_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:18.1795300Z test_meta_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:18.1846330Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.1897750Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.1948470Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.1994420Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.2040830Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.2083040Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.2126200Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.2167340Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.2208820Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.2250940Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.2335710Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.2415470Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.2463900Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.2537450Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:18.2584960Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.2665940Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.2745570Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.2830790Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.2907810Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.2984210Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.3060300Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.3136700Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.3213060Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.3492710Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:18.3757660Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:18.3894690Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:18.4030740Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:18.4308620Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:18.4586070Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:18.4873450Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:18.5129070Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:18.5412690Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:18.5680040Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:18.5944980Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:18.6210290Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:18.6256320Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.6299440Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.6343020Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.6386900Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.6430090Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.6473280Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.6516510Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.6559570Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.6605190Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.6685720Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.6764760Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.6844590Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.6923990Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.7003110Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.7082620Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.7161050Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.7240250Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.7319510Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.7365330Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.7408020Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.7452390Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.7502500Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:18.7546040Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.7589170Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.7632500Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.7675540Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.7718630Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.7799540Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.7879710Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.7959300Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.8039750Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.8120510Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.8198340Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.8277110Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.8356220Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.8436390Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.8513370Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.8595970Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.8674560Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.8718370Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.8762900Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.8844090Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.8923250Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.9001590Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.9083200Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.9167480Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.9246320Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.9324650Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:18.9387030Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.9444700Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.9486910Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.9528760Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:18.9590230Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.9651660Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.9714040Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.9773200Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.9831220Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.9891260Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:18.9949790Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:19.0008910Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:19.0111010Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:19.0207090Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:19.0265730Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:19.0325100Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:19.0426950Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:19.0528980Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:19.0632290Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:19.0731630Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:19.0831380Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:19.0930160Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:19.1030030Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:19.1128270Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:19.1174480Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:19.1217820Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:19.1262690Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:19.1307370Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:19.1351720Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:19.1396510Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:19.1440150Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:19.1484200Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:19.1526580Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:19.1701540Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:19.1779610Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:19.1830960Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:19.1967250Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.2106560Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:19.2243170Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:19.2377510Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.2515750Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:19.2650480Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.2784450Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.2917710Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.2975040Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:19.3027230Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:19.3152210Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.3291730Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:19.3415250Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.3536890Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.3658250Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.3778980Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.3900150Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.4028920Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.4083730Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:19.4135070Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:19.4265620Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.4398420Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.4527260Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.4654520Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.4781760Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.4911120Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.5039180Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.5154270Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:19.5264730Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:19.5305300Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:19.5342670Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:19.5452860Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:19.5566700Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:19.5679880Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:19.5792940Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:19.5903190Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:19.6015440Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:19.6125870Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:19.6235680Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:19.6359440Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.6413650Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:19.6463140Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:19.6586190Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.6711850Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.6836190Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.6960350Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.7082930Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.7206470Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.7326900Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.7460850Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.7527170Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:19.7586360Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:19.7716430Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.7853880Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:19.7986670Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.8126170Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:19.8264100Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:19.8399230Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.8530620Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:19.8654100Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.8712650Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:19.8769540Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:19.8892650Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.9018410Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.9143810Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.9266580Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.9389420Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.9514640Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.9636180Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:19.9774990Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:19.9835680Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:19.9885810Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:20.0020710Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.0156790Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:20.0292250Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.0428560Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:20.0561280Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.0695620Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.0830970Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.0951850Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.1005880Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:20.1055240Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:20.1187920Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.1310780Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.1430840Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.1551760Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.1674530Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.1795080Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.1916600Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.2046730Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.2100680Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:20.2152130Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:20.2283070Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.2414710Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.2544650Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.2672660Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.2800590Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.2931020Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.3060700Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.3173690Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:20.3286900Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:20.3327340Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:20.3366110Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:20.3479750Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:20.3591990Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:20.3704170Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:20.3819470Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:20.3930270Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:20.4043000Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:20.4155900Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:20.4265880Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:20.4394450Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.4526370Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.4655800Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.4783840Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.4913680Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.5039510Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.5168370Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.5295440Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.5418440Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.5544220Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.5670970Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.5792390Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.5914230Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.6035770Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.6157720Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.6280330Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.6403040Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.6529800Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.6657650Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.6779160Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.6901850Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.7023920Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.7146660Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.7269420Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.7397260Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.7448100Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:20.7500810Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:20.7634120Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.7765770Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.7895380Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.8022160Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.8149080Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.8276830Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.8406110Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.8531030Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:20.8581250Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:20.8628810Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:20.8757740Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.8889470Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.9017510Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.9159830Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:20.9287250Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.9413830Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.9541170Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.9670690Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:20.9728130Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:20.9783790Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:20.9917040Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.0053440Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:21.0182430Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.0313400Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.0443520Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.0570920Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.0696700Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.0822980Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.0947250Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.1077940Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.1199660Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.1324730Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.1445890Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.1569660Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.1695520Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.1818110Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.1945060Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.2069800Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.2189990Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.2308180Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.2427240Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.2546700Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.2667630Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.2791780Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.2920990Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.3047160Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.3176030Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.3305360Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.3431330Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.3557240Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.3681020Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.3740730Z test_meta_fill__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.3794490Z test_meta_fill__cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.3835450Z test_meta_fill__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.3886600Z test_meta_fill__cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.3927820Z test_meta_fill__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.3984480Z test_meta_fill__cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.4040830Z test_meta_fill__cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.4098320Z test_meta_fill__cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.4151840Z test_meta_fill__cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.4205560Z test_meta_fill__cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.4260080Z test_meta_fill__cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.4313520Z test_meta_fill__cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.4367530Z test_meta_fill__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.4441300Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.4511240Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.4556650Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.4623660Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.4669210Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.4743320Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.4818430Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.4893300Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.4965070Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.5035290Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.5105750Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.5178330Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.5249600Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.5387330Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:21.5517160Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.5580100Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.5645110Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.5778470Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.5913230Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.6047610Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.6175810Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.6329650Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.6432760Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.6563350Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.6692360Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:21.6740640Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.6785590Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.6816990Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:21.6849750Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:21.6895290Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.6942750Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.6987900Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.7033690Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.7077960Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.7129420Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.7173290Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.7219090Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.7270430Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.7316920Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.7349310Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:21.7382280Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:21.7428250Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.7483100Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.7525980Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.7572490Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:21.7616040Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.7662040Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.7706220Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.7751870Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.7820520Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.7885350Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.7929810Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.7990970Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.8034140Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:21.8102810Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.8181880Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:21.8251580Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.8317040Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.8382660Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.8448280Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.8513780Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:21.8579940Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:21.8843230Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:21.9094700Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:21.9217610Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:21.9330420Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:21.9591160Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:21.9849550Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:22.0104650Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.0361340Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:22.0610220Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.0857500Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.1110630Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.1356220Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:22.1401510Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:22.1444880Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:22.1487490Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:22.1584010Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:22.1681780Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:22.1778620Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:22.1875480Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:22.1971810Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:22.2065970Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:22.2160480Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:22.2254800Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:22.2349090Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:22.2603210Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.3003080Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.040s) 2022-05-18T04:56:22.3252650Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.3509810Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:22.3763990Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.4009800Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:22.4254930Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:22.4498920Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:22.4742480Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:22.4989570Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.5261110Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:22.5524970Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:22.5780540Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.6031750Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.6285830Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.6533430Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.6781200Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.7023560Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:22.7265950Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:22.7518300Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:22.7774710Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:22.8048160Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:22.8313250Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:22.8578830Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:22.8830780Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.9089100Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:22.9347570Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:22.9599780Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.9851720Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:22.9935540Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:23.0018170Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:23.0101000Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:23.0183190Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:23.0299780Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:23.0412340Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:23.0527840Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:23.0641810Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:23.0735200Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:23.0818180Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:23.0876310Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:23.0934360Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:23.1024400Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:23.1115130Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:23.1206660Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:23.1291030Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:23.1377190Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:23.1459850Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:23.1542840Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:23.1627340Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:23.1781450Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:23.1930700Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:23.2021460Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:23.2111730Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:23.2271620Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:23.2433570Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:23.2587230Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:23.2740310Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:23.2893760Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:23.3053070Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:23.3207130Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:23.3364800Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:23.3612980Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:23.3869950Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:23.4115630Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:23.4361690Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:23.4606750Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:23.4863160Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:23.5104670Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:23.5361920Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:23.5616330Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:23.5870720Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:23.6114540Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:23.6358680Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:23.6604750Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:23.6848340Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:23.7091280Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:23.7268400Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:23.7438220Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:23.7536850Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:23.7631940Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:23.7777130Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:23.7851100Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:23.7924100Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:23.8065370Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:23.8205640Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:23.8344690Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:23.8485330Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:23.8626560Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:23.8765940Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:23.8905740Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:23.9159570Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:23.9397600Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:23.9646810Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:23.9900090Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:24.0162500Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:24.0406820Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:24.0650160Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:24.0893600Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:24.1152310Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:24.1398320Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:24.1466210Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:24.1532290Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.1579810Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.1623460Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:24.1692340Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:24.1761110Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:24.1829800Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:24.1895620Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:24.1961020Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.2026080Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.2093230Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:24.2158170Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.2416370Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:24.2664550Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:24.2925510Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:24.3182900Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:24.3448220Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:24.3693490Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:24.3937940Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:24.4186240Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:24.4432280Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:24.4681020Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:24.4852410Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:24.5024440Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:24.5200880Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:24.5492320Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:24.5782480Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:24.6136590Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-05-18T04:56:24.6495240Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-05-18T04:56:24.6550060Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.6597920Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.6630000Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:24.6676810Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.6708540Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:24.6758420Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.6807550Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.6858140Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.6906840Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.6957470Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.7005950Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.7054990Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.7102340Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.7159820Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.7217730Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.7255390Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:24.7301850Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:24.7338410Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:24.7397830Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.7454900Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.7517840Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.7576940Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.7633200Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.7689100Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.7745670Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.7801600Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.8056250Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:24.8310740Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:24.8565770Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:24.8628080Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.8696630Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.8750870Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.8810870Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.8872120Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.8931280Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.8992820Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.9052060Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.9116660Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:24.9371020Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:24.9623670Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:24.9876220Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:25.0130610Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:25.0384980Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:25.0639960Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:25.0907780Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:25.1168970Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:25.1205740Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:25.1334650Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... expected failure (0.013s) 2022-05-18T04:56:25.1372730Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:25.1499430Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:25.1624600Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:25.1692090Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:25.1758810Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:25.1891500Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:25.2022070Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:25.2148580Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:25.2273840Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:25.2397660Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:25.2523270Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:25.2653520Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:25.2775740Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:25.2900250Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:25.3017730Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:25.3087720Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:25.3164150Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:25.3285470Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:25.3411500Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:25.3535550Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:25.3651140Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:25.3764290Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:25.3877550Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:25.3990480Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:25.4105690Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:25.4168860Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.4226770Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.4275950Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:25.4325680Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:25.4393250Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:25.4455550Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.4518870Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.4579370Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.4637870Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.4697610Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.4756770Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.4815440Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.4901980Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:25.4982630Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:25.5041790Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.5101110Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.5185530Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:25.5270070Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:25.5355830Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:25.5436570Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:25.5518050Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:25.5598870Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:25.5680290Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:25.5762230Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:25.5883880Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:25.6010460Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:25.6139600Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:25.6265520Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:25.6369460Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:25.6467240Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:25.6530170Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.6598870Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:25.6699750Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:25.6800850Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:25.6901270Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:25.6998340Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:25.7099120Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:25.7198390Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:25.7304410Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:25.7404280Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:25.7549760Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:25.7585920Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:25.7619560Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:25.7756400Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:25.7901890Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:25.8048310Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:25.8230620Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:25.8374560Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:25.8568980Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:25.8690490Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:25.8784820Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:25.8904020Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:25.9017420Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:25.9036400Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:25.9089660Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:25.9159460Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:25.9226730Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:25.9294430Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:25.9358040Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.9421220Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.9485860Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.9550210Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.9614480Z test_meta_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:25.9682300Z test_meta_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:25.9853960Z test_meta_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:26.0026880Z test_meta_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:26.0336230Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:56:26.0578110Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:26.0717610Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:26.0854460Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:26.1172280Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-05-18T04:56:26.1474970Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-05-18T04:56:26.1785450Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:56:26.2027720Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:26.2269070Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:26.2509250Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:26.2747290Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:26.2987950Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:26.3040950Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.3097690Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.3125270Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.3265540Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... expected failure (0.014s) 2022-05-18T04:56:26.3302960Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.3353540Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.3403840Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.3457470Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.3505430Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.3552890Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.3601800Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.3648890Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.3696050Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.3772550Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:26.3849760Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:26.3921680Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:26.4004350Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:26.4085520Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:26.4160320Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:26.4235970Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:26.4271630Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.4304060Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4332820Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4466650Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... expected failure (0.013s) 2022-05-18T04:56:26.4497050Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4531460Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4565650Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4599140Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4631300Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4667240Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4696080Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4729690Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4761750Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4801510Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.4837730Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.4867470Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4895560Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.4935030Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.4973560Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5012600Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5051330Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5091230Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5130200Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5168930Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5207490Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5252360Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5300260Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.5343640Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5387570Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5431070Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5473580Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5516060Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5558430Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5601190Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5644050Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5687900Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5730640Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5773650Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5816990Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5859730Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5902360Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5944830Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.5986940Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.6029900Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.6072000Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.6121930Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.6169970Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.6204870Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.6349290Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... expected failure (0.014s) 2022-05-18T04:56:26.6386960Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:26.6437020Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.6487010Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.6535950Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.6585300Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.6633820Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.6683090Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.6736050Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.6788340Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.6859230Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:26.6926600Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:26.7053510Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:26.7181670Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:26.7208040Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T04:56:26.7232500Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7256900Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7281380Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7305670Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7330000Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7354260Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7379040Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7403390Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7428280Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7452630Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7480310Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T04:56:26.7505970Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T04:56:26.7530440Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7554630Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7578930Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7604210Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7628570Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7653530Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7677490Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7702240Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7726750Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7751050Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7775510Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7800770Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7825100Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7849430Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7873780Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7898200Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7922210Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7946320Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7970620Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.7994610Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.8019030Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.8043230Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.8067510Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T04:56:26.8120970Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.8170110Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.8204560Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.8238660Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:26.8289720Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.8340150Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.8392170Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.8441370Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.8490090Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.8540470Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.8589310Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.8638250Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:26.8759570Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:26.8880680Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:26.9002200Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:26.9121640Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:26.9235760Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:26.9352920Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:26.9469810Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:26.9583340Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:26.9834450Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:27.0079020Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:27.0327170Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:27.0570830Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:27.0811260Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:27.1067090Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:27.1311100Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:27.1419050Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:27.1525930Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:27.1792680Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:27.2050930Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:27.2312340Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:27.2561780Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:27.2811080Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:27.3061360Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:27.3331030Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:27.3578020Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:27.3821110Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:27.4052210Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:27.4305700Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:27.4556450Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:27.4807630Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:27.5048090Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:27.5290020Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:27.5531900Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:27.5774200Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:27.6016080Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:27.6249100Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:27.6481070Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:27.6905440Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-05-18T04:56:27.7341510Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-05-18T04:56:27.7422450Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:27.7506860Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:27.7586620Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:27.7666160Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:27.7743990Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:27.7824030Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:27.7903080Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:27.7980250Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:27.8059140Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:27.8123090Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:27.8183310Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:27.8302260Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:27.8423460Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:27.8475530Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:27.8524600Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:27.8624820Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:27.8725600Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:27.8784730Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:27.8839780Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:27.8925980Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:27.9013010Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:27.9114740Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:27.9166130Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:27.9217020Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:27.9316680Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:27.9416670Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:27.9516300Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:27.9614770Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:27.9712580Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:27.9810840Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:27.9909990Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:28.0002120Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:28.0090370Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:28.0223560Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:28.0357740Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:28.0615170Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:28.0848380Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:28.0915550Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:28.0979350Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:28.1075680Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:28.1177370Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:28.1252880Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:28.1332010Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:28.1375660Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:28.1417600Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:28.1482950Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:28.1547160Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:28.1736390Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:28.1927290Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:28.1996380Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:28.2062870Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:28.2191730Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:28.2319760Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:28.2382910Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:28.2441300Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:28.2552620Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:28.2662580Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:28.2731000Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:28.2796070Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:28.2950340Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:28.3103440Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:28.3174340Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:28.3241640Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:28.3365010Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:28.3491260Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:28.3532030Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:28.3571700Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:28.3728320Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:28.3883360Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:28.3930040Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:28.3974610Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:28.4050760Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:28.4124360Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:28.4484280Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.036s) 2022-05-18T04:56:28.4869370Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-05-18T04:56:28.5394800Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-05-18T04:56:28.5914090Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-05-18T04:56:28.6140490Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:28.6368890Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:28.6601280Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:28.6832170Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:28.7051530Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:28.7273080Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:28.7466600Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:28.7665290Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:28.7758290Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:28.7852600Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:28.8080530Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:28.8307440Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:28.8409840Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:28.8511080Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:28.8662090Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:28.8815490Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:28.8901990Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:28.8984540Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:28.9213650Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:28.9433390Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:29.0056690Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.062s) 2022-05-18T04:56:29.0683420Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-05-18T04:56:29.1983650Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.130s) 2022-05-18T04:56:29.3293850Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.131s) 2022-05-18T04:56:29.3395370Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:29.3510090Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:29.3683280Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:29.3855480Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:29.3882160Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: permanently excluded (0.003s) 2022-05-18T04:56:29.3906650Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.3931170Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.3956690Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.3981440Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.4006150Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.4030230Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.4054910Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.4305660Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:29.4411320Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:29.4515730Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:29.4763930Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:29.5011020Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:29.5246370Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:29.5483660Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:29.5717780Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:29.5952350Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:56:29.6188850Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:29.6333860Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:29.6434780Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:29.6535430Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:29.6678790Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:29.6817420Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:29.6960990Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:29.7080060Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:29.7145170Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:29.7205250Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:29.7327400Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:29.7445690Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:29.7569410Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:29.7595390Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: permanently excluded (0.003s) 2022-05-18T04:56:29.7619580Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.7643970Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.7668850Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.7693210Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.7718030Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.7741950Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.7766460Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:29.7790660Z test_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:56:29.7816730Z test_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T04:56:29.7841770Z test_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:56:29.7866150Z test_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T04:56:29.8029890Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:29.8195670Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:29.8311970Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:29.8428080Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:29.8492490Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:29.8555400Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:29.8650990Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:29.8747800Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:29.8882680Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:29.9016400Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:29.9121170Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:29.9226230Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:29.9917070Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.069s) 2022-05-18T04:56:30.0614700Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.070s) 2022-05-18T04:56:30.0719350Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:30.0822760Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:30.1915000Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.109s) 2022-05-18T04:56:30.3029520Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.111s) 2022-05-18T04:56:30.6046550Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.302s) 2022-05-18T04:56:30.8992710Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.295s) 2022-05-18T04:56:30.9323860Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:30.9644590Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-05-18T04:56:31.0331780Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.069s) 2022-05-18T04:56:31.1017580Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-05-18T04:56:31.1057640Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.1094770Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.1248130Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:31.1402160Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:31.1455040Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:31.1502450Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:31.1618980Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:31.1735790Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:31.1801040Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:31.1863510Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:31.1976170Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:31.2087930Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:31.2195450Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:31.2302390Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:31.2409070Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:31.2519580Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:31.2629240Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:31.2720860Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:31.3030090Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:56:31.3335940Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-05-18T04:56:31.3428270Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:31.3523160Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:31.3615830Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:31.3698510Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.3775640Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.3817570Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.3859830Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.3938690Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.4017190Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.4097430Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.4176680Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.4254810Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.4333520Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.4410900Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.4455070Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.4497740Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.4540850Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.4583920Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.4626740Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.4669540Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.4712160Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.4754770Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.4798340Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.4877380Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.4954920Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.4997070Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.5039220Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.5118020Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.5196800Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.5274600Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.5353950Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.5433500Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.5511130Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.5589390Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.5674230Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.5752770Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.5795170Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.5838210Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:31.5917930Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.5996610Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.6074540Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.6152780Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.6230150Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.6307980Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.6385890Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.6519530Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:31.6652710Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:31.6785150Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:31.6920830Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:31.7052310Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:31.7134240Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.7210880Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:31.7349610Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:31.7491850Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:31.7629120Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:31.7763390Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:31.7898220Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:31.8031550Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:31.8164050Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:31.8295870Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:31.8348060Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:31.8397900Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:31.8448260Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:31.8499160Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:31.8548690Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:31.8598460Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:31.8713120Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:31.8828700Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:31.8944290Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:31.9088930Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:31.9229590Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:32.0108240Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.088s) 2022-05-18T04:56:32.0670000Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.056s) 2022-05-18T04:56:32.0796840Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:32.0921350Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:32.1804620Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.088s) 2022-05-18T04:56:32.2690550Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.088s) 2022-05-18T04:56:32.3574740Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.088s) 2022-05-18T04:56:32.4438500Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-05-18T04:56:32.5304470Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.087s) 2022-05-18T04:56:32.6167790Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.086s) 2022-05-18T04:56:32.7034870Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.087s) 2022-05-18T04:56:32.7900240Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.086s) 2022-05-18T04:56:32.8014250Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:32.8124310Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:32.8159430Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:32.8192470Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:32.8301360Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:32.8411910Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:32.8523560Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:32.8633520Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:32.8743380Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:32.8853630Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:32.8962890Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:32.9076910Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:32.9957550Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.088s) 2022-05-18T04:56:33.0543420Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.059s) 2022-05-18T04:56:33.0670680Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:33.0795320Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:33.1698770Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-05-18T04:56:33.2590720Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.089s) 2022-05-18T04:56:33.3471440Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.088s) 2022-05-18T04:56:33.4337830Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.087s) 2022-05-18T04:56:33.5194480Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.086s) 2022-05-18T04:56:33.6053880Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.086s) 2022-05-18T04:56:33.6909810Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.085s) 2022-05-18T04:56:33.7777180Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.087s) 2022-05-18T04:56:33.7893430Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:33.8006840Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:33.8071080Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:33.8133420Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:33.8245960Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:33.8360850Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:33.8476140Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:33.8592910Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:33.8706760Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:33.8820190Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:33.8933480Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:33.9047990Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:33.9142910Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:33.9240300Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:33.9333910Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:33.9430730Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:33.9522600Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:33.9615240Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:33.9708720Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:33.9800200Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:33.9891950Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:34.0002810Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:34.0107930Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:34.0374110Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:34.0633880Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:34.0736490Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:34.0838900Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:34.0941230Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:34.1043570Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:34.1150880Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:34.1218830Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.1282300Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:34.1324840Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:34.1367430Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:34.1434400Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.1501440Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.1569030Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.1632120Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:34.1695730Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:34.1757610Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:34.1820830Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:34.1883860Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:34.2133020Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:34.2369540Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:34.2618630Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:34.2873220Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:34.3126540Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:34.3366070Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:34.3606820Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:34.3843950Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:34.4082110Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:34.4319310Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:34.4533440Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:34.4749230Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:34.5206240Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:56:34.5656020Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:56:34.5850210Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:34.6043170Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:34.6145480Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:34.6248870Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:34.6387020Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:34.6521610Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:34.6788060Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:34.7053050Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:34.7127210Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.7202520Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.7254350Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:34.7329810Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.7377800Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:34.7453450Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.7535470Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:34.7612680Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:34.7683720Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.7754630Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.7827400Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.7898470Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.7969390Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.8044270Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.8114700Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.8162060Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:34.8231060Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.8276810Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:34.8352670Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:34.8427630Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.8502520Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.8573740Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.8644520Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.8715350Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.8786020Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.8857140Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:34.8989750Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:34.9120440Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:34.9208920Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:34.9297590Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:34.9428770Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:34.9559420Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:34.9691800Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:34.9817810Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:34.9942900Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:35.0068110Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:35.0193710Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:35.0322320Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:35.0417650Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:35.0501210Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:35.0564080Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:35.0627000Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:35.0717520Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:35.0807650Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:35.0896650Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:35.0980870Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:35.1065620Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:35.1149310Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:35.1234300Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:35.1318120Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:35.1421650Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:35.1521290Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:35.1573170Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:35.1622280Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:35.1724520Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:35.1826280Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:35.1929380Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:35.2028330Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:35.2126360Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:35.2225970Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:35.2323820Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:35.2423430Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:35.2566480Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:35.2660110Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:35.2747900Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:35.2892250Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:35.3038090Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:35.3173020Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:35.3309360Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:35.3437800Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:35.3566510Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:35.3699610Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:35.3817500Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:35.3858180Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.3895750Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.4009950Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:35.4126990Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:35.4386650Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:35.4627990Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:35.4881560Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:35.5134140Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:35.5387300Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:35.5627300Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:35.5867690Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:35.6107670Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:35.6346470Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:35.6597640Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:35.6640020Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.6680170Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.6721520Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.6762820Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.6804230Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.6844390Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.6884610Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.6924940Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.6964710Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.7005160Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:35.7072190Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:35.7144030Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:35.7210950Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:35.7277120Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:35.7343520Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:35.7407740Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:35.7473010Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:35.7541530Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:35.7605750Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:35.7669670Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:35.7924350Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:35.8163610Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:35.8416030Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:35.8670900Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:35.8925530Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:35.9186510Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:35.9480080Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:35.9763280Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:36.0125310Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-05-18T04:56:36.0364800Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:36.0547230Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:36.0622640Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:36.0695830Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:36.0875690Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:36.1053880Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:36.1251870Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:36.1353750Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:36.1449540Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:36.1546100Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:36.1641530Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:36.1735250Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:36.1829340Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:36.1923070Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:36.2018810Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:36.2222710Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:36.2392430Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:36.2478330Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:36.2564570Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:36.2748320Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:36.2933460Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:36.3124230Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:36.3299340Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:36.3472010Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:36.3648240Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:36.3819920Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:36.3992980Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:36.4178040Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:36.4348200Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:36.4435430Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:36.4522150Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:36.4706130Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:36.4889790Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:36.5075320Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:36.5249440Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:36.5438760Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:36.5615240Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:36.5786970Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:36.5958290Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:36.6217080Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:36.6460430Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:36.6718650Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:36.6974910Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:36.7231110Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:36.7479400Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:36.7729080Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:36.7974840Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:36.8220590Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:36.8460940Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:36.8502850Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:36.8542370Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:36.8583930Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:36.8625730Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:36.8667060Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:36.8706640Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:36.8746820Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:36.8786780Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:36.8827180Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:36.8867160Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:36.8934070Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:36.8997810Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:36.9065370Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:36.9136530Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:36.9203260Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:36.9267420Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:36.9331140Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:36.9395020Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:36.9458850Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:36.9522890Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:36.9775520Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:37.0015160Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:37.0266800Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:37.0518850Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:37.0772780Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:37.1017800Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:37.1262160Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:37.1506970Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:37.1755450Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:37.2000150Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:37.2051020Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.2094840Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.2138280Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.2189070Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.2239750Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.2288820Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.2337880Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.2387020Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.2436280Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.2485680Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.2582590Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:37.2675370Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:37.2772920Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:37.2870440Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:37.2967210Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:37.3060230Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:37.3157880Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:37.3251310Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:37.3344290Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:37.3437020Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:37.3482650Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.3523430Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.3556130Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:37.3597930Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.3631260Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:37.3674120Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.3716920Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.3760930Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.3803400Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.3845220Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.3887460Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.3929340Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.3971500Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:37.4046840Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:37.4112740Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:37.4194670Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:37.4271840Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:37.4349610Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:37.4424760Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:37.4499170Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:37.4574070Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:37.4643560Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:37.4712930Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:37.4967750Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:37.5208950Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:37.5315090Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:37.5497590Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:37.5603140Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:37.5871780Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:37.6123820Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:37.6375910Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:37.6619070Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:37.6860470Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:37.7104940Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:37.7359640Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:37.7607560Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:37.7720630Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:37.7830930Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:37.7939790Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:37.7990570Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.8024310Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:37.8058260Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:37.8108190Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.8158890Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.8208020Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.8257330Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.8306150Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.8355300Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.8404210Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:37.8548090Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:37.8691590Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:37.8834420Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:37.8976660Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:37.9120720Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:37.9263610Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:37.9406520Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:37.9548930Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:37.9693390Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:37.9837120Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:37.9986250Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:38.0131180Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:38.0273820Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:38.0418460Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:38.0564230Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:38.0706520Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:38.0849500Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:38.0992030Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:38.1141800Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:38.1289370Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:38.1433150Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:38.1576510Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:38.1719500Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:38.1862100Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:38.1974590Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:38.2085020Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:38.2195810Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:38.2306900Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:38.2417890Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:38.2528080Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:38.2638080Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:38.2748430Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:38.2860460Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:38.2971710Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:38.3100530Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:38.3234170Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:38.3359490Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:38.3484740Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:38.3582400Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:38.3681360Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:38.3777120Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:38.3870860Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:38.3964690Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:38.4059190Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:38.4153490Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:38.4247490Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:38.4400020Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:38.4550330Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:38.4647890Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:38.4741960Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:38.4839220Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:38.4936670Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:38.5034480Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:38.5135380Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:38.5231410Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:38.5328320Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:38.5428780Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:38.5523940Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:38.5594460Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:38.5659050Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:38.5702830Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:38.5764900Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:38.5808370Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:38.5876710Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:38.5944440Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:38.6012490Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:38.6077580Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:38.6142430Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:38.6207140Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:38.6272200Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:38.6337200Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:38.6596710Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:38.6842070Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:38.6969470Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:38.7096550Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:38.7351720Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:38.7610530Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:38.7867200Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:38.8110420Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:38.8353170Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:38.8596960Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:38.8840480Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:38.9087700Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:38.9135450Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:38.9166860Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:38.9205640Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:38.9237500Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:38.9280840Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:38.9324240Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:38.9367720Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:38.9410630Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:38.9453500Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:38.9497000Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:38.9539830Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:38.9583200Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:38.9666740Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:38.9745910Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:38.9794470Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:38.9843240Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:38.9926390Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.0009260Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.0092240Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.0172830Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.0251330Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.0330230Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.0407870Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.0485510Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.0575300Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:39.0659840Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.0718050Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:39.0774920Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:39.0864600Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:39.0955130Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:39.1043580Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:39.1126710Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.1209600Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.1292500Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.1375890Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.1459410Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.1543820Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.1630470Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:39.1680310Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:39.1730840Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:39.1814200Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.1900530Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.1981280Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.2061900Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.2140890Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.2218840Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.2299650Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.2379550Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.2463920Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.2542960Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.2592560Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:39.2641370Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:39.2724410Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.2808180Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.2908540Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:39.2971440Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.3049300Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.3131880Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.3210420Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:39.3302550Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:39.3568600Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:39.3833710Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:39.4090610Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:39.4223380Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:39.4354620Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:39.4486350Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:39.4599410Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:39.4711290Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:39.4822440Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:39.4934260Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:39.5045890Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:39.5159430Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:39.5229590Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:39.5297030Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:39.5365020Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:39.5513660Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:39.5662120Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:39.5811170Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:39.5941850Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:39.6072120Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:39.6181210Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:39.6288830Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:39.6396290Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:39.6499380Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:39.6664760Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:39.6828250Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:39.6991660Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:39.7155750Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:39.7343110Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:39.7531200Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:39.7712520Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:39.7885740Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:39.8034090Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:39.8185930Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:39.8545280Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-05-18T04:56:39.8898830Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-05-18T04:56:39.9252320Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-05-18T04:56:39.9573250Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-05-18T04:56:39.9895330Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-05-18T04:56:40.0214020Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-05-18T04:56:40.0543320Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:40.0866930Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-05-18T04:56:40.0972700Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:40.1072010Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:40.1552900Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-05-18T04:56:40.2016790Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:56:40.2481250Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:56:40.2534940Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:40.2586560Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:40.2638390Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:40.2676900Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T04:56:40.2802060Z ok (0.016s) 2022-05-18T04:56:40.2866560Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:40.2977470Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:40.3144630Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.3311430Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.3475910Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:40.3646460Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.3846250Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:40.4127160Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:40.4294460Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.4461260Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.4627640Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.4799340Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.4968160Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.5139770Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.5309030Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.5479640Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.5644530Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:40.5832430Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:40.6006280Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:40.6171560Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:40.6473780Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-05-18T04:56:40.6765330Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:40.7061880Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-05-18T04:56:40.7357960Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:40.7652270Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-05-18T04:56:40.7943710Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:40.8238500Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:40.8514310Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:40.8802480Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:40.8948540Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:40.9100380Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:40.9249570Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:40.9459180Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:40.9671890Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:40.9883030Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:41.0064830Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:41.0248330Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:41.0460740Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:41.0668020Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:41.0878650Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:41.1162980Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:41.1446180Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-05-18T04:56:41.1735560Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:41.1788620Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:41.1840830Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:41.1892260Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:41.2101940Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:41.2313780Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:41.2510880Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:41.2671640Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:41.2830530Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:41.2990670Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:41.3155370Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:41.3288390Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:41.3414520Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:41.3540410Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:41.3702270Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:41.3858780Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:41.3970750Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:41.4083940Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:41.4248130Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:41.4409510Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:41.4566820Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:41.4718130Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:41.4870230Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:41.5023640Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:41.5176740Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:41.5330570Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:41.5904280Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.057s) 2022-05-18T04:56:41.6504400Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-05-18T04:56:41.7281840Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.078s) 2022-05-18T04:56:41.8040490Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-05-18T04:56:41.8172600Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:41.8305370Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:41.8438010Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:41.8612460Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:41.8790040Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:41.8961120Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:41.9407630Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:56:41.9836210Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-05-18T04:56:42.0268290Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-05-18T04:56:42.0434650Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:42.0602420Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:42.0739310Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:42.0879200Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:42.1017090Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:42.1210460Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:42.1404440Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:42.1595710Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:42.1649230Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:42.1700420Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:42.1751450Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:42.1845670Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:42.1940030Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:42.2033730Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:42.2133550Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:42.2233280Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:42.2331810Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:42.2423050Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:42.2517020Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:42.2611520Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:42.2702640Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:42.3118700Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-05-18T04:56:42.3525810Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-05-18T04:56:42.3928050Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-05-18T04:56:42.4224210Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-05-18T04:56:42.4516680Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:42.4806150Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:42.5097550Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:42.5270330Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:42.5438820Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:42.5606490Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:42.5632730Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.003s) 2022-05-18T04:56:42.5657090Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5681460Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5705960Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5730240Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5754370Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5778860Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5803240Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5828300Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5853130Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5877890Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5902120Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5927450Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5952360Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.5977330Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.6002370Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.6027040Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.6051810Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:42.6321240Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:42.6590050Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:42.6857480Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:56:42.7113560Z test_meta_nn_functional_kl_div_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:42.7370680Z test_meta_nn_functional_kl_div_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:42.7630300Z test_meta_nn_functional_kl_div_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:42.7888650Z test_meta_nn_functional_kl_div_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:42.7996660Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:42.8075380Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:42.8154790Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:42.8261340Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:42.8365740Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:42.8474800Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:42.8613970Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:42.8750710Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:42.8887910Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:42.8991680Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:42.9100560Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:42.9200290Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:42.9671110Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:56:42.9861050Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:43.0050280Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:43.0534690Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-05-18T04:56:43.1027770Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-05-18T04:56:43.1493580Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:56:43.1964200Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:56:43.2430740Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:56:43.2896090Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:56:43.3378960Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.048s) 2022-05-18T04:56:43.3522620Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:43.3663600Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:43.3802780Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:43.3940450Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:43.4053140Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:43.4168440Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:43.4281370Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:43.4449960Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:43.4616030Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:56:43.4781700Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:43.4935490Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:43.5087290Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:43.5239840Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:43.5393370Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:43.5547520Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:43.5566340Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Works on some configs (0.002s) 2022-05-18T04:56:44.4574180Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.901s) 2022-05-18T04:56:45.3764020Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.919s) 2022-05-18T04:56:46.9428490Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.566s) 2022-05-18T04:56:48.4740980Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.531s) 2022-05-18T04:56:49.9988360Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.525s) 2022-05-18T04:56:50.0078900Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:50.0167980Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:50.0265290Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.0362010Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.0458860Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.0554820Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.0649500Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:50.0746570Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.0858670Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.0971180Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.1068490Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.1168770Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.1276000Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.1389230Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.1442480Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:50.1493700Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:50.1601040Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.1705380Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.1813860Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.1907370Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:50.2001000Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:50.2115220Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.2228350Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.2347790Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:50.2461420Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.2572280Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.2905400Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:50.3238590Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:50.3573680Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:50.3776600Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:50.3867880Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:50.3955190Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:50.4150430Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:50.4346050Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:50.4473590Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:50.4499910Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.003s) 2022-05-18T04:56:50.4524870Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4549430Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4574390Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4599240Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4623680Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4648770Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4673640Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4697820Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4722080Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4746630Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4771070Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4795770Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4820640Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4845580Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4870470Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4895180Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4919920Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4944740Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4970390Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.4995070Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.5020070Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.5045190Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.5070540Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.5098210Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: permanently excluded (0.003s) 2022-05-18T04:56:50.5122950Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.5148200Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.5173060Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.5197740Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.5221980Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.5246920Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:50.5275990Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.003s) 2022-05-18T04:56:50.5391130Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.5453860Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:50.5516940Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:50.5625460Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.5733700Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.5842620Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.5943680Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.6045740Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.6147150Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.6250460Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.6352850Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:50.6465170Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.6574990Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:50.6620490Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:50.6660500Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.6692420Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:50.6724530Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:50.6766430Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.6808340Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.6848670Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.6888540Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.6928290Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.6968060Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7007520Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7047240Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7089600Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7129200Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7160320Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:50.7191450Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:50.7232520Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7273730Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7315220Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7355430Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7396100Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7436450Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7479590Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.7522410Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:50.8521910Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.100s) 2022-05-18T04:56:50.9517560Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.099s) 2022-05-18T04:56:51.0497070Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.098s) 2022-05-18T04:56:51.1402090Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-05-18T04:56:51.2322020Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.092s) 2022-05-18T04:56:51.3246110Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.092s) 2022-05-18T04:56:51.4187210Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.094s) 2022-05-18T04:56:51.5126320Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.094s) 2022-05-18T04:56:51.5220040Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:51.5311650Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:51.5404480Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:51.5514250Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:51.5624510Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:51.5735660Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:51.5844830Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:51.5951500Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:51.6063970Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:51.6174970Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:51.6282230Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:51.6369710Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:51.6454580Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.6541850Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:51.6627540Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.6712130Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.6796660Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.6880390Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.6964780Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.7011460Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:51.7055810Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:51.7104180Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:51.7154950Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:51.7206780Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:51.7257370Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:51.7294430Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:51.7330060Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:51.7381050Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:51.7432260Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:51.7486840Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:51.7619240Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:51.7748220Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:51.7878830Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:51.8006290Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:51.8109370Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:51.8212030Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:51.8314370Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:51.8392350Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.8470120Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.8545490Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:51.8623570Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.8671330Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:51.8718270Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:51.8796420Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.8873990Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.8950390Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.9023460Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:51.9098400Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:51.9171370Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:51.9244020Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:51.9316950Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:51.9395250Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.9472640Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.9549660Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:51.9729660Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:51.9912100Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:52.0097670Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:52.0150810Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0188180Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:52.0225240Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:52.0277930Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0330750Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0382440Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0433430Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0484670Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0535720Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0587490Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0637540Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0689420Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0726330Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:52.0762580Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:52.0813950Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0865130Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0914940Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.0964610Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.1014370Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.1064210Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:52.1127280Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:52.1195000Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:52.1259410Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:52.1326580Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:52.1387990Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:52.1448860Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:52.1510100Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:52.1572830Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:52.1636320Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:52.1785350Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:52.1872950Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.1961330Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.2110810Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:52.2256280Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:52.2391190Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:52.2527540Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:52.2662800Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:52.2798580Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:52.2937360Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:52.3095900Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:52.3190020Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.3283200Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.3434960Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:52.3587290Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:52.3731230Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:52.3873460Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:52.4014860Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:56:52.4170180Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:52.4318870Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:52.4410340Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.5058770Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.065s) 2022-05-18T04:56:52.5714510Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-05-18T04:56:52.5805310Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.5893400Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.5982750Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.6047340Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:52.6110790Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:52.6174570Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:52.6199620Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:52.6223900Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:52.6248900Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:52.6272970Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:52.6370820Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:52.6463920Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.6531030Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:52.6595460Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:52.6691170Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.6788710Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:52.6888900Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:52.6984160Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.7081870Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:52.7179150Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:52.7274390Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.7369250Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:52.8212630Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.084s) 2022-05-18T04:56:52.8628180Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-05-18T04:56:52.9034950Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-05-18T04:56:52.9873680Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.084s) 2022-05-18T04:56:53.0696920Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-05-18T04:56:53.1523990Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.083s) 2022-05-18T04:56:53.1611160Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:53.1667270Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.1719710Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.1803500Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.1887330Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.1988740Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:53.2050520Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:53.2112470Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:53.2213290Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:53.2314870Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:53.2417940Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:53.2465190Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.2512230Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.2579960Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:53.2648090Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:53.2734430Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:53.2821040Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:53.2905120Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.2986910Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.3023080Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:53.3058260Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:53.3097840Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:53.3133960Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:53.3214470Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.3289000Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:53.3335780Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.3382880Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.3462490Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.3541960Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.3622440Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.3699950Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.3777890Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.3855470Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.3932410Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.4010860Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:53.4764270Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.075s) 2022-05-18T04:56:53.5518860Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.075s) 2022-05-18T04:56:53.5946520Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-05-18T04:56:53.6354890Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-05-18T04:56:53.6406440Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.6454350Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.6488080Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:53.6521850Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:53.6572590Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.6622450Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.6671990Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.6720330Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.6769450Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.6818060Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.6866920Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:53.6915090Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:54.5883100Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.897s) 2022-05-18T04:56:55.4905920Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.902s) 2022-05-18T04:56:55.4963290Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:55.5018020Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:55.5057720Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:55.5098060Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:55.5155480Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:55.5213690Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:55.5273280Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:55.5330880Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:55.5387500Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:55.5444730Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:55.5501160Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:55.5557920Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:55.5631180Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:55.5701940Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:55.5851890Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:55.5999890Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:56:55.6116440Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:55.6232680Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:55.6439450Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:55.6642040Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:55.6854320Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:55.7063180Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:55.7268480Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:55.7470560Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:55.7678830Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:55.7883280Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:55.8087200Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:55.8295350Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:55.8494050Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:55.8700130Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:55.8905650Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:55.9104790Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:55.9311480Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:55.9513440Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:55.9713850Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:55.9915790Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.0120740Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.0321840Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.0550250Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:56.0739230Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:56.0944760Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.1154430Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:56.1375110Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:56.1634230Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:56.1843620Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:56.2090750Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:56.2380510Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:56:56.2588080Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:56.2797380Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:56.2994630Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.3194870Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.3397370Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.3604700Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:56.3827160Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:56.4038220Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:56.4239810Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.4448890Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.4646250Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:56.4865360Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:56:56.5068100Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.5273620Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.5482520Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:56:56.5684520Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:56.5733040Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:56.5767810Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:56.5802840Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:56.5852620Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:56.5902720Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:56.5950610Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:56.5996700Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:56.6043010Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:56.6096200Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:56.6137130Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:56.6184010Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:56.6430650Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:56.6537360Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:56.6650860Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:56.6909780Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:56.7164440Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:56.7420390Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:56.7667490Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:56.7915820Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:56:56.8155410Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:56.8395300Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:56.8637040Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:56.8731160Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:56.8828040Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:56.8924000Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:56.9016240Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:56.9123970Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:56.9216450Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:56.9311020Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:56.9402690Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:56.9495520Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:56.9590490Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:56.9934340Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-05-18T04:56:57.0262140Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:57.0444140Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:57.0626520Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:57.0964250Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-05-18T04:56:57.1302700Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-05-18T04:56:57.1642070Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-05-18T04:56:57.1970380Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:57.2299360Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:57.2628530Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:57.2956360Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:57.3301340Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-05-18T04:56:57.3464510Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:57.3629350Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:57.3763300Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:57.3898490Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:57.6097810Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.220s) 2022-05-18T04:56:57.8314290Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.221s) 2022-05-18T04:56:57.8398490Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:57.8478680Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:57.8558370Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:57.8639320Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:57.8718500Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:57.8795000Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:57.8871970Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:57.8948800Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:57.9026460Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:57.9105420Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:57.9170460Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:57.9240270Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:57.9310440Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:57.9376930Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:57.9442910Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:57.9508600Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:57.9710080Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:57.9910060Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:58.0110860Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:58.0308820Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:58.0505060Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:58.0701540Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:58.0893890Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:58.1081530Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:56:58.1279740Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:56:58.1353680Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.1428610Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.1499330Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.1568350Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.1637330Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.1706320Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.1748310Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.1787450Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.1820460Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:58.1851510Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:58.1893150Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.1933470Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.1974440Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.2015580Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.2054780Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.2094930Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.2134370Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.2175510Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.2224400Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.2270670Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.2305920Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:58.2432390Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... expected failure (0.012s) 2022-05-18T04:56:58.2469460Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.2520890Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.2571470Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.2619890Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.2668050Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.2714190Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.2760690Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.2808120Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.2860610Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.2941060Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:58.3018040Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:58.3059520Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.3101710Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.3179590Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:58.3257940Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:58.3336490Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:58.3412560Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:58.3487840Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.3563420Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.3639510Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:58.3716070Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:58.3740240Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:58.3763960Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:58.3788140Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:58.3811730Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:58.3836150Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:58.3860380Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:58.3885350Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:58.3910900Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:58.3935290Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: permanently excluded (0.002s) 2022-05-18T04:56:58.4039590Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:58.4093230Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.4145140Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:58.4246120Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:58.4344840Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:58.4442710Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:58.4785340Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-05-18T04:56:58.5111420Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:58.5288330Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:56:58.5447390Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:56:58.5785770Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-05-18T04:56:58.6124900Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-05-18T04:56:58.6476540Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-05-18T04:56:58.6799890Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-05-18T04:56:58.7123860Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-05-18T04:56:58.7447170Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-05-18T04:56:58.7780850Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:58.8113700Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:56:58.8231990Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:58.8344510Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:58.8381430Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.8415940Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:58.8529280Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:58.8646250Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:58.8761950Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:58.8874920Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:58.8993480Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:58.9118720Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:58.9234780Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:58.9348280Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:58.9423280Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.9491650Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.9537330Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.9581870Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:58.9653350Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.9724710Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.9796660Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.9864720Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:58.9933010Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.0001310Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.0069280Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.0137100Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.0257130Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:59.0369930Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:59.0437580Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.0504400Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.0623580Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:59.0740170Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:56:59.0854820Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:59.0964750Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:59.1074740Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:59.1183560Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:59.1291690Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:59.1399780Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:59.1449910Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.1498120Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.1533850Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.1582110Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.1633080Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.1682740Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.1734520Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.1783110Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.1832320Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.1881900Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.1930910Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.1982560Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.2045060Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:59.2103230Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:59.2145890Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.2187900Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.2250400Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:59.2311180Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:59.2372140Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:59.2428940Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:59.2485750Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:59.2542620Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:59.2599910Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:59.2657630Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:59.2697640Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.2735850Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.2766800Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:59.2797600Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:59.2838290Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.2883590Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.2923840Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.2962540Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3000800Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3040070Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3078460Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3119570Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3159440Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3197620Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3228060Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:56:59.3268130Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3304210Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3344980Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3385440Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3425400Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3464860Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3504330Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3543230Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3583910Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3622780Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3715280Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.3808510Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.3855650Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:56:59.3899990Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.3989640Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.4078720Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.4167740Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.4254220Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.4341590Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.4428410Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.4514990Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.4601830Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.4671260Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.4734990Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:56:59.4773800Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.4813020Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.4881260Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.4948620Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.5017780Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.5083370Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.5149490Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.5215950Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.5282600Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.5351520Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.5395720Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.5439250Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.5481820Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.5562580Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.5643820Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.5723670Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.5804190Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.5882830Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.5960430Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.6038650Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.6118310Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.6197310Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.6275360Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.6351240Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.6391970Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.6432530Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:56:59.6510060Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.6591120Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.6667820Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.6743140Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.6818660Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.6896650Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.6975800Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:56:59.7077200Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:59.7149280Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.7215240Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:56:59.7314610Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:59.7406990Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.7503470Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:56:59.7596230Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.7686130Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.7799140Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:56:59.7893880Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.7990000Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:56:59.8254580Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:56:59.8495520Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:59.8629970Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:59.8761520Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:56:59.9001910Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:59.9240410Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:59.9479300Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:59.9721970Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:56:59.9957490Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:57:00.0201730Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:57:00.0441840Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:57:00.0677440Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:00.1404700Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.073s) 2022-05-18T04:57:00.1879600Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:00.2114340Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:00.2358060Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:57:00.3076240Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.072s) 2022-05-18T04:57:00.3816470Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.071s) 2022-05-18T04:57:00.4533620Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-05-18T04:57:00.5015240Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-05-18T04:57:00.5531580Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-05-18T04:57:00.6024750Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-05-18T04:57:00.6516900Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.049s) 2022-05-18T04:57:00.7013910Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.050s) 2022-05-18T04:57:00.7487260Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:00.7940070Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:00.8405520Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:00.8865250Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:00.9340550Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:00.9780670Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-05-18T04:57:01.0229750Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:01.0684180Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:01.1132790Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:01.1577460Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-05-18T04:57:01.2050450Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:01.2500360Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:01.2986020Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-05-18T04:57:01.3478010Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-05-18T04:57:01.3954090Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:01.4424080Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:01.4877880Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:01.5323290Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:01.5768660Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-05-18T04:57:01.6221940Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:01.6691870Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:01.7174930Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-05-18T04:57:01.7657920Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-05-18T04:57:01.8132660Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-05-18T04:57:01.8591380Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:01.9045100Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:01.9509390Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:01.9973200Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:02.0436560Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:02.0907020Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:02.1368510Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:02.1827190Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:02.2288280Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:02.2748720Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:02.3210550Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:02.3665360Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:02.4119090Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:02.4563530Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-05-18T04:57:02.5022460Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:02.5493740Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:02.5934110Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.044s) 2022-05-18T04:57:02.6405450Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:02.6874860Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:02.7334840Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:02.7807790Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:02.8246910Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-05-18T04:57:02.8701760Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:02.9148810Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:02.9589460Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-05-18T04:57:02.9819000Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:03.0048430Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:03.0267490Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:57:03.0497220Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:03.0668880Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:03.0841470Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:03.1012910Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:03.1186560Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:03.1362340Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:03.1432390Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:03.1497910Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.1543810Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.1590380Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.1660050Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:03.1727970Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:03.1795890Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:03.1859360Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.1922980Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.1986810Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.2050790Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.2114050Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.2201450Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:03.2281740Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.2368770Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:03.2454490Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:03.2542560Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:03.2624810Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.2705950Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.2786840Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.2868130Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.2947770Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.2991890Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3034100Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3064590Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:03.3106760Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3137380Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:03.3179650Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3221750Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3266310Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3308030Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3349930Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3391100Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3432250Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3473830Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3538970Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.3601100Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.3642470Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3683610Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.3748870Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.3814120Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.3879350Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.3942110Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.4007480Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.4071740Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.4136190Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.4198680Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:03.4276140Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.4352090Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:03.4392750Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.4434600Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.4513460Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.4592010Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.4668810Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.4745690Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.4822950Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.4900330Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.4977440Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.5020160Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5062220Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5106310Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5149410Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5192590Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5235600Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5278000Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5321610Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5364330Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5406420Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5449460Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5491960Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5535440Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5578620Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5621560Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5662770Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5704010Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5745750Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5786850Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5828100Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5871030Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5912600Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.5942910Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:03.5973680Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:03.6016720Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.6059990Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.6102830Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.6145820Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.6187630Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.6229770Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.6271590Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.6352250Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.6429920Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.6471800Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.6513320Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.6592470Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.6671650Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.6748300Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.6825010Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.6902840Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.6979590Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.7056570Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.7103900Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:03.7146330Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.7177660Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:03.7208910Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:03.7251650Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.7294410Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.7336550Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.7378760Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.7421000Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.7464940Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:03.7517990Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:03.7679130Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:57:03.7820620Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:03.8016370Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:57:03.8164620Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:57:03.8321710Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:57:03.8458310Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:03.8599640Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:03.8739970Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:03.8882380Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:03.9024330Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:03.9161470Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:03.9296710Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:03.9430970Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:03.9569810Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:03.9705960Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:03.9782830Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:03.9857870Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:03.9994580Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:04.0131900Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:04.0267130Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:04.0402360Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:04.0539480Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-05-18T04:57:04.0673290Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:04.0808560Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:04.0944460Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:04.1534740Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-05-18T04:57:04.2108750Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.057s) 2022-05-18T04:57:04.2691450Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.058s) 2022-05-18T04:57:04.3275150Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.058s) 2022-05-18T04:57:04.3844880Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.057s) 2022-05-18T04:57:04.4420930Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.057s) 2022-05-18T04:57:04.4996080Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.057s) 2022-05-18T04:57:04.5562740Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.057s) 2022-05-18T04:57:04.6127850Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-05-18T04:57:04.6692700Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-05-18T04:57:04.6823680Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:04.6947640Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:04.7137570Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:57:04.7324820Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:57:04.7387840Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.7448400Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.7512240Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.7574280Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.7636030Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.7696070Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.7757070Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.7819500Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.7880240Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.7958990Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:04.8040360Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:04.8119930Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:04.8203280Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:04.8282980Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:04.8364970Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:04.8446300Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:04.8527770Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:04.8591280Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.8652810Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.8716300Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.8780900Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.8844420Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.8908710Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.8972440Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9034570Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9102630Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:04.9166240Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9229560Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9298520Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:04.9360830Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9421340Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9482130Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9546650Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9607250Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9669070Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9730110Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9790080Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9849850Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9910450Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:04.9970560Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.0032010Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.0091590Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.0170580Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.0250340Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.0331490Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.0410480Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.0489860Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.0567170Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.0644950Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.0723090Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.0816040Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:05.0898660Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.0983330Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1067680Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1150680Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1233530Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1325340Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1398590Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1480970Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1562280Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1663190Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1724970Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1803860Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1883980Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.1961900Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.2040840Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.2118530Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.2328190Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:05.2540590Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:05.2757650Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:57:05.2970140Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:05.3182930Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:05.3404980Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:57:05.3612100Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:05.3818960Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:05.4027050Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:05.4280060Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:05.4521680Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:57:05.4778070Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:57:05.5031460Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:05.5283660Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:05.5529580Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:57:05.5776190Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:05.6022630Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:05.6265340Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:57:05.6510370Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:57:05.6759360Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:05.7016110Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:57:05.7281070Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:57:05.7552000Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-05-18T04:57:05.7806220Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:05.8056280Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:05.8305820Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:05.8558450Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:05.8607160Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:05.8652630Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:05.8685220Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:05.8718210Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:05.8764690Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:05.8811520Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:05.8858330Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:05.8904540Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:05.8950200Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:05.8995050Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:05.9040050Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:05.9085930Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:05.9148950Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.9209890Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.9245870Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:05.9282550Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:05.9345510Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.9408290Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.9471680Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.9533300Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.9594730Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.9655570Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.9720040Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.9781640Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:05.9858040Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:05.9930910Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:05.9972140Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.0012020Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.0087700Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:06.0163100Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:06.0238610Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:06.0312190Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:06.0385160Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:06.0457510Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:06.0530180Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:06.0603050Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:06.0647960Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.0690880Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.0722680Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:06.0752840Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:06.0795980Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.0839290Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.0882040Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.0924460Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.0967410Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.1010080Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.1053020Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.1169880Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:06.1285020Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:06.1320910Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.1354000Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:06.1467860Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:06.1579900Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:06.1697370Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:06.1806380Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:06.1915410Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:06.2027860Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:06.2135680Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:06.2245910Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:06.2332340Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:06.2418190Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:06.2473590Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:06.2527830Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:06.2615780Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:06.2746700Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:06.2834780Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:06.2914890Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:06.3040260Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:06.3111480Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:06.3196640Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:06.3348540Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:06.3633390Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:57:06.3887580Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:06.3980320Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:06.4152190Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:06.4244900Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:06.4500800Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:06.4757360Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:06.5012250Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:06.5275010Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:57:06.5529280Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:06.5782860Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:06.6035380Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:06.6287080Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:06.6406060Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:06.6451560Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:06.6496200Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.6613760Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:06.6733140Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:06.6848350Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:06.6967510Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:06.7013650Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:06.7056950Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:06.7172320Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:06.7289290Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:06.7404540Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:06.7459170Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:06.7514660Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:06.7647260Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:06.7778040Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:06.8083880Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-05-18T04:57:06.8207380Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:06.8420320Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:06.8542890Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:06.8844940Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-05-18T04:57:06.9151730Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:57:06.9459000Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-05-18T04:57:06.9747950Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:57:07.0036770Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:57:07.0326690Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:57:07.0615860Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:57:07.0904890Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-05-18T04:57:07.1082790Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:57:07.1258530Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:07.1333610Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:07.1405110Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:07.1583720Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:57:07.1757700Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:07.1930420Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:07.2102580Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:07.2274760Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:07.2442980Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:07.2614030Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:07.2791330Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:57:07.2874320Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:07.2942570Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:07.2987510Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:07.3033390Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:07.3111350Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:07.3192720Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:07.3274680Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:07.3346440Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:07.3421590Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:07.3493790Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:07.3571340Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:07.3643470Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:07.4724970Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.108s) 2022-05-18T04:57:07.5840720Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.111s) 2022-05-18T04:57:07.8832690Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.299s) 2022-05-18T04:57:08.1844430Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.301s) 2022-05-18T04:57:09.2004980Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (1.016s) 2022-05-18T04:57:10.2208260Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (1.020s) 2022-05-18T04:57:10.2271120Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:10.2332200Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:10.2445990Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:10.2562720Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:10.2615660Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.2663100Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.2698080Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:10.2732620Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:10.2782050Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.2832870Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.2882710Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.2930490Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.2979230Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.3027350Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.3075700Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.3123760Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.3280010Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:57:10.3428850Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:57:10.3522260Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:10.3616800Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:10.3775770Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:57:10.3932820Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:57:10.4086970Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:57:10.4239710Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:57:10.4391090Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:57:10.4540940Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:57:10.4691030Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:57:10.4842240Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-05-18T04:57:10.4938300Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:10.5035920Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:10.5092190Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:10.5152290Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:10.5252680Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:10.5351380Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:10.5447890Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:10.5543120Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:10.5638130Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:10.5733530Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:10.5829210Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:10.5924410Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:10.5971540Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.6014780Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6046210Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:10.6077160Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:10.6120700Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6164070Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6207400Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6250350Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6293870Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6336580Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6379570Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6422910Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6465730Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6496990Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:10.6528350Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:10.6572710Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6616020Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6659020Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6701790Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6746560Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6791980Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.6835130Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.6918650Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:10.7000460Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:10.7052380Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.7101380Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:10.7183020Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:10.7267720Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:10.7351040Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:10.7433460Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:10.7521900Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:10.7604900Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:10.7688090Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:10.7769830Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:10.7899260Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:10.7937440Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:10.7972730Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:10.8096980Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:10.8223430Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:10.8349350Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:10.8474130Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:10.8597610Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:10.8720810Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:10.8847390Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:10.9331980Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-05-18T04:57:10.9774770Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.044s) 2022-05-18T04:57:10.9990810Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:11.0201150Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:11.0686380Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-05-18T04:57:11.1160710Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:11.1634580Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-05-18T04:57:11.2070850Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-05-18T04:57:11.2505020Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-05-18T04:57:11.2948210Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-05-18T04:57:11.3394820Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-05-18T04:57:11.3834560Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-05-18T04:57:11.3868220Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.3896880Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.3928200Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.3959430Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.3989590Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.4019770Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.4049940Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.4081470Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.4110840Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.4145290Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.4174820Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.4203930Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.4374930Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:11.4548130Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:11.4717650Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:11.4878580Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:57:11.5039520Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:57:11.5199220Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:57:11.5362610Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:57:11.5526780Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-05-18T04:57:11.5554630Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.5581950Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:11.5673590Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.5766070Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.5857690Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.5949010Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.6040690Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.6131890Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.6222710Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.6317230Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.6403750Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.6456680Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:11.6509970Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:11.6606650Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:11.6698380Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.6789940Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.6876480Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.6962350Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.7049240Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.7146880Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:11.7234010Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:11.7361760Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:11.7431780Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:11.7505540Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:11.7633230Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:11.7759360Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:11.7885560Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:11.8003190Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:11.8121560Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:11.8239430Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:11.8357280Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:11.8476980Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:11.8604250Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:11.8675560Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:11.8745840Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:11.8872100Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:11.8999050Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:11.9127140Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:11.9246520Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:11.9365940Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:11.9484870Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:11.9604230Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:11.9723030Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:11.9837110Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:11.9949330Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.0167120Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:57:12.0384810Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-05-18T04:57:12.0503010Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:12.0615520Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.0669850Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:12.0724090Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:12.0840780Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:12.0958370Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:12.1078060Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:12.1199820Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:12.1313290Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.1426760Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.1541870Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.1658170Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:12.1777190Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:12.1890860Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.1946530Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:12.2001330Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:12.2118090Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:12.2234150Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:12.2350220Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:12.2463400Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.2577270Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.2690510Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.2803220Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.2917000Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.3172110Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:12.3416580Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:57:12.3523800Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.3631830Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:12.3887790Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:12.4146060Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:57:12.4402730Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:57:12.4655630Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:12.4907050Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:12.5161080Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:12.5417390Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:57:12.5669010Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:12.5715000Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:12.5759020Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:12.5802000Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:12.6008960Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:12.6200520Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:57:12.6302800Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:12.6402130Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:12.6612620Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:12.6817930Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:57:12.7022500Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:57:12.7213590Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:57:12.7405760Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:57:12.7601160Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:57:12.7794120Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-05-18T04:57:12.8006260Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-05-18T04:57:12.8360030Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-05-18T04:57:12.8563820Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:57:12.8901540Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-05-18T04:57:12.9242150Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-05-18T04:57:12.9476330Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:12.9705210Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:12.9935740Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:13.0164330Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:13.0394840Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:13.0723760Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-05-18T04:57:13.0922750Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-05-18T04:57:13.1262950Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-05-18T04:57:13.1600000Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-05-18T04:57:13.1832520Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:13.2090130Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:57:13.2320390Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:13.2549750Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:13.2779850Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-05-18T04:57:13.2882130Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:13.2973980Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.3027390Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.3081170Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.3180730Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:13.3279430Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:13.3376690Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:13.3468070Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.3559580Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.3650830Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.3742460Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.3834060Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.3950160Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:13.3996460Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.4039910Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:13.4157410Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:13.4285590Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-05-18T04:57:13.4406270Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:13.4524270Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:13.4571440Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.4614890Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:13.4729830Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:13.4846290Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:13.4961990Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:13.5059620Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:13.5095740Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:13.5128920Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:13.5223780Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.5321270Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:13.5417300Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.5513040Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.5608840Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.5703830Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.5799450Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.5904940Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:13.6028010Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-05-18T04:57:13.6138640Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-05-18T04:57:13.6203520Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:13.6261790Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.6304040Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:13.6358040Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.6406030Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:13.6464480Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.6526460Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.6588980Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.6646970Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.6705550Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.6765760Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.6824360Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.6882800Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.6913440Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:13.6942190Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:13.7028020Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:13.7128240Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-05-18T04:57:13.7183700Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.7264640Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:13.7318240Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.7407990Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.7501080Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.7592400Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.7671240Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:13.7753880Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:13.7841750Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:13.7924650Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:13.8003890Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:13.8054440Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8102550Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8134840Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:13.8182860Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8214860Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-05-18T04:57:13.8264740Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8314560Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8364590Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8412360Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8460960Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8508930Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8557570Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8605900Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8662870Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.8718010Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8754650Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:13.8801040Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.8837930Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:13.8896870Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.8955140Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.9012500Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.9069730Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.9128800Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.9189850Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.9244730Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:13.9301980Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-05-18T04:57:13.9477820Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:13.9645340Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:13.9715750Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:13.9785910Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-05-18T04:57:13.9964790Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:57:14.0138160Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:14.0311560Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:14.0479670Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:14.0648650Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:14.0821900Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:14.0994500Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-05-18T04:57:14.1173800Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-05-18T04:57:14.1436190Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:57:14.1699280Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:57:14.1954400Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-05-18T04:57:14.2209680Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:14.2463940Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:14.2713890Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:14.2970350Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:14.3217090Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:14.3462610Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-05-18T04:57:14.3708940Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-05-18T04:57:14.3760680Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.3809620Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.3846430Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:14.3883110Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-05-18T04:57:14.3934350Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.3985300Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.4036840Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.4087310Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.4137580Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.4189190Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.4238530Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.4286750Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.4368600Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:14.4444910Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:14.4493640Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.4540750Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-05-18T04:57:14.4621810Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:14.4702590Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:14.4783570Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:14.4860560Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:14.4937230Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:14.5013860Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:14.5093770Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-05-18T04:57:14.5182190Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-05-18T04:57:15.5477080Z 2022-05-18T04:57:15.5477830Z ---------------------------------------------------------------------- 2022-05-18T04:57:15.5478170Z Ran 4536 tests in 171.630s 2022-05-18T04:57:15.5478300Z 2022-05-18T04:57:15.5478430Z OK (skipped=149, expected failures=14) 2022-05-18T04:57:15.5478580Z 2022-05-18T04:57:15.5478680Z Generating XML reports... 2022-05-18T04:57:15.5479190Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20220518045422.xml 2022-05-18T04:57:15.9532770Z Running distributed/_shard/checkpoint/test_checkpoint ... [2022-05-18 04:57:15.952890] 2022-05-18T04:57:15.9533560Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/checkpoint/test_checkpoint.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:15.953039] 2022-05-18T04:57:17.1681780Z 2022-05-18T04:57:17.1682540Z Test results will be stored in test-reports/python-unittest/distributed._shard.checkpoint.test_checkpoint 2022-05-18T04:57:17.1682930Z Running tests... 2022-05-18T04:57:17.1683330Z ---------------------------------------------------------------------- 2022-05-18T04:57:17.1693890Z test_checkpoint_has_shard_overlap (__main__.TestDistributedCheckpointing) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:57:17.1705120Z test_checkpoint_has_shard_too_small (__main__.TestDistributedCheckpointing) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:57:17.1716530Z test_checkpoint_has_storage_type_mismatch (__main__.TestDistributedCheckpointing) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:57:17.1742220Z test_storage_key_mapping (__main__.TestDistributedCheckpointing) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:57:17.1753720Z test_tensor_metadata_with_missing_rank_spec (__main__.TestDistributedCheckpointing) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:57:17.1776400Z test_validate_metadata (__main__.TestDistributedCheckpointing) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:57:17.5883350Z test_create_key_handles_collision (__main__.TestStorageKeys) ... ok (0.411s) 2022-05-18T04:57:17.5950540Z 2022-05-18T04:57:17.5951850Z ---------------------------------------------------------------------- 2022-05-18T04:57:17.5952230Z Ran 7 tests in 0.420s 2022-05-18T04:57:17.5952360Z 2022-05-18T04:57:17.5952450Z OK (skipped=6) 2022-05-18T04:57:17.5952570Z 2022-05-18T04:57:17.5952660Z Generating XML reports... 2022-05-18T04:57:17.5953290Z Generated XML report: test-reports/python-unittest/distributed._shard.checkpoint.test_checkpoint/TEST-TestStorageKeys-20220518045717.xml 2022-05-18T04:57:17.5954090Z Generated XML report: test-reports/python-unittest/distributed._shard.checkpoint.test_checkpoint/TEST-TestDistributedCheckpointing-20220518045717.xml 2022-05-18T04:57:17.8271800Z Running distributed/_shard/sharded_optim/test_sharded_optim ... [2022-05-18 04:57:17.826797] 2022-05-18T04:57:17.8272590Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_optim/test_sharded_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:17.826926] 2022-05-18T04:57:18.9911030Z 2022-05-18T04:57:18.9911840Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_optim.test_sharded_optim 2022-05-18T04:57:18.9912240Z Running tests... 2022-05-18T04:57:18.9912660Z ---------------------------------------------------------------------- 2022-05-18T04:57:18.9929530Z test_named_params_with_sharded_tensor (__main__.TestShardedOptimizer) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:57:18.9957690Z test_sharded_optim (__main__.TestShardedOptimizer) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T04:57:19.0014780Z 2022-05-18T04:57:19.0015390Z ---------------------------------------------------------------------- 2022-05-18T04:57:19.0015710Z Ran 2 tests in 0.005s 2022-05-18T04:57:19.0015840Z 2022-05-18T04:57:19.0015920Z OK (skipped=2) 2022-05-18T04:57:19.0016040Z 2022-05-18T04:57:19.0016140Z Generating XML reports... 2022-05-18T04:57:19.0017020Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_optim.test_sharded_optim/TEST-TestShardedOptimizer-20220518045718.xml 2022-05-18T04:57:19.1627180Z Running distributed/_shard/sharded_tensor/ops/test_chunk ... [2022-05-18 04:57:19.161836] 2022-05-18T04:57:19.1628070Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/ops/test_chunk.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:19.161989] 2022-05-18T04:57:20.4682520Z 2022-05-18T04:57:20.4683740Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_chunk 2022-05-18T04:57:20.4684170Z Running tests... 2022-05-18T04:57:20.4684630Z ---------------------------------------------------------------------- 2022-05-18T04:57:20.4695630Z test_sharded_chunk (__main__.TestShardedTensorChunkOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:57:20.4707110Z test_sharded_chunk_error (__main__.TestShardedTensorChunkOps) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:57:20.4764250Z 2022-05-18T04:57:20.4764920Z ---------------------------------------------------------------------- 2022-05-18T04:57:20.4765320Z Ran 2 tests in 0.003s 2022-05-18T04:57:20.4765470Z 2022-05-18T04:57:20.4765560Z OK (skipped=2) 2022-05-18T04:57:20.4765680Z 2022-05-18T04:57:20.4765770Z Generating XML reports... 2022-05-18T04:57:20.4766410Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_chunk/TEST-TestShardedTensorChunkOps-20220518045720.xml 2022-05-18T04:57:20.6417010Z Running distributed/_shard/sharded_tensor/ops/test_embedding ... [2022-05-18 04:57:20.641133] 2022-05-18T04:57:20.6417820Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/ops/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:20.641314] 2022-05-18T04:57:21.8028870Z 2022-05-18T04:57:21.8030040Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_embedding 2022-05-18T04:57:21.8030460Z Running tests... 2022-05-18T04:57:21.8030870Z ---------------------------------------------------------------------- 2022-05-18T04:57:21.8051520Z test_sharded_embedding_colwise (__main__.TestShardedEmbedding) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:57:21.8074190Z test_sharded_embedding_rowwise (__main__.TestShardedEmbedding) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:57:21.8131200Z 2022-05-18T04:57:21.8131800Z ---------------------------------------------------------------------- 2022-05-18T04:57:21.8132150Z Ran 2 tests in 0.005s 2022-05-18T04:57:21.8132280Z 2022-05-18T04:57:21.8132370Z OK (skipped=2) 2022-05-18T04:57:21.8132490Z 2022-05-18T04:57:21.8132600Z Generating XML reports... 2022-05-18T04:57:21.8133240Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_embedding/TEST-TestShardedEmbedding-20220518045721.xml 2022-05-18T04:57:21.9738540Z Running distributed/_shard/sharded_tensor/ops/test_init ... [2022-05-18 04:57:21.973467] 2022-05-18T04:57:21.9739320Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/ops/test_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:21.973612] 2022-05-18T04:57:23.1456230Z 2022-05-18T04:57:23.1456580Z Running tests... 2022-05-18T04:57:23.1457200Z ---------------------------------------------------------------------- 2022-05-18T04:57:23.1457790Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_init 2022-05-18T04:57:23.1476540Z test_init_sharded_tensor_with_kaiming_uniform (__main__.TestShardedTensorNNInit) 2022-05-18T04:57:23.1477340Z Test torch.nn.init.kaiming_uniform_(ShardedTensor, a, mode, nonlinearit) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:57:23.1494900Z test_init_sharded_tensor_with_normal (__main__.TestShardedTensorNNInit) 2022-05-18T04:57:23.1495370Z Test torch.nn.init.normal_(ShardedTensor, mean, std) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:57:23.1511890Z test_init_sharded_tensor_with_uniform (__main__.TestShardedTensorNNInit) 2022-05-18T04:57:23.1512610Z Test torch.nn.init.uniform_(ShardedTensor, a, b) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:57:23.1575070Z 2022-05-18T04:57:23.1575850Z ---------------------------------------------------------------------- 2022-05-18T04:57:23.1576610Z Ran 3 tests in 0.006s 2022-05-18T04:57:23.1576740Z 2022-05-18T04:57:23.1576830Z OK (skipped=3) 2022-05-18T04:57:23.1576950Z 2022-05-18T04:57:23.1577050Z Generating XML reports... 2022-05-18T04:57:23.1577710Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_init/TEST-TestShardedTensorNNInit-20220518045723.xml 2022-05-18T04:57:23.3151200Z Running distributed/_shard/sharded_tensor/ops/test_math_ops ... [2022-05-18 04:57:23.314673] 2022-05-18T04:57:23.3152000Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/ops/test_math_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:23.314844] 2022-05-18T04:57:24.6402970Z Running distributed/_shard/sharded_tensor/ops/test_softmax ... [2022-05-18 04:57:24.639706] 2022-05-18T04:57:24.6403800Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/ops/test_softmax.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:24.639862] 2022-05-18T04:57:25.7831970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2415rhqe 2022-05-18T04:57:25.7835570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2415rhqe/_remote_module_non_scriptable.py 2022-05-18T04:57:25.8089010Z 2022-05-18T04:57:25.8090000Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_softmax 2022-05-18T04:57:25.8090410Z Running tests... 2022-05-18T04:57:25.8090840Z ---------------------------------------------------------------------- 2022-05-18T04:57:25.8096280Z test_sharded_softmax_basic (__main__.TestShardedSoftmax) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:57:25.8101980Z test_sharded_softmax_on_sharding_dim (__main__.TestShardedSoftmax) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:57:25.8158130Z 2022-05-18T04:57:25.8158640Z ---------------------------------------------------------------------- 2022-05-18T04:57:25.8158920Z Ran 2 tests in 0.001s 2022-05-18T04:57:25.8159070Z 2022-05-18T04:57:25.8159150Z OK (skipped=2) 2022-05-18T04:57:25.8159280Z 2022-05-18T04:57:25.8159370Z Generating XML reports... 2022-05-18T04:57:25.8161270Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.ops.test_softmax/TEST-TestShardedSoftmax-20220518045725.xml 2022-05-18T04:57:25.9769350Z Running distributed/_shard/sharded_tensor/test_megatron_prototype ... [2022-05-18 04:57:25.976127] 2022-05-18T04:57:25.9770210Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/test_megatron_prototype.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:25.976270] 2022-05-18T04:57:27.1771550Z 2022-05-18T04:57:27.1772380Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.test_megatron_prototype 2022-05-18T04:57:27.1772800Z Running tests... 2022-05-18T04:57:27.1773190Z ---------------------------------------------------------------------- 2022-05-18T04:57:27.1788520Z test_megatron_two_layer_prototype (__main__.TestShardedTensorMegatronLinear) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:57:27.1849570Z 2022-05-18T04:57:27.1850920Z ---------------------------------------------------------------------- 2022-05-18T04:57:27.1851250Z Ran 1 test in 0.002s 2022-05-18T04:57:27.1851380Z 2022-05-18T04:57:27.1851470Z OK (skipped=1) 2022-05-18T04:57:27.1851590Z 2022-05-18T04:57:27.1851680Z Generating XML reports... 2022-05-18T04:57:27.1852380Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_megatron_prototype/TEST-TestShardedTensorMegatronLinear-20220518045727.xml 2022-05-18T04:57:27.3445360Z Running distributed/_shard/sharded_tensor/test_sharded_tensor_reshard ... [2022-05-18 04:57:27.343922] 2022-05-18T04:57:27.3446850Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharded_tensor/test_sharded_tensor_reshard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:27.344061] 2022-05-18T04:57:28.5102800Z 2022-05-18T04:57:28.5103650Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor_reshard 2022-05-18T04:57:28.5104050Z Running tests... 2022-05-18T04:57:28.5104450Z ---------------------------------------------------------------------- 2022-05-18T04:57:28.5115370Z test_sharded_tensor_reshard (__main__.TestReshard) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:57:28.5131390Z test_sharded_tensor_reshard_errors (__main__.TestReshard) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:57:28.5188180Z 2022-05-18T04:57:28.5189200Z ---------------------------------------------------------------------- 2022-05-18T04:57:28.5189560Z Ran 2 tests in 0.003s 2022-05-18T04:57:28.5189690Z 2022-05-18T04:57:28.5189780Z OK (skipped=2) 2022-05-18T04:57:28.5189900Z 2022-05-18T04:57:28.5189990Z Generating XML reports... 2022-05-18T04:57:28.5190610Z Generated XML report: test-reports/python-unittest/distributed._shard.sharded_tensor.test_sharded_tensor_reshard/TEST-TestReshard-20220518045728.xml 2022-05-18T04:57:28.6828460Z Running distributed/_shard/sharding_spec/test_sharding_spec ... [2022-05-18 04:57:28.682351] 2022-05-18T04:57:28.6829350Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/sharding_spec/test_sharding_spec.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:28.682492] 2022-05-18T04:57:29.8238470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8mppg5_s 2022-05-18T04:57:29.8241590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8mppg5_s/_remote_module_non_scriptable.py 2022-05-18T04:57:29.8517670Z 2022-05-18T04:57:29.8518490Z Test results will be stored in test-reports/python-unittest/distributed._shard.sharding_spec.test_sharding_spec 2022-05-18T04:57:29.8518870Z Running tests... 2022-05-18T04:57:29.8519260Z ---------------------------------------------------------------------- 2022-05-18T04:57:30.4360260Z test_custom_sharding_spec (__main__.TestCustomShardingSpec) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6676 2022-05-18T04:57:30.4436880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6677 2022-05-18T04:57:30.4582410Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6678 2022-05-18T04:57:30.4697890Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6679 2022-05-18T04:57:32.0536730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgmdav9ak 2022-05-18T04:57:32.0537450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgmdav9ak/_remote_module_non_scriptable.py 2022-05-18T04:57:32.0664230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphu_b9asj 2022-05-18T04:57:32.0685450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphu_b9asj/_remote_module_non_scriptable.py 2022-05-18T04:57:32.0789790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:57:32.0888050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfr3g_056 2022-05-18T04:57:32.0895390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfr3g_056/_remote_module_non_scriptable.py 2022-05-18T04:57:32.0993460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0vg_pzme 2022-05-18T04:57:32.1000600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0vg_pzme/_remote_module_non_scriptable.py 2022-05-18T04:57:32.1101850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:32.1126560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:57:32.1266830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:32.4531220Z ok (2.601s) 2022-05-18T04:57:32.4554400Z test_custom_sharding_spec_shard_tensor (__main__.TestCustomShardingSpec) 2022-05-18T04:57:32.4555530Z Test custom spec can be invoked from the ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T04:57:32.4568330Z test_custom_sharding_spec_tensor_ctor (__main__.TestCustomShardingSpec) 2022-05-18T04:57:32.4568870Z Test sharded_tensor.ones(...) with the custom ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T04:57:32.4595340Z test_chunked_sharding_spec (__main__.TestShardingSpec) ... skip: 2 CUDA GPUs are needed (0.002s) 2022-05-18T04:57:32.4607530Z test_device_placement (__main__.TestShardingSpec) ... skip: 2 CUDA GPUs are needed (0.001s) 2022-05-18T04:57:32.4691670Z test_enumerable_sharding_spec (__main__.TestShardingSpec) ... skip: 2 CUDA GPUs are needed (0.008s) 2022-05-18T04:57:32.4730790Z test_get_chunk_sharding_params (__main__.TestShardingSpec) ... ok (0.004s) 2022-05-18T04:57:32.4747160Z test_get_chunked_dim_size (__main__.TestShardingSpec) ... ok (0.002s) 2022-05-18T04:57:32.4764280Z test_get_split_size (__main__.TestShardingSpec) ... ok (0.002s) 2022-05-18T04:57:32.4888430Z test_infer_sharding_spec_from_shards_metadata (__main__.TestShardingSpec) ... ok (0.012s) 2022-05-18T04:57:32.4974800Z 2022-05-18T04:57:32.4975380Z ---------------------------------------------------------------------- 2022-05-18T04:57:32.4975680Z Ran 10 tests in 2.637s 2022-05-18T04:57:32.4975890Z 2022-05-18T04:57:32.4976220Z OK (skipped=5) 2022-05-18T04:57:32.4976370Z 2022-05-18T04:57:32.4976470Z Generating XML reports... 2022-05-18T04:57:32.4977190Z Generated XML report: test-reports/python-unittest/distributed._shard.sharding_spec.test_sharding_spec/TEST-TestCustomShardingSpec-20220518045729.xml 2022-05-18T04:57:32.4977970Z Generated XML report: test-reports/python-unittest/distributed._shard.sharding_spec.test_sharding_spec/TEST-TestShardingSpec-20220518045729.xml 2022-05-18T04:57:32.7602920Z Running distributed/_shard/test_replicated_tensor ... [2022-05-18 04:57:32.759916] 2022-05-18T04:57:32.7604050Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/_shard/test_replicated_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:32.760061] 2022-05-18T04:57:34.0703730Z Running distributed/algorithms/test_join ... [2022-05-18 04:57:34.069959] 2022-05-18T04:57:34.0704480Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/algorithms/test_join.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:34.070123] 2022-05-18T04:57:35.1956480Z 2022-05-18T04:57:35.1957280Z Test results will be stored in test-reports/python-unittest/distributed.algorithms.test_join 2022-05-18T04:57:35.1957940Z Running tests... 2022-05-18T04:57:35.1958840Z ---------------------------------------------------------------------- 2022-05-18T04:57:35.1969460Z test_join_kwargs (__main__.TestJoin) 2022-05-18T04:57:35.6196270Z Tests passing keyword arguments to the context manager. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6689 2022-05-18T04:57:35.6300900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6690 2022-05-18T04:57:36.8124800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:36.8185300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:36.9077810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:36.9079230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:36.9081570Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:36.9083130Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:37.1158650Z ok (1.920s) 2022-05-18T04:57:37.1176270Z test_multiple_joinable_disable (__main__.TestJoin) 2022-05-18T04:57:37.1227120Z Tests ``enable=False`` for multiple :class:`Joinable` s. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6694 2022-05-18T04:57:37.1279990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6695 2022-05-18T04:57:38.2663100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:38.2664110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:38.2687820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:38.2914670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:38.2921340Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:38.3716860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:38.6595930Z ok (1.543s) 2022-05-18T04:57:38.6621180Z test_multiple_joinables (__main__.TestJoin) 2022-05-18T04:57:38.6685860Z Tests the main hooks and post-hooks of multiple :class:`Joinable` s ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6698 2022-05-18T04:57:38.6721460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6699 2022-05-18T04:57:39.8055610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:39.8058410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:39.8076040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:39.8979080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:39.8981600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:39.9613110Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:40.3204720Z ok (1.660s) 2022-05-18T04:57:40.3227040Z test_multiple_joinables_throw (__main__.TestJoin) 2022-05-18T04:57:40.3282240Z Tests ``throw_on_early_termination=True`` for multiple ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6702 2022-05-18T04:57:40.3338110Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6703 2022-05-18T04:57:41.4769730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:41.4773500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:41.4792930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:41.4794190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:41.4796220Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:41.4798070Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:41.7847680Z ok (1.464s) 2022-05-18T04:57:41.7872300Z test_single_joinable (__main__.TestJoin) 2022-05-18T04:57:41.7924550Z Tests the main hooks and post-hooks of a single :class:`Joinable` ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6706 2022-05-18T04:57:41.7977690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6707 2022-05-18T04:57:42.9370290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:42.9372200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:42.9390250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:42.9505940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:42.9509090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:43.0320950Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:43.4093120Z ok (1.624s) 2022-05-18T04:57:43.4114880Z test_single_joinable_disable (__main__.TestJoin) 2022-05-18T04:57:43.4164790Z Tests ``enable=False`` for a single :class:`Joinable`. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6710 2022-05-18T04:57:43.4221760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6711 2022-05-18T04:57:44.5650750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:44.5675240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:44.5690710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:44.6424590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:44.6427380Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:44.6802620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:44.9100010Z ok (1.500s) 2022-05-18T04:57:44.9131190Z test_single_joinable_main_hooks (__main__.TestJoin) 2022-05-18T04:57:44.9179890Z Tests the main hooks of a single :class:`Joinable`. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6714 2022-05-18T04:57:44.9230100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6715 2022-05-18T04:57:46.0672480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:46.0674420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:46.0692380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:46.0693650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:46.0695520Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:46.0697030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:46.3085860Z ok (1.398s) 2022-05-18T04:57:46.3106980Z test_single_joinable_post_hooks (__main__.TestJoin) 2022-05-18T04:57:46.3157290Z Tests the post-hooks of a single :class:`Joinable`. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6718 2022-05-18T04:57:46.3207430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6719 2022-05-18T04:57:47.4818370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:47.4824400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:47.4843710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:47.5303010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:47.5306030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:47.5597280Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:47.8951290Z ok (1.586s) 2022-05-18T04:57:47.8971140Z test_single_joinable_throw (__main__.TestJoin) 2022-05-18T04:57:47.9019910Z Tests ``throw_on_early_termination=True`` for a single ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6723 2022-05-18T04:57:47.9078070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6724 2022-05-18T04:57:49.0343350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:49.0358100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:49.0372950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:49.0466830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:49.0474480Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:49.0486100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:49.3034390Z ok (1.408s) 2022-05-18T04:57:49.3139410Z 2022-05-18T04:57:49.3140220Z ---------------------------------------------------------------------- 2022-05-18T04:57:49.3140550Z Ran 9 tests in 14.109s 2022-05-18T04:57:49.3140690Z 2022-05-18T04:57:49.3140760Z OK 2022-05-18T04:57:49.3140860Z 2022-05-18T04:57:49.3140960Z Generating XML reports... 2022-05-18T04:57:49.3141550Z Generated XML report: test-reports/python-unittest/distributed.algorithms.test_join/TEST-TestJoin-20220518045735.xml 2022-05-18T04:57:49.5594570Z Running distributed/elastic/metrics/api_test ... [2022-05-18 04:57:49.559090] 2022-05-18T04:57:49.5598300Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/elastic/metrics/api_test.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:49.559229] 2022-05-18T04:57:50.7112000Z 2022-05-18T04:57:50.7112780Z Test results will be stored in test-reports/python-unittest/distributed.elastic.metrics.api_test 2022-05-18T04:57:50.7113160Z Running tests... 2022-05-18T04:57:50.7113560Z ---------------------------------------------------------------------- 2022-05-18T04:57:51.1124800Z test_get_metric_name (__main__.MetricsApiTest) ... ok (0.401s) 2022-05-18T04:57:51.1145260Z test_inheritance (__main__.MetricsApiTest) ... ok (0.002s) 2022-05-18T04:57:51.1171040Z test_profile (__main__.MetricsApiTest) ... ok (0.003s) 2022-05-18T04:57:51.1224870Z 2022-05-18T04:57:51.1226860Z ---------------------------------------------------------------------- 2022-05-18T04:57:51.1227350Z Ran 3 tests in 0.406s 2022-05-18T04:57:51.1227910Z 2022-05-18T04:57:51.1228380Z OK 2022-05-18T04:57:51.1228820Z 2022-05-18T04:57:51.1229230Z Generating XML reports... 2022-05-18T04:57:51.1230200Z Generated XML report: test-reports/python-unittest/distributed.elastic.metrics.api_test/TEST-MetricsApiTest-20220518045750.xml 2022-05-18T04:57:51.3401600Z Running distributed/elastic/timer/api_test ... [2022-05-18 04:57:51.339795] 2022-05-18T04:57:51.3403000Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/elastic/timer/api_test.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:51.339930] 2022-05-18T04:57:52.4903760Z Running distributed/elastic/timer/local_timer_test ... [2022-05-18 04:57:52.489951] 2022-05-18T04:57:52.4904680Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/elastic/timer/local_timer_test.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:52.490123] 2022-05-18T04:57:53.6364790Z 2022-05-18T04:57:53.6365220Z Running tests... 2022-05-18T04:57:53.6365870Z ---------------------------------------------------------------------- 2022-05-18T04:57:53.6366070Z 2022-05-18T04:57:53.6366320Z ---------------------------------------------------------------------- 2022-05-18T04:57:53.6366590Z Ran 0 tests in 0.000s 2022-05-18T04:57:53.6366710Z 2022-05-18T04:57:53.6366780Z OK 2022-05-18T04:57:53.6367030Z 2022-05-18T04:57:53.6367130Z Generating XML reports... 2022-05-18T04:57:53.6367620Z Test results will be stored in test-reports/python-unittest/distributed.elastic.timer.local_timer_test 2022-05-18T04:57:53.7833170Z Running distributed/elastic/utils/logging_test ... [2022-05-18 04:57:53.782702] 2022-05-18T04:57:53.7834520Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/elastic/utils/logging_test.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:53.782846] 2022-05-18T04:57:55.1029710Z 2022-05-18T04:57:55.1030500Z Test results will be stored in test-reports/python-unittest/distributed.elastic.utils.logging_test 2022-05-18T04:57:55.1030880Z Running tests... 2022-05-18T04:57:55.1031280Z ---------------------------------------------------------------------- 2022-05-18T04:57:55.5866860Z test_derive_module_name (__main__.LoggingTest) ... ok (0.483s) 2022-05-18T04:57:55.5921360Z test_logger_name (__main__.LoggingTest) ... ok (0.005s) 2022-05-18T04:57:55.5971910Z 2022-05-18T04:57:55.5972560Z ---------------------------------------------------------------------- 2022-05-18T04:57:55.5972850Z Ran 2 tests in 0.489s 2022-05-18T04:57:55.5972980Z 2022-05-18T04:57:55.5973050Z OK 2022-05-18T04:57:55.5973150Z 2022-05-18T04:57:55.5973250Z Generating XML reports... 2022-05-18T04:57:55.5973840Z Generated XML report: test-reports/python-unittest/distributed.elastic.utils.logging_test/TEST-LoggingTest-20220518045755.xml 2022-05-18T04:57:55.8293990Z Running distributed/fsdp/test_distributed_checkpoint ... [2022-05-18 04:57:55.828817] 2022-05-18T04:57:55.8294790Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_distributed_checkpoint.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:57:55.828964] 2022-05-18T04:57:57.0270180Z 2022-05-18T04:57:57.0270990Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_distributed_checkpoint 2022-05-18T04:57:57.0271950Z Running tests... 2022-05-18T04:57:57.0272440Z ---------------------------------------------------------------------- 2022-05-18T04:57:57.4362900Z test_distributed_checkpoint_state_dict_type_StateDictType_LOCAL_STATE_DICT (__main__.TestDistributedCheckpoint) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6739 2022-05-18T04:57:57.4424260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6740 2022-05-18T04:57:58.6484810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:57:58.7198980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:57:58.7201400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:58.7206450Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T04:57:58.7213990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:57:58.7214690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:57:58.7218020Z dist init r=0, world=2 2022-05-18T04:57:58.7218660Z dist init r=1, world=2 2022-05-18T04:57:58.9602970Z skip: Need at least 2 CUDA devices (1.933s) 2022-05-18T04:57:58.9690760Z test_distributed_checkpoint_state_dict_type_StateDictType_SHARDED_STATE_DICT (__main__.TestDistributedCheckpoint) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6743 2022-05-18T04:57:58.9744430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6744 2022-05-18T04:58:00.1646460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:00.1722960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:00.1725960Z 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:00.1845390Z 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:00.1853220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:00.1854540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:00.1857150Z dist init r=1, world=2 2022-05-18T04:58:00.1857810Z dist init r=0, world=2 2022-05-18T04:58:00.4092970Z skip: Need at least 2 CUDA devices (1.449s) 2022-05-18T04:58:00.4189380Z 2022-05-18T04:58:00.4190410Z ---------------------------------------------------------------------- 2022-05-18T04:58:00.4190760Z Ran 2 tests in 3.383s 2022-05-18T04:58:00.4190900Z 2022-05-18T04:58:00.4190980Z OK (skipped=2) 2022-05-18T04:58:00.4191100Z 2022-05-18T04:58:00.4191200Z Generating XML reports... 2022-05-18T04:58:00.4192110Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_distributed_checkpoint/TEST-TestDistributedCheckpoint-20220518045757.xml 2022-05-18T04:58:00.6727340Z Running distributed/fsdp/test_fsdp_apply ... [2022-05-18 04:58:00.671996] 2022-05-18T04:58:00.6728640Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_apply.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:58:00.672172] 2022-05-18T04:58:01.8214780Z 2022-05-18T04:58:01.8215810Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_apply 2022-05-18T04:58:01.8216200Z Running tests... 2022-05-18T04:58:01.8216740Z ---------------------------------------------------------------------- 2022-05-18T04:58:01.8226350Z test_apply_in_summon_raises_error (__main__.TestApply) 2022-05-18T04:58:02.2334950Z Ensures that if user calls apply() on FSDP instance within full param ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6750 2022-05-18T04:58:02.2402610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6751 2022-05-18T04:58:03.4526400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:03.4529700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:03.4533770Z 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:03.4537730Z 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:03.4557060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:03.4558880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:03.4566040Z dist init r=1, world=2 2022-05-18T04:58:03.4566780Z dist init r=0, world=2 2022-05-18T04:58:03.7881820Z skip: Need at least 2 CUDA devices (1.966s) 2022-05-18T04:58:03.7893760Z test_nested_module_apply (__main__.TestApply) 2022-05-18T04:58:03.7948560Z Checks apply() modifies weights appropriately on a nested FSDP instance. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6754 2022-05-18T04:58:03.8005570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6755 2022-05-18T04:58:04.9795740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:04.9894100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:04.9896890Z 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:05.0017040Z 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:05.0024750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:05.0025620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:05.0028660Z dist init r=0, world=2 2022-05-18T04:58:05.0029200Z dist init r=1, world=2 2022-05-18T04:58:05.2592370Z skip: Need at least 2 CUDA devices (1.471s) 2022-05-18T04:58:05.2604510Z test_transformer_module_apply (__main__.TestApply) 2022-05-18T04:58:05.2655700Z Checks apply() modifies weights appropriately on a wrapped Transformer ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6758 2022-05-18T04:58:05.2714650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6759 2022-05-18T04:58:06.5276630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:06.5277170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:06.5278010Z 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:06.5278670Z 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:06.5397510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:06.5398260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:06.5401320Z dist init r=1, world=2 2022-05-18T04:58:06.5402020Z dist init r=0, world=2 2022-05-18T04:58:06.8532920Z skip: Need at least 2 CUDA devices (1.594s) 2022-05-18T04:58:06.8630860Z 2022-05-18T04:58:06.8631500Z ---------------------------------------------------------------------- 2022-05-18T04:58:06.8631800Z Ran 3 tests in 5.032s 2022-05-18T04:58:06.8631940Z 2022-05-18T04:58:06.8632020Z OK (skipped=3) 2022-05-18T04:58:06.8632160Z 2022-05-18T04:58:06.8632250Z Generating XML reports... 2022-05-18T04:58:06.8632800Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_apply/TEST-TestApply-20220518045801.xml 2022-05-18T04:58:07.1484290Z Running distributed/fsdp/test_fsdp_clip_grad_norm ... [2022-05-18 04:58:07.147457] 2022-05-18T04:58:07.1486950Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_clip_grad_norm.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:58:07.147626] 2022-05-18T04:58:08.2995970Z 2022-05-18T04:58:08.2996250Z Running tests... 2022-05-18T04:58:08.2996880Z ---------------------------------------------------------------------- 2022-05-18T04:58:08.2997430Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_clip_grad_norm 2022-05-18T04:58:08.3007520Z test_fsdp_calc_grad_norm_error_norm_type_1_3 (__main__.TestCalcuGradNorm) 2022-05-18T04:58:08.7108520Z Test the abnormal cases of grad norm cal API. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6766 2022-05-18T04:58:08.7191270Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6767 2022-05-18T04:58:08.7337380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6768 2022-05-18T04:58:08.7456930Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6769 2022-05-18T04:58:10.4456810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:10.4464010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:10.4466590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:10.4468920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:10.4470120Z 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.4471200Z 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.4473020Z 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.5319540Z 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.5910800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:10.6013150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:10.6013490Z dist init r=0, world=4 2022-05-18T04:58:10.6118130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:10.6118470Z dist init r=2, world=4 2022-05-18T04:58:10.6321030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:10.6321370Z dist init r=1, world=4 2022-05-18T04:58:10.6421710Z dist init r=3, world=4 2022-05-18T04:58:10.9826410Z skip: Need at least 2 CUDA devices (2.683s) 2022-05-18T04:58:10.9843570Z test_fsdp_calc_grad_norm_error_norm_type_2_5 (__main__.TestCalcuGradNorm) 2022-05-18T04:58:10.9898100Z Test the abnormal cases of grad norm cal API. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6774 2022-05-18T04:58:10.9957020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6775 2022-05-18T04:58:11.0099710Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6776 2022-05-18T04:58:11.0205430Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6777 2022-05-18T04:58:12.6556490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:12.6557180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:12.6599700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:12.6730140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:12.6733190Z 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:12.7199950Z 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:12.7612790Z 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:12.7615970Z 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:12.8231340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:12.8334340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:12.8334690Z dist init r=2, world=4 2022-05-18T04:58:12.8437320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:12.8437660Z dist init r=0, world=4 2022-05-18T04:58:12.8538800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:12.8539160Z dist init r=1, world=4 2022-05-18T04:58:12.8639290Z dist init r=3, world=4 2022-05-18T04:58:13.2594560Z skip: Need at least 2 CUDA devices (2.276s) 2022-05-18T04:58:13.2613780Z test_fsdp_calc_grad_norm_norm_type_2_0_nested_fsdp_False (__main__.TestCalcuGradNorm) 2022-05-18T04:58:13.2666070Z Test grad norm cal API. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6782 2022-05-18T04:58:13.2723160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6783 2022-05-18T04:58:13.2855120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6784 2022-05-18T04:58:13.2986120Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6785 2022-05-18T04:58:15.0328350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:15.0333060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:15.0341110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:15.0343080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:15.0344260Z 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.0346750Z 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.0441830Z 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.0443670Z 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.0561080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:15.0662280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:15.0662690Z dist init r=2, world=4 2022-05-18T04:58:15.0762750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:15.0763190Z dist init r=0, world=4 2022-05-18T04:58:15.0864110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:15.0864460Z dist init r=3, world=4 2022-05-18T04:58:15.0964550Z dist init r=1, world=4 2022-05-18T04:58:15.3445260Z skip: Need at least 2 CUDA devices (2.085s) 2022-05-18T04:58:15.3465380Z test_fsdp_calc_grad_norm_norm_type_2_0_nested_fsdp_True (__main__.TestCalcuGradNorm) 2022-05-18T04:58:15.3516640Z Test grad norm cal API. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6790 2022-05-18T04:58:15.3569840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6791 2022-05-18T04:58:15.3827490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6792 2022-05-18T04:58:15.3929340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6793 2022-05-18T04:58:17.0469610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:17.0474510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:17.0479760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:17.0482430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:17.0486840Z 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:17.0489510Z 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:17.0583090Z 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:17.1100110Z 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:17.1587270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:17.1688210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:17.1688580Z dist init r=0, world=4 2022-05-18T04:58:17.1788920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:17.1789260Z dist init r=1, world=4 2022-05-18T04:58:17.1791820Z dist init r=3, world=4 2022-05-18T04:58:17.1792160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:17.1814990Z dist init r=2, world=4 2022-05-18T04:58:17.5807400Z skip: Need at least 2 CUDA devices (2.236s) 2022-05-18T04:58:17.5828080Z test_fsdp_calc_grad_norm_norm_type_inf_nested_fsdp_False (__main__.TestCalcuGradNorm) 2022-05-18T04:58:17.5879340Z Test grad norm cal API. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6799 2022-05-18T04:58:17.5942370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6800 2022-05-18T04:58:17.6068780Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6801 2022-05-18T04:58:17.6170910Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6802 2022-05-18T04:58:19.2829270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:19.3067710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:19.3495510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:19.3496800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:19.3498750Z 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:19.3500450Z 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:19.4069300Z 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:19.4074040Z 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:19.4496880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:19.4603070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:19.4603420Z dist init r=2, world=4 2022-05-18T04:58:19.4701160Z dist init r=3, world=4 2022-05-18T04:58:19.4706860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:19.4806980Z dist init r=0, world=4 2022-05-18T04:58:19.4908270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:19.4908630Z dist init r=1, world=4 2022-05-18T04:58:19.7742950Z skip: Need at least 2 CUDA devices (2.193s) 2022-05-18T04:58:19.7761410Z test_fsdp_calc_grad_norm_norm_type_inf_nested_fsdp_True (__main__.TestCalcuGradNorm) 2022-05-18T04:58:19.7813170Z Test grad norm cal API. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6807 2022-05-18T04:58:19.7874630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6808 2022-05-18T04:58:19.7941080Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6809 2022-05-18T04:58:19.8069240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6810 2022-05-18T04:58:21.5329810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:21.5336360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:21.5339710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:21.5343030Z 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:21.5343520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:21.5344140Z 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:21.5348250Z 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:21.5449730Z 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:21.6243760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:21.6346690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:21.6347090Z dist init r=2, world=4 2022-05-18T04:58:21.6452340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:21.6452710Z dist init r=0, world=4 2022-05-18T04:58:21.6557050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:21.6557400Z dist init r=3, world=4 2022-05-18T04:58:21.6658510Z dist init r=1, world=4 2022-05-18T04:58:21.9549530Z skip: Need at least 2 CUDA devices (2.180s) 2022-05-18T04:58:21.9569390Z test_fsdp_clip_grad_norm_norm_type_2_0_nested_fsdp_False_cpu_offload_CPUOffload(offload_params=False) (__main__.TestClipGradNorm) 2022-05-18T04:58:21.9621820Z Test FSDP with clip grad norm. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6815 2022-05-18T04:58:21.9682530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6816 2022-05-18T04:58:21.9951870Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6817 2022-05-18T04:58:22.0052240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6818 2022-05-18T04:58:23.6158140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:23.6267140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:23.6572680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:23.6574670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:23.6575930Z 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:23.6578430Z 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.7087050Z 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:23.7090790Z 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.7831630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:23.7935880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:23.7936250Z dist init r=0, world=4 2022-05-18T04:58:23.8045260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:23.8045620Z dist init r=3, world=4 2022-05-18T04:58:23.8239060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:23.8239420Z dist init r=1, world=4 2022-05-18T04:58:23.8340530Z dist init r=2, world=4 2022-05-18T04:58:24.1297920Z skip: Need at least 2 CUDA devices (2.174s) 2022-05-18T04:58:24.1317460Z test_fsdp_clip_grad_norm_norm_type_2_0_nested_fsdp_False_cpu_offload_CPUOffload(offload_params=True) (__main__.TestClipGradNorm) 2022-05-18T04:58:24.1370890Z Test FSDP with clip grad norm. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6823 2022-05-18T04:58:24.1430200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6824 2022-05-18T04:58:24.1498190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6825 2022-05-18T04:58:24.1599550Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6826 2022-05-18T04:58:25.8420030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:25.8426260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:25.8428620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:25.9073070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:25.9075730Z 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.9306170Z 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.9307330Z 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.9610560Z 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.9625570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:25.9728960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:25.9729370Z dist init r=0, world=4 2022-05-18T04:58:25.9833050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:25.9833410Z dist init r=3, world=4 2022-05-18T04:58:25.9935240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:25.9935620Z dist init r=1, world=4 2022-05-18T04:58:26.0134040Z dist init r=2, world=4 2022-05-18T04:58:26.4096720Z skip: Need at least 2 CUDA devices (2.279s) 2022-05-18T04:58:26.4113860Z test_fsdp_clip_grad_norm_norm_type_2_0_nested_fsdp_True_cpu_offload_CPUOffload(offload_params=False) (__main__.TestClipGradNorm) 2022-05-18T04:58:26.4165700Z Test FSDP with clip grad norm. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6831 2022-05-18T04:58:26.4226100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6832 2022-05-18T04:58:26.4369210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6833 2022-05-18T04:58:26.4473340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6834 2022-05-18T04:58:28.1630150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:28.1631730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:28.1639520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:28.1740200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:28.1743870Z 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.1845800Z 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:28.1850900Z 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:28.1857830Z 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:28.1868520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:28.1874050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:28.1874360Z dist init r=1, world=4 2022-05-18T04:58:28.1971580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:28.1971990Z dist init r=2, world=4 2022-05-18T04:58:28.1988300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:28.1988710Z dist init r=0, world=4 2022-05-18T04:58:28.2079720Z dist init r=3, world=4 2022-05-18T04:58:28.5467820Z skip: Need at least 2 CUDA devices (2.137s) 2022-05-18T04:58:28.5486270Z test_fsdp_clip_grad_norm_norm_type_2_0_nested_fsdp_True_cpu_offload_CPUOffload(offload_params=True) (__main__.TestClipGradNorm) 2022-05-18T04:58:28.5538520Z Test FSDP with clip grad norm. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6840 2022-05-18T04:58:28.5595100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6841 2022-05-18T04:58:28.5804640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6842 2022-05-18T04:58:28.5906380Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6843 2022-05-18T04:58:30.2831830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:30.2832450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:30.2835480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:30.2837030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:30.2838310Z 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.2840110Z 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.2939230Z 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.2945840Z 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.3535740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:30.3638920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:30.3639270Z dist init r=0, world=4 2022-05-18T04:58:30.3739520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:30.3739860Z dist init r=2, world=4 2022-05-18T04:58:30.3840040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:30.3841080Z dist init r=3, world=4 2022-05-18T04:58:30.3940760Z dist init r=1, world=4 2022-05-18T04:58:30.6596540Z skip: Need at least 2 CUDA devices (2.113s) 2022-05-18T04:58:30.6613460Z test_fsdp_clip_grad_norm_norm_type_inf_nested_fsdp_False_cpu_offload_CPUOffload(offload_params=False) (__main__.TestClipGradNorm) 2022-05-18T04:58:30.6664300Z Test FSDP with clip grad norm. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6848 2022-05-18T04:58:30.6717940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6849 2022-05-18T04:58:30.6928860Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6850 2022-05-18T04:58:30.7011380Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6851 2022-05-18T04:58:32.3436810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:32.3447190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:32.4079320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:32.4081620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:32.4082950Z 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.4085410Z 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.4189660Z 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.4192850Z 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.4485760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:32.4590400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:32.4590760Z dist init r=0, world=4 2022-05-18T04:58:32.4695410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:32.4695770Z dist init r=3, world=4 2022-05-18T04:58:32.4892950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:32.4893290Z dist init r=1, world=4 2022-05-18T04:58:32.5000280Z dist init r=2, world=4 2022-05-18T04:58:32.8497710Z skip: Need at least 2 CUDA devices (2.190s) 2022-05-18T04:58:32.8516760Z test_fsdp_clip_grad_norm_norm_type_inf_nested_fsdp_False_cpu_offload_CPUOffload(offload_params=True) (__main__.TestClipGradNorm) 2022-05-18T04:58:32.8571100Z Test FSDP with clip grad norm. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6856 2022-05-18T04:58:32.8634680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6857 2022-05-18T04:58:32.8707870Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6858 2022-05-18T04:58:32.8838530Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6859 2022-05-18T04:58:34.5312190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:34.5313120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:34.5545470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:34.5546400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:34.5548950Z 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:34.5550180Z 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:34.6322050Z 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:34.6328010Z 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:34.6344630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:34.6449700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:34.6450160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:34.6450550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:34.6450840Z dist init r=1, world=4 2022-05-18T04:58:34.6553810Z dist init r=3, world=4 2022-05-18T04:58:34.6748010Z dist init r=0, world=4 2022-05-18T04:58:34.6856500Z dist init r=2, world=4 2022-05-18T04:58:34.9097390Z skip: Need at least 2 CUDA devices (2.059s) 2022-05-18T04:58:34.9114730Z test_fsdp_clip_grad_norm_norm_type_inf_nested_fsdp_True_cpu_offload_CPUOffload(offload_params=False) (__main__.TestClipGradNorm) 2022-05-18T04:58:34.9167700Z Test FSDP with clip grad norm. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6864 2022-05-18T04:58:34.9218770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6865 2022-05-18T04:58:34.9477390Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6866 2022-05-18T04:58:34.9795060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6867 2022-05-18T04:58:36.5975950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:36.6070190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:36.6073880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:36.6074380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:36.6075660Z 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:36.6076640Z 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:36.6078690Z 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:36.6569040Z 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:36.6579790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:36.6681450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:36.6681820Z dist init r=1, world=4 2022-05-18T04:58:36.6782940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:36.6783290Z dist init r=2, world=4 2022-05-18T04:58:36.6884660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:36.6885010Z dist init r=0, world=4 2022-05-18T04:58:36.6885320Z dist init r=3, world=4 2022-05-18T04:58:36.9285570Z skip: Need at least 2 CUDA devices (2.018s) 2022-05-18T04:58:36.9302280Z test_fsdp_clip_grad_norm_norm_type_inf_nested_fsdp_True_cpu_offload_CPUOffload(offload_params=True) (__main__.TestClipGradNorm) 2022-05-18T04:58:36.9354240Z Test FSDP with clip grad norm. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6872 2022-05-18T04:58:36.9414890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6873 2022-05-18T04:58:36.9490880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6874 2022-05-18T04:58:36.9650730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6875 2022-05-18T04:58:38.7621040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:38.7733170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:38.7736260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:38.7741580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:38.7744740Z 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:38.7816890Z 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:38.7845830Z 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.7847440Z 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:38.7964930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:38.8070050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:38.8070820Z dist init r=0, world=4 2022-05-18T04:58:38.8177570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:38.8177930Z dist init r=3, world=4 2022-05-18T04:58:38.8369640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:38.8370000Z dist init r=2, world=4 2022-05-18T04:58:38.8477070Z dist init r=1, world=4 2022-05-18T04:58:39.2672710Z skip: Need at least 2 CUDA devices (2.338s) 2022-05-18T04:58:39.2807700Z 2022-05-18T04:58:39.2808450Z ---------------------------------------------------------------------- 2022-05-18T04:58:39.2808800Z Ran 14 tests in 30.968s 2022-05-18T04:58:39.2808930Z 2022-05-18T04:58:39.2809020Z OK (skipped=14) 2022-05-18T04:58:39.2809140Z 2022-05-18T04:58:39.2809240Z Generating XML reports... 2022-05-18T04:58:39.2809840Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_clip_grad_norm/TEST-TestCalcuGradNorm-20220518045808.xml 2022-05-18T04:58:39.2810570Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_clip_grad_norm/TEST-TestClipGradNorm-20220518045808.xml 2022-05-18T04:58:39.5419060Z Running distributed/fsdp/test_fsdp_core ... [2022-05-18 04:58:39.541289] 2022-05-18T04:58:39.5420450Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_core.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 04:58:39.541446] 2022-05-18T04:58:40.7164240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxtlb84hz 2022-05-18T04:58:40.7168210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxtlb84hz/_remote_module_non_scriptable.py 2022-05-18T04:58:40.7602980Z 2022-05-18T04:58:40.7604110Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_core 2022-05-18T04:58:40.7604500Z Running tests... 2022-05-18T04:58:40.7604940Z ---------------------------------------------------------------------- 2022-05-18T04:58:41.1710800Z test_backward_hooks_after_save (__main__.TestHooks) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6885 2022-05-18T04:58:41.1851320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6886 2022-05-18T04:58:41.1997100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6887 2022-05-18T04:58:41.2099610Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6888 2022-05-18T04:58:42.8169840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2xr8wmpi 2022-05-18T04:58:42.8189820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2xr8wmpi/_remote_module_non_scriptable.py 2022-05-18T04:58:42.8234290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fux86z1 2022-05-18T04:58:42.8251220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2fux86z1/_remote_module_non_scriptable.py 2022-05-18T04:58:42.8629410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0vpvtzya 2022-05-18T04:58:42.8671820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0vpvtzya/_remote_module_non_scriptable.py 2022-05-18T04:58:42.8958400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplnpujaho 2022-05-18T04:58:42.8965010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplnpujaho/_remote_module_non_scriptable.py 2022-05-18T04:58:42.9418660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:42.9531430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:42.9534010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:42.9539630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:42.9542740Z 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:42.9986560Z 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:43.0318910Z 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:43.0321180Z 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:43.0336570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:43.0440830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:43.0441190Z dist init r=1, world=4 2022-05-18T04:58:43.0544380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:43.0544740Z dist init r=0, world=4 2022-05-18T04:58:43.0743160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:43.0743540Z dist init r=2, world=4 2022-05-18T04:58:43.0846820Z dist init r=3, world=4 2022-05-18T04:58:43.4435740Z skip: Need at least 2 CUDA devices (2.683s) 2022-05-18T04:58:43.4496980Z test_output_backward_hooks_cuda_first_False (__main__.TestHooks) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6893 2022-05-18T04:58:43.4549040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6894 2022-05-18T04:58:43.4680510Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6895 2022-05-18T04:58:43.4849020Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6896 2022-05-18T04:58:45.1148080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa1h93mpr 2022-05-18T04:58:45.1190930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpitjtu7_b 2022-05-18T04:58:45.1273230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa1h93mpr/_remote_module_non_scriptable.py 2022-05-18T04:58:45.1363590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpitjtu7_b/_remote_module_non_scriptable.py 2022-05-18T04:58:45.1382270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpefd099t2 2022-05-18T04:58:45.1463760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpefd099t2/_remote_module_non_scriptable.py 2022-05-18T04:58:45.1572930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphiy_tkn4 2022-05-18T04:58:45.1586030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphiy_tkn4/_remote_module_non_scriptable.py 2022-05-18T04:58:45.1886690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:45.1889740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:45.1890180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:45.1891880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:45.1893420Z 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:45.1896070Z 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:45.1897080Z 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:45.1901430Z 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:45.2011310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:45.2117740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:45.2118150Z dist init r=0, world=4 2022-05-18T04:58:45.2222350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:45.2222700Z dist init r=2, world=4 2022-05-18T04:58:45.2415600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:45.2415970Z dist init r=1, world=4 2022-05-18T04:58:45.2521340Z dist init r=3, world=4 2022-05-18T04:58:45.5748570Z skip: Need at least 2 CUDA devices (2.131s) 2022-05-18T04:58:45.5814290Z test_output_backward_hooks_cuda_first_True (__main__.TestHooks) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6901 2022-05-18T04:58:45.5867870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6902 2022-05-18T04:58:45.5952090Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6903 2022-05-18T04:58:45.6071480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6904 2022-05-18T04:58:47.2280780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjcjb2dhx 2022-05-18T04:58:47.2372120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjcjb2dhx/_remote_module_non_scriptable.py 2022-05-18T04:58:47.2539660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp85mvp0pc 2022-05-18T04:58:47.2556990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp85mvp0pc/_remote_module_non_scriptable.py 2022-05-18T04:58:47.2648870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx5ul7rut 2022-05-18T04:58:47.2708820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx5ul7rut/_remote_module_non_scriptable.py 2022-05-18T04:58:47.2869260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2pt3x3ll 2022-05-18T04:58:47.2902480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2pt3x3ll/_remote_module_non_scriptable.py 2022-05-18T04:58:47.3849840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:47.4061020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:47.4067440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:47.4068990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:47.4070210Z 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:47.4070900Z 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:47.4802420Z 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:47.4811570Z 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:47.5331620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:47.5434470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:47.5434850Z dist init r=2, world=4 2022-05-18T04:58:47.5537500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:47.5537900Z dist init r=0, world=4 2022-05-18T04:58:47.5640060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:47.5640410Z dist init r=1, world=4 2022-05-18T04:58:47.5840530Z dist init r=3, world=4 2022-05-18T04:58:47.9101240Z skip: Need at least 2 CUDA devices (2.335s) 2022-05-18T04:58:47.9133900Z test_register_functions_called_cuda_first_False_mixed_precision_False (__main__.TestHooks) 2022-05-18T04:58:47.9185760Z Tests that _register_{pre|post}_backward_hooks called during forward. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6910 2022-05-18T04:58:47.9243280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6911 2022-05-18T04:58:47.9379590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6912 2022-05-18T04:58:47.9483990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6913 2022-05-18T04:58:49.5426360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphz5kdrv0 2022-05-18T04:58:49.5514800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphz5kdrv0/_remote_module_non_scriptable.py 2022-05-18T04:58:49.5619790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0pu9heah 2022-05-18T04:58:49.5684380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0pu9heah/_remote_module_non_scriptable.py 2022-05-18T04:58:49.6053820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp718j46nf 2022-05-18T04:58:49.6062710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp718j46nf/_remote_module_non_scriptable.py 2022-05-18T04:58:49.6240130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwrhldxck 2022-05-18T04:58:49.6243370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwrhldxck/_remote_module_non_scriptable.py 2022-05-18T04:58:49.6572700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:49.6680330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:49.6682340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:49.6692910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:49.6696050Z 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:49.6788100Z 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:49.6791860Z 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:49.7085060Z 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:49.7205110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:49.7205740Z dist init r=2, world=4 2022-05-18T04:58:49.7206210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:49.7320910Z dist init r=0, world=4 2022-05-18T04:58:49.7321600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:49.7422890Z dist init r=1, world=4 2022-05-18T04:58:49.7515800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:49.7617300Z dist init r=3, world=4 2022-05-18T04:58:50.0352990Z skip: Need at least 2 CUDA devices (2.125s) 2022-05-18T04:58:50.0375890Z test_register_functions_called_cuda_first_False_mixed_precision_True (__main__.TestHooks) 2022-05-18T04:58:50.0433040Z Tests that _register_{pre|post}_backward_hooks called during forward. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6918 2022-05-18T04:58:50.0498440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6919 2022-05-18T04:58:50.0745920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6920 2022-05-18T04:58:50.0847260Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6921 2022-05-18T04:58:51.6907810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9kaf4s8x 2022-05-18T04:58:51.6986370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9kaf4s8x/_remote_module_non_scriptable.py 2022-05-18T04:58:51.7042990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ssuvaeq 2022-05-18T04:58:51.7091230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7ssuvaeq/_remote_module_non_scriptable.py 2022-05-18T04:58:51.7192560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfvx655gu 2022-05-18T04:58:51.7198740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfvx655gu/_remote_module_non_scriptable.py 2022-05-18T04:58:51.7300020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7v3igiiz 2022-05-18T04:58:51.7309380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7v3igiiz/_remote_module_non_scriptable.py 2022-05-18T04:58:51.7836290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:51.7840210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:51.7845840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:51.7847850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:51.7848970Z 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:51.7851590Z 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:51.8747960Z 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:51.8752280Z 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:51.8881590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:51.8984630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:51.8985030Z dist init r=2, world=4 2022-05-18T04:58:51.9090680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:51.9091020Z dist init r=0, world=4 2022-05-18T04:58:51.9285900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:51.9286250Z dist init r=3, world=4 2022-05-18T04:58:51.9390400Z dist init r=1, world=4 2022-05-18T04:58:52.3935870Z skip: Need at least 2 CUDA devices (2.355s) 2022-05-18T04:58:52.3936260Z test_register_functions_called_cuda_first_True_mixed_precision_False (__main__.TestHooks) 2022-05-18T04:58:52.3982000Z Tests that _register_{pre|post}_backward_hooks called during forward. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6926 2022-05-18T04:58:52.4033730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6927 2022-05-18T04:58:52.4169660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6928 2022-05-18T04:58:52.4296720Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6929 2022-05-18T04:58:54.0455990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3um_lzdt 2022-05-18T04:58:54.0555130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3um_lzdt/_remote_module_non_scriptable.py 2022-05-18T04:58:54.0657150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvsp1yd68 2022-05-18T04:58:54.0657890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvsp1yd68/_remote_module_non_scriptable.py 2022-05-18T04:58:54.0758010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetolhbw6 2022-05-18T04:58:54.0826040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpetolhbw6/_remote_module_non_scriptable.py 2022-05-18T04:58:54.0864380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphgxuikc8 2022-05-18T04:58:54.0906790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphgxuikc8/_remote_module_non_scriptable.py 2022-05-18T04:58:54.1054600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:54.1057360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:54.1060510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:54.1290810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:54.1293350Z 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:54.1299210Z 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:54.1301220Z 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:54.1964650Z 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:54.1978970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:54.2082980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:54.2083330Z dist init r=0, world=4 2022-05-18T04:58:54.2193130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:54.2193540Z dist init r=2, world=4 2022-05-18T04:58:54.2388490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:54.2388840Z dist init r=3, world=4 2022-05-18T04:58:54.2490640Z dist init r=1, world=4 2022-05-18T04:58:54.5574750Z skip: Need at least 2 CUDA devices (2.166s) 2022-05-18T04:58:54.5595900Z test_register_functions_called_cuda_first_True_mixed_precision_True (__main__.TestHooks) 2022-05-18T04:58:54.5665240Z Tests that _register_{pre|post}_backward_hooks called during forward. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6934 2022-05-18T04:58:54.5722710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6935 2022-05-18T04:58:54.5969630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6936 2022-05-18T04:58:54.6071430Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6937 2022-05-18T04:58:56.1959970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt0t5t3un 2022-05-18T04:58:56.2011560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt0t5t3un/_remote_module_non_scriptable.py 2022-05-18T04:58:56.2402450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgnwpkp19 2022-05-18T04:58:56.2408320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgnwpkp19/_remote_module_non_scriptable.py 2022-05-18T04:58:56.2543300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnu185ol2 2022-05-18T04:58:56.2547280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnu185ol2/_remote_module_non_scriptable.py 2022-05-18T04:58:56.2715110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvsccg7pp 2022-05-18T04:58:56.2732740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvsccg7pp/_remote_module_non_scriptable.py 2022-05-18T04:58:56.3124550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:56.3239180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:56.3245030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:56.3246730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:56.3249270Z 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:56.3250480Z 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:56.3252340Z 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:56.3359080Z 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:56.3959270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:56.4064800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:56.4065170Z dist init r=1, world=4 2022-05-18T04:58:56.4262470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:56.4262820Z dist init r=0, world=4 2022-05-18T04:58:56.4367350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:56.4367730Z dist init r=2, world=4 2022-05-18T04:58:56.4471590Z dist init r=3, world=4 2022-05-18T04:58:56.7837470Z skip: Need at least 2 CUDA devices (2.226s) 2022-05-18T04:58:56.7913060Z test_transformer_no_grad_mixed_precision_False (__main__.TestNoGrad) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6942 2022-05-18T04:58:56.7964100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6943 2022-05-18T04:58:56.8293230Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6944 2022-05-18T04:58:56.8529020Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6945 2022-05-18T04:58:58.4927570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpieddvej1 2022-05-18T04:58:58.4990020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpieddvej1/_remote_module_non_scriptable.py 2022-05-18T04:58:58.5009210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9fdi9nz6 2022-05-18T04:58:58.5099620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9fdi9nz6/_remote_module_non_scriptable.py 2022-05-18T04:58:58.5303310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk356j050 2022-05-18T04:58:58.5337050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk356j050/_remote_module_non_scriptable.py 2022-05-18T04:58:58.5505140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr43s3z7_ 2022-05-18T04:58:58.5509270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr43s3z7_/_remote_module_non_scriptable.py 2022-05-18T04:58:58.5953730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:58:58.5956060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:58:58.6086040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:58:58.6089440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:58:58.6091680Z 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:58.6094310Z 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:58.6095570Z 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:58.6631600Z 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:58.6645780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:58:58.6750630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:58:58.6750990Z dist init r=0, world=4 2022-05-18T04:58:58.6949420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:58:58.6949800Z dist init r=2, world=4 2022-05-18T04:58:58.7055160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:58:58.7055670Z dist init r=3, world=4 2022-05-18T04:58:58.7156780Z dist init r=1, world=4 2022-05-18T04:58:59.0339290Z skip: Need at least 2 CUDA devices (2.250s) 2022-05-18T04:58:59.0418130Z test_transformer_no_grad_mixed_precision_True (__main__.TestNoGrad) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6951 2022-05-18T04:58:59.0475270Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6952 2022-05-18T04:58:59.0558180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6953 2022-05-18T04:58:59.0696180Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6954 2022-05-18T04:59:00.6729950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcn5ce6pc 2022-05-18T04:59:00.6809850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcn5ce6pc/_remote_module_non_scriptable.py 2022-05-18T04:59:00.6848820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3absg8yp 2022-05-18T04:59:00.6936590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3absg8yp/_remote_module_non_scriptable.py 2022-05-18T04:59:00.7263440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbsggo3wy 2022-05-18T04:59:00.7266580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbsggo3wy/_remote_module_non_scriptable.py 2022-05-18T04:59:00.7410570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmq06ceox 2022-05-18T04:59:00.7414820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmq06ceox/_remote_module_non_scriptable.py 2022-05-18T04:59:00.7759400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:00.7819140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:00.7875390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:00.7876840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:00.7878740Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:00.7880400Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:00.7987270Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:00.7995180Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:00.8006120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:00.8107030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:00.8107380Z dist init r=0, world=4 2022-05-18T04:59:00.8208070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:00.8208410Z dist init r=2, world=4 2022-05-18T04:59:00.8219570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:00.8219920Z dist init r=1, world=4 2022-05-18T04:59:00.8319700Z dist init r=3, world=4 2022-05-18T04:59:01.0787310Z skip: Need at least 2 CUDA devices (2.044s) 2022-05-18T04:59:01.0868710Z test_param_change_after_init_mixed_precision_False (__main__.TestParamInit) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6959 2022-05-18T04:59:01.0927170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6960 2022-05-18T04:59:01.1209250Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6961 2022-05-18T04:59:01.1247590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6962 2022-05-18T04:59:02.7358050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpizk67y6m 2022-05-18T04:59:02.7480900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpizk67y6m/_remote_module_non_scriptable.py 2022-05-18T04:59:02.7629340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpds9rvy_n 2022-05-18T04:59:02.7685660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpds9rvy_n/_remote_module_non_scriptable.py 2022-05-18T04:59:02.7754600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy1e45ryb 2022-05-18T04:59:02.7790390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy1e45ryb/_remote_module_non_scriptable.py 2022-05-18T04:59:02.7886540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqd57j4cd 2022-05-18T04:59:02.7929000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqd57j4cd/_remote_module_non_scriptable.py 2022-05-18T04:59:02.9081810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:02.9324910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:02.9328380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:02.9330670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:02.9331910Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:02.9334490Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:02.9438000Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:02.9439630Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:03.0328520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:03.0433620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:03.0433960Z dist init r=1, world=4 2022-05-18T04:59:03.0531560Z dist init r=0, world=4 2022-05-18T04:59:03.0637220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:03.0639410Z dist init r=3, world=4 2022-05-18T04:59:03.0745740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:03.0746630Z dist init r=2, world=4 2022-05-18T04:59:03.4098200Z skip: Need at least 2 CUDA devices (2.330s) 2022-05-18T04:59:03.4172580Z test_param_change_after_init_mixed_precision_True (__main__.TestParamInit) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6967 2022-05-18T04:59:03.4224600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6968 2022-05-18T04:59:03.4407170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6969 2022-05-18T04:59:03.4551410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6970 2022-05-18T04:59:05.1049750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp251yyqo8 2022-05-18T04:59:05.1074020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0tfd7tjy 2022-05-18T04:59:05.1083800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp251yyqo8/_remote_module_non_scriptable.py 2022-05-18T04:59:05.1142100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0tfd7tjy/_remote_module_non_scriptable.py 2022-05-18T04:59:05.1242780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgc5ouqa5 2022-05-18T04:59:05.1286390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgc5ouqa5/_remote_module_non_scriptable.py 2022-05-18T04:59:05.1325860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp18p6sv1e 2022-05-18T04:59:05.1421420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp18p6sv1e/_remote_module_non_scriptable.py 2022-05-18T04:59:05.1861630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:05.1867090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:05.1871990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:05.1877820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:05.1881030Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:05.1979800Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:05.2564440Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:05.2569430Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:05.2581240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:05.2584930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:05.2597950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:05.2598610Z dist init r=1, world=4 2022-05-18T04:59:05.2689330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:05.2689680Z dist init r=2, world=4 2022-05-18T04:59:05.2789000Z dist init r=3, world=4 2022-05-18T04:59:05.2807020Z dist init r=0, world=4 2022-05-18T04:59:05.6063230Z skip: Need at least 2 CUDA devices (2.196s) 2022-05-18T04:59:05.6135260Z test_delayed_optim_step_offload_false_none_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6975 2022-05-18T04:59:05.6217660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6976 2022-05-18T04:59:05.6285960Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6977 2022-05-18T04:59:05.6437800Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6978 2022-05-18T04:59:07.2567290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc2a8itbk 2022-05-18T04:59:07.2568210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc2a8itbk/_remote_module_non_scriptable.py 2022-05-18T04:59:07.2668980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz0pzofx5 2022-05-18T04:59:07.2770240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz0pzofx5/_remote_module_non_scriptable.py 2022-05-18T04:59:07.2942390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf2kjkp9a 2022-05-18T04:59:07.2944490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf2kjkp9a/_remote_module_non_scriptable.py 2022-05-18T04:59:07.3008670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptupg40t8 2022-05-18T04:59:07.3012520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptupg40t8/_remote_module_non_scriptable.py 2022-05-18T04:59:07.4200630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:07.4213300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:07.4216130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:07.4219700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:07.4220890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:07.4222230Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:07.4326920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:07.5073820Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:07.5191810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:07.5192170Z dist init r=2, world=4 2022-05-18T04:59:07.5294530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:07.5295000Z dist init r=3, world=4 2022-05-18T04:59:07.5327570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:07.5327930Z dist init r=1, world=4 2022-05-18T04:59:07.5425290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:07.5425710Z dist init r=0, world=4 2022-05-18T04:59:08.0394520Z skip: Need at least 2 CUDA devices (2.432s) 2022-05-18T04:59:08.0463210Z test_delayed_optim_step_offload_false_none_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6984 2022-05-18T04:59:08.0515360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6985 2022-05-18T04:59:08.0644230Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6986 2022-05-18T04:59:08.0748190Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6987 2022-05-18T04:59:09.6649560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf4jmm_0o 2022-05-18T04:59:09.6723390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf4jmm_0o/_remote_module_non_scriptable.py 2022-05-18T04:59:09.6780190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphc0i9l6g 2022-05-18T04:59:09.6978150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphc0i9l6g/_remote_module_non_scriptable.py 2022-05-18T04:59:09.7019600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcsmnivbr 2022-05-18T04:59:09.7059980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcsmnivbr/_remote_module_non_scriptable.py 2022-05-18T04:59:09.7134100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsjrnu44a 2022-05-18T04:59:09.7160720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsjrnu44a/_remote_module_non_scriptable.py 2022-05-18T04:59:09.7617300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:09.7829130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:09.7830740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:09.7839440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:09.7842510Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:09.7952380Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:09.8057720Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:09.8060850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:09.8423030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:09.8524610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:09.8524960Z dist init r=1, world=4 2022-05-18T04:59:09.8629680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:09.8630040Z dist init r=3, world=4 2022-05-18T04:59:09.8726110Z dist init r=2, world=4 2022-05-18T04:59:09.8736990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:09.8831710Z dist init r=0, world=4 2022-05-18T04:59:10.2858420Z skip: Need at least 2 CUDA devices (2.246s) 2022-05-18T04:59:10.2943430Z test_delayed_optim_step_offload_false_none_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 6992 2022-05-18T04:59:10.2999970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 6993 2022-05-18T04:59:10.3085400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 6994 2022-05-18T04:59:10.3227230Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 6995 2022-05-18T04:59:11.9364340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi6pob3l2 2022-05-18T04:59:11.9458920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi6pob3l2/_remote_module_non_scriptable.py 2022-05-18T04:59:11.9490930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp49rciszb 2022-05-18T04:59:11.9568470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp49rciszb/_remote_module_non_scriptable.py 2022-05-18T04:59:11.9687850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo3889w30 2022-05-18T04:59:11.9729560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo3889w30/_remote_module_non_scriptable.py 2022-05-18T04:59:11.9995680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbt0rkbwz 2022-05-18T04:59:11.9999730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbt0rkbwz/_remote_module_non_scriptable.py 2022-05-18T04:59:12.0818160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:12.0820310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:12.0823230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:12.0825410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:12.0826750Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:12.0829070Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:12.0830890Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:12.1569320Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:12.1704940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:12.1813410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:12.1815050Z dist init r=3, world=4 2022-05-18T04:59:12.2007460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:12.2007820Z dist init r=1, world=4 2022-05-18T04:59:12.2110380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:12.2110750Z dist init r=0, world=4 2022-05-18T04:59:12.2217530Z dist init r=2, world=4 2022-05-18T04:59:12.5348520Z skip: Need at least 2 CUDA devices (2.249s) 2022-05-18T04:59:12.5419790Z test_delayed_optim_step_offload_false_prefetch_post_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7000 2022-05-18T04:59:12.5475090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7001 2022-05-18T04:59:12.5544060Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7002 2022-05-18T04:59:12.5677940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7003 2022-05-18T04:59:14.1688090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdgvujy4 2022-05-18T04:59:14.1750560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdgvujy4/_remote_module_non_scriptable.py 2022-05-18T04:59:14.1918960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpum8nb0gq 2022-05-18T04:59:14.2015070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpum8nb0gq/_remote_module_non_scriptable.py 2022-05-18T04:59:14.2040120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi8bcqv5r 2022-05-18T04:59:14.2140810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi8bcqv5r/_remote_module_non_scriptable.py 2022-05-18T04:59:14.2174430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1jezfc1o 2022-05-18T04:59:14.2254780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1jezfc1o/_remote_module_non_scriptable.py 2022-05-18T04:59:14.2826280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:14.3449450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:14.3458020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:14.3459290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:14.3461110Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:14.3462460Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:14.3464380Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:14.4068910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:14.4188070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:14.4293760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:14.4294130Z dist init r=3, world=4 2022-05-18T04:59:14.4401620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:14.4401960Z dist init r=1, world=4 2022-05-18T04:59:14.4592910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:14.4593270Z dist init r=2, world=4 2022-05-18T04:59:14.4695460Z dist init r=0, world=4 2022-05-18T04:59:14.7850350Z skip: Need at least 2 CUDA devices (2.250s) 2022-05-18T04:59:14.7920750Z test_delayed_optim_step_offload_false_prefetch_post_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7008 2022-05-18T04:59:14.7975600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7009 2022-05-18T04:59:14.8140190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7010 2022-05-18T04:59:14.8303980Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7011 2022-05-18T04:59:16.4210230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsxk7caoz 2022-05-18T04:59:16.4242320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsxk7caoz/_remote_module_non_scriptable.py 2022-05-18T04:59:16.4561330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp39zpqq51 2022-05-18T04:59:16.4576420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcx4ie31x 2022-05-18T04:59:16.4620880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcx4ie31x/_remote_module_non_scriptable.py 2022-05-18T04:59:16.4664360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp39zpqq51/_remote_module_non_scriptable.py 2022-05-18T04:59:16.4784920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpca9nu962 2022-05-18T04:59:16.4824780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpca9nu962/_remote_module_non_scriptable.py 2022-05-18T04:59:16.5120130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:16.5322380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:16.5323290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:16.5457600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:16.5461030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:16.5897230Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:16.5898350Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:16.6239840Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:16.6582270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:16.6684460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:16.6684810Z dist init r=2, world=4 2022-05-18T04:59:16.6787200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:16.6787920Z dist init r=0, world=4 2022-05-18T04:59:16.6890240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:16.6890600Z dist init r=1, world=4 2022-05-18T04:59:16.6993440Z dist init r=3, world=4 2022-05-18T04:59:17.1867510Z skip: Need at least 2 CUDA devices (2.401s) 2022-05-18T04:59:17.1938980Z test_delayed_optim_step_offload_false_prefetch_post_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7016 2022-05-18T04:59:17.1992810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7017 2022-05-18T04:59:17.2128660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7018 2022-05-18T04:59:17.2236100Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7019 2022-05-18T04:59:18.8698550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv92y5qjq 2022-05-18T04:59:18.8780440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv92y5qjq/_remote_module_non_scriptable.py 2022-05-18T04:59:18.9072420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcbapmn8t 2022-05-18T04:59:18.9087570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcbapmn8t/_remote_module_non_scriptable.py 2022-05-18T04:59:18.9100260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdzjq2797 2022-05-18T04:59:18.9196590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdzjq2797/_remote_module_non_scriptable.py 2022-05-18T04:59:18.9225640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpygg17vfx 2022-05-18T04:59:18.9326880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpygg17vfx/_remote_module_non_scriptable.py 2022-05-18T04:59:18.9629990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:18.9631670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:18.9633580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:19.0322450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:19.0325270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:19.0395730Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:19.0519330Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:19.1128930Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:19.1144120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:19.1252170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:19.1252530Z dist init r=1, world=4 2022-05-18T04:59:19.1448330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:19.1448680Z dist init r=0, world=4 2022-05-18T04:59:19.1552150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:19.1552490Z dist init r=3, world=4 2022-05-18T04:59:19.1660370Z dist init r=2, world=4 2022-05-18T04:59:19.5311390Z skip: Need at least 2 CUDA devices (2.344s) 2022-05-18T04:59:19.5381800Z test_delayed_optim_step_offload_false_prefetch_pre_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7025 2022-05-18T04:59:19.5433920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7026 2022-05-18T04:59:19.5566780Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7027 2022-05-18T04:59:19.5705410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7028 2022-05-18T04:59:21.1619610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgq_xlvin 2022-05-18T04:59:21.1628850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgq_xlvin/_remote_module_non_scriptable.py 2022-05-18T04:59:21.1730690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3itwq8lw 2022-05-18T04:59:21.1795810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3itwq8lw/_remote_module_non_scriptable.py 2022-05-18T04:59:21.1835330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq3qy8sp4 2022-05-18T04:59:21.1920620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq3qy8sp4/_remote_module_non_scriptable.py 2022-05-18T04:59:21.1993930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmg507xb_ 2022-05-18T04:59:21.2024940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmg507xb_/_remote_module_non_scriptable.py 2022-05-18T04:59:21.3212460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:21.3216060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:21.3219490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:21.3222690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:21.3224510Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:21.3225550Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:21.3329730Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:21.3331360Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:21.4079450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:21.4180000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:21.4180350Z dist init r=2, world=4 2022-05-18T04:59:21.4183860Z dist init r=1, world=4 2022-05-18T04:59:21.4281540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:21.4284410Z dist init r=3, world=4 2022-05-18T04:59:21.4381990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:21.4384960Z dist init r=0, world=4 2022-05-18T04:59:21.7295760Z skip: Need at least 2 CUDA devices (2.198s) 2022-05-18T04:59:21.7363880Z test_delayed_optim_step_offload_false_prefetch_pre_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7033 2022-05-18T04:59:21.7418920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7034 2022-05-18T04:59:21.7675370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7035 2022-05-18T04:59:21.7694400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7036 2022-05-18T04:59:23.3643060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdqp5egqt 2022-05-18T04:59:23.3711470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdqp5egqt/_remote_module_non_scriptable.py 2022-05-18T04:59:23.3870050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpat16_zxx 2022-05-18T04:59:23.3966610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt98hcup9 2022-05-18T04:59:23.3975250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt98hcup9/_remote_module_non_scriptable.py 2022-05-18T04:59:23.4064470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpat16_zxx/_remote_module_non_scriptable.py 2022-05-18T04:59:23.4070060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5qlk00l2 2022-05-18T04:59:23.4120080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5qlk00l2/_remote_module_non_scriptable.py 2022-05-18T04:59:23.4582910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:23.4584070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:23.4584830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:23.4589280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:23.4592850Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:23.4696370Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:23.5318440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:23.5327790Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:23.5338360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:23.5439200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:23.5439540Z dist init r=3, world=4 2022-05-18T04:59:23.5539880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:23.5540960Z dist init r=1, world=4 2022-05-18T04:59:23.5640270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:23.5640620Z dist init r=2, world=4 2022-05-18T04:59:23.5679350Z dist init r=0, world=4 2022-05-18T04:59:23.9099380Z skip: Need at least 2 CUDA devices (2.180s) 2022-05-18T04:59:23.9167710Z test_delayed_optim_step_offload_false_prefetch_pre_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7041 2022-05-18T04:59:23.9223540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7042 2022-05-18T04:59:23.9319320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7043 2022-05-18T04:59:23.9445040Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7044 2022-05-18T04:59:25.5393020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbzxwpd2j 2022-05-18T04:59:25.5443400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbzxwpd2j/_remote_module_non_scriptable.py 2022-05-18T04:59:25.5806200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl4w1sktc 2022-05-18T04:59:25.5851340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl4w1sktc/_remote_module_non_scriptable.py 2022-05-18T04:59:25.6043060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5t1gx_p 2022-05-18T04:59:25.6094260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5t1gx_p/_remote_module_non_scriptable.py 2022-05-18T04:59:25.6143920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3dindgvl 2022-05-18T04:59:25.6147690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3dindgvl/_remote_module_non_scriptable.py 2022-05-18T04:59:25.6580260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:25.6590480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:25.6592560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:25.6713220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:25.6716310Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:25.6826740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:25.7089360Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:25.7096190Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:25.7107410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:25.7208660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:25.7209020Z dist init r=1, world=4 2022-05-18T04:59:25.7310280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:25.7310630Z dist init r=0, world=4 2022-05-18T04:59:25.7411840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:25.7412200Z dist init r=3, world=4 2022-05-18T04:59:25.7412480Z dist init r=2, world=4 2022-05-18T04:59:26.0351730Z skip: Need at least 2 CUDA devices (2.125s) 2022-05-18T04:59:26.0418730Z test_delayed_optim_step_offload_true_none_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7049 2022-05-18T04:59:26.0470380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7050 2022-05-18T04:59:26.0599090Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7051 2022-05-18T04:59:26.0733000Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7052 2022-05-18T04:59:27.6754550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplptr1ytm 2022-05-18T04:59:27.6844040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplptr1ytm/_remote_module_non_scriptable.py 2022-05-18T04:59:27.6945440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp18ddwkw6 2022-05-18T04:59:27.6994130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp18ddwkw6/_remote_module_non_scriptable.py 2022-05-18T04:59:27.7046970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyfizdqg8 2022-05-18T04:59:27.7148570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyfizdqg8/_remote_module_non_scriptable.py 2022-05-18T04:59:27.7159240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6rxhqiuh 2022-05-18T04:59:27.7206330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6rxhqiuh/_remote_module_non_scriptable.py 2022-05-18T04:59:27.7960140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:27.7962210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:27.7970810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:27.7972550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:27.7974280Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:27.7976070Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:27.8682210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:27.8684370Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:27.8792570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:27.8893480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:27.8893880Z dist init r=3, world=4 2022-05-18T04:59:27.9016520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:27.9016890Z dist init r=1, world=4 2022-05-18T04:59:27.9017300Z dist init r=0, world=4 2022-05-18T04:59:27.9116860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:27.9117300Z dist init r=2, world=4 2022-05-18T04:59:28.2850380Z skip: Need at least 2 CUDA devices (2.250s) 2022-05-18T04:59:28.2921070Z test_delayed_optim_step_offload_true_none_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7058 2022-05-18T04:59:28.2976960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7059 2022-05-18T04:59:28.3237170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7060 2022-05-18T04:59:28.3362170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7061 2022-05-18T04:59:29.9512670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqlxh44th 2022-05-18T04:59:29.9611570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqlxh44th/_remote_module_non_scriptable.py 2022-05-18T04:59:29.9679360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplj2ssf_g 2022-05-18T04:59:29.9715620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplj2ssf_g/_remote_module_non_scriptable.py 2022-05-18T04:59:29.9747910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy32kgv7t 2022-05-18T04:59:29.9803130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy32kgv7t/_remote_module_non_scriptable.py 2022-05-18T04:59:29.9850410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm7s18ek3 2022-05-18T04:59:29.9944180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm7s18ek3/_remote_module_non_scriptable.py 2022-05-18T04:59:30.0164700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:30.0167480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:30.0168480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:30.0278150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:30.0280890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:30.0317090Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:30.0319160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:30.0532110Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:30.0542760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:30.0546710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:30.0548610Z dist init r=3, world=4 2022-05-18T04:59:30.0550170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:30.0649140Z dist init r=0, world=4 2022-05-18T04:59:30.0650130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:30.0750980Z dist init r=2, world=4 2022-05-18T04:59:30.0751330Z dist init r=1, world=4 2022-05-18T04:59:30.4098900Z skip: Need at least 2 CUDA devices (2.125s) 2022-05-18T04:59:30.4166730Z test_delayed_optim_step_offload_true_none_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7072 2022-05-18T04:59:30.4219690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7073 2022-05-18T04:59:30.4484950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7074 2022-05-18T04:59:30.4522270Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7075 2022-05-18T04:59:32.0137700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf2_8rvbl 2022-05-18T04:59:32.0162530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf2_8rvbl/_remote_module_non_scriptable.py 2022-05-18T04:59:32.0407720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwrdgot9a 2022-05-18T04:59:32.0536540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwrdgot9a/_remote_module_non_scriptable.py 2022-05-18T04:59:32.0582110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplqrxj8fu 2022-05-18T04:59:32.0608600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplqrxj8fu/_remote_module_non_scriptable.py 2022-05-18T04:59:32.1112360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyylendcs 2022-05-18T04:59:32.1116100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyylendcs/_remote_module_non_scriptable.py 2022-05-18T04:59:32.1451870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:32.1454520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:32.1674110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:32.1848160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:32.1851100Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:32.2198860Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:32.2200890Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:32.2204360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:32.2320960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:32.2321310Z dist init r=3, world=4 2022-05-18T04:59:32.2424740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:32.2425090Z dist init r=2, world=4 2022-05-18T04:59:32.2623370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:32.2623720Z dist init r=0, world=4 2022-05-18T04:59:32.2729060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:32.2729420Z dist init r=1, world=4 2022-05-18T04:59:32.5224830Z skip: Need at least 2 CUDA devices (2.112s) 2022-05-18T04:59:32.5298380Z test_delayed_optim_step_offload_true_prefetch_post_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7080 2022-05-18T04:59:32.5359680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7081 2022-05-18T04:59:32.5428760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7082 2022-05-18T04:59:32.5560300Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7083 2022-05-18T04:59:34.1330480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwtlxi9ym 2022-05-18T04:59:34.1355340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwtlxi9ym/_remote_module_non_scriptable.py 2022-05-18T04:59:34.1857430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc1dhjg3e 2022-05-18T04:59:34.1878850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc1dhjg3e/_remote_module_non_scriptable.py 2022-05-18T04:59:34.1929020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplqt07w0d 2022-05-18T04:59:34.1950920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplqt07w0d/_remote_module_non_scriptable.py 2022-05-18T04:59:34.1984600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4mvzvzmn 2022-05-18T04:59:34.2024970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4mvzvzmn/_remote_module_non_scriptable.py 2022-05-18T04:59:34.2825800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:34.2873370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:34.3170570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:34.3172580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:34.3174470Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:34.3176100Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:34.3183260Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:34.3184470Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:34.3302290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:34.3302640Z dist init r=2, world=4 2022-05-18T04:59:34.3303030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:34.3404320Z dist init r=0, world=4 2022-05-18T04:59:34.3405050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:34.3406090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:34.3507830Z dist init r=3, world=4 2022-05-18T04:59:34.3709310Z dist init r=1, world=4 2022-05-18T04:59:34.6530190Z skip: Need at least 2 CUDA devices (2.130s) 2022-05-18T04:59:34.6607450Z test_delayed_optim_step_offload_true_prefetch_post_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7088 2022-05-18T04:59:34.6673710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7089 2022-05-18T04:59:34.6828670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7090 2022-05-18T04:59:34.6932170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7091 2022-05-18T04:59:36.2771250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi78jk6n5 2022-05-18T04:59:36.2849730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi78jk6n5/_remote_module_non_scriptable.py 2022-05-18T04:59:36.2926010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0hxwqute 2022-05-18T04:59:36.3014850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0hxwqute/_remote_module_non_scriptable.py 2022-05-18T04:59:36.3344070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeonot29j 2022-05-18T04:59:36.3347020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeonot29j/_remote_module_non_scriptable.py 2022-05-18T04:59:36.3445740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbc7kez8i 2022-05-18T04:59:36.3448750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbc7kez8i/_remote_module_non_scriptable.py 2022-05-18T04:59:36.4229200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:36.4232100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:36.4251770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:36.4256400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:36.4261480Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:36.4266400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:36.4805780Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:36.5019120Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:36.5543630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:36.5648030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:36.5648430Z dist init r=2, world=4 2022-05-18T04:59:36.5752770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:36.5753110Z dist init r=3, world=4 2022-05-18T04:59:36.5949000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:36.5949340Z dist init r=0, world=4 2022-05-18T04:59:36.6051740Z dist init r=1, world=4 2022-05-18T04:59:36.9105290Z skip: Need at least 2 CUDA devices (2.257s) 2022-05-18T04:59:36.9178180Z test_delayed_optim_step_offload_true_prefetch_post_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7096 2022-05-18T04:59:36.9239570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7097 2022-05-18T04:59:36.9371030Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7098 2022-05-18T04:59:36.9515440Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7099 2022-05-18T04:59:38.6089870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptuwnuvlg 2022-05-18T04:59:38.6139220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptuwnuvlg/_remote_module_non_scriptable.py 2022-05-18T04:59:38.6442420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkuqju50f 2022-05-18T04:59:38.6471180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkuqju50f/_remote_module_non_scriptable.py 2022-05-18T04:59:38.6574250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaw8qzjp5 2022-05-18T04:59:38.6647520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaw8qzjp5/_remote_module_non_scriptable.py 2022-05-18T04:59:38.6657930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4sez9rtr 2022-05-18T04:59:38.6674340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4sez9rtr/_remote_module_non_scriptable.py 2022-05-18T04:59:38.7745300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:38.7752160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:38.7754010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:38.7869880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:38.7872930Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:38.7987020Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:38.7989320Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:38.7993810Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:38.8110880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:38.8111250Z dist init r=1, world=4 2022-05-18T04:59:38.8219870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:38.8220220Z dist init r=0, world=4 2022-05-18T04:59:38.8413020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:38.8413370Z dist init r=2, world=4 2022-05-18T04:59:38.8413640Z dist init r=3, world=4 2022-05-18T04:59:38.8523150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:39.0950040Z skip: Need at least 2 CUDA devices (2.184s) 2022-05-18T04:59:39.1018740Z test_delayed_optim_step_offload_true_prefetch_pre_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7105 2022-05-18T04:59:39.1069540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7106 2022-05-18T04:59:39.1198130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7107 2022-05-18T04:59:39.1355640Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7108 2022-05-18T04:59:40.7355560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp67zrk52h 2022-05-18T04:59:40.7411220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp67zrk52h/_remote_module_non_scriptable.py 2022-05-18T04:59:40.7463900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwsj_b0gi 2022-05-18T04:59:40.7549420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwsj_b0gi/_remote_module_non_scriptable.py 2022-05-18T04:59:40.7577360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg4q5cjxl 2022-05-18T04:59:40.7653260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg4q5cjxl/_remote_module_non_scriptable.py 2022-05-18T04:59:40.7757200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4usoblk5 2022-05-18T04:59:40.7785700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4usoblk5/_remote_module_non_scriptable.py 2022-05-18T04:59:40.8065610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:40.8071770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:40.8107280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:40.8972860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:40.8975760Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:40.9076640Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:40.9079960Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:40.9080800Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:41.0092280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:41.0092620Z dist init r=1, world=4 2022-05-18T04:59:41.0092970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:41.0197220Z dist init r=3, world=4 2022-05-18T04:59:41.0198200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:41.0393370Z dist init r=0, world=4 2022-05-18T04:59:41.0394320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:41.0498540Z dist init r=2, world=4 2022-05-18T04:59:41.2848090Z skip: Need at least 2 CUDA devices (2.189s) 2022-05-18T04:59:41.2915100Z test_delayed_optim_step_offload_true_prefetch_pre_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7113 2022-05-18T04:59:41.2967700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7114 2022-05-18T04:59:41.3228770Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7115 2022-05-18T04:59:41.3330190Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7116 2022-05-18T04:59:42.9277430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_gvzr4vs 2022-05-18T04:59:42.9285660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_gvzr4vs/_remote_module_non_scriptable.py 2022-05-18T04:59:42.9347880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8od9kvp1 2022-05-18T04:59:42.9448180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8od9kvp1/_remote_module_non_scriptable.py 2022-05-18T04:59:42.9483480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyzpvdguh 2022-05-18T04:59:42.9550360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyzpvdguh/_remote_module_non_scriptable.py 2022-05-18T04:59:42.9586560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6d_ql89a 2022-05-18T04:59:42.9587670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6d_ql89a/_remote_module_non_scriptable.py 2022-05-18T04:59:43.0455020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:43.0461150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:43.0464280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:43.0467770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:43.0468940Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:43.0472830Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:43.0585990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:43.0592660Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:43.1475240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:43.1581670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:43.1582090Z dist init r=1, world=4 2022-05-18T04:59:43.1666410Z dist init r=2, world=4 2022-05-18T04:59:43.1686580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:43.1772520Z dist init r=0, world=4 2022-05-18T04:59:43.1870170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:43.1889610Z dist init r=3, world=4 2022-05-18T04:59:43.5644380Z skip: Need at least 2 CUDA devices (2.279s) 2022-05-18T04:59:43.5715900Z test_delayed_optim_step_offload_true_prefetch_pre_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7121 2022-05-18T04:59:43.5769880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7122 2022-05-18T04:59:43.5866880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7123 2022-05-18T04:59:43.5996480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7124 2022-05-18T04:59:45.2257310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgz_txk1o 2022-05-18T04:59:45.2280250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgz_txk1o/_remote_module_non_scriptable.py 2022-05-18T04:59:45.2381780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdmwt1y_e 2022-05-18T04:59:45.2383170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdmwt1y_e/_remote_module_non_scriptable.py 2022-05-18T04:59:45.2585420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpspjdx_mw 2022-05-18T04:59:45.2617760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpspjdx_mw/_remote_module_non_scriptable.py 2022-05-18T04:59:45.2842990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6xk5qrgb 2022-05-18T04:59:45.2846230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6xk5qrgb/_remote_module_non_scriptable.py 2022-05-18T04:59:45.3180070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:45.3188620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:45.3191110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:45.3193060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:45.3194450Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:45.3196840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:45.3201310Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:45.3646960Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:45.3661760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:45.3771230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:45.3771580Z dist init r=1, world=4 2022-05-18T04:59:45.3964940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:45.3965430Z dist init r=2, world=4 2022-05-18T04:59:45.4070440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:45.4070800Z dist init r=3, world=4 2022-05-18T04:59:45.4176200Z dist init r=0, world=4 2022-05-18T04:59:45.7120480Z skip: Need at least 2 CUDA devices (2.147s) 2022-05-18T04:59:45.7192290Z test_delayed_reduce_scatter_offload_false_none_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7129 2022-05-18T04:59:45.7248150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7130 2022-05-18T04:59:45.7345510Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7131 2022-05-18T04:59:45.7497570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7132 2022-05-18T04:59:47.3663000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpah9xe9fe 2022-05-18T04:59:47.3765590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpah9xe9fe/_remote_module_non_scriptable.py 2022-05-18T04:59:47.4038090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp840282y4 2022-05-18T04:59:47.4050120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp840282y4/_remote_module_non_scriptable.py 2022-05-18T04:59:47.4076380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprc76h5n_ 2022-05-18T04:59:47.4110510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprc76h5n_/_remote_module_non_scriptable.py 2022-05-18T04:59:47.4151190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfs3k493f 2022-05-18T04:59:47.4212480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfs3k493f/_remote_module_non_scriptable.py 2022-05-18T04:59:47.4531430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:47.4533980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:47.4537080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:47.4544950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:47.4547730Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:47.5210950Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:47.5216680Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:47.5381450Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:47.5394890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:47.5498400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:47.5498750Z dist init r=0, world=4 2022-05-18T04:59:47.5603070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:47.5603440Z dist init r=2, world=4 2022-05-18T04:59:47.5603740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:47.5706040Z dist init r=1, world=4 2022-05-18T04:59:47.5903380Z dist init r=3, world=4 2022-05-18T04:59:47.8472810Z skip: Need at least 2 CUDA devices (2.135s) 2022-05-18T04:59:47.8544650Z test_delayed_reduce_scatter_offload_false_none_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7137 2022-05-18T04:59:47.8598420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7138 2022-05-18T04:59:47.8857000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7139 2022-05-18T04:59:47.8958770Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7140 2022-05-18T04:59:49.5468100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi1rd5br9 2022-05-18T04:59:49.5527460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi1rd5br9/_remote_module_non_scriptable.py 2022-05-18T04:59:49.5623790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphcw7o_va 2022-05-18T04:59:49.5675320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphcw7o_va/_remote_module_non_scriptable.py 2022-05-18T04:59:49.5736220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpshbqlvhy 2022-05-18T04:59:49.5828850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpshbqlvhy/_remote_module_non_scriptable.py 2022-05-18T04:59:49.6004800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8r1rx9vf 2022-05-18T04:59:49.6013530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8r1rx9vf/_remote_module_non_scriptable.py 2022-05-18T04:59:49.7103200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:49.7108610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:49.7111840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:49.7113360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:49.7114980Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:49.7116180Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:49.7216560Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:49.7217890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:49.7830910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:49.7935270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:49.7935650Z dist init r=3, world=4 2022-05-18T04:59:49.8039370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:49.8039710Z dist init r=1, world=4 2022-05-18T04:59:49.8237370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:49.8237720Z dist init r=0, world=4 2022-05-18T04:59:49.8339350Z dist init r=2, world=4 2022-05-18T04:59:50.0848450Z skip: Need at least 2 CUDA devices (2.237s) 2022-05-18T04:59:50.0914210Z test_delayed_reduce_scatter_offload_false_none_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7146 2022-05-18T04:59:50.0966530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7147 2022-05-18T04:59:50.1125960Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7148 2022-05-18T04:59:50.1229340Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7149 2022-05-18T04:59:51.6705050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqv29_yns 2022-05-18T04:59:51.6804650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqv29_yns/_remote_module_non_scriptable.py 2022-05-18T04:59:51.7227160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcbqt2rlx 2022-05-18T04:59:51.7232060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcbqt2rlx/_remote_module_non_scriptable.py 2022-05-18T04:59:51.7262460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfrdb6q6i 2022-05-18T04:59:51.7297040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfrdb6q6i/_remote_module_non_scriptable.py 2022-05-18T04:59:51.7716880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpinpozht7 2022-05-18T04:59:51.7720080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpinpozht7/_remote_module_non_scriptable.py 2022-05-18T04:59:51.8050360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:51.8058540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:51.8061450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:51.8063210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:51.8064300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:51.8065640Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:51.8066350Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:51.8156750Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:51.8286160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:51.8387520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:51.8387870Z dist init r=0, world=4 2022-05-18T04:59:51.8395100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:51.8395420Z dist init r=1, world=4 2022-05-18T04:59:51.8497290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:51.8497690Z dist init r=2, world=4 2022-05-18T04:59:51.8608230Z dist init r=3, world=4 2022-05-18T04:59:52.1861180Z skip: Need at least 2 CUDA devices (2.101s) 2022-05-18T04:59:52.1931760Z test_delayed_reduce_scatter_offload_false_prefetch_post_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7154 2022-05-18T04:59:52.1987360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7155 2022-05-18T04:59:52.2127590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7156 2022-05-18T04:59:52.2231720Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7157 2022-05-18T04:59:53.8426610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpacw0q30p 2022-05-18T04:59:53.8497480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpacw0q30p/_remote_module_non_scriptable.py 2022-05-18T04:59:53.8601970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzfkidonu 2022-05-18T04:59:53.8672870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphokvy5_w 2022-05-18T04:59:53.8774280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphokvy5_w/_remote_module_non_scriptable.py 2022-05-18T04:59:53.8792380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzfkidonu/_remote_module_non_scriptable.py 2022-05-18T04:59:53.8993630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphqrhq3sy 2022-05-18T04:59:53.8994870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphqrhq3sy/_remote_module_non_scriptable.py 2022-05-18T04:59:54.0336840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:54.0342980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:54.0344750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:54.0346320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:54.1139630Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:54.1141820Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:54.1143240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:54.1144910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:54.1579670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:54.1683080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:54.1683570Z dist init r=3, world=4 2022-05-18T04:59:54.1787350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:54.1787700Z dist init r=2, world=4 2022-05-18T04:59:54.1888790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:54.1889130Z dist init r=0, world=4 2022-05-18T04:59:54.1989020Z dist init r=1, world=4 2022-05-18T04:59:54.5116000Z skip: Need at least 2 CUDA devices (2.325s) 2022-05-18T04:59:54.5187490Z test_delayed_reduce_scatter_offload_false_prefetch_post_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7162 2022-05-18T04:59:54.5248000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7163 2022-05-18T04:59:54.5381700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7164 2022-05-18T04:59:54.5490450Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7165 2022-05-18T04:59:56.1876200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_i7lezju 2022-05-18T04:59:56.1978010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuy0ga869 2022-05-18T04:59:56.1992790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_i7lezju/_remote_module_non_scriptable.py 2022-05-18T04:59:56.2010230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuy0ga869/_remote_module_non_scriptable.py 2022-05-18T04:59:56.2045320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm0qmhv1k 2022-05-18T04:59:56.2118540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm0qmhv1k/_remote_module_non_scriptable.py 2022-05-18T04:59:56.2164090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpat96v_s4 2022-05-18T04:59:56.2265360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpat96v_s4/_remote_module_non_scriptable.py 2022-05-18T04:59:56.2946350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:56.3058930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:56.3061900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:56.3064180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:56.3065650Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:56.3066680Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:56.3068250Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:56.3070370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:56.3189440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:56.3290460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:56.3290810Z dist init r=0, world=4 2022-05-18T04:59:56.3391210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:56.3391570Z dist init r=2, world=4 2022-05-18T04:59:56.3416340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:56.3416690Z dist init r=1, world=4 2022-05-18T04:59:56.3498030Z dist init r=3, world=4 2022-05-18T04:59:56.6973130Z skip: Need at least 2 CUDA devices (2.185s) 2022-05-18T04:59:56.7051270Z test_delayed_reduce_scatter_offload_false_prefetch_post_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7170 2022-05-18T04:59:56.7131670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7171 2022-05-18T04:59:56.7384760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7172 2022-05-18T04:59:56.7486250Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7173 2022-05-18T04:59:58.4294670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl1fb57bl 2022-05-18T04:59:58.4396100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl1fb57bl/_remote_module_non_scriptable.py 2022-05-18T04:59:58.4497930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv442hd6r 2022-05-18T04:59:58.4599370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv442hd6r/_remote_module_non_scriptable.py 2022-05-18T04:59:58.4620820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvxkd5jlq 2022-05-18T04:59:58.4704990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvxkd5jlq/_remote_module_non_scriptable.py 2022-05-18T04:59:58.4743970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptnh97zax 2022-05-18T04:59:58.4785900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptnh97zax/_remote_module_non_scriptable.py 2022-05-18T04:59:58.5695100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T04:59:58.5710550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T04:59:58.5711430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T04:59:58.5711880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T04:59:58.5712830Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:58.5713490Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:58.5714110Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:58.6570310Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T04:59:58.6908720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T04:59:58.7014720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T04:59:58.7015080Z dist init r=2, world=4 2022-05-18T04:59:58.7212820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T04:59:58.7213200Z dist init r=0, world=4 2022-05-18T04:59:58.7315230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T04:59:58.7315600Z dist init r=3, world=4 2022-05-18T04:59:58.7418930Z dist init r=1, world=4 2022-05-18T04:59:59.0889960Z skip: Need at least 2 CUDA devices (2.391s) 2022-05-18T04:59:59.0960730Z test_delayed_reduce_scatter_offload_false_prefetch_pre_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7179 2022-05-18T04:59:59.1019470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7180 2022-05-18T04:59:59.1153610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7181 2022-05-18T04:59:59.1289580Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7182 2022-05-18T05:00:00.7362590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1vfqzlhs 2022-05-18T05:00:00.7388500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1vfqzlhs/_remote_module_non_scriptable.py 2022-05-18T05:00:00.7650720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkz7bxxqn 2022-05-18T05:00:00.7699390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkz7bxxqn/_remote_module_non_scriptable.py 2022-05-18T05:00:00.7872880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2wb4picu 2022-05-18T05:00:00.7907690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2wb4picu/_remote_module_non_scriptable.py 2022-05-18T05:00:00.7967770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnn88dw8m 2022-05-18T05:00:00.7976320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnn88dw8m/_remote_module_non_scriptable.py 2022-05-18T05:00:00.8218730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:00.8321890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:00.9082360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:00.9083300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:00.9085470Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:00.9087110Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:00.9188000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:00.9189090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:00.9798650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:00.9902480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:00.9903520Z dist init r=2, world=4 2022-05-18T05:00:01.0007610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:01.0007960Z dist init r=1, world=4 2022-05-18T05:00:01.0113270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:01.0113680Z dist init r=0, world=4 2022-05-18T05:00:01.0306290Z dist init r=3, world=4 2022-05-18T05:00:01.4101970Z skip: Need at least 2 CUDA devices (2.321s) 2022-05-18T05:00:01.4173390Z test_delayed_reduce_scatter_offload_false_prefetch_pre_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7187 2022-05-18T05:00:01.4228550Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7188 2022-05-18T05:00:01.4314890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7189 2022-05-18T05:00:01.4435300Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7190 2022-05-18T05:00:03.0614780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmput1gwedn 2022-05-18T05:00:03.0717500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmput1gwedn/_remote_module_non_scriptable.py 2022-05-18T05:00:03.0884140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxtgtdrd0 2022-05-18T05:00:03.0952760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxtgtdrd0/_remote_module_non_scriptable.py 2022-05-18T05:00:03.0971900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfnp9r3su 2022-05-18T05:00:03.1067430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfnp9r3su/_remote_module_non_scriptable.py 2022-05-18T05:00:03.1072630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbwg7ptma 2022-05-18T05:00:03.1170500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbwg7ptma/_remote_module_non_scriptable.py 2022-05-18T05:00:03.1619560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:03.1620920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:03.1872260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:03.1873970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:03.1875410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:03.1877330Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:03.1880740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:03.2564160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:03.3222680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:03.3328150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:03.3328990Z dist init r=3, world=4 2022-05-18T05:00:03.3432440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:03.3432790Z dist init r=1, world=4 2022-05-18T05:00:03.3534400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:03.3535450Z dist init r=0, world=4 2022-05-18T05:00:03.3635900Z dist init r=2, world=4 2022-05-18T05:00:03.7020070Z skip: Need at least 2 CUDA devices (2.292s) 2022-05-18T05:00:03.7093800Z test_delayed_reduce_scatter_offload_false_prefetch_pre_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7195 2022-05-18T05:00:03.7148030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7196 2022-05-18T05:00:03.7242110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7197 2022-05-18T05:00:03.7344990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7198 2022-05-18T05:00:05.3565210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptb1g6w18 2022-05-18T05:00:05.3581190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptb1g6w18/_remote_module_non_scriptable.py 2022-05-18T05:00:05.3765730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphyum66jw 2022-05-18T05:00:05.3775580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphyum66jw/_remote_module_non_scriptable.py 2022-05-18T05:00:05.3870950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc_1a20l4 2022-05-18T05:00:05.3878090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc_1a20l4/_remote_module_non_scriptable.py 2022-05-18T05:00:05.3915250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpav5ie3bt 2022-05-18T05:00:05.3964750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpav5ie3bt/_remote_module_non_scriptable.py 2022-05-18T05:00:05.5020820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:05.5029400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:05.5032710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:05.5036130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:05.5037370Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:05.5039830Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:05.5319150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:05.5323830Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:05.5806490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:05.5907720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:05.5908070Z dist init r=0, world=4 2022-05-18T05:00:05.6009250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:05.6009600Z dist init r=2, world=4 2022-05-18T05:00:05.6110750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:05.6111100Z dist init r=1, world=4 2022-05-18T05:00:05.6111890Z dist init r=3, world=4 2022-05-18T05:00:06.0356850Z skip: Need at least 2 CUDA devices (2.333s) 2022-05-18T05:00:06.0429740Z test_delayed_reduce_scatter_offload_true_none_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7203 2022-05-18T05:00:06.0484770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7204 2022-05-18T05:00:06.0571180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7205 2022-05-18T05:00:06.0732490Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7206 2022-05-18T05:00:07.6554700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3rgc10w0 2022-05-18T05:00:07.6592830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3rgc10w0/_remote_module_non_scriptable.py 2022-05-18T05:00:07.6940940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpac77c1wr 2022-05-18T05:00:07.6954510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwnbwum9b 2022-05-18T05:00:07.6960220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwnbwum9b/_remote_module_non_scriptable.py 2022-05-18T05:00:07.7012240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpac77c1wr/_remote_module_non_scriptable.py 2022-05-18T05:00:07.7182190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp766al5zh 2022-05-18T05:00:07.7192890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp766al5zh/_remote_module_non_scriptable.py 2022-05-18T05:00:07.7740840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:07.7742060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:07.7826030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:07.7827720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:07.7828970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:07.7832220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:07.7941100Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:07.7942940Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:07.7955160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:07.7959450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:07.8060980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:07.8061350Z dist init r=1, world=4 2022-05-18T05:00:07.8061560Z dist init r=3, world=4 2022-05-18T05:00:07.8065750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:07.8066380Z dist init r=2, world=4 2022-05-18T05:00:07.8165430Z dist init r=0, world=4 2022-05-18T05:00:08.2854510Z skip: Need at least 2 CUDA devices (2.249s) 2022-05-18T05:00:08.2924060Z test_delayed_reduce_scatter_offload_true_none_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7211 2022-05-18T05:00:08.2975460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7212 2022-05-18T05:00:08.3110140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7213 2022-05-18T05:00:08.3250280Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7214 2022-05-18T05:00:09.9853520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp79m8nhwl 2022-05-18T05:00:09.9904200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp79m8nhwl/_remote_module_non_scriptable.py 2022-05-18T05:00:10.0297920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc52role7 2022-05-18T05:00:10.0351480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc52role7/_remote_module_non_scriptable.py 2022-05-18T05:00:10.0359930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6dwrn406 2022-05-18T05:00:10.0404870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6dwrn406/_remote_module_non_scriptable.py 2022-05-18T05:00:10.0554780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp83oct3uw 2022-05-18T05:00:10.0587650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp83oct3uw/_remote_module_non_scriptable.py 2022-05-18T05:00:10.0894120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:10.1091380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:10.1104590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:10.1645950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:10.1648410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:10.1755460Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:10.1757060Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:10.1762970Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:10.1875480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:10.1981310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:10.1981670Z dist init r=1, world=4 2022-05-18T05:00:10.2083450Z dist init r=0, world=4 2022-05-18T05:00:10.2086380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:10.2187660Z dist init r=2, world=4 2022-05-18T05:00:10.2280530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:10.2386140Z dist init r=3, world=4 2022-05-18T05:00:10.6132740Z skip: Need at least 2 CUDA devices (2.327s) 2022-05-18T05:00:10.6202010Z test_delayed_reduce_scatter_offload_true_none_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7220 2022-05-18T05:00:10.6255870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7221 2022-05-18T05:00:10.6387680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7222 2022-05-18T05:00:10.6504280Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7223 2022-05-18T05:00:12.2238620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph0ugvlhf 2022-05-18T05:00:12.2282270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph0ugvlhf/_remote_module_non_scriptable.py 2022-05-18T05:00:12.2718830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd5e22pon 2022-05-18T05:00:12.2728010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd5e22pon/_remote_module_non_scriptable.py 2022-05-18T05:00:12.2822050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnzc06x88 2022-05-18T05:00:12.2837580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnzc06x88/_remote_module_non_scriptable.py 2022-05-18T05:00:12.2861860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpir2d9p3l 2022-05-18T05:00:12.2925380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpir2d9p3l/_remote_module_non_scriptable.py 2022-05-18T05:00:12.3610970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:12.4078820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:12.4079770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:12.4083200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:12.4084490Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:12.4086450Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:12.4090450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:12.4202800Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:12.4321540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:12.4321900Z dist init r=1, world=4 2022-05-18T05:00:12.4430650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:12.4431030Z dist init r=3, world=4 2022-05-18T05:00:12.4618690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:12.4619040Z dist init r=0, world=4 2022-05-18T05:00:12.4619230Z dist init r=2, world=4 2022-05-18T05:00:12.4632520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:12.7171100Z skip: Need at least 2 CUDA devices (2.104s) 2022-05-18T05:00:12.7239930Z test_delayed_reduce_scatter_offload_true_prefetch_post_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7228 2022-05-18T05:00:12.7295150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7229 2022-05-18T05:00:12.7379280Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7230 2022-05-18T05:00:12.7518970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7231 2022-05-18T05:00:14.3383640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsn75ii__ 2022-05-18T05:00:14.3398650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsn75ii__/_remote_module_non_scriptable.py 2022-05-18T05:00:14.3676300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyozn_4v5 2022-05-18T05:00:14.3743970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyozn_4v5/_remote_module_non_scriptable.py 2022-05-18T05:00:14.4013460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx48h_b3w 2022-05-18T05:00:14.4026280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx48h_b3w/_remote_module_non_scriptable.py 2022-05-18T05:00:14.4027280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppy78uf4a 2022-05-18T05:00:14.4028190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppy78uf4a/_remote_module_non_scriptable.py 2022-05-18T05:00:14.5099650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:14.5100780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:14.5328490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:14.5329710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:14.5330810Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:14.5331740Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:14.5396710Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:14.5867780Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:14.5983840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:14.5984350Z dist init r=3, world=4 2022-05-18T05:00:14.6083640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:14.6084460Z dist init r=2, world=4 2022-05-18T05:00:14.6189830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:14.6190630Z dist init r=0, world=4 2022-05-18T05:00:14.6291810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:14.6334640Z dist init r=1, world=4 2022-05-18T05:00:14.9100880Z skip: Need at least 2 CUDA devices (2.193s) 2022-05-18T05:00:14.9170090Z test_delayed_reduce_scatter_offload_true_prefetch_post_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7237 2022-05-18T05:00:14.9222190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7238 2022-05-18T05:00:14.9378330Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7239 2022-05-18T05:00:14.9516310Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7240 2022-05-18T05:00:16.5068450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpozh_3p4g 2022-05-18T05:00:16.5132130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpozh_3p4g/_remote_module_non_scriptable.py 2022-05-18T05:00:16.5210830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9yvzmjxu 2022-05-18T05:00:16.5283220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9yvzmjxu/_remote_module_non_scriptable.py 2022-05-18T05:00:16.5793650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm2ogjr71 2022-05-18T05:00:16.5797220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm2ogjr71/_remote_module_non_scriptable.py 2022-05-18T05:00:16.6392090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjmodsl_l 2022-05-18T05:00:16.6395790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjmodsl_l/_remote_module_non_scriptable.py 2022-05-18T05:00:16.7205250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:16.7207970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:16.7213930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:16.7214910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:16.7216710Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:16.7218110Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:16.7601720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:16.7602870Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:16.8388860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:16.8495060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:16.8495410Z dist init r=1, world=4 2022-05-18T05:00:16.8590680Z dist init r=0, world=4 2022-05-18T05:00:16.8601810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:16.8699410Z dist init r=3, world=4 2022-05-18T05:00:16.8793590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:16.8802920Z dist init r=2, world=4 2022-05-18T05:00:17.1599900Z skip: Need at least 2 CUDA devices (2.250s) 2022-05-18T05:00:17.1667780Z test_delayed_reduce_scatter_offload_true_prefetch_post_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7245 2022-05-18T05:00:17.1719460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7246 2022-05-18T05:00:17.2092620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7247 2022-05-18T05:00:17.2194260Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7248 2022-05-18T05:00:18.8389860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8mknc2gi 2022-05-18T05:00:18.8412050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8mknc2gi/_remote_module_non_scriptable.py 2022-05-18T05:00:18.8489950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuvssio7k 2022-05-18T05:00:18.8552390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuvssio7k/_remote_module_non_scriptable.py 2022-05-18T05:00:18.8610390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoazsxk_k 2022-05-18T05:00:18.8692790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoazsxk_k/_remote_module_non_scriptable.py 2022-05-18T05:00:18.8805570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmbfw6j1f 2022-05-18T05:00:18.8833980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmbfw6j1f/_remote_module_non_scriptable.py 2022-05-18T05:00:18.9152390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:18.9291060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:18.9299710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:18.9429170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:18.9436990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:18.9838130Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:18.9840110Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:19.0318430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:19.0332110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:19.0439200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:19.0439600Z dist init r=0, world=4 2022-05-18T05:00:19.0636320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:19.0636670Z dist init r=3, world=4 2022-05-18T05:00:19.0742540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:19.0742890Z dist init r=1, world=4 2022-05-18T05:00:19.0940090Z dist init r=2, world=4 2022-05-18T05:00:19.3114760Z skip: Need at least 2 CUDA devices (2.151s) 2022-05-18T05:00:19.3191010Z test_delayed_reduce_scatter_offload_true_prefetch_pre_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7254 2022-05-18T05:00:19.3236660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7255 2022-05-18T05:00:19.3502300Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7256 2022-05-18T05:00:19.3603910Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7257 2022-05-18T05:00:20.9354160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq60kqjx3 2022-05-18T05:00:20.9425240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq60kqjx3/_remote_module_non_scriptable.py 2022-05-18T05:00:20.9510980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj25w3ud0 2022-05-18T05:00:20.9557950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj25w3ud0/_remote_module_non_scriptable.py 2022-05-18T05:00:20.9627650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgm3vck2y 2022-05-18T05:00:20.9712070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgm3vck2y/_remote_module_non_scriptable.py 2022-05-18T05:00:20.9929450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbj2rw5uz 2022-05-18T05:00:20.9933090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbj2rw5uz/_remote_module_non_scriptable.py 2022-05-18T05:00:21.0529470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:21.0540690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:21.0558940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:21.0561800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:21.0566800Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:21.0567610Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:21.0648010Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:21.0653050Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:21.0782020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:21.0885300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:21.0885650Z dist init r=0, world=4 2022-05-18T05:00:21.0988230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:21.0988580Z dist init r=2, world=4 2022-05-18T05:00:21.1091460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:21.1091860Z dist init r=1, world=4 2022-05-18T05:00:21.1290860Z dist init r=3, world=4 2022-05-18T05:00:21.4481300Z skip: Need at least 2 CUDA devices (2.136s) 2022-05-18T05:00:21.4552040Z test_delayed_reduce_scatter_offload_true_prefetch_pre_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7262 2022-05-18T05:00:21.4606780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7263 2022-05-18T05:00:21.4769020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7264 2022-05-18T05:00:21.4873350Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7265 2022-05-18T05:00:23.1060030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg022kmzy 2022-05-18T05:00:23.1097250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg022kmzy/_remote_module_non_scriptable.py 2022-05-18T05:00:23.1244460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5kpbtovi 2022-05-18T05:00:23.1326920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5kpbtovi/_remote_module_non_scriptable.py 2022-05-18T05:00:23.1327550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp44b_lp7l 2022-05-18T05:00:23.1528380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp44b_lp7l/_remote_module_non_scriptable.py 2022-05-18T05:00:23.1529060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxj419fes 2022-05-18T05:00:23.1611390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxj419fes/_remote_module_non_scriptable.py 2022-05-18T05:00:23.1719380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:23.1830690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:23.1839060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:23.1841410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:23.1843240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:23.1844540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:23.1951050Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:23.2156370Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:23.2167830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:23.2269160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:23.2269500Z dist init r=2, world=4 2022-05-18T05:00:23.2369640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:23.2370100Z dist init r=3, world=4 2022-05-18T05:00:23.2469990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:23.2470430Z dist init r=0, world=4 2022-05-18T05:00:23.2570590Z dist init r=1, world=4 2022-05-18T05:00:23.5351180Z skip: Need at least 2 CUDA devices (2.087s) 2022-05-18T05:00:23.5422110Z test_delayed_reduce_scatter_offload_true_prefetch_pre_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7270 2022-05-18T05:00:23.5478290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7271 2022-05-18T05:00:23.5761160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7272 2022-05-18T05:00:23.5862890Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7273 2022-05-18T05:00:25.1575730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplca6a9sn 2022-05-18T05:00:25.1606840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplca6a9sn/_remote_module_non_scriptable.py 2022-05-18T05:00:25.1979030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiyr991tl 2022-05-18T05:00:25.2037970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiyr991tl/_remote_module_non_scriptable.py 2022-05-18T05:00:25.2188690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplz2vhc8j 2022-05-18T05:00:25.2247680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplz2vhc8j/_remote_module_non_scriptable.py 2022-05-18T05:00:25.2283580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5kh4oe5e 2022-05-18T05:00:25.2291280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5kh4oe5e/_remote_module_non_scriptable.py 2022-05-18T05:00:25.2825720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:25.2839340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:25.3085470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:25.3086650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:25.3087890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:25.3089850Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:25.3107300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:25.3198050Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:25.3548240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:25.3657770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:25.3658200Z dist init r=0, world=4 2022-05-18T05:00:25.3761630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:25.3762050Z dist init r=1, world=4 2022-05-18T05:00:25.3863100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:25.3863530Z dist init r=3, world=4 2022-05-18T05:00:25.3962230Z dist init r=2, world=4 2022-05-18T05:00:25.6721220Z skip: Need at least 2 CUDA devices (2.137s) 2022-05-18T05:00:25.6794120Z test_mixture_of_experts_offload_false_none_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7278 2022-05-18T05:00:25.6847790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7279 2022-05-18T05:00:25.6936570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7280 2022-05-18T05:00:25.7058420Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7281 2022-05-18T05:00:27.3184960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoejxf5yr 2022-05-18T05:00:27.3206230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoejxf5yr/_remote_module_non_scriptable.py 2022-05-18T05:00:27.3271730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqsjx7b4y 2022-05-18T05:00:27.3346090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm4pb9vev 2022-05-18T05:00:27.3399470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm4pb9vev/_remote_module_non_scriptable.py 2022-05-18T05:00:27.3453510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqsjx7b4y/_remote_module_non_scriptable.py 2022-05-18T05:00:27.3697720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjtgdn8ru 2022-05-18T05:00:27.3701210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjtgdn8ru/_remote_module_non_scriptable.py 2022-05-18T05:00:27.4017450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:27.4071600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:27.4073680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:27.4269000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:27.4272030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:27.4275920Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:27.5066460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:27.5068240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:27.5299540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:27.5299960Z dist init r=2, world=4 2022-05-18T05:00:27.5300400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:27.5403360Z dist init r=1, world=4 2022-05-18T05:00:27.5498220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:27.5505070Z dist init r=0, world=4 2022-05-18T05:00:27.5608000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:27.5608540Z dist init r=3, world=4 2022-05-18T05:00:27.9102010Z skip: Need at least 2 CUDA devices (2.238s) 2022-05-18T05:00:27.9172060Z test_mixture_of_experts_offload_false_none_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7286 2022-05-18T05:00:27.9223190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7287 2022-05-18T05:00:27.9423730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7288 2022-05-18T05:00:27.9525240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7289 2022-05-18T05:00:29.6017830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq9ev1m68 2022-05-18T05:00:29.6069070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzn4ympb3 2022-05-18T05:00:29.6122220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzn4ympb3/_remote_module_non_scriptable.py 2022-05-18T05:00:29.6219020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq9ev1m68/_remote_module_non_scriptable.py 2022-05-18T05:00:29.6228370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgguvd8x8 2022-05-18T05:00:29.6324040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph34j5e6n 2022-05-18T05:00:29.6421990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgguvd8x8/_remote_module_non_scriptable.py 2022-05-18T05:00:29.6430670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph34j5e6n/_remote_module_non_scriptable.py 2022-05-18T05:00:29.7245510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:29.7468680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:29.7470400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:29.7473060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:29.7476000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:29.7476850Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:29.7477520Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:29.7818520Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:29.7955650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:29.8058930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:29.8059930Z dist init r=0, world=4 2022-05-18T05:00:29.8260450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:29.8260800Z dist init r=2, world=4 2022-05-18T05:00:29.8363380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:29.8363730Z dist init r=1, world=4 2022-05-18T05:00:29.8464920Z dist init r=3, world=4 2022-05-18T05:00:30.1293340Z skip: Need at least 2 CUDA devices (2.219s) 2022-05-18T05:00:30.1363710Z test_mixture_of_experts_offload_false_none_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7295 2022-05-18T05:00:30.1417130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7296 2022-05-18T05:00:30.1546810Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7297 2022-05-18T05:00:30.1653490Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7298 2022-05-18T05:00:31.7451620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvr0k1mhp 2022-05-18T05:00:31.7553830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvr0k1mhp/_remote_module_non_scriptable.py 2022-05-18T05:00:31.7632250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpym0729jr 2022-05-18T05:00:31.7659590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpym0729jr/_remote_module_non_scriptable.py 2022-05-18T05:00:31.7966390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0f91vna3 2022-05-18T05:00:31.7969600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0f91vna3/_remote_module_non_scriptable.py 2022-05-18T05:00:31.7978870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe7rp12b1 2022-05-18T05:00:31.7982660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe7rp12b1/_remote_module_non_scriptable.py 2022-05-18T05:00:31.9198160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:31.9198730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:31.9202600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:31.9206580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:31.9208240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:31.9209470Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:31.9211770Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:31.9318730Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:31.9346640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:31.9454550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:31.9454890Z dist init r=1, world=4 2022-05-18T05:00:31.9640480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:31.9640820Z dist init r=0, world=4 2022-05-18T05:00:31.9758160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:31.9759160Z dist init r=2, world=4 2022-05-18T05:00:31.9943380Z dist init r=3, world=4 2022-05-18T05:00:32.3627250Z skip: Need at least 2 CUDA devices (2.233s) 2022-05-18T05:00:32.3696800Z test_mixture_of_experts_offload_false_none_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7303 2022-05-18T05:00:32.3750020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7304 2022-05-18T05:00:32.3833820Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7305 2022-05-18T05:00:32.3970500Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7306 2022-05-18T05:00:33.9389760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbq5at3t5 2022-05-18T05:00:33.9434910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbq5at3t5/_remote_module_non_scriptable.py 2022-05-18T05:00:33.9851740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4uazd040 2022-05-18T05:00:33.9887900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4uazd040/_remote_module_non_scriptable.py 2022-05-18T05:00:34.0145490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp8bx69ek 2022-05-18T05:00:34.0154730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp8bx69ek/_remote_module_non_scriptable.py 2022-05-18T05:00:34.0300640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdg8ww0a 2022-05-18T05:00:34.0304170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkdg8ww0a/_remote_module_non_scriptable.py 2022-05-18T05:00:34.1354220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:34.1459770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:34.1461310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:34.1570470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:34.1573270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:34.1856190Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:34.1863000Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:34.2161880Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:34.2177620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:34.2287050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:34.2287390Z dist init r=3, world=4 2022-05-18T05:00:34.2381960Z dist init r=1, world=4 2022-05-18T05:00:34.2481620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:34.2489540Z dist init r=0, world=4 2022-05-18T05:00:34.2585950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:34.2683330Z dist init r=2, world=4 2022-05-18T05:00:34.6599510Z skip: Need at least 2 CUDA devices (2.297s) 2022-05-18T05:00:34.6667350Z test_mixture_of_experts_offload_false_none_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7311 2022-05-18T05:00:34.6718680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7312 2022-05-18T05:00:34.6851720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7313 2022-05-18T05:00:34.7008870Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7314 2022-05-18T05:00:36.2503710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprx145auq 2022-05-18T05:00:36.2555100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprx145auq/_remote_module_non_scriptable.py 2022-05-18T05:00:36.2976820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_nns5302 2022-05-18T05:00:36.2981180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_nns5302/_remote_module_non_scriptable.py 2022-05-18T05:00:36.3084800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5wyingv9 2022-05-18T05:00:36.3124670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5wyingv9/_remote_module_non_scriptable.py 2022-05-18T05:00:36.3271820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptqpx86ds 2022-05-18T05:00:36.3275170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptqpx86ds/_remote_module_non_scriptable.py 2022-05-18T05:00:36.4623340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:36.4628930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:36.4632310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:36.4633900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:36.4635930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:36.4637060Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:36.5198050Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:36.5199240Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:36.5317840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:36.5421450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:36.5421830Z dist init r=1, world=4 2022-05-18T05:00:36.5525280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:36.5525840Z dist init r=0, world=4 2022-05-18T05:00:36.5722580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:36.5722940Z dist init r=3, world=4 2022-05-18T05:00:36.5826340Z dist init r=2, world=4 2022-05-18T05:00:36.8666210Z skip: Need at least 2 CUDA devices (2.206s) 2022-05-18T05:00:36.8739660Z test_mixture_of_experts_offload_false_none_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7319 2022-05-18T05:00:36.8795450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7320 2022-05-18T05:00:36.8980350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7321 2022-05-18T05:00:36.9099760Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7322 2022-05-18T05:00:38.6496400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjcp1jx5h 2022-05-18T05:00:38.6597800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjcp1jx5h/_remote_module_non_scriptable.py 2022-05-18T05:00:38.6762460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpegbblwou 2022-05-18T05:00:38.6802960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpegbblwou/_remote_module_non_scriptable.py 2022-05-18T05:00:38.6904380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr7iy6qcs 2022-05-18T05:00:38.6915380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr7iy6qcs/_remote_module_non_scriptable.py 2022-05-18T05:00:38.7016730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmposq_79b5 2022-05-18T05:00:38.7056410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmposq_79b5/_remote_module_non_scriptable.py 2022-05-18T05:00:38.8292800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:38.8295740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:38.8302300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:38.8303210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:38.8306370Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:38.8307150Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:38.8419280Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:38.8422620Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:38.9101030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:38.9206930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:38.9207280Z dist init r=2, world=4 2022-05-18T05:00:38.9369180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:38.9369540Z dist init r=0, world=4 2022-05-18T05:00:38.9498790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:38.9499150Z dist init r=3, world=4 2022-05-18T05:00:38.9649820Z dist init r=1, world=4 2022-05-18T05:00:39.4101540Z skip: Need at least 2 CUDA devices (2.543s) 2022-05-18T05:00:39.4173980Z test_mixture_of_experts_offload_false_prefetch_post_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7328 2022-05-18T05:00:39.4226900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7329 2022-05-18T05:00:39.4360470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7330 2022-05-18T05:00:39.4463830Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7331 2022-05-18T05:00:41.1066290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi54g86v1 2022-05-18T05:00:41.1141250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi54g86v1/_remote_module_non_scriptable.py 2022-05-18T05:00:41.1267520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp579061x8 2022-05-18T05:00:41.1307240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp579061x8/_remote_module_non_scriptable.py 2022-05-18T05:00:41.1402140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8yh31k9v 2022-05-18T05:00:41.1431230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8yh31k9v/_remote_module_non_scriptable.py 2022-05-18T05:00:41.1774710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjryd_acj 2022-05-18T05:00:41.1779290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjryd_acj/_remote_module_non_scriptable.py 2022-05-18T05:00:41.2353130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:41.2829320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:41.2831230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:41.2832900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:41.2835010Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:41.2837920Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:41.2839630Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:41.3088620Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:41.3619900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:41.3724360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:41.3724740Z dist init r=3, world=4 2022-05-18T05:00:41.3923450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:41.3923810Z dist init r=0, world=4 2022-05-18T05:00:41.4028680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:41.4029080Z dist init r=1, world=4 2022-05-18T05:00:41.4132820Z dist init r=2, world=4 2022-05-18T05:00:41.6676250Z skip: Need at least 2 CUDA devices (2.257s) 2022-05-18T05:00:41.6748200Z test_mixture_of_experts_offload_false_prefetch_post_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7337 2022-05-18T05:00:41.6807070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7338 2022-05-18T05:00:41.7072670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7339 2022-05-18T05:00:41.7174130Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7340 2022-05-18T05:00:43.3710670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpodtqwcpk 2022-05-18T05:00:43.3718590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpodtqwcpk/_remote_module_non_scriptable.py 2022-05-18T05:00:43.3756950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz_vjpg3b 2022-05-18T05:00:43.3823030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz_vjpg3b/_remote_module_non_scriptable.py 2022-05-18T05:00:43.3871180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5vhnzfoi 2022-05-18T05:00:43.3887610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5vhnzfoi/_remote_module_non_scriptable.py 2022-05-18T05:00:43.3987890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwkuc1ca4 2022-05-18T05:00:43.4013620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwkuc1ca4/_remote_module_non_scriptable.py 2022-05-18T05:00:43.5338490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:43.5341710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:43.5347180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:43.5353640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:43.5358240Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:43.5454190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:43.5460630Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:43.5688860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:43.5804840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:43.5805220Z dist init r=0, world=4 2022-05-18T05:00:43.5811530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:43.5908820Z dist init r=2, world=4 2022-05-18T05:00:43.5909840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:43.6110310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:43.6110660Z dist init r=3, world=4 2022-05-18T05:00:43.6214000Z dist init r=1, world=4 2022-05-18T05:00:43.9087740Z skip: Need at least 2 CUDA devices (2.241s) 2022-05-18T05:00:43.9155830Z test_mixture_of_experts_offload_false_prefetch_post_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7345 2022-05-18T05:00:43.9221670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7346 2022-05-18T05:00:43.9360910Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7347 2022-05-18T05:00:43.9463310Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7348 2022-05-18T05:00:45.6073920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4z2q3c5c 2022-05-18T05:00:45.6139350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4z2q3c5c/_remote_module_non_scriptable.py 2022-05-18T05:00:45.6235730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplvfus0nd 2022-05-18T05:00:45.6258210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplrjub288 2022-05-18T05:00:45.6338700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplrjub288/_remote_module_non_scriptable.py 2022-05-18T05:00:45.6354930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplvfus0nd/_remote_module_non_scriptable.py 2022-05-18T05:00:45.6773470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxxm4loqf 2022-05-18T05:00:45.6777410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxxm4loqf/_remote_module_non_scriptable.py 2022-05-18T05:00:45.7120630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:45.7232530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:45.7235420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:45.7237580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:45.7239780Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:45.7240830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:45.7243640Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:45.7822840Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:45.7839980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:45.7944260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:45.7944610Z dist init r=0, world=4 2022-05-18T05:00:45.8047150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:45.8047540Z dist init r=2, world=4 2022-05-18T05:00:45.8245760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:45.8246170Z dist init r=1, world=4 2022-05-18T05:00:45.8348850Z dist init r=3, world=4 2022-05-18T05:00:46.1401910Z skip: Need at least 2 CUDA devices (2.231s) 2022-05-18T05:00:46.1474270Z test_mixture_of_experts_offload_false_prefetch_post_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7353 2022-05-18T05:00:46.1531210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7354 2022-05-18T05:00:46.1670170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7355 2022-05-18T05:00:46.1773890Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7356 2022-05-18T05:00:47.8071700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdptdi232 2022-05-18T05:00:47.8140850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdptdi232/_remote_module_non_scriptable.py 2022-05-18T05:00:47.8241530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6401u7l2 2022-05-18T05:00:47.8242240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6401u7l2/_remote_module_non_scriptable.py 2022-05-18T05:00:47.8687410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4kee8046 2022-05-18T05:00:47.8690520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo4ua8698 2022-05-18T05:00:47.8691510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4kee8046/_remote_module_non_scriptable.py 2022-05-18T05:00:47.8694590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo4ua8698/_remote_module_non_scriptable.py 2022-05-18T05:00:47.9040520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:47.9041790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:47.9505160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:47.9505780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:47.9506770Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:47.9508640Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:47.9511590Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:48.0321220Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:48.0336310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:48.0438130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:48.0438540Z dist init r=1, world=4 2022-05-18T05:00:48.0438860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:48.0538550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:48.0538910Z dist init r=0, world=4 2022-05-18T05:00:48.0638890Z dist init r=3, world=4 2022-05-18T05:00:48.0643170Z dist init r=2, world=4 2022-05-18T05:00:48.3638590Z skip: Need at least 2 CUDA devices (2.223s) 2022-05-18T05:00:48.3709300Z test_mixture_of_experts_offload_false_prefetch_post_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7361 2022-05-18T05:00:48.3767390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7362 2022-05-18T05:00:48.3845980Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7363 2022-05-18T05:00:48.3984290Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7364 2022-05-18T05:00:50.0863770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2m55ubwp 2022-05-18T05:00:50.0918050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2m55ubwp/_remote_module_non_scriptable.py 2022-05-18T05:00:50.0967600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphbkoi2pk 2022-05-18T05:00:50.1044960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphbkoi2pk/_remote_module_non_scriptable.py 2022-05-18T05:00:50.1204770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphdp6nsnj 2022-05-18T05:00:50.1304830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4bz0qgta 2022-05-18T05:00:50.1348910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4bz0qgta/_remote_module_non_scriptable.py 2022-05-18T05:00:50.1375260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphdp6nsnj/_remote_module_non_scriptable.py 2022-05-18T05:00:50.2294440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:50.2297610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:50.2301590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:50.2303640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:50.2304950Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:50.2306700Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:50.2412100Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:50.2535680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:50.2931130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:50.2931480Z dist init r=0, world=4 2022-05-18T05:00:50.3037090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:50.3037440Z dist init r=3, world=4 2022-05-18T05:00:50.3039020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:50.3140470Z dist init r=2, world=4 2022-05-18T05:00:50.3233940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:50.3336010Z dist init r=1, world=4 2022-05-18T05:00:50.6364360Z skip: Need at least 2 CUDA devices (2.272s) 2022-05-18T05:00:50.6432190Z test_mixture_of_experts_offload_false_prefetch_post_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7370 2022-05-18T05:00:50.6485460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7371 2022-05-18T05:00:50.6620280Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7372 2022-05-18T05:00:50.6722080Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7373 2022-05-18T05:00:52.2471150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyacbsh8i 2022-05-18T05:00:52.2505530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyacbsh8i/_remote_module_non_scriptable.py 2022-05-18T05:00:52.2574340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5dbbaxk 2022-05-18T05:00:52.2617510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5dbbaxk/_remote_module_non_scriptable.py 2022-05-18T05:00:52.2855550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuvw3ua_5 2022-05-18T05:00:52.2904540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuvw3ua_5/_remote_module_non_scriptable.py 2022-05-18T05:00:52.3127040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw6q857gn 2022-05-18T05:00:52.3130340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw6q857gn/_remote_module_non_scriptable.py 2022-05-18T05:00:52.3465990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:52.3467640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:52.3494280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:52.4309150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:52.4311850Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:52.4423400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:52.4424690Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:52.5089290Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:52.5325370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:52.5427220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:52.5436030Z dist init r=1, world=4 2022-05-18T05:00:52.5436370Z dist init r=0, world=4 2022-05-18T05:00:52.5537400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:52.5537740Z dist init r=2, world=4 2022-05-18T05:00:52.5638840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:52.5639190Z dist init r=3, world=4 2022-05-18T05:00:52.9102980Z skip: Need at least 2 CUDA devices (2.274s) 2022-05-18T05:00:52.9173150Z test_mixture_of_experts_offload_false_prefetch_pre_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7378 2022-05-18T05:00:52.9230510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7379 2022-05-18T05:00:52.9386650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7380 2022-05-18T05:00:52.9391700Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7381 2022-05-18T05:00:54.5200810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp99qmmnt1 2022-05-18T05:00:54.5335250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp99qmmnt1/_remote_module_non_scriptable.py 2022-05-18T05:00:54.5389150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwo7y3722 2022-05-18T05:00:54.5419410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwo7y3722/_remote_module_non_scriptable.py 2022-05-18T05:00:54.5693570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplmxe3430 2022-05-18T05:00:54.5696170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplmxe3430/_remote_module_non_scriptable.py 2022-05-18T05:00:54.5723470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcagcaqs7 2022-05-18T05:00:54.5801090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcagcaqs7/_remote_module_non_scriptable.py 2022-05-18T05:00:54.6100700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:54.6572560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:54.6574520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:54.6576370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:54.6578690Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:54.6580300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:54.6581800Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:54.6587410Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:54.6994450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:54.7094910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:54.7095260Z dist init r=0, world=4 2022-05-18T05:00:54.7095580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:54.7195960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:54.7196350Z dist init r=1, world=4 2022-05-18T05:00:54.7296480Z dist init r=2, world=4 2022-05-18T05:00:54.7397170Z dist init r=3, world=4 2022-05-18T05:00:55.0083950Z skip: Need at least 2 CUDA devices (2.098s) 2022-05-18T05:00:55.0153100Z test_mixture_of_experts_offload_false_prefetch_pre_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7386 2022-05-18T05:00:55.0206210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7387 2022-05-18T05:00:55.0291350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7388 2022-05-18T05:00:55.0406610Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7389 2022-05-18T05:00:56.6548060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdslsaaqk 2022-05-18T05:00:56.6549080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdslsaaqk/_remote_module_non_scriptable.py 2022-05-18T05:00:56.6649600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzyym7z0q 2022-05-18T05:00:56.6710720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzyym7z0q/_remote_module_non_scriptable.py 2022-05-18T05:00:56.6794190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptw4do0jb 2022-05-18T05:00:56.6820140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptw4do0jb/_remote_module_non_scriptable.py 2022-05-18T05:00:56.6899490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwdss8fpk 2022-05-18T05:00:56.6900390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwdss8fpk/_remote_module_non_scriptable.py 2022-05-18T05:00:56.7832100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:56.7835220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:56.7838240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:56.7840090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:56.7842190Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:56.7843740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:56.7845760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:56.8029830Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:56.8043660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:56.8144830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:56.8145160Z dist init r=1, world=4 2022-05-18T05:00:56.8246870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:56.8247240Z dist init r=3, world=4 2022-05-18T05:00:56.8348520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:56.8348990Z dist init r=0, world=4 2022-05-18T05:00:56.8349250Z dist init r=2, world=4 2022-05-18T05:00:57.2596470Z skip: Need at least 2 CUDA devices (2.251s) 2022-05-18T05:00:57.2670630Z test_mixture_of_experts_offload_false_prefetch_pre_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7394 2022-05-18T05:00:57.2727810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7395 2022-05-18T05:00:57.2863010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7396 2022-05-18T05:00:57.2989640Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7397 2022-05-18T05:00:58.9073760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_ngmcc7_ 2022-05-18T05:00:58.9134650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_ngmcc7_/_remote_module_non_scriptable.py 2022-05-18T05:00:58.9145690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm8wsmk80 2022-05-18T05:00:58.9243510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm8wsmk80/_remote_module_non_scriptable.py 2022-05-18T05:00:58.9282930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpezltmtac 2022-05-18T05:00:58.9384140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpezltmtac/_remote_module_non_scriptable.py 2022-05-18T05:00:58.9485500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi6c5l_er 2022-05-18T05:00:58.9619630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi6c5l_er/_remote_module_non_scriptable.py 2022-05-18T05:00:59.0683930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:00:59.0685060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:00:59.0798620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:00:59.0799810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:00:59.0801340Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:59.0803260Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:59.1571220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:59.1695430Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:00:59.2164020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:00:59.2277040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:00:59.2277390Z dist init r=1, world=4 2022-05-18T05:00:59.2277640Z dist init r=3, world=4 2022-05-18T05:00:59.2380190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:00:59.2472790Z dist init r=0, world=4 2022-05-18T05:00:59.2574660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:00:59.2578960Z dist init r=2, world=4 2022-05-18T05:00:59.5379890Z skip: Need at least 2 CUDA devices (2.278s) 2022-05-18T05:00:59.5448490Z test_mixture_of_experts_offload_false_prefetch_pre_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7403 2022-05-18T05:00:59.5502910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7404 2022-05-18T05:00:59.5706310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7405 2022-05-18T05:00:59.5807260Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7406 2022-05-18T05:01:01.1608490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpym60dy9q 2022-05-18T05:01:01.1685360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpag8zfelu 2022-05-18T05:01:01.1704230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpym60dy9q/_remote_module_non_scriptable.py 2022-05-18T05:01:01.1802760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpag8zfelu/_remote_module_non_scriptable.py 2022-05-18T05:01:01.1841780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa29cdzl4 2022-05-18T05:01:01.1869490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa29cdzl4/_remote_module_non_scriptable.py 2022-05-18T05:01:01.2074270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9o6cjf8m 2022-05-18T05:01:01.2090840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9o6cjf8m/_remote_module_non_scriptable.py 2022-05-18T05:01:01.2843910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:01.3093240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:01.3095940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:01.3097620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:01.3099210Z 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:01.3100530Z 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:01.3205030Z 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:01.3448530Z 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:01.4083590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:01.4186810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:01.4187200Z dist init r=2, world=4 2022-05-18T05:01:01.4290090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:01.4291040Z dist init r=0, world=4 2022-05-18T05:01:01.4488110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:01.4488450Z dist init r=3, world=4 2022-05-18T05:01:01.4592950Z dist init r=1, world=4 2022-05-18T05:01:01.7300180Z skip: Need at least 2 CUDA devices (2.192s) 2022-05-18T05:01:01.7382370Z test_mixture_of_experts_offload_false_prefetch_pre_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7411 2022-05-18T05:01:01.7437640Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7412 2022-05-18T05:01:01.7643340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7413 2022-05-18T05:01:01.7744710Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7414 2022-05-18T05:01:03.3598770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpntxl7c31 2022-05-18T05:01:03.3607580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpntxl7c31/_remote_module_non_scriptable.py 2022-05-18T05:01:03.3664700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpte0w5f8n 2022-05-18T05:01:03.3709950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpte0w5f8n/_remote_module_non_scriptable.py 2022-05-18T05:01:03.3805360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0wqpee7i 2022-05-18T05:01:03.3867050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0wqpee7i/_remote_module_non_scriptable.py 2022-05-18T05:01:03.3913850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi6vju5t4 2022-05-18T05:01:03.3968920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi6vju5t4/_remote_module_non_scriptable.py 2022-05-18T05:01:03.4986040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:03.5344290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:03.5346790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:03.5351070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:03.5354130Z 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:03.5611800Z 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:03.5613410Z 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:03.5619050Z 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:03.5724100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:03.5724450Z dist init r=3, world=4 2022-05-18T05:01:03.5836570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:03.5836930Z dist init r=0, world=4 2022-05-18T05:01:03.5941180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:03.5941510Z dist init r=1, world=4 2022-05-18T05:01:03.6127990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:03.6128350Z dist init r=2, world=4 2022-05-18T05:01:04.0347840Z skip: Need at least 2 CUDA devices (2.305s) 2022-05-18T05:01:04.0417530Z test_mixture_of_experts_offload_false_prefetch_pre_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7419 2022-05-18T05:01:04.0468950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7420 2022-05-18T05:01:04.0614610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7421 2022-05-18T05:01:04.0717300Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7422 2022-05-18T05:01:05.6443110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpthgk50bk 2022-05-18T05:01:05.6489730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpthgk50bk/_remote_module_non_scriptable.py 2022-05-18T05:01:05.6629230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgrz6_g40 2022-05-18T05:01:05.6646860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgrz6_g40/_remote_module_non_scriptable.py 2022-05-18T05:01:05.6859910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmtfvllmj 2022-05-18T05:01:05.6919780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmtfvllmj/_remote_module_non_scriptable.py 2022-05-18T05:01:05.6963270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiulmborz 2022-05-18T05:01:05.6989600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiulmborz/_remote_module_non_scriptable.py 2022-05-18T05:01:05.7831160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:05.8100340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:05.8103140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:05.8106870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:05.8107810Z 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:05.8109500Z 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:05.8216770Z 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:05.8224030Z 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:05.9075350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:05.9176430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:05.9176790Z dist init r=0, world=4 2022-05-18T05:01:05.9276870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:05.9277210Z dist init r=2, world=4 2022-05-18T05:01:05.9377360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:05.9377790Z dist init r=1, world=4 2022-05-18T05:01:05.9478000Z dist init r=3, world=4 2022-05-18T05:01:06.2871830Z skip: Need at least 2 CUDA devices (2.252s) 2022-05-18T05:01:06.2940620Z test_mixture_of_experts_offload_true_none_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7427 2022-05-18T05:01:06.2993880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7428 2022-05-18T05:01:06.3082470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7429 2022-05-18T05:01:06.3214850Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7430 2022-05-18T05:01:07.8972460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpda486psf 2022-05-18T05:01:07.9021690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpda486psf/_remote_module_non_scriptable.py 2022-05-18T05:01:07.9124220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfqm6hvsk 2022-05-18T05:01:07.9182350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfqm6hvsk/_remote_module_non_scriptable.py 2022-05-18T05:01:07.9409220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvfjhb7g7 2022-05-18T05:01:07.9473740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvfjhb7g7/_remote_module_non_scriptable.py 2022-05-18T05:01:07.9556920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprm26a89w 2022-05-18T05:01:07.9565110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprm26a89w/_remote_module_non_scriptable.py 2022-05-18T05:01:08.0720840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:08.0722270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:08.0723720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:08.0735800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:08.0739040Z 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:08.0836380Z 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:08.1088500Z 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:08.1570850Z 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:08.1858470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:08.1960710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:08.1961080Z dist init r=3, world=4 2022-05-18T05:01:08.2067630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:08.2067980Z dist init r=1, world=4 2022-05-18T05:01:08.2263160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:08.2263520Z dist init r=0, world=4 2022-05-18T05:01:08.2366500Z dist init r=2, world=4 2022-05-18T05:01:08.6212270Z skip: Need at least 2 CUDA devices (2.334s) 2022-05-18T05:01:08.6279360Z test_mixture_of_experts_offload_true_none_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7435 2022-05-18T05:01:08.6331270Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7436 2022-05-18T05:01:08.6489570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7437 2022-05-18T05:01:08.6593510Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7438 2022-05-18T05:01:10.2851150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfvia3dgd 2022-05-18T05:01:10.2923760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfvia3dgd/_remote_module_non_scriptable.py 2022-05-18T05:01:10.3053290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpylngmwpn 2022-05-18T05:01:10.3097460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpylngmwpn/_remote_module_non_scriptable.py 2022-05-18T05:01:10.3353940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqjwo8n86 2022-05-18T05:01:10.3372260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqjwo8n86/_remote_module_non_scriptable.py 2022-05-18T05:01:10.3504840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe_n90h5c 2022-05-18T05:01:10.3507890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe_n90h5c/_remote_module_non_scriptable.py 2022-05-18T05:01:10.3841400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:10.4076100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:10.4077020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:10.4217310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:10.4219760Z 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:10.4322140Z 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:10.4327380Z 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:10.4450790Z 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:10.5357130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:10.5461120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:10.5461510Z dist init r=2, world=4 2022-05-18T05:01:10.5565420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:10.5565850Z dist init r=0, world=4 2022-05-18T05:01:10.5762020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:10.5762400Z dist init r=1, world=4 2022-05-18T05:01:10.5863780Z dist init r=3, world=4 2022-05-18T05:01:10.8222220Z skip: Need at least 2 CUDA devices (2.201s) 2022-05-18T05:01:10.8292490Z test_mixture_of_experts_offload_true_none_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7444 2022-05-18T05:01:10.8350760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7445 2022-05-18T05:01:10.8432740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7446 2022-05-18T05:01:10.8567970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7447 2022-05-18T05:01:12.4798090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf86vbpml 2022-05-18T05:01:12.4899340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb0tx2lev 2022-05-18T05:01:12.5000730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb0tx2lev/_remote_module_non_scriptable.py 2022-05-18T05:01:12.5089050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf86vbpml/_remote_module_non_scriptable.py 2022-05-18T05:01:12.5142590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpafz3bb9v 2022-05-18T05:01:12.5144110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpafz3bb9v/_remote_module_non_scriptable.py 2022-05-18T05:01:12.5191720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6chvb6xe 2022-05-18T05:01:12.5236890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6chvb6xe/_remote_module_non_scriptable.py 2022-05-18T05:01:12.5469300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:12.5513520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:12.5515660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:12.5518830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:12.5519980Z 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:12.5520820Z 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:12.5522800Z 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:12.6376030Z 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:12.6509580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:12.6611830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:12.6612180Z dist init r=0, world=4 2022-05-18T05:01:12.6717520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:12.6717870Z dist init r=1, world=4 2022-05-18T05:01:12.6918660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:12.6919020Z dist init r=3, world=4 2022-05-18T05:01:12.7021020Z dist init r=2, world=4 2022-05-18T05:01:12.9998810Z skip: Need at least 2 CUDA devices (2.177s) 2022-05-18T05:01:13.0065880Z test_mixture_of_experts_offload_true_none_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7452 2022-05-18T05:01:13.0119540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7453 2022-05-18T05:01:13.0315610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7454 2022-05-18T05:01:13.0416950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7455 2022-05-18T05:01:14.6306030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2q3ph24u 2022-05-18T05:01:14.6357590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2q3ph24u/_remote_module_non_scriptable.py 2022-05-18T05:01:14.6432780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp50y2db4u 2022-05-18T05:01:14.6489030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp50y2db4u/_remote_module_non_scriptable.py 2022-05-18T05:01:14.6578660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpois6xct7 2022-05-18T05:01:14.6652420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpois6xct7/_remote_module_non_scriptable.py 2022-05-18T05:01:14.6697350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmbqy_svx 2022-05-18T05:01:14.6756640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmbqy_svx/_remote_module_non_scriptable.py 2022-05-18T05:01:14.6934880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:14.7017610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:14.7024350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:14.7049660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:14.7056570Z 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:14.7796490Z 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:14.7799900Z 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:14.7805640Z 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:14.7814470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:14.7920040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:14.7920410Z dist init r=2, world=4 2022-05-18T05:01:14.7920670Z dist init r=1, world=4 2022-05-18T05:01:14.8008360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:14.8021460Z dist init r=0, world=4 2022-05-18T05:01:14.8112130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:14.8122470Z dist init r=3, world=4 2022-05-18T05:01:15.1644100Z skip: Need at least 2 CUDA devices (2.164s) 2022-05-18T05:01:15.1713080Z test_mixture_of_experts_offload_true_none_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7460 2022-05-18T05:01:15.1763760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7461 2022-05-18T05:01:15.1895040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7462 2022-05-18T05:01:15.2017830Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7463 2022-05-18T05:01:16.7937140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpclrzj1zv 2022-05-18T05:01:16.7955970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpclrzj1zv/_remote_module_non_scriptable.py 2022-05-18T05:01:16.7966550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpisxaioge 2022-05-18T05:01:16.8065030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpisxaioge/_remote_module_non_scriptable.py 2022-05-18T05:01:16.8086450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd5e5ngpo 2022-05-18T05:01:16.8168490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd5e5ngpo/_remote_module_non_scriptable.py 2022-05-18T05:01:16.8244780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpti5b1h54 2022-05-18T05:01:16.8270570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpti5b1h54/_remote_module_non_scriptable.py 2022-05-18T05:01:16.9451130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:16.9455970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:16.9468780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:16.9473750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:16.9476730Z 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:16.9570760Z 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:17.0326870Z 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:17.0336350Z 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:17.0805150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:17.0908230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:17.0908670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:17.0909070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:17.0909380Z dist init r=3, world=4 2022-05-18T05:01:17.1111280Z dist init r=0, world=4 2022-05-18T05:01:17.1214910Z dist init r=2, world=4 2022-05-18T05:01:17.1321750Z dist init r=1, world=4 2022-05-18T05:01:17.4682270Z skip: Need at least 2 CUDA devices (2.304s) 2022-05-18T05:01:17.4753050Z test_mixture_of_experts_offload_true_none_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7468 2022-05-18T05:01:17.4806860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7469 2022-05-18T05:01:17.4964510Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7470 2022-05-18T05:01:17.5082380Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7471 2022-05-18T05:01:19.0670370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyby415pg 2022-05-18T05:01:19.0732740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyby415pg/_remote_module_non_scriptable.py 2022-05-18T05:01:19.0836050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpduzesfwe 2022-05-18T05:01:19.0908400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpduzesfwe/_remote_module_non_scriptable.py 2022-05-18T05:01:19.1110880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz0z6rs1v 2022-05-18T05:01:19.1140330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz0z6rs1v/_remote_module_non_scriptable.py 2022-05-18T05:01:19.1186260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkmknmuqm 2022-05-18T05:01:19.1204920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkmknmuqm/_remote_module_non_scriptable.py 2022-05-18T05:01:19.2840150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:19.2842990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:19.2847040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:19.2849510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:19.2850950Z 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:19.2852230Z 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:19.3254940Z 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:19.3683470Z 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:19.3798070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:19.3798480Z dist init r=1, world=4 2022-05-18T05:01:19.3805440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:19.3902110Z dist init r=0, world=4 2022-05-18T05:01:19.4001520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:19.4013410Z dist init r=3, world=4 2022-05-18T05:01:19.4110520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:19.4206290Z dist init r=2, world=4 2022-05-18T05:01:19.6779710Z skip: Need at least 2 CUDA devices (2.209s) 2022-05-18T05:01:19.6852290Z test_mixture_of_experts_offload_true_prefetch_post_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7477 2022-05-18T05:01:19.6905030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7478 2022-05-18T05:01:19.7165090Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7479 2022-05-18T05:01:19.7192960Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7480 2022-05-18T05:01:21.2828050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4t6pmrei 2022-05-18T05:01:21.2843090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4t6pmrei/_remote_module_non_scriptable.py 2022-05-18T05:01:21.2943600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp87zm_0yu 2022-05-18T05:01:21.2970090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp87zm_0yu/_remote_module_non_scriptable.py 2022-05-18T05:01:21.3213850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7gj1s_k2 2022-05-18T05:01:21.3217330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7gj1s_k2/_remote_module_non_scriptable.py 2022-05-18T05:01:21.3532750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptubqxvxd 2022-05-18T05:01:21.3536080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptubqxvxd/_remote_module_non_scriptable.py 2022-05-18T05:01:21.4087650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:21.4093350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:21.4096680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:21.4098570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:21.4099700Z 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:21.4101160Z 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:21.4102180Z 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:21.4204370Z 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:21.4793890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:21.4895500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:21.4895950Z dist init r=2, world=4 2022-05-18T05:01:21.4996030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:21.4996490Z dist init r=1, world=4 2022-05-18T05:01:21.5096410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:21.5097400Z dist init r=3, world=4 2022-05-18T05:01:21.5197360Z dist init r=0, world=4 2022-05-18T05:01:21.7877870Z skip: Need at least 2 CUDA devices (2.109s) 2022-05-18T05:01:21.7945380Z test_mixture_of_experts_offload_true_prefetch_post_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7485 2022-05-18T05:01:21.7997950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7486 2022-05-18T05:01:21.8082390Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7487 2022-05-18T05:01:21.8216040Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7488 2022-05-18T05:01:23.4062140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpewjj61gi 2022-05-18T05:01:23.4163860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjxb6c985 2022-05-18T05:01:23.4168180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjxb6c985/_remote_module_non_scriptable.py 2022-05-18T05:01:23.4252000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpewjj61gi/_remote_module_non_scriptable.py 2022-05-18T05:01:23.4343660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu7l_u55o 2022-05-18T05:01:23.4444980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu7l_u55o/_remote_module_non_scriptable.py 2022-05-18T05:01:23.4445710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6wakvu_j 2022-05-18T05:01:23.4446940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6wakvu_j/_remote_module_non_scriptable.py 2022-05-18T05:01:23.4777030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:23.5350860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:23.5358050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:23.5369330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:23.5370840Z 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:23.5372810Z 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:23.5480140Z 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:23.5495340Z 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:23.5521910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:23.5623620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:23.5623980Z dist init r=2, world=4 2022-05-18T05:01:23.5725120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:23.5725690Z dist init r=0, world=4 2022-05-18T05:01:23.5735390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:23.5735710Z dist init r=3, world=4 2022-05-18T05:01:23.5836670Z dist init r=1, world=4 2022-05-18T05:01:23.8485080Z skip: Need at least 2 CUDA devices (2.060s) 2022-05-18T05:01:23.8554820Z test_mixture_of_experts_offload_true_prefetch_post_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7493 2022-05-18T05:01:23.8608380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7494 2022-05-18T05:01:23.8692310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7495 2022-05-18T05:01:23.8806710Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7496 2022-05-18T05:01:25.5746450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxswekxly 2022-05-18T05:01:25.5787610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxswekxly/_remote_module_non_scriptable.py 2022-05-18T05:01:25.6089780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5qnseert 2022-05-18T05:01:25.6151550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5qnseert/_remote_module_non_scriptable.py 2022-05-18T05:01:25.6374150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa4o9yuoj 2022-05-18T05:01:25.6379930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa4o9yuoj/_remote_module_non_scriptable.py 2022-05-18T05:01:25.6443210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu230jx07 2022-05-18T05:01:25.6448980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu230jx07/_remote_module_non_scriptable.py 2022-05-18T05:01:25.7103430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:25.7226750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:25.7237870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:25.7240950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:25.7243110Z 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:25.7244940Z 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:25.7248880Z 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:25.7967920Z 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:25.7980100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:25.7983180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:25.7985330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:25.8086070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:25.8086400Z dist init r=3, world=4 2022-05-18T05:01:25.8086760Z dist init r=0, world=4 2022-05-18T05:01:25.8086970Z dist init r=1, world=4 2022-05-18T05:01:25.8092910Z dist init r=2, world=4 2022-05-18T05:01:26.0874570Z skip: Need at least 2 CUDA devices (2.239s) 2022-05-18T05:01:26.0945270Z test_mixture_of_experts_offload_true_prefetch_post_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7502 2022-05-18T05:01:26.0999010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7503 2022-05-18T05:01:26.1260450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7504 2022-05-18T05:01:26.1362140Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7505 2022-05-18T05:01:27.6845620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpucih6py8 2022-05-18T05:01:27.6911550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpucih6py8/_remote_module_non_scriptable.py 2022-05-18T05:01:27.7326480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe5aj7lwh 2022-05-18T05:01:27.7372990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe5aj7lwh/_remote_module_non_scriptable.py 2022-05-18T05:01:27.7389410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpohemosmo 2022-05-18T05:01:27.7408560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpohemosmo/_remote_module_non_scriptable.py 2022-05-18T05:01:27.7430240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptblp59z9 2022-05-18T05:01:27.7474960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptblp59z9/_remote_module_non_scriptable.py 2022-05-18T05:01:27.7877080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:27.7879270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:27.7998560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:27.8003880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:27.8007220Z 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:27.8012160Z 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:27.8670850Z 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:27.8673360Z 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:27.9077790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:27.9182790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:27.9183140Z dist init r=1, world=4 2022-05-18T05:01:27.9281120Z dist init r=0, world=4 2022-05-18T05:01:27.9382720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:27.9385620Z dist init r=2, world=4 2022-05-18T05:01:27.9385980Z dist init r=3, world=4 2022-05-18T05:01:27.9486350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:28.2837010Z skip: Need at least 2 CUDA devices (2.196s) 2022-05-18T05:01:28.2905720Z test_mixture_of_experts_offload_true_prefetch_post_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7510 2022-05-18T05:01:28.2957970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7511 2022-05-18T05:01:28.3085400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7512 2022-05-18T05:01:28.3219870Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7513 2022-05-18T05:01:29.9376930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp92akztlo 2022-05-18T05:01:29.9477400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp92akztlo/_remote_module_non_scriptable.py 2022-05-18T05:01:29.9726890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpadx7jn6d 2022-05-18T05:01:29.9786960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpadx7jn6d/_remote_module_non_scriptable.py 2022-05-18T05:01:30.0047220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjjxv1h8m 2022-05-18T05:01:30.0056120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjjxv1h8m/_remote_module_non_scriptable.py 2022-05-18T05:01:30.0076650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1gebn_6r 2022-05-18T05:01:30.0080270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1gebn_6r/_remote_module_non_scriptable.py 2022-05-18T05:01:30.1247410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:30.1341040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:30.1343550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:30.1347220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:30.1348560Z 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:30.1349950Z 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:30.2154300Z 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:30.2158850Z 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:30.2289510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:30.2392380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:30.2393270Z dist init r=2, world=4 2022-05-18T05:01:30.2496950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:30.2497290Z dist init r=0, world=4 2022-05-18T05:01:30.2695990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:30.2696340Z dist init r=3, world=4 2022-05-18T05:01:30.2800640Z dist init r=1, world=4 2022-05-18T05:01:30.5163280Z skip: Need at least 2 CUDA devices (2.232s) 2022-05-18T05:01:30.5234690Z test_mixture_of_experts_offload_true_prefetch_post_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7519 2022-05-18T05:01:30.5301090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7520 2022-05-18T05:01:30.5497030Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7521 2022-05-18T05:01:30.5598420Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7522 2022-05-18T05:01:32.1292410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_fakm75x 2022-05-18T05:01:32.1386520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_fakm75x/_remote_module_non_scriptable.py 2022-05-18T05:01:32.1447740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpudi0mtsl 2022-05-18T05:01:32.1492550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpudi0mtsl/_remote_module_non_scriptable.py 2022-05-18T05:01:32.1590140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwvqrx1em 2022-05-18T05:01:32.1612640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwvqrx1em/_remote_module_non_scriptable.py 2022-05-18T05:01:32.1648810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx7bur5jy 2022-05-18T05:01:32.1734080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx7bur5jy/_remote_module_non_scriptable.py 2022-05-18T05:01:32.2185020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:32.2954060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:32.2957440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:32.2958540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:32.2960060Z 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:32.2961170Z 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:32.2962990Z 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:32.3614840Z 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:32.4082010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:32.4186750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:32.4187100Z dist init r=0, world=4 2022-05-18T05:01:32.4290440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:32.4290790Z dist init r=2, world=4 2022-05-18T05:01:32.4392390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:32.4393310Z dist init r=1, world=4 2022-05-18T05:01:32.4590250Z dist init r=3, world=4 2022-05-18T05:01:32.8010630Z skip: Need at least 2 CUDA devices (2.284s) 2022-05-18T05:01:32.8078300Z test_mixture_of_experts_offload_true_prefetch_pre_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7527 2022-05-18T05:01:32.8130680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7528 2022-05-18T05:01:32.8407930Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7529 2022-05-18T05:01:32.8450500Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7530 2022-05-18T05:01:34.4057880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf1keeiv3 2022-05-18T05:01:34.4099520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf1keeiv3/_remote_module_non_scriptable.py 2022-05-18T05:01:34.4150710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyjpx1rbr 2022-05-18T05:01:34.4208420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyjpx1rbr/_remote_module_non_scriptable.py 2022-05-18T05:01:34.4212470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi7rv9w30 2022-05-18T05:01:34.4294520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi7rv9w30/_remote_module_non_scriptable.py 2022-05-18T05:01:34.4627350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph436l7pm 2022-05-18T05:01:34.4631050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmph436l7pm/_remote_module_non_scriptable.py 2022-05-18T05:01:34.5328840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:34.5329980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:34.5441920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:34.5444430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:34.5445700Z 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:34.5447320Z 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:34.5871210Z 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:34.6271310Z 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:34.6912790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:34.7018520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:34.7018990Z dist init r=3, world=4 2022-05-18T05:01:34.7123910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:34.7124260Z dist init r=0, world=4 2022-05-18T05:01:34.7322620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:34.7322960Z dist init r=1, world=4 2022-05-18T05:01:34.7424360Z dist init r=2, world=4 2022-05-18T05:01:35.1668640Z skip: Need at least 2 CUDA devices (2.365s) 2022-05-18T05:01:35.1736160Z test_mixture_of_experts_offload_true_prefetch_pre_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7535 2022-05-18T05:01:35.1787710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7536 2022-05-18T05:01:35.1921150Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7537 2022-05-18T05:01:35.2090590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7538 2022-05-18T05:01:36.7660140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvmctymuj 2022-05-18T05:01:36.7761270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvmctymuj/_remote_module_non_scriptable.py 2022-05-18T05:01:36.7853360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsrf42s34 2022-05-18T05:01:36.7913730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsrf42s34/_remote_module_non_scriptable.py 2022-05-18T05:01:36.8056630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfh75cdwp 2022-05-18T05:01:36.8068780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfh75cdwp/_remote_module_non_scriptable.py 2022-05-18T05:01:36.8225130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1yddi17y 2022-05-18T05:01:36.8228570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1yddi17y/_remote_module_non_scriptable.py 2022-05-18T05:01:36.8554670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:36.8664230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:36.9093630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:36.9097410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:36.9098830Z 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:36.9100550Z 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:36.9402740Z 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:36.9408470Z 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:36.9441320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:36.9555460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:36.9555810Z dist init r=1, world=4 2022-05-18T05:01:36.9667270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:36.9667600Z dist init r=0, world=4 2022-05-18T05:01:36.9849030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:36.9849380Z dist init r=2, world=4 2022-05-18T05:01:36.9958960Z dist init r=3, world=4 2022-05-18T05:01:37.2820940Z skip: Need at least 2 CUDA devices (2.115s) 2022-05-18T05:01:37.2888640Z test_mixture_of_experts_offload_true_prefetch_pre_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7543 2022-05-18T05:01:37.2939020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7544 2022-05-18T05:01:37.3222700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7545 2022-05-18T05:01:37.3324400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7546 2022-05-18T05:01:38.9008730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa9dnc0az 2022-05-18T05:01:38.9058490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa9dnc0az/_remote_module_non_scriptable.py 2022-05-18T05:01:38.9114030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3nwrnc7e 2022-05-18T05:01:38.9143010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3nwrnc7e/_remote_module_non_scriptable.py 2022-05-18T05:01:38.9235610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplb0u90ux 2022-05-18T05:01:38.9310070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplb0u90ux/_remote_module_non_scriptable.py 2022-05-18T05:01:38.9347160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfp18a2mn 2022-05-18T05:01:38.9355560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfp18a2mn/_remote_module_non_scriptable.py 2022-05-18T05:01:38.9698590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:38.9701020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:38.9814700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:38.9816300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:38.9818080Z 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:38.9819450Z 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:38.9928950Z 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:38.9937000Z 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:39.0645730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:39.0748800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:39.0749140Z dist init r=2, world=4 2022-05-18T05:01:39.0950490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:39.0950860Z dist init r=0, world=4 2022-05-18T05:01:39.1052700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:39.1053040Z dist init r=3, world=4 2022-05-18T05:01:39.1154520Z dist init r=1, world=4 2022-05-18T05:01:39.4105820Z skip: Need at least 2 CUDA devices (2.128s) 2022-05-18T05:01:39.4230220Z test_mixture_of_experts_offload_true_prefetch_pre_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7552 2022-05-18T05:01:39.4353210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7553 2022-05-18T05:01:39.4460050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7554 2022-05-18T05:01:39.4667960Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7555 2022-05-18T05:01:41.0658990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvh_nzlj7 2022-05-18T05:01:41.0755250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvh_nzlj7/_remote_module_non_scriptable.py 2022-05-18T05:01:41.0820780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjuaunwt9 2022-05-18T05:01:41.0898180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjuaunwt9/_remote_module_non_scriptable.py 2022-05-18T05:01:41.0956430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpchbqct2k 2022-05-18T05:01:41.1027680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpchbqct2k/_remote_module_non_scriptable.py 2022-05-18T05:01:41.1101890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7clcd1th 2022-05-18T05:01:41.1134980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7clcd1th/_remote_module_non_scriptable.py 2022-05-18T05:01:41.2165520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:41.2166860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:41.2181120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:41.2182100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:41.2184230Z 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:41.2185730Z 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:41.2290330Z 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:41.2297840Z 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:41.2307590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:41.2409370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:41.2409730Z dist init r=0, world=4 2022-05-18T05:01:41.2509870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:41.2510220Z dist init r=1, world=4 2022-05-18T05:01:41.2610400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:41.2610840Z dist init r=3, world=4 2022-05-18T05:01:41.2710860Z dist init r=2, world=4 2022-05-18T05:01:41.5718960Z skip: Need at least 2 CUDA devices (2.161s) 2022-05-18T05:01:41.5786840Z test_mixture_of_experts_offload_true_prefetch_pre_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7560 2022-05-18T05:01:41.5882250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7561 2022-05-18T05:01:41.6140490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7562 2022-05-18T05:01:41.6241780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7563 2022-05-18T05:01:43.1531290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpogtvny26 2022-05-18T05:01:43.1541770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpogtvny26/_remote_module_non_scriptable.py 2022-05-18T05:01:43.1982540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_ver3v6k 2022-05-18T05:01:43.2044810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_ver3v6k/_remote_module_non_scriptable.py 2022-05-18T05:01:43.2084930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgizhfrih 2022-05-18T05:01:43.2134100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgizhfrih/_remote_module_non_scriptable.py 2022-05-18T05:01:43.2146940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc2iu_wr5 2022-05-18T05:01:43.2186560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc2iu_wr5/_remote_module_non_scriptable.py 2022-05-18T05:01:43.3229020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:43.3232610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:43.3238220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:43.3240370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:43.3242000Z 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:43.3243320Z 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:43.3350360Z 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:43.4070760Z 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:43.4192520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:43.4296390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:43.4296720Z dist init r=3, world=4 2022-05-18T05:01:43.4400780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:43.4401130Z dist init r=0, world=4 2022-05-18T05:01:43.4502220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:43.4502570Z dist init r=2, world=4 2022-05-18T05:01:43.4603590Z dist init r=1, world=4 2022-05-18T05:01:43.7879440Z skip: Need at least 2 CUDA devices (2.216s) 2022-05-18T05:01:43.7951510Z test_mixture_of_experts_offload_true_prefetch_pre_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7568 2022-05-18T05:01:43.8002690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7569 2022-05-18T05:01:43.8086100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7570 2022-05-18T05:01:43.8203400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7571 2022-05-18T05:01:45.4104070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_yyarrgv 2022-05-18T05:01:45.4202310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_yyarrgv/_remote_module_non_scriptable.py 2022-05-18T05:01:45.4253100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6pxoamjo 2022-05-18T05:01:45.4305360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6pxoamjo/_remote_module_non_scriptable.py 2022-05-18T05:01:45.4506300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi5wg_l4_ 2022-05-18T05:01:45.4537090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi5wg_l4_/_remote_module_non_scriptable.py 2022-05-18T05:01:45.4726520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpndf0wju2 2022-05-18T05:01:45.4729830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpndf0wju2/_remote_module_non_scriptable.py 2022-05-18T05:01:45.5352070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:45.5353990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:45.5361460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:45.5363070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:45.5364850Z 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.5366640Z 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.5718610Z 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.5720790Z 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.6578460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:45.6681940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:45.6682290Z dist init r=2, world=4 2022-05-18T05:01:45.6787200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:45.6787550Z dist init r=3, world=4 2022-05-18T05:01:45.6984690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:45.6985030Z dist init r=0, world=4 2022-05-18T05:01:45.7092470Z dist init r=1, world=4 2022-05-18T05:01:46.1117100Z skip: Need at least 2 CUDA devices (2.323s) 2022-05-18T05:01:46.1190630Z test_mixture_of_experts_with_delay_before_free_offload_false_none_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7576 2022-05-18T05:01:46.1238060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7577 2022-05-18T05:01:46.1372620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7578 2022-05-18T05:01:46.1520320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7579 2022-05-18T05:01:47.6974420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc0uke3yc 2022-05-18T05:01:47.7047080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc0uke3yc/_remote_module_non_scriptable.py 2022-05-18T05:01:47.7493560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzjxkx2ix 2022-05-18T05:01:47.7498710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzjxkx2ix/_remote_module_non_scriptable.py 2022-05-18T05:01:47.7600430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp41p3kqvg 2022-05-18T05:01:47.7601040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp41p3kqvg/_remote_module_non_scriptable.py 2022-05-18T05:01:47.7701110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphdb9vjk0 2022-05-18T05:01:47.7703400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphdb9vjk0/_remote_module_non_scriptable.py 2022-05-18T05:01:47.8074780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:47.8859660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:47.8863350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:47.8865910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:47.8867430Z 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:47.8869770Z 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:47.9618320Z 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:47.9627360Z 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:48.0327670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:48.0431600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:48.0431950Z dist init r=0, world=4 2022-05-18T05:01:48.0533470Z dist init r=2, world=4 2022-05-18T05:01:48.0535000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:48.0636230Z dist init r=1, world=4 2022-05-18T05:01:48.0637250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:48.0835280Z dist init r=3, world=4 2022-05-18T05:01:48.4080830Z skip: Need at least 2 CUDA devices (2.296s) 2022-05-18T05:01:48.4150910Z test_mixture_of_experts_with_delay_before_free_offload_false_none_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7584 2022-05-18T05:01:48.4204610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7585 2022-05-18T05:01:48.4285920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7586 2022-05-18T05:01:48.4401860Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7587 2022-05-18T05:01:50.0788460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3vex_mbz 2022-05-18T05:01:50.0889670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3vex_mbz/_remote_module_non_scriptable.py 2022-05-18T05:01:50.0972920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4d84lc1n 2022-05-18T05:01:50.1074200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4d84lc1n/_remote_module_non_scriptable.py 2022-05-18T05:01:50.1074860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp29ioua4g 2022-05-18T05:01:50.1113040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp29ioua4g/_remote_module_non_scriptable.py 2022-05-18T05:01:50.1132840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp02uxhsjj 2022-05-18T05:01:50.1169320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp02uxhsjj/_remote_module_non_scriptable.py 2022-05-18T05:01:50.2799870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:50.2808140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:50.2811100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:50.2812470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:50.2813680Z 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:50.2814830Z 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:50.2816830Z 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:50.2921710Z 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:50.3061480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:50.3164410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:50.3164740Z dist init r=0, world=4 2022-05-18T05:01:50.3269260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:50.3270180Z dist init r=3, world=4 2022-05-18T05:01:50.3464390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:50.3464730Z dist init r=1, world=4 2022-05-18T05:01:50.3566100Z dist init r=2, world=4 2022-05-18T05:01:50.6604040Z skip: Need at least 2 CUDA devices (2.252s) 2022-05-18T05:01:50.6670650Z test_mixture_of_experts_with_delay_before_free_offload_false_none_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7593 2022-05-18T05:01:50.6722910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7594 2022-05-18T05:01:50.6875230Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7595 2022-05-18T05:01:50.6984040Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7596 2022-05-18T05:01:52.2580600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpayfcf4mt 2022-05-18T05:01:52.2613290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpayfcf4mt/_remote_module_non_scriptable.py 2022-05-18T05:01:52.2803710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa99s2au2 2022-05-18T05:01:52.2843350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa99s2au2/_remote_module_non_scriptable.py 2022-05-18T05:01:52.2992860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7_awe6bu 2022-05-18T05:01:52.3021400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7_awe6bu/_remote_module_non_scriptable.py 2022-05-18T05:01:52.3081540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqymphwp4 2022-05-18T05:01:52.3124930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqymphwp4/_remote_module_non_scriptable.py 2022-05-18T05:01:52.4076980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:52.4078550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:52.4079920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:52.4085200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:52.4087970Z 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:52.4207970Z 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:52.4209850Z 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:52.4223730Z 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:52.5101450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:52.5204830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:52.5205200Z dist init r=2, world=4 2022-05-18T05:01:52.5314080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:52.5314430Z dist init r=0, world=4 2022-05-18T05:01:52.5414860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:52.5415210Z dist init r=1, world=4 2022-05-18T05:01:52.5418190Z dist init r=3, world=4 2022-05-18T05:01:52.9506530Z skip: Need at least 2 CUDA devices (2.290s) 2022-05-18T05:01:52.9573120Z test_mixture_of_experts_with_delay_before_free_offload_false_prefetch_post_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7601 2022-05-18T05:01:52.9624160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7602 2022-05-18T05:01:52.9696370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7603 2022-05-18T05:01:52.9804030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7604 2022-05-18T05:01:54.5318870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstkpvwdg 2022-05-18T05:01:54.5353470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpstkpvwdg/_remote_module_non_scriptable.py 2022-05-18T05:01:54.5579560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuw3tn5ys 2022-05-18T05:01:54.5617250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuw3tn5ys/_remote_module_non_scriptable.py 2022-05-18T05:01:54.5784280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa0ncna5r 2022-05-18T05:01:54.5787610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa0ncna5r/_remote_module_non_scriptable.py 2022-05-18T05:01:54.6154970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiwr4z4am 2022-05-18T05:01:54.6158450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiwr4z4am/_remote_module_non_scriptable.py 2022-05-18T05:01:54.6773410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:54.6774730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:54.7161570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:54.7164510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:54.7165980Z 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:54.7168350Z 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:54.7564860Z 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:54.7688010Z 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:54.7824140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:54.7927370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:54.7927710Z dist init r=2, world=4 2022-05-18T05:01:54.8030970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:54.8031310Z dist init r=3, world=4 2022-05-18T05:01:54.8229800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:54.8230150Z dist init r=0, world=4 2022-05-18T05:01:54.8332030Z dist init r=1, world=4 2022-05-18T05:01:55.2686670Z skip: Need at least 2 CUDA devices (2.318s) 2022-05-18T05:01:55.2755070Z test_mixture_of_experts_with_delay_before_free_offload_false_prefetch_post_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7609 2022-05-18T05:01:55.2806850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7610 2022-05-18T05:01:55.2937350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7611 2022-05-18T05:01:55.3093060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7612 2022-05-18T05:01:56.8746310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbq2_513a 2022-05-18T05:01:56.8775250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbq2_513a/_remote_module_non_scriptable.py 2022-05-18T05:01:56.8844760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg7d8753n 2022-05-18T05:01:56.8912210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg7d8753n/_remote_module_non_scriptable.py 2022-05-18T05:01:56.8944690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0kp0ntc2 2022-05-18T05:01:56.9045210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0kp0ntc2/_remote_module_non_scriptable.py 2022-05-18T05:01:56.9166650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjet4cskw 2022-05-18T05:01:56.9235000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjet4cskw/_remote_module_non_scriptable.py 2022-05-18T05:01:56.9549680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:56.9661080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:56.9662940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:57.0312310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:57.0315080Z 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:57.0436290Z 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:57.0442250Z 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:57.0455800Z 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:57.0472190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:57.0573400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:57.0573840Z dist init r=1, world=4 2022-05-18T05:01:57.0674990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:57.0675330Z dist init r=0, world=4 2022-05-18T05:01:57.0776560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:57.0776920Z dist init r=2, world=4 2022-05-18T05:01:57.0777240Z dist init r=3, world=4 2022-05-18T05:01:57.4412310Z skip: Need at least 2 CUDA devices (2.172s) 2022-05-18T05:01:57.4480950Z test_mixture_of_experts_with_delay_before_free_offload_false_prefetch_post_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7617 2022-05-18T05:01:57.4533770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7618 2022-05-18T05:01:57.4664960Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7619 2022-05-18T05:01:57.4793320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7620 2022-05-18T05:01:59.0895240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv0w1zafd 2022-05-18T05:01:59.0971630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv0w1zafd/_remote_module_non_scriptable.py 2022-05-18T05:01:59.1054060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphzc2u740 2022-05-18T05:01:59.1103060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphzc2u740/_remote_module_non_scriptable.py 2022-05-18T05:01:59.1223490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp05t7adng 2022-05-18T05:01:59.1276090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp05t7adng/_remote_module_non_scriptable.py 2022-05-18T05:01:59.1454850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzzzckqpf 2022-05-18T05:01:59.1458520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzzzckqpf/_remote_module_non_scriptable.py 2022-05-18T05:01:59.2968900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:01:59.2974120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:01:59.2976330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:01:59.2978050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:01:59.2979340Z 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:59.2981160Z 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:59.3091370Z 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:59.3096420Z 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:59.3849910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:01:59.4053840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:01:59.4054260Z dist init r=2, world=4 2022-05-18T05:01:59.4054560Z dist init r=0, world=4 2022-05-18T05:01:59.4157710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:01:59.4168270Z dist init r=1, world=4 2022-05-18T05:01:59.4269610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:01:59.4356150Z dist init r=3, world=4 2022-05-18T05:01:59.7879770Z skip: Need at least 2 CUDA devices (2.346s) 2022-05-18T05:01:59.7949010Z test_mixture_of_experts_with_delay_before_free_offload_false_prefetch_pre_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7626 2022-05-18T05:01:59.8001830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7627 2022-05-18T05:01:59.8128670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7628 2022-05-18T05:01:59.8254310Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7629 2022-05-18T05:02:01.3729080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptgqopy90 2022-05-18T05:02:01.3794770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptgqopy90/_remote_module_non_scriptable.py 2022-05-18T05:02:01.3852300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphixxml3n 2022-05-18T05:02:01.3952900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphixxml3n/_remote_module_non_scriptable.py 2022-05-18T05:02:01.4390860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoqlxp8cw 2022-05-18T05:02:01.4394480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoqlxp8cw/_remote_module_non_scriptable.py 2022-05-18T05:02:01.4765720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg_ohf5zc 2022-05-18T05:02:01.4768970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg_ohf5zc/_remote_module_non_scriptable.py 2022-05-18T05:02:01.5089390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:01.5329940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:01.5332240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:01.5333730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:01.5335850Z 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:01.5337300Z 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:01.5339440Z 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:01.5343500Z 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:01.5620670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:01.5723330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:01.5723680Z dist init r=0, world=4 2022-05-18T05:02:01.5829600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:01.5830690Z dist init r=3, world=4 2022-05-18T05:02:01.6024040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:01.6024390Z dist init r=1, world=4 2022-05-18T05:02:01.6128160Z dist init r=2, world=4 2022-05-18T05:02:01.8886490Z skip: Need at least 2 CUDA devices (2.100s) 2022-05-18T05:02:01.8953300Z test_mixture_of_experts_with_delay_before_free_offload_false_prefetch_pre_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7634 2022-05-18T05:02:01.9002980Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7635 2022-05-18T05:02:01.9253630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7636 2022-05-18T05:02:01.9354960Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7637 2022-05-18T05:02:03.5035710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprozb2kme 2022-05-18T05:02:03.5107670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprozb2kme/_remote_module_non_scriptable.py 2022-05-18T05:02:03.5207830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppfnv2yk7 2022-05-18T05:02:03.5227500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppfnv2yk7/_remote_module_non_scriptable.py 2022-05-18T05:02:03.5274530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_7_r9vwc 2022-05-18T05:02:03.5331710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_7_r9vwc/_remote_module_non_scriptable.py 2022-05-18T05:02:03.5414500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_9uhhisd 2022-05-18T05:02:03.5457710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_9uhhisd/_remote_module_non_scriptable.py 2022-05-18T05:02:03.6581680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:03.6584740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:03.6585850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:03.6587680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:03.6589380Z 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.6591510Z 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.6595540Z 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.6598560Z 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.6714670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:03.6715040Z dist init r=0, world=4 2022-05-18T05:02:03.6817130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:03.6817470Z dist init r=3, world=4 2022-05-18T05:02:03.7013870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:03.7014210Z dist init r=2, world=4 2022-05-18T05:02:03.7122370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:03.7123490Z dist init r=1, world=4 2022-05-18T05:02:03.9677080Z skip: Need at least 2 CUDA devices (2.079s) 2022-05-18T05:02:03.9745040Z test_mixture_of_experts_with_delay_before_free_offload_false_prefetch_pre_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7642 2022-05-18T05:02:03.9804700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7643 2022-05-18T05:02:04.0078250Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7644 2022-05-18T05:02:04.0179590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7645 2022-05-18T05:02:05.5722860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6_pk1awl 2022-05-18T05:02:05.5816620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6_pk1awl/_remote_module_non_scriptable.py 2022-05-18T05:02:05.5876510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpibaw5xrw 2022-05-18T05:02:05.5959700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpibaw5xrw/_remote_module_non_scriptable.py 2022-05-18T05:02:05.6161940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ctmsr59 2022-05-18T05:02:05.6166780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ctmsr59/_remote_module_non_scriptable.py 2022-05-18T05:02:05.6232740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp24060n3u 2022-05-18T05:02:05.6236670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp24060n3u/_remote_module_non_scriptable.py 2022-05-18T05:02:05.6553310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:05.6555690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:05.6558380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:05.7339760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:05.7342650Z 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.7463750Z 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.7587080Z 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.7824810Z 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.7940020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:05.8043900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:05.8044250Z dist init r=0, world=4 2022-05-18T05:02:05.8149080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:05.8149460Z dist init r=3, world=4 2022-05-18T05:02:05.8253230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:05.8253580Z dist init r=1, world=4 2022-05-18T05:02:05.8447590Z dist init r=2, world=4 2022-05-18T05:02:06.2880120Z skip: Need at least 2 CUDA devices (2.320s) 2022-05-18T05:02:06.2949580Z test_mixture_of_experts_with_delay_before_free_offload_true_none_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7650 2022-05-18T05:02:06.3001300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7651 2022-05-18T05:02:06.3128510Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7652 2022-05-18T05:02:06.3231640Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7653 2022-05-18T05:02:07.8839610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwj1vhwbw 2022-05-18T05:02:07.8941070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwj1vhwbw/_remote_module_non_scriptable.py 2022-05-18T05:02:07.9265360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4jhfbf1n 2022-05-18T05:02:07.9283590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4jhfbf1n/_remote_module_non_scriptable.py 2022-05-18T05:02:07.9320440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr0qpncge 2022-05-18T05:02:07.9348960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr0qpncge/_remote_module_non_scriptable.py 2022-05-18T05:02:07.9452510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprlc3m_4k 2022-05-18T05:02:07.9489540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprlc3m_4k/_remote_module_non_scriptable.py 2022-05-18T05:02:08.0369460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:08.0372970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:08.0377720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:08.0379610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:08.0381590Z 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:08.0382670Z 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:08.1086120Z 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:08.1093040Z 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:08.1793330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:08.1898760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:08.1899140Z dist init r=0, world=4 2022-05-18T05:02:08.1899630Z dist init r=3, world=4 2022-05-18T05:02:08.2100880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:08.2101230Z dist init r=2, world=4 2022-05-18T05:02:08.2203450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:08.2203800Z dist init r=1, world=4 2022-05-18T05:02:08.5381620Z skip: Need at least 2 CUDA devices (2.250s) 2022-05-18T05:02:08.5452730Z test_mixture_of_experts_with_delay_before_free_offload_true_none_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7658 2022-05-18T05:02:08.5512110Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7659 2022-05-18T05:02:08.5598890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7660 2022-05-18T05:02:08.5724630Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7661 2022-05-18T05:02:10.2212620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpte91jpka 2022-05-18T05:02:10.2298530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpte91jpka/_remote_module_non_scriptable.py 2022-05-18T05:02:10.2364290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp86lqtedz 2022-05-18T05:02:10.2464980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaewwcnoc 2022-05-18T05:02:10.2514020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp86lqtedz/_remote_module_non_scriptable.py 2022-05-18T05:02:10.2565660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaewwcnoc/_remote_module_non_scriptable.py 2022-05-18T05:02:10.2617640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphkto_dur 2022-05-18T05:02:10.2644740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphkto_dur/_remote_module_non_scriptable.py 2022-05-18T05:02:10.3758190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:10.3898040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:10.3898990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:10.3899600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:10.3900700Z 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.3901810Z 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.3903280Z 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.4016570Z 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.4147640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:10.4148000Z dist init r=0, world=4 2022-05-18T05:02:10.4249520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:10.4250450Z dist init r=2, world=4 2022-05-18T05:02:10.4355190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:10.4355660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:10.4356080Z dist init r=1, world=4 2022-05-18T05:02:10.4457780Z dist init r=3, world=4 2022-05-18T05:02:10.7379270Z skip: Need at least 2 CUDA devices (2.199s) 2022-05-18T05:02:10.7446910Z test_mixture_of_experts_with_delay_before_free_offload_true_none_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7667 2022-05-18T05:02:10.7507580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7668 2022-05-18T05:02:10.7666600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7669 2022-05-18T05:02:10.7771670Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7670 2022-05-18T05:02:12.3488930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppjfvb2sj 2022-05-18T05:02:12.3512030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppjfvb2sj/_remote_module_non_scriptable.py 2022-05-18T05:02:12.3708480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpna267ey1 2022-05-18T05:02:12.3810020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpna267ey1/_remote_module_non_scriptable.py 2022-05-18T05:02:12.3910340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiyc6srz5 2022-05-18T05:02:12.3923950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiyc6srz5/_remote_module_non_scriptable.py 2022-05-18T05:02:12.3976930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm1m7_maa 2022-05-18T05:02:12.4017850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm1m7_maa/_remote_module_non_scriptable.py 2022-05-18T05:02:12.4273180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:12.4274650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:12.4276440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:12.4354740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:12.4357680Z 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:12.4386590Z 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:12.4391690Z 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:12.5189940Z 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:12.5276810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:12.5388440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:12.5388770Z dist init r=0, world=4 2022-05-18T05:02:12.5489110Z dist init r=1, world=4 2022-05-18T05:02:12.5581740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:12.5592450Z dist init r=3, world=4 2022-05-18T05:02:12.5693900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:12.5785400Z dist init r=2, world=4 2022-05-18T05:02:12.9105110Z skip: Need at least 2 CUDA devices (2.172s) 2022-05-18T05:02:12.9173910Z test_mixture_of_experts_with_delay_before_free_offload_true_prefetch_post_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7675 2022-05-18T05:02:12.9226310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7676 2022-05-18T05:02:12.9385110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7677 2022-05-18T05:02:12.9496860Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7678 2022-05-18T05:02:14.5230970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy0ahzrzz 2022-05-18T05:02:14.5332550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy0ahzrzz/_remote_module_non_scriptable.py 2022-05-18T05:02:14.5506360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptqm7zt6b 2022-05-18T05:02:14.5607980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptqm7zt6b/_remote_module_non_scriptable.py 2022-05-18T05:02:14.5656950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjnb_ssc3 2022-05-18T05:02:14.5724860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjnb_ssc3/_remote_module_non_scriptable.py 2022-05-18T05:02:14.5917730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcpsq7q1z 2022-05-18T05:02:14.5921460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcpsq7q1z/_remote_module_non_scriptable.py 2022-05-18T05:02:14.6246840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:14.6446530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:14.6448570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:14.6573610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:14.6576540Z 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:14.6921980Z 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:14.6927820Z 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:14.7072340Z 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:14.7072730Z dist init r=2, world=4 2022-05-18T05:02:14.7175350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:14.7175720Z dist init r=0, world=4 2022-05-18T05:02:14.7370920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:14.7371290Z dist init r=1, world=4 2022-05-18T05:02:14.7478530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:14.7479120Z dist init r=3, world=4 2022-05-18T05:02:14.7674270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:15.0349560Z skip: Need at least 2 CUDA devices (2.124s) 2022-05-18T05:02:15.0415630Z test_mixture_of_experts_with_delay_before_free_offload_true_prefetch_post_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7683 2022-05-18T05:02:15.0465940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7684 2022-05-18T05:02:15.0552980Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7685 2022-05-18T05:02:15.0704770Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7686 2022-05-18T05:02:16.6328200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprnre8du0 2022-05-18T05:02:16.6374170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprnre8du0/_remote_module_non_scriptable.py 2022-05-18T05:02:16.6541140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpftypeeq5 2022-05-18T05:02:16.6581180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpftypeeq5/_remote_module_non_scriptable.py 2022-05-18T05:02:16.6666390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpia4saaqa 2022-05-18T05:02:16.6759800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpia4saaqa/_remote_module_non_scriptable.py 2022-05-18T05:02:16.6896940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq2p74hoe 2022-05-18T05:02:16.6898380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq2p74hoe/_remote_module_non_scriptable.py 2022-05-18T05:02:16.7854320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:16.7859630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:16.7860610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:16.7861350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:16.7862780Z 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:16.7863820Z 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:16.7865600Z 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:16.7870470Z 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:16.8223270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:16.8324120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:16.8324470Z dist init r=1, world=4 2022-05-18T05:02:16.8324780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:16.8425020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:16.8425370Z dist init r=2, world=4 2022-05-18T05:02:16.8525850Z dist init r=0, world=4 2022-05-18T05:02:16.8526310Z dist init r=3, world=4 2022-05-18T05:02:17.1432830Z skip: Need at least 2 CUDA devices (2.108s) 2022-05-18T05:02:17.1499990Z test_mixture_of_experts_with_delay_before_free_offload_true_prefetch_post_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7691 2022-05-18T05:02:17.1551880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7692 2022-05-18T05:02:17.1687270Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7693 2022-05-18T05:02:17.1797880Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7694 2022-05-18T05:02:18.7703700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp14q2kp6d 2022-05-18T05:02:18.7752450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp14q2kp6d/_remote_module_non_scriptable.py 2022-05-18T05:02:18.7829590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk5do5j9_ 2022-05-18T05:02:18.7839820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk5do5j9_/_remote_module_non_scriptable.py 2022-05-18T05:02:18.7939310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8wxcv1r_ 2022-05-18T05:02:18.8013320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8wxcv1r_/_remote_module_non_scriptable.py 2022-05-18T05:02:18.8026580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq_u4ouel 2022-05-18T05:02:18.8042720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq_u4ouel/_remote_module_non_scriptable.py 2022-05-18T05:02:18.9276230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:18.9278320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:18.9287460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:18.9288980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:18.9290250Z 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:18.9291910Z 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:18.9397300Z 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:18.9403750Z 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:18.9983830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:19.0087970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:19.0088370Z dist init r=0, world=4 2022-05-18T05:02:19.0191010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:19.0191360Z dist init r=3, world=4 2022-05-18T05:02:19.0295280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:19.0295740Z dist init r=1, world=4 2022-05-18T05:02:19.0396890Z dist init r=2, world=4 2022-05-18T05:02:19.4130620Z skip: Need at least 2 CUDA devices (2.269s) 2022-05-18T05:02:19.4219900Z test_mixture_of_experts_with_delay_before_free_offload_true_prefetch_pre_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7699 2022-05-18T05:02:19.4295270Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7700 2022-05-18T05:02:19.4432110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7701 2022-05-18T05:02:19.4583960Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7702 2022-05-18T05:02:21.0820690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5cuxcs0s 2022-05-18T05:02:21.0921950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5cuxcs0s/_remote_module_non_scriptable.py 2022-05-18T05:02:21.1002860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy705oxay 2022-05-18T05:02:21.1066770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy705oxay/_remote_module_non_scriptable.py 2022-05-18T05:02:21.1125150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpofixon_b 2022-05-18T05:02:21.1205100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpofixon_b/_remote_module_non_scriptable.py 2022-05-18T05:02:21.1305160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8o7dq242 2022-05-18T05:02:21.1308890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8o7dq242/_remote_module_non_scriptable.py 2022-05-18T05:02:21.2282160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:21.2507290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:21.2512030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:21.2527540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:21.2535540Z 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:21.2818010Z 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:21.3096230Z 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:21.3222040Z 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:21.3222450Z dist init r=1, world=4 2022-05-18T05:02:21.3329610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:21.3329950Z dist init r=3, world=4 2022-05-18T05:02:21.3431590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:21.3432060Z dist init r=2, world=4 2022-05-18T05:02:21.3533830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:21.3534220Z dist init r=0, world=4 2022-05-18T05:02:21.3582010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:21.5881110Z skip: Need at least 2 CUDA devices (2.175s) 2022-05-18T05:02:21.5947180Z test_mixture_of_experts_with_delay_before_free_offload_true_prefetch_pre_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7708 2022-05-18T05:02:21.6002730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7709 2022-05-18T05:02:21.6155490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7710 2022-05-18T05:02:21.6259100Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7711 2022-05-18T05:02:23.1920780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf24nez6m 2022-05-18T05:02:23.1925590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf24nez6m/_remote_module_non_scriptable.py 2022-05-18T05:02:23.2159260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp82k44iw 2022-05-18T05:02:23.2167100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp82k44iw/_remote_module_non_scriptable.py 2022-05-18T05:02:23.2251280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgo4fm73x 2022-05-18T05:02:23.2297070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgo4fm73x/_remote_module_non_scriptable.py 2022-05-18T05:02:23.2554930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpksyw7j67 2022-05-18T05:02:23.2558410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpksyw7j67/_remote_module_non_scriptable.py 2022-05-18T05:02:23.2880770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:23.2947960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:23.3082850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:23.3085170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:23.3086460Z 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:23.3088480Z 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:23.3591320Z 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:23.3593010Z 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:23.3604370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:23.3607380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:23.3610700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:23.3611070Z dist init r=3, world=4 2022-05-18T05:02:23.3711540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:23.3711920Z dist init r=0, world=4 2022-05-18T05:02:23.3812430Z dist init r=2, world=4 2022-05-18T05:02:23.3823090Z dist init r=1, world=4 2022-05-18T05:02:23.7851980Z skip: Need at least 2 CUDA devices (2.197s) 2022-05-18T05:02:23.7920730Z test_mixture_of_experts_with_delay_before_free_offload_true_prefetch_pre_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7716 2022-05-18T05:02:23.7971980Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7717 2022-05-18T05:02:23.8054660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7718 2022-05-18T05:02:23.8169820Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7719 2022-05-18T05:02:25.3785540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpat_yp45k 2022-05-18T05:02:25.3843680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpat_yp45k/_remote_module_non_scriptable.py 2022-05-18T05:02:25.4101620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0jup9qcl 2022-05-18T05:02:25.4192030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0jup9qcl/_remote_module_non_scriptable.py 2022-05-18T05:02:25.4351900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt6xz2pfg 2022-05-18T05:02:25.4365380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt6xz2pfg/_remote_module_non_scriptable.py 2022-05-18T05:02:25.4459220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptzqbfo1d 2022-05-18T05:02:25.4468180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptzqbfo1d/_remote_module_non_scriptable.py 2022-05-18T05:02:25.5641220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:25.6046980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:25.6048820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:25.6051930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:25.6053680Z 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:25.6054850Z 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:25.6055500Z 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:25.6540430Z 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:25.6681010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:25.6784610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:25.6785170Z dist init r=1, world=4 2022-05-18T05:02:25.6885260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:25.6885670Z dist init r=0, world=4 2022-05-18T05:02:25.6987160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:25.6987540Z dist init r=2, world=4 2022-05-18T05:02:25.7186390Z dist init r=3, world=4 2022-05-18T05:02:26.0172330Z skip: Need at least 2 CUDA devices (2.232s) 2022-05-18T05:02:26.0272030Z test_nested_all_wrapped_model_offload_false_none_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7724 2022-05-18T05:02:26.0324870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7725 2022-05-18T05:02:26.0451330Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7726 2022-05-18T05:02:26.0582120Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7727 2022-05-18T05:02:27.6069970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxnyzajcy 2022-05-18T05:02:27.6171170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxnyzajcy/_remote_module_non_scriptable.py 2022-05-18T05:02:27.6490670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp06ba5346 2022-05-18T05:02:27.6535400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp06ba5346/_remote_module_non_scriptable.py 2022-05-18T05:02:27.6546910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfohtz8g_ 2022-05-18T05:02:27.6547560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpohmk7dns 2022-05-18T05:02:27.6591190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfohtz8g_/_remote_module_non_scriptable.py 2022-05-18T05:02:27.6639670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpohmk7dns/_remote_module_non_scriptable.py 2022-05-18T05:02:27.7609230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:27.7612360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:27.7615950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:27.7824570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:27.7827450Z 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:27.7941680Z 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:27.8383560Z 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:27.8385420Z 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:27.8502700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:27.8503060Z dist init r=2, world=4 2022-05-18T05:02:27.8503430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:27.8605690Z dist init r=0, world=4 2022-05-18T05:02:27.8703610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:27.8709200Z dist init r=1, world=4 2022-05-18T05:02:27.8808600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:27.8905420Z dist init r=3, world=4 2022-05-18T05:02:28.1600440Z skip: Need at least 2 CUDA devices (2.143s) 2022-05-18T05:02:28.1668580Z test_nested_all_wrapped_model_offload_false_none_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7732 2022-05-18T05:02:28.1721340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7733 2022-05-18T05:02:28.1978610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7734 2022-05-18T05:02:28.2080060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7735 2022-05-18T05:02:29.7763870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc8kif9lu 2022-05-18T05:02:29.7818900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc8kif9lu/_remote_module_non_scriptable.py 2022-05-18T05:02:29.7893350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdy5sa6j2 2022-05-18T05:02:29.7908310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdy5sa6j2/_remote_module_non_scriptable.py 2022-05-18T05:02:29.7978120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg7cc0s7j 2022-05-18T05:02:29.8061150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg7cc0s7j/_remote_module_non_scriptable.py 2022-05-18T05:02:29.8254760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdcvxbovh 2022-05-18T05:02:29.8258340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdcvxbovh/_remote_module_non_scriptable.py 2022-05-18T05:02:29.9094960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:29.9095970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:29.9096640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:29.9097440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:29.9098240Z 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:29.9098910Z 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:29.9418620Z 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:29.9422960Z 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:30.0233230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:30.0387600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:30.0390750Z dist init r=3, world=4 2022-05-18T05:02:30.0570340Z dist init r=0, world=4 2022-05-18T05:02:30.0625160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:30.0744950Z dist init r=2, world=4 2022-05-18T05:02:30.0764160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:30.0866120Z dist init r=1, world=4 2022-05-18T05:02:30.4110410Z skip: Need at least 2 CUDA devices (2.251s) 2022-05-18T05:02:30.4178700Z test_nested_all_wrapped_model_offload_false_none_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7741 2022-05-18T05:02:30.4230310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7742 2022-05-18T05:02:30.4361900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7743 2022-05-18T05:02:30.4422390Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7744 2022-05-18T05:02:32.0210720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj0581igi 2022-05-18T05:02:32.0221320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj0581igi/_remote_module_non_scriptable.py 2022-05-18T05:02:32.0322940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzpifcomj 2022-05-18T05:02:32.0419010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzpifcomj/_remote_module_non_scriptable.py 2022-05-18T05:02:32.0616080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnjhr_i9l 2022-05-18T05:02:32.0661470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnjhr_i9l/_remote_module_non_scriptable.py 2022-05-18T05:02:32.0740460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4twe9snm 2022-05-18T05:02:32.0743740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4twe9snm/_remote_module_non_scriptable.py 2022-05-18T05:02:32.1268590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:32.1270250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:32.1588670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:32.1590740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:32.1592060Z 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:32.1594280Z 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:32.2073980Z 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:32.2154490Z 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:32.2167680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:32.2272980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:32.2273320Z dist init r=0, world=4 2022-05-18T05:02:32.2376280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:32.2376640Z dist init r=1, world=4 2022-05-18T05:02:32.2574860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:32.2575270Z dist init r=3, world=4 2022-05-18T05:02:32.2677080Z dist init r=2, world=4 2022-05-18T05:02:32.5115530Z skip: Need at least 2 CUDA devices (2.100s) 2022-05-18T05:02:32.5183890Z test_nested_all_wrapped_model_offload_false_none_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7749 2022-05-18T05:02:32.5244910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7750 2022-05-18T05:02:32.5495980Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7751 2022-05-18T05:02:32.5597350Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7752 2022-05-18T05:02:34.1291060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9lboo0j0 2022-05-18T05:02:34.1380030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9lboo0j0/_remote_module_non_scriptable.py 2022-05-18T05:02:34.1481440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5lzoctex 2022-05-18T05:02:34.1488480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5lzoctex/_remote_module_non_scriptable.py 2022-05-18T05:02:34.1553010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpowa20z4z 2022-05-18T05:02:34.1651480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpowa20z4z/_remote_module_non_scriptable.py 2022-05-18T05:02:34.1676950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdq04g7oe 2022-05-18T05:02:34.1711520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdq04g7oe/_remote_module_non_scriptable.py 2022-05-18T05:02:34.2071150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:34.2198280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:34.2199850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:34.2205160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:34.2208040Z 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:34.2329360Z 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:34.2823100Z 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:34.2954200Z 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:34.3082980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:34.3190000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:34.3190350Z dist init r=3, world=4 2022-05-18T05:02:34.3286040Z dist init r=2, world=4 2022-05-18T05:02:34.3389670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:34.3393080Z dist init r=1, world=4 2022-05-18T05:02:34.3494140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:34.3494560Z dist init r=0, world=4 2022-05-18T05:02:34.6598940Z skip: Need at least 2 CUDA devices (2.148s) 2022-05-18T05:02:34.6708600Z test_nested_all_wrapped_model_offload_false_none_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7757 2022-05-18T05:02:34.6760470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7758 2022-05-18T05:02:34.6889630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7759 2022-05-18T05:02:34.7012960Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7760 2022-05-18T05:02:36.2823130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfevijh7t 2022-05-18T05:02:36.2879000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfevijh7t/_remote_module_non_scriptable.py 2022-05-18T05:02:36.2957140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi8mqu8x4 2022-05-18T05:02:36.3050820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi8mqu8x4/_remote_module_non_scriptable.py 2022-05-18T05:02:36.3058290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxl7rx5vh 2022-05-18T05:02:36.3159820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxl7rx5vh/_remote_module_non_scriptable.py 2022-05-18T05:02:36.3307290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnr882oxs 2022-05-18T05:02:36.3323160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnr882oxs/_remote_module_non_scriptable.py 2022-05-18T05:02:36.4202570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:36.4204460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:36.4211060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:36.4212290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:36.4213800Z 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:36.4215740Z 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:36.4330600Z 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:36.5084930Z 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:36.5100860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:36.5204020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:36.5204360Z dist init r=0, world=4 2022-05-18T05:02:36.5308690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:36.5309050Z dist init r=2, world=4 2022-05-18T05:02:36.5410130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:36.5410470Z dist init r=1, world=4 2022-05-18T05:02:36.5454470Z dist init r=3, world=4 2022-05-18T05:02:36.8202230Z skip: Need at least 2 CUDA devices (2.160s) 2022-05-18T05:02:36.8271190Z test_nested_all_wrapped_model_offload_false_none_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7765 2022-05-18T05:02:36.8323440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7766 2022-05-18T05:02:36.8592380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7767 2022-05-18T05:02:36.8693860Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7768 2022-05-18T05:02:38.4267170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpng3ku_gd 2022-05-18T05:02:38.4267870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpng3ku_gd/_remote_module_non_scriptable.py 2022-05-18T05:02:38.4313900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy4z5hcop 2022-05-18T05:02:38.4380800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy4z5hcop/_remote_module_non_scriptable.py 2022-05-18T05:02:38.4683780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ntdp54r 2022-05-18T05:02:38.4687420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ntdp54r/_remote_module_non_scriptable.py 2022-05-18T05:02:38.4801510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6v9z5oqw 2022-05-18T05:02:38.4804980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6v9z5oqw/_remote_module_non_scriptable.py 2022-05-18T05:02:38.5476550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:38.5640050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:38.5655220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:38.5660830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:38.5663830Z 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:38.5667990Z 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:38.5778410Z 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:38.5910570Z 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:38.6581120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:38.6683260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:38.6683610Z dist init r=3, world=4 2022-05-18T05:02:38.6787460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:38.6787830Z dist init r=1, world=4 2022-05-18T05:02:38.6890160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:38.6890520Z dist init r=0, world=4 2022-05-18T05:02:38.7086040Z dist init r=2, world=4 2022-05-18T05:02:39.0077730Z skip: Need at least 2 CUDA devices (2.187s) 2022-05-18T05:02:39.0145520Z test_nested_all_wrapped_model_offload_false_prefetch_post_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7773 2022-05-18T05:02:39.0196360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7774 2022-05-18T05:02:39.0331510Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7775 2022-05-18T05:02:39.0400410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7776 2022-05-18T05:02:40.6771790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp24hx3pz 2022-05-18T05:02:40.6873360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpp24hx3pz/_remote_module_non_scriptable.py 2022-05-18T05:02:40.7009630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsozn084u 2022-05-18T05:02:40.7021320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsozn084u/_remote_module_non_scriptable.py 2022-05-18T05:02:40.7191180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4zhocqs8 2022-05-18T05:02:40.7222450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4zhocqs8/_remote_module_non_scriptable.py 2022-05-18T05:02:40.7267620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7fjxly7j 2022-05-18T05:02:40.7291930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7fjxly7j/_remote_module_non_scriptable.py 2022-05-18T05:02:40.8389420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:40.8393920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:40.8395100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:40.8496400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:40.8500010Z 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:40.8501380Z 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:40.9075930Z 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:40.9078040Z 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:40.9196750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:40.9197120Z dist init r=2, world=4 2022-05-18T05:02:40.9197520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:40.9300370Z dist init r=0, world=4 2022-05-18T05:02:40.9301120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:40.9407020Z dist init r=3, world=4 2022-05-18T05:02:40.9407860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:40.9602250Z dist init r=1, world=4 2022-05-18T05:02:41.2288350Z skip: Need at least 2 CUDA devices (2.221s) 2022-05-18T05:02:41.2405980Z test_nested_all_wrapped_model_offload_false_prefetch_post_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7782 2022-05-18T05:02:41.2460170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7783 2022-05-18T05:02:41.2705460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7784 2022-05-18T05:02:41.2808320Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7785 2022-05-18T05:02:42.8337690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplbeq_l9z 2022-05-18T05:02:42.8439240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplbeq_l9z/_remote_module_non_scriptable.py 2022-05-18T05:02:42.8539580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpap8w4q3d 2022-05-18T05:02:42.8545610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpap8w4q3d/_remote_module_non_scriptable.py 2022-05-18T05:02:42.8784920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl8lh9yx1 2022-05-18T05:02:42.8870300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl8lh9yx1/_remote_module_non_scriptable.py 2022-05-18T05:02:42.8880760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq9r9o5l6 2022-05-18T05:02:42.8889350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq9r9o5l6/_remote_module_non_scriptable.py 2022-05-18T05:02:42.9657000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:42.9659000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:42.9765840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:42.9767650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:42.9769350Z 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:42.9770950Z 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:43.0143220Z 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:43.0145770Z 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:43.0327650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:43.0431480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:43.0431880Z dist init r=2, world=4 2022-05-18T05:02:43.0534430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:43.0534790Z dist init r=0, world=4 2022-05-18T05:02:43.0535100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:43.0634820Z dist init r=1, world=4 2022-05-18T05:02:43.0639020Z dist init r=3, world=4 2022-05-18T05:02:43.3667300Z skip: Need at least 2 CUDA devices (2.137s) 2022-05-18T05:02:43.3735800Z test_nested_all_wrapped_model_offload_false_prefetch_post_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7790 2022-05-18T05:02:43.3812860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7791 2022-05-18T05:02:43.3872490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7792 2022-05-18T05:02:43.4028720Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7793 2022-05-18T05:02:44.9991580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpppd3400t 2022-05-18T05:02:45.0057890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpppd3400t/_remote_module_non_scriptable.py 2022-05-18T05:02:45.0153640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqz2ocf4x 2022-05-18T05:02:45.0196580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqz2ocf4x/_remote_module_non_scriptable.py 2022-05-18T05:02:45.0299230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzu4y8vwi 2022-05-18T05:02:45.0312230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzu4y8vwi/_remote_module_non_scriptable.py 2022-05-18T05:02:45.0531440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpih_fvfnd 2022-05-18T05:02:45.0532560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpih_fvfnd/_remote_module_non_scriptable.py 2022-05-18T05:02:45.1088420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:45.1090790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:45.1092730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:45.1093760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:45.1095520Z 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:45.1096580Z 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:45.1098500Z 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:45.1100640Z 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:45.1868240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:45.1971000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:45.1971510Z dist init r=3, world=4 2022-05-18T05:02:45.2081810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:45.2082170Z dist init r=1, world=4 2022-05-18T05:02:45.2273050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:45.2273400Z dist init r=2, world=4 2022-05-18T05:02:45.2374670Z dist init r=0, world=4 2022-05-18T05:02:45.5143980Z skip: Need at least 2 CUDA devices (2.147s) 2022-05-18T05:02:45.5211610Z test_nested_all_wrapped_model_offload_false_prefetch_post_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7798 2022-05-18T05:02:45.5261990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7799 2022-05-18T05:02:45.5344580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7800 2022-05-18T05:02:45.5459190Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7801 2022-05-18T05:02:47.1188410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps44bmtu4 2022-05-18T05:02:47.1247370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps44bmtu4/_remote_module_non_scriptable.py 2022-05-18T05:02:47.1297980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc_9spg3p 2022-05-18T05:02:47.1381260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc_9spg3p/_remote_module_non_scriptable.py 2022-05-18T05:02:47.1452810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6yz8bxw0 2022-05-18T05:02:47.1502780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6yz8bxw0/_remote_module_non_scriptable.py 2022-05-18T05:02:47.1656180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ig90vql 2022-05-18T05:02:47.1697470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ig90vql/_remote_module_non_scriptable.py 2022-05-18T05:02:47.1987410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:47.2108680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:47.2114500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:47.2171770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:47.2174840Z 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:47.2729200Z 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:47.2736240Z 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:47.2849010Z 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:47.2967000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:47.2967450Z dist init r=2, world=4 2022-05-18T05:02:47.2975350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:47.3076030Z dist init r=0, world=4 2022-05-18T05:02:47.3184840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:47.3188210Z dist init r=1, world=4 2022-05-18T05:02:47.3302610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:47.3303370Z dist init r=3, world=4 2022-05-18T05:02:47.6012350Z skip: Need at least 2 CUDA devices (2.087s) 2022-05-18T05:02:47.6082080Z test_nested_all_wrapped_model_offload_false_prefetch_post_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7806 2022-05-18T05:02:47.6135010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7807 2022-05-18T05:02:47.6392860Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7808 2022-05-18T05:02:47.6420600Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7809 2022-05-18T05:02:49.2106300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprhnkbr0w 2022-05-18T05:02:49.2206280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprhnkbr0w/_remote_module_non_scriptable.py 2022-05-18T05:02:49.2212880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvdoo70ic 2022-05-18T05:02:49.2314280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvdoo70ic/_remote_module_non_scriptable.py 2022-05-18T05:02:49.2314980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpquuqb0mw 2022-05-18T05:02:49.2415390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpquuqb0mw/_remote_module_non_scriptable.py 2022-05-18T05:02:49.2525210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7i2v04ls 2022-05-18T05:02:49.2545510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7i2v04ls/_remote_module_non_scriptable.py 2022-05-18T05:02:49.2847860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:49.3095570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:49.3104770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:49.3106410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:49.3108000Z 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:49.3109970Z 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:49.3201380Z 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:49.3204870Z 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:49.3770700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:49.3871590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:49.3872620Z dist init r=2, world=4 2022-05-18T05:02:49.3972200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:49.3972560Z dist init r=0, world=4 2022-05-18T05:02:49.4072520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:49.4072860Z dist init r=1, world=4 2022-05-18T05:02:49.4080250Z dist init r=3, world=4 2022-05-18T05:02:49.6612450Z skip: Need at least 2 CUDA devices (2.060s) 2022-05-18T05:02:49.6679910Z test_nested_all_wrapped_model_offload_false_prefetch_post_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7814 2022-05-18T05:02:49.6732800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7815 2022-05-18T05:02:49.6899040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7816 2022-05-18T05:02:49.7052840Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7817 2022-05-18T05:02:51.3445370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9pz2yqqv 2022-05-18T05:02:51.3533890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9pz2yqqv/_remote_module_non_scriptable.py 2022-05-18T05:02:51.3600280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn5878_5_ 2022-05-18T05:02:51.3650720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn5878_5_/_remote_module_non_scriptable.py 2022-05-18T05:02:51.3735500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkn6gvpa1 2022-05-18T05:02:51.3805210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkn6gvpa1/_remote_module_non_scriptable.py 2022-05-18T05:02:51.3839460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzyufiun0 2022-05-18T05:02:51.3860160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzyufiun0/_remote_module_non_scriptable.py 2022-05-18T05:02:51.4088160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:51.4197790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:51.4199930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:51.4200870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:51.4204860Z 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:51.4207050Z 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:51.4209040Z 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:51.5046360Z 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:51.5060840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:51.5166380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:51.5166740Z dist init r=2, world=4 2022-05-18T05:02:51.5274610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:51.5274960Z dist init r=0, world=4 2022-05-18T05:02:51.5471040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:51.5471490Z dist init r=3, world=4 2022-05-18T05:02:51.5572980Z dist init r=1, world=4 2022-05-18T05:02:51.9101200Z skip: Need at least 2 CUDA devices (2.249s) 2022-05-18T05:02:51.9171930Z test_nested_all_wrapped_model_offload_false_prefetch_pre_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7823 2022-05-18T05:02:51.9248810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7824 2022-05-18T05:02:51.9356730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7825 2022-05-18T05:02:51.9500370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7826 2022-05-18T05:02:53.5230710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8xxxd5oy 2022-05-18T05:02:53.5259510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8xxxd5oy/_remote_module_non_scriptable.py 2022-05-18T05:02:53.5445680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp84w4m72l 2022-05-18T05:02:53.5493740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp84w4m72l/_remote_module_non_scriptable.py 2022-05-18T05:02:53.5568680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1d5ahija 2022-05-18T05:02:53.5595880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1d5ahija/_remote_module_non_scriptable.py 2022-05-18T05:02:53.5640140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbvni0zoh 2022-05-18T05:02:53.5702140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbvni0zoh/_remote_module_non_scriptable.py 2022-05-18T05:02:53.6580850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:53.6694490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:53.6696900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:53.6701340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:53.6704500Z 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:53.7085740Z 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:53.7457170Z 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:53.7461450Z 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:53.7858360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:53.7968530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:53.7968880Z dist init r=2, world=4 2022-05-18T05:02:53.8061900Z dist init r=0, world=4 2022-05-18T05:02:53.8072910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:53.8172600Z dist init r=3, world=4 2022-05-18T05:02:53.8264270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:53.8274180Z dist init r=1, world=4 2022-05-18T05:02:54.1491050Z skip: Need at least 2 CUDA devices (2.239s) 2022-05-18T05:02:54.1560670Z test_nested_all_wrapped_model_offload_false_prefetch_pre_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7831 2022-05-18T05:02:54.1615490Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7832 2022-05-18T05:02:54.1748850Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7833 2022-05-18T05:02:54.1850890Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7834 2022-05-18T05:02:55.7377960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9_4ju5rm 2022-05-18T05:02:55.7475050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9_4ju5rm/_remote_module_non_scriptable.py 2022-05-18T05:02:55.7517200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppzdyip9s 2022-05-18T05:02:55.7583900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppzdyip9s/_remote_module_non_scriptable.py 2022-05-18T05:02:55.7941270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpib_80mkg 2022-05-18T05:02:55.7944270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpib_80mkg/_remote_module_non_scriptable.py 2022-05-18T05:02:55.8212790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_f1lvh8s 2022-05-18T05:02:55.8215690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_f1lvh8s/_remote_module_non_scriptable.py 2022-05-18T05:02:55.8869760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:55.8872990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:55.8984630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:55.8988200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:55.8992790Z 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:55.8995300Z 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:55.9073560Z 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:55.9602730Z 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:55.9871640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:55.9975550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:55.9975900Z dist init r=0, world=4 2022-05-18T05:02:56.0079750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:56.0080100Z dist init r=3, world=4 2022-05-18T05:02:56.0181390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:56.0181740Z dist init r=2, world=4 2022-05-18T05:02:56.0282740Z dist init r=1, world=4 2022-05-18T05:02:56.2968970Z skip: Need at least 2 CUDA devices (2.147s) 2022-05-18T05:02:56.3056310Z test_nested_all_wrapped_model_offload_false_prefetch_pre_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7839 2022-05-18T05:02:56.3201420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7840 2022-05-18T05:02:56.3334440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7841 2022-05-18T05:02:56.3504450Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7842 2022-05-18T05:02:57.9386890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqk8hy5qm 2022-05-18T05:02:57.9488200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqk8hy5qm/_remote_module_non_scriptable.py 2022-05-18T05:02:57.9648290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpugk_9a3h 2022-05-18T05:02:57.9695480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpugk_9a3h/_remote_module_non_scriptable.py 2022-05-18T05:02:57.9857710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_qy3d8t9 2022-05-18T05:02:57.9889930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_qy3d8t9/_remote_module_non_scriptable.py 2022-05-18T05:02:57.9979540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp93b89xzm 2022-05-18T05:02:57.9983580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp93b89xzm/_remote_module_non_scriptable.py 2022-05-18T05:02:58.0303930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:02:58.0305320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:02:58.0309460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:02:58.0315760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:02:58.0318690Z 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:58.0414700Z 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:58.0417210Z 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:58.0422440Z 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:58.0430660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:02:58.0434170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:02:58.0535410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:02:58.0535760Z dist init r=1, world=4 2022-05-18T05:02:58.0536360Z dist init r=3, world=4 2022-05-18T05:02:58.0540680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:02:58.0544960Z dist init r=0, world=4 2022-05-18T05:02:58.0645460Z dist init r=2, world=4 2022-05-18T05:02:58.3278740Z skip: Need at least 2 CUDA devices (2.031s) 2022-05-18T05:02:58.3347890Z test_nested_all_wrapped_model_offload_false_prefetch_pre_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7847 2022-05-18T05:02:58.3400500Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7848 2022-05-18T05:02:58.3674040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7849 2022-05-18T05:02:58.3775650Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7850 2022-05-18T05:02:59.9338170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpds00r6n5 2022-05-18T05:02:59.9392000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpds00r6n5/_remote_module_non_scriptable.py 2022-05-18T05:02:59.9534410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptxtq2_n6 2022-05-18T05:02:59.9563300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptxtq2_n6/_remote_module_non_scriptable.py 2022-05-18T05:02:59.9845090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbp54olrr 2022-05-18T05:02:59.9872350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbp54olrr/_remote_module_non_scriptable.py 2022-05-18T05:03:00.0005490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpincechm9 2022-05-18T05:03:00.0008370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpincechm9/_remote_module_non_scriptable.py 2022-05-18T05:03:00.1097110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:00.1103380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:00.1108320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:00.1109420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:00.1111210Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:00.1112650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:00.1213220Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:00.1802550Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:00.2174620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:00.2277410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:00.2278370Z dist init r=3, world=4 2022-05-18T05:03:00.2380130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:00.2380480Z dist init r=2, world=4 2022-05-18T05:03:00.2481620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:00.2481980Z dist init r=0, world=4 2022-05-18T05:03:00.2582530Z dist init r=1, world=4 2022-05-18T05:03:00.6095030Z skip: Need at least 2 CUDA devices (2.281s) 2022-05-18T05:03:00.6163240Z test_nested_all_wrapped_model_offload_false_prefetch_pre_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7856 2022-05-18T05:03:00.6216050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7857 2022-05-18T05:03:00.6346290Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7858 2022-05-18T05:03:00.6471990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7859 2022-05-18T05:03:02.2142650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp82msk122 2022-05-18T05:03:02.2146920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp82msk122/_remote_module_non_scriptable.py 2022-05-18T05:03:02.2369840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9_q1hp1e 2022-05-18T05:03:02.2415790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9_q1hp1e/_remote_module_non_scriptable.py 2022-05-18T05:03:02.2473020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx09s5uaj 2022-05-18T05:03:02.2507730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx09s5uaj/_remote_module_non_scriptable.py 2022-05-18T05:03:02.2643960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpehvxzbus 2022-05-18T05:03:02.2667150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpehvxzbus/_remote_module_non_scriptable.py 2022-05-18T05:03:02.2978890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:02.3086580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:02.3636950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:02.3642960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:02.3646640Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:02.3652670Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:02.4321090Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:02.4327760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:02.5101820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:02.5206820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:02.5207170Z dist init r=1, world=4 2022-05-18T05:03:02.5315240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:02.5315590Z dist init r=0, world=4 2022-05-18T05:03:02.5315840Z dist init r=2, world=4 2022-05-18T05:03:02.5417480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:02.5417830Z dist init r=3, world=4 2022-05-18T05:03:02.8059700Z skip: Need at least 2 CUDA devices (2.196s) 2022-05-18T05:03:02.8192490Z test_nested_all_wrapped_model_offload_false_prefetch_pre_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7864 2022-05-18T05:03:02.8247490Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7865 2022-05-18T05:03:02.8379260Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7866 2022-05-18T05:03:02.8542200Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7867 2022-05-18T05:03:04.4404960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyt9e2g0s 2022-05-18T05:03:04.4496090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyt9e2g0s/_remote_module_non_scriptable.py 2022-05-18T05:03:04.4556200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp62m300c6 2022-05-18T05:03:04.4592410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp62m300c6/_remote_module_non_scriptable.py 2022-05-18T05:03:04.4687440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ksaq07v 2022-05-18T05:03:04.4783310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ksaq07v/_remote_module_non_scriptable.py 2022-05-18T05:03:04.4794170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcmymhs78 2022-05-18T05:03:04.4829980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcmymhs78/_remote_module_non_scriptable.py 2022-05-18T05:03:04.6004570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:04.6007620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:04.6009500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:04.6013400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:04.6014830Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:04.6016600Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:04.6121760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:04.6123810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:04.6577160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:04.6677950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:04.6678330Z dist init r=1, world=4 2022-05-18T05:03:04.6678640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:04.6778910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:04.6779250Z dist init r=0, world=4 2022-05-18T05:03:04.6879500Z dist init r=2, world=4 2022-05-18T05:03:04.6980130Z dist init r=3, world=4 2022-05-18T05:03:05.0349280Z skip: Need at least 2 CUDA devices (2.228s) 2022-05-18T05:03:05.0417890Z test_nested_all_wrapped_model_offload_true_none_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7872 2022-05-18T05:03:05.0471280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7873 2022-05-18T05:03:05.0603060Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7874 2022-05-18T05:03:05.0701010Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7875 2022-05-18T05:03:06.6446860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcx9_ynyn 2022-05-18T05:03:06.6497740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcx9_ynyn/_remote_module_non_scriptable.py 2022-05-18T05:03:06.6600720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptg_6yikw 2022-05-18T05:03:06.6701270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptg_6yikw/_remote_module_non_scriptable.py 2022-05-18T05:03:06.6701900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwpxfe15u 2022-05-18T05:03:06.6764950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwpxfe15u/_remote_module_non_scriptable.py 2022-05-18T05:03:06.7164130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_pddeh9 2022-05-18T05:03:06.7166960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_pddeh9/_remote_module_non_scriptable.py 2022-05-18T05:03:06.7486770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:06.7592330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:06.7600630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:06.7839980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:06.7850110Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:06.7857460Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:06.7861970Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:06.8088640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:06.8223240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:06.8326520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:06.8326870Z dist init r=1, world=4 2022-05-18T05:03:06.8429640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:06.8429980Z dist init r=0, world=4 2022-05-18T05:03:06.8628880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:06.8629330Z dist init r=2, world=4 2022-05-18T05:03:06.8731040Z dist init r=3, world=4 2022-05-18T05:03:07.2196820Z skip: Need at least 2 CUDA devices (2.184s) 2022-05-18T05:03:07.2264930Z test_nested_all_wrapped_model_offload_true_none_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7880 2022-05-18T05:03:07.2319910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7881 2022-05-18T05:03:07.2479680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7882 2022-05-18T05:03:07.2620390Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7883 2022-05-18T05:03:08.8416970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpllxyfpb7 2022-05-18T05:03:08.8511720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpllxyfpb7/_remote_module_non_scriptable.py 2022-05-18T05:03:08.8532890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1dnfrfkc 2022-05-18T05:03:08.8595330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppd10_135 2022-05-18T05:03:08.8617950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppd10_135/_remote_module_non_scriptable.py 2022-05-18T05:03:08.8713650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1dnfrfkc/_remote_module_non_scriptable.py 2022-05-18T05:03:08.8724940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplgbj_uap 2022-05-18T05:03:08.8821050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplgbj_uap/_remote_module_non_scriptable.py 2022-05-18T05:03:08.9087680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:08.9096440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:08.9109430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:08.9111620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:08.9112910Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:08.9114280Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:08.9302690Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:08.9983270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:09.0112530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:09.0213710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:09.0214060Z dist init r=1, world=4 2022-05-18T05:03:09.0315130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:09.0315500Z dist init r=0, world=4 2022-05-18T05:03:09.0416720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:09.0417080Z dist init r=2, world=4 2022-05-18T05:03:09.0417360Z dist init r=3, world=4 2022-05-18T05:03:09.4090930Z skip: Need at least 2 CUDA devices (2.189s) 2022-05-18T05:03:09.4159200Z test_nested_all_wrapped_model_offload_true_none_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7888 2022-05-18T05:03:09.4215000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7889 2022-05-18T05:03:09.4373360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7890 2022-05-18T05:03:09.4476830Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7891 2022-05-18T05:03:11.0740170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqve49nm1 2022-05-18T05:03:11.0836230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqve49nm1/_remote_module_non_scriptable.py 2022-05-18T05:03:11.0936510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpng6hdroq 2022-05-18T05:03:11.1016200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpng6hdroq/_remote_module_non_scriptable.py 2022-05-18T05:03:11.1340240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppl284dfk 2022-05-18T05:03:11.1343620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppl284dfk/_remote_module_non_scriptable.py 2022-05-18T05:03:11.1425860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpirv08jqe 2022-05-18T05:03:11.1429060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpirv08jqe/_remote_module_non_scriptable.py 2022-05-18T05:03:11.1752520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:11.1862530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:11.2127830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:11.2131140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:11.2134850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:11.2138330Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:11.2251640Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:11.2262570Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:11.2277200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:11.2381060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:11.2381520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:11.2381920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:11.2382200Z dist init r=1, world=4 2022-05-18T05:03:11.2483200Z dist init r=2, world=4 2022-05-18T05:03:11.2586510Z dist init r=0, world=4 2022-05-18T05:03:11.2784850Z dist init r=3, world=4 2022-05-18T05:03:11.5900730Z skip: Need at least 2 CUDA devices (2.181s) 2022-05-18T05:03:11.5967690Z test_nested_all_wrapped_model_offload_true_none_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7897 2022-05-18T05:03:11.6019020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7898 2022-05-18T05:03:11.6190170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7899 2022-05-18T05:03:11.6342250Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7900 2022-05-18T05:03:13.1927000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_nbqnvu_ 2022-05-18T05:03:13.1955850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_nbqnvu_/_remote_module_non_scriptable.py 2022-05-18T05:03:13.2173280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw8ifu3am 2022-05-18T05:03:13.2261920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw8ifu3am/_remote_module_non_scriptable.py 2022-05-18T05:03:13.2553640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm5eyqlq0 2022-05-18T05:03:13.2556900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm5eyqlq0/_remote_module_non_scriptable.py 2022-05-18T05:03:13.2639960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyavr5zkj 2022-05-18T05:03:13.2643820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyavr5zkj/_remote_module_non_scriptable.py 2022-05-18T05:03:13.3111000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:13.3114630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:13.3116650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:13.3118770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:13.3120630Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:13.3122610Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:13.3124360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:13.3126440Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:13.3988830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:13.4093250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:13.4093590Z dist init r=1, world=4 2022-05-18T05:03:13.4199210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:13.4199560Z dist init r=2, world=4 2022-05-18T05:03:13.4302880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:13.4303230Z dist init r=3, world=4 2022-05-18T05:03:13.4501740Z dist init r=0, world=4 2022-05-18T05:03:13.7029890Z skip: Need at least 2 CUDA devices (2.113s) 2022-05-18T05:03:13.7102450Z test_nested_all_wrapped_model_offload_true_none_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7905 2022-05-18T05:03:13.7154190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7906 2022-05-18T05:03:13.7236860Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7907 2022-05-18T05:03:13.7397180Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7908 2022-05-18T05:03:15.3342970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwfpehb0v 2022-05-18T05:03:15.3433540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwfpehb0v/_remote_module_non_scriptable.py 2022-05-18T05:03:15.3548110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplajrgfvg 2022-05-18T05:03:15.3604190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplajrgfvg/_remote_module_non_scriptable.py 2022-05-18T05:03:15.3652120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuu2ynt51 2022-05-18T05:03:15.3721910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuu2ynt51/_remote_module_non_scriptable.py 2022-05-18T05:03:15.3863590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpll8jvbap 2022-05-18T05:03:15.3888460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpll8jvbap/_remote_module_non_scriptable.py 2022-05-18T05:03:15.4210610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:15.4220090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:15.4354680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:15.4356940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:15.4363520Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:15.4367050Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:15.4463240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:15.5135150Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:15.5167290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:15.5271530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:15.5271910Z dist init r=1, world=4 2022-05-18T05:03:15.5375110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:15.5375460Z dist init r=2, world=4 2022-05-18T05:03:15.5576320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:15.5576670Z dist init r=0, world=4 2022-05-18T05:03:15.5579460Z dist init r=3, world=4 2022-05-18T05:03:16.0377120Z skip: Need at least 2 CUDA devices (2.334s) 2022-05-18T05:03:16.0446020Z test_nested_all_wrapped_model_offload_true_none_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7913 2022-05-18T05:03:16.0500220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7914 2022-05-18T05:03:16.0630810Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7915 2022-05-18T05:03:16.0700480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7916 2022-05-18T05:03:17.6384840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6r3fcwzf 2022-05-18T05:03:17.6484980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6r3fcwzf/_remote_module_non_scriptable.py 2022-05-18T05:03:17.6557930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfyit4w5p 2022-05-18T05:03:17.6659040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfyit4w5p/_remote_module_non_scriptable.py 2022-05-18T05:03:17.6712680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5_1u226_ 2022-05-18T05:03:17.6736080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5_1u226_/_remote_module_non_scriptable.py 2022-05-18T05:03:17.7091250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5j8vauac 2022-05-18T05:03:17.7096850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5j8vauac/_remote_module_non_scriptable.py 2022-05-18T05:03:17.7548360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:17.7558470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:17.7826960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:17.7828050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:17.7829730Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:17.7831120Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:17.7942740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:17.8270750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:17.8754320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:17.8854080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:17.8854430Z dist init r=0, world=4 2022-05-18T05:03:17.8954690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:17.8955050Z dist init r=3, world=4 2022-05-18T05:03:17.9055040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:17.9055410Z dist init r=1, world=4 2022-05-18T05:03:17.9155850Z dist init r=2, world=4 2022-05-18T05:03:18.1599580Z skip: Need at least 2 CUDA devices (2.122s) 2022-05-18T05:03:18.1675610Z test_nested_all_wrapped_model_offload_true_prefetch_post_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7921 2022-05-18T05:03:18.1727900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7922 2022-05-18T05:03:18.1928540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7923 2022-05-18T05:03:18.2030100Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7924 2022-05-18T05:03:19.7542320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp60oxjd42 2022-05-18T05:03:19.7641760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp60oxjd42/_remote_module_non_scriptable.py 2022-05-18T05:03:19.7955120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptsj4z45u 2022-05-18T05:03:19.8041060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptsj4z45u/_remote_module_non_scriptable.py 2022-05-18T05:03:19.8043420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ovjdawa 2022-05-18T05:03:19.8061990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ovjdawa/_remote_module_non_scriptable.py 2022-05-18T05:03:19.8248680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5oficap6 2022-05-18T05:03:19.8266660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5oficap6/_remote_module_non_scriptable.py 2022-05-18T05:03:19.8537890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:19.8540010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:19.9076740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:19.9077660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:19.9080250Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:19.9083540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:19.9185730Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:19.9616210Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:19.9629270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:19.9730690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:19.9731080Z dist init r=1, world=4 2022-05-18T05:03:19.9833050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:19.9833450Z dist init r=2, world=4 2022-05-18T05:03:19.9833860Z dist init r=0, world=4 2022-05-18T05:03:19.9934940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:19.9935300Z dist init r=3, world=4 2022-05-18T05:03:20.3368380Z skip: Need at least 2 CUDA devices (2.176s) 2022-05-18T05:03:20.3436250Z test_nested_all_wrapped_model_offload_true_prefetch_post_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7929 2022-05-18T05:03:20.3486450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7930 2022-05-18T05:03:20.3622290Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7931 2022-05-18T05:03:20.3752260Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7932 2022-05-18T05:03:22.0012590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsv99x_ql 2022-05-18T05:03:22.0113920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsv99x_ql/_remote_module_non_scriptable.py 2022-05-18T05:03:22.0357670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4m17niu7 2022-05-18T05:03:22.0408670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4m17niu7/_remote_module_non_scriptable.py 2022-05-18T05:03:22.0445390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphicfeiqh 2022-05-18T05:03:22.0467600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphicfeiqh/_remote_module_non_scriptable.py 2022-05-18T05:03:22.0512440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpys6baskj 2022-05-18T05:03:22.0555440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpys6baskj/_remote_module_non_scriptable.py 2022-05-18T05:03:22.0952340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:22.0955090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:22.1071370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:22.1074940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:22.1076530Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:22.1078190Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:22.1182560Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:22.1184910Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:22.2016740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:22.2122620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:22.2122970Z dist init r=2, world=4 2022-05-18T05:03:22.2218840Z dist init r=1, world=4 2022-05-18T05:03:22.2228990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:22.2327310Z dist init r=0, world=4 2022-05-18T05:03:22.2422350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:22.2430520Z dist init r=3, world=4 2022-05-18T05:03:22.5122710Z skip: Need at least 2 CUDA devices (2.175s) 2022-05-18T05:03:22.5188750Z test_nested_all_wrapped_model_offload_true_prefetch_post_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7938 2022-05-18T05:03:22.5241720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7939 2022-05-18T05:03:22.5500380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7940 2022-05-18T05:03:22.5602080Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7941 2022-05-18T05:03:24.1192460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpin1wcvpz 2022-05-18T05:03:24.1245280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpin1wcvpz/_remote_module_non_scriptable.py 2022-05-18T05:03:24.1268550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7rg3vhdu 2022-05-18T05:03:24.1364570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7rg3vhdu/_remote_module_non_scriptable.py 2022-05-18T05:03:24.1405270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiglxxshj 2022-05-18T05:03:24.1467580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiglxxshj/_remote_module_non_scriptable.py 2022-05-18T05:03:24.1763560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9zz1lybr 2022-05-18T05:03:24.1767160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9zz1lybr/_remote_module_non_scriptable.py 2022-05-18T05:03:24.2165900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:24.2686150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:24.2687460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:24.2808700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:24.2811370Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:24.2916530Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:24.2917740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:24.3027130Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:24.3040340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:24.3143680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:24.3144030Z dist init r=0, world=4 2022-05-18T05:03:24.3346550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:24.3347070Z dist init r=2, world=4 2022-05-18T05:03:24.3449840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:24.3450210Z dist init r=1, world=4 2022-05-18T05:03:24.3649640Z dist init r=3, world=4 2022-05-18T05:03:24.6380470Z skip: Need at least 2 CUDA devices (2.125s) 2022-05-18T05:03:24.6448020Z test_nested_all_wrapped_model_offload_true_prefetch_post_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7946 2022-05-18T05:03:24.6505500Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7947 2022-05-18T05:03:24.6663990Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7948 2022-05-18T05:03:24.6736240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7949 2022-05-18T05:03:26.2616030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpisq0kccf 2022-05-18T05:03:26.2683760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpisq0kccf/_remote_module_non_scriptable.py 2022-05-18T05:03:26.2715800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf7uu55sv 2022-05-18T05:03:26.2799160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf7uu55sv/_remote_module_non_scriptable.py 2022-05-18T05:03:26.2829640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8qs5gc62 2022-05-18T05:03:26.2913810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8qs5gc62/_remote_module_non_scriptable.py 2022-05-18T05:03:26.3010220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqyk4ekq2 2022-05-18T05:03:26.3012630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqyk4ekq2/_remote_module_non_scriptable.py 2022-05-18T05:03:26.4084160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:26.4085380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:26.4093480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:26.4095580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:26.4096740Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:26.4098950Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:26.4192490Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:26.4323860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:26.5109930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:26.5213280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:26.5213630Z dist init r=0, world=4 2022-05-18T05:03:26.5319790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:26.5320130Z dist init r=2, world=4 2022-05-18T05:03:26.5426870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:26.5427240Z dist init r=1, world=4 2022-05-18T05:03:26.5528420Z dist init r=3, world=4 2022-05-18T05:03:26.9430040Z skip: Need at least 2 CUDA devices (2.305s) 2022-05-18T05:03:26.9498160Z test_nested_all_wrapped_model_offload_true_prefetch_post_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7954 2022-05-18T05:03:26.9549440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7955 2022-05-18T05:03:26.9688420Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7956 2022-05-18T05:03:26.9808590Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7957 2022-05-18T05:03:28.5743070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp11hlx5k6 2022-05-18T05:03:28.5843120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxj33fb4g 2022-05-18T05:03:28.5929780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp11hlx5k6/_remote_module_non_scriptable.py 2022-05-18T05:03:28.5960210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxj33fb4g/_remote_module_non_scriptable.py 2022-05-18T05:03:28.6032130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppjng2xl2 2022-05-18T05:03:28.6090990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppjng2xl2/_remote_module_non_scriptable.py 2022-05-18T05:03:28.6181360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0b4r6l5_ 2022-05-18T05:03:28.6191070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0b4r6l5_/_remote_module_non_scriptable.py 2022-05-18T05:03:28.6580750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:28.7321840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:28.7326070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:28.7326990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:28.7328920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:28.7329730Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:28.7440160Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:28.7830050Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:28.8328860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:28.8432900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:28.8433250Z dist init r=3, world=4 2022-05-18T05:03:28.8535920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:28.8536270Z dist init r=0, world=4 2022-05-18T05:03:28.8734980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:28.8735340Z dist init r=2, world=4 2022-05-18T05:03:28.8837290Z dist init r=1, world=4 2022-05-18T05:03:29.1611020Z skip: Need at least 2 CUDA devices (2.218s) 2022-05-18T05:03:29.1684460Z test_nested_all_wrapped_model_offload_true_prefetch_post_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7962 2022-05-18T05:03:29.1731890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7963 2022-05-18T05:03:29.1829900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7964 2022-05-18T05:03:29.1959990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7965 2022-05-18T05:03:30.8324830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy8h1lvy7 2022-05-18T05:03:30.8375230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy8h1lvy7/_remote_module_non_scriptable.py 2022-05-18T05:03:30.8527260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvy21i6gz 2022-05-18T05:03:30.8627340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9pwy1udh 2022-05-18T05:03:30.8696720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9pwy1udh/_remote_module_non_scriptable.py 2022-05-18T05:03:30.8725420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvy21i6gz/_remote_module_non_scriptable.py 2022-05-18T05:03:30.8773040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1dkmf65r 2022-05-18T05:03:30.8783900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1dkmf65r/_remote_module_non_scriptable.py 2022-05-18T05:03:30.9207290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:30.9209560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:30.9215150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:30.9217470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:30.9218770Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:30.9220810Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:30.9333610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:30.9466720Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:30.9574810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:30.9575160Z dist init r=2, world=4 2022-05-18T05:03:30.9682400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:30.9683510Z dist init r=0, world=4 2022-05-18T05:03:30.9789860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:30.9790190Z dist init r=3, world=4 2022-05-18T05:03:30.9979530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:30.9979880Z dist init r=1, world=4 2022-05-18T05:03:31.2852620Z skip: Need at least 2 CUDA devices (2.124s) 2022-05-18T05:03:31.2918880Z test_nested_all_wrapped_model_offload_true_prefetch_pre_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7971 2022-05-18T05:03:31.2970610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7972 2022-05-18T05:03:31.3163280Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7973 2022-05-18T05:03:31.3268920Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7974 2022-05-18T05:03:32.9007060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo0h7ecyd 2022-05-18T05:03:32.9024840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo0h7ecyd/_remote_module_non_scriptable.py 2022-05-18T05:03:32.9192070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj6befaqa 2022-05-18T05:03:32.9278220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj6befaqa/_remote_module_non_scriptable.py 2022-05-18T05:03:32.9302400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxqa3p3b5 2022-05-18T05:03:32.9403670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxqa3p3b5/_remote_module_non_scriptable.py 2022-05-18T05:03:32.9408510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgi3uepfx 2022-05-18T05:03:32.9506920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgi3uepfx/_remote_module_non_scriptable.py 2022-05-18T05:03:33.0472340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:33.0473980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:33.0477960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:33.0485540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:33.0488370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:33.0588460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:33.0590880Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:33.0597570Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:33.0612590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:33.0612910Z dist init r=3, world=4 2022-05-18T05:03:33.0714010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:33.0714360Z dist init r=0, world=4 2022-05-18T05:03:33.0810570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:33.0810900Z dist init r=2, world=4 2022-05-18T05:03:33.0911990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:33.0913000Z dist init r=1, world=4 2022-05-18T05:03:33.4099450Z skip: Need at least 2 CUDA devices (2.124s) 2022-05-18T05:03:33.4164950Z test_nested_all_wrapped_model_offload_true_prefetch_pre_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7979 2022-05-18T05:03:33.4215310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7980 2022-05-18T05:03:33.4347710Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7981 2022-05-18T05:03:33.4473990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7982 2022-05-18T05:03:35.0025910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqntiqwjf 2022-05-18T05:03:35.0122620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqntiqwjf/_remote_module_non_scriptable.py 2022-05-18T05:03:35.0221980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqlo7_76q 2022-05-18T05:03:35.0232410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqlo7_76q/_remote_module_non_scriptable.py 2022-05-18T05:03:35.0318580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpek6mwehm 2022-05-18T05:03:35.0335980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpek6mwehm/_remote_module_non_scriptable.py 2022-05-18T05:03:35.0633900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphhkjsx06 2022-05-18T05:03:35.0637620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphhkjsx06/_remote_module_non_scriptable.py 2022-05-18T05:03:35.1582900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:35.1685870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:35.1690080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:35.1691170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:35.1692750Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:35.1694480Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:35.2154220Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:35.2161950Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:35.2829990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:35.2932880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:35.2933240Z dist init r=0, world=4 2022-05-18T05:03:35.3034050Z dist init r=2, world=4 2022-05-18T05:03:35.3046420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:35.3148020Z dist init r=1, world=4 2022-05-18T05:03:35.3148970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:35.3249990Z dist init r=3, world=4 2022-05-18T05:03:35.5705330Z skip: Need at least 2 CUDA devices (2.160s) 2022-05-18T05:03:35.5812770Z test_nested_all_wrapped_model_offload_true_prefetch_pre_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7987 2022-05-18T05:03:35.5865370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7988 2022-05-18T05:03:35.6123830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7989 2022-05-18T05:03:35.6225520Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7990 2022-05-18T05:03:37.1512170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphgczwmbd 2022-05-18T05:03:37.1549930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphgczwmbd/_remote_module_non_scriptable.py 2022-05-18T05:03:37.2092610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3xf2x38p 2022-05-18T05:03:37.2110000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3xf2x38p/_remote_module_non_scriptable.py 2022-05-18T05:03:37.2191290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwojmpsbb 2022-05-18T05:03:37.2212500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwojmpsbb/_remote_module_non_scriptable.py 2022-05-18T05:03:37.2456800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptiyqzfbj 2022-05-18T05:03:37.2460140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptiyqzfbj/_remote_module_non_scriptable.py 2022-05-18T05:03:37.3627780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:37.3628950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:37.3630340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:37.3868000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:37.3871240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:37.3876090Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:37.4068850Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:37.4070800Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:37.4188750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:37.4189130Z dist init r=3, world=4 2022-05-18T05:03:37.4285520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:37.4285870Z dist init r=1, world=4 2022-05-18T05:03:37.4389900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:37.4390240Z dist init r=0, world=4 2022-05-18T05:03:37.4491210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:37.4491610Z dist init r=2, world=4 2022-05-18T05:03:37.8202020Z skip: Need at least 2 CUDA devices (2.249s) 2022-05-18T05:03:37.8308490Z test_nested_all_wrapped_model_offload_true_prefetch_pre_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 7995 2022-05-18T05:03:37.8368580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 7996 2022-05-18T05:03:37.8445380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 7997 2022-05-18T05:03:37.8574670Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 7998 2022-05-18T05:03:39.4299710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp05810hd7 2022-05-18T05:03:39.4313120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp05810hd7/_remote_module_non_scriptable.py 2022-05-18T05:03:39.4351280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjmiljko1 2022-05-18T05:03:39.4424640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjmiljko1/_remote_module_non_scriptable.py 2022-05-18T05:03:39.4752470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpprptecrt 2022-05-18T05:03:39.4755970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpprptecrt/_remote_module_non_scriptable.py 2022-05-18T05:03:39.4770540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgxv5deli 2022-05-18T05:03:39.4774370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgxv5deli/_remote_module_non_scriptable.py 2022-05-18T05:03:39.5222350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:39.5334800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:39.5339830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:39.5349720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:39.5351370Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:39.5352800Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:39.5354720Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:39.5735530Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:39.5851230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:39.5851680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:39.5851960Z dist init r=2, world=4 2022-05-18T05:03:39.5852320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:39.5956460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:39.5956970Z dist init r=0, world=4 2022-05-18T05:03:39.6152610Z dist init r=1, world=4 2022-05-18T05:03:39.6160060Z dist init r=3, world=4 2022-05-18T05:03:39.9373980Z skip: Need at least 2 CUDA devices (2.117s) 2022-05-18T05:03:39.9441250Z test_nested_all_wrapped_model_offload_true_prefetch_pre_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8003 2022-05-18T05:03:39.9494010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8004 2022-05-18T05:03:39.9628340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8005 2022-05-18T05:03:39.9698330Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8006 2022-05-18T05:03:41.6142740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptlll37cl 2022-05-18T05:03:41.6231800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptlll37cl/_remote_module_non_scriptable.py 2022-05-18T05:03:41.6337430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcpkb7s8a 2022-05-18T05:03:41.6398250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcpkb7s8a/_remote_module_non_scriptable.py 2022-05-18T05:03:41.6446240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps3pkhqxf 2022-05-18T05:03:41.6491500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps3pkhqxf/_remote_module_non_scriptable.py 2022-05-18T05:03:41.6654870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpohd_1uxm 2022-05-18T05:03:41.6664100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpohd_1uxm/_remote_module_non_scriptable.py 2022-05-18T05:03:41.7241470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:41.7552380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:41.7553950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:41.7555780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:41.7558130Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:41.7559640Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:41.7560820Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:41.7671320Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:41.8306790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:41.8307200Z dist init r=0, world=4 2022-05-18T05:03:41.8416820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:41.8417190Z dist init r=1, world=4 2022-05-18T05:03:41.8608360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:41.8608710Z dist init r=2, world=4 2022-05-18T05:03:41.8713400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:41.8713740Z dist init r=3, world=4 2022-05-18T05:03:42.1121090Z skip: Need at least 2 CUDA devices (2.174s) 2022-05-18T05:03:42.1187220Z test_nested_all_wrapped_model_offload_true_prefetch_pre_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8012 2022-05-18T05:03:42.1241350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8013 2022-05-18T05:03:42.1503340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8014 2022-05-18T05:03:42.1604760Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8015 2022-05-18T05:03:43.7249090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf3nw8lj0 2022-05-18T05:03:43.7351830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf3nw8lj0/_remote_module_non_scriptable.py 2022-05-18T05:03:43.7387520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe7q76d_i 2022-05-18T05:03:43.7405410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe7q76d_i/_remote_module_non_scriptable.py 2022-05-18T05:03:43.7488180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt99dz5ex 2022-05-18T05:03:43.7550510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt99dz5ex/_remote_module_non_scriptable.py 2022-05-18T05:03:43.7651230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbjnftl93 2022-05-18T05:03:43.7667130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbjnftl93/_remote_module_non_scriptable.py 2022-05-18T05:03:43.7951940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:43.7997830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:43.8134530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:43.8840150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:43.8843380Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:43.8950500Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:43.9069500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:43.9071750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:43.9185120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:43.9193920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:43.9194240Z dist init r=0, world=4 2022-05-18T05:03:43.9287190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:43.9287540Z dist init r=1, world=4 2022-05-18T05:03:43.9287750Z dist init r=2, world=4 2022-05-18T05:03:43.9398290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:43.9503840Z dist init r=3, world=4 2022-05-18T05:03:44.2939970Z skip: Need at least 2 CUDA devices (2.182s) 2022-05-18T05:03:44.3004260Z test_nested_wrapped_model_offload_false_none_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8020 2022-05-18T05:03:44.3055170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8021 2022-05-18T05:03:44.3187340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8022 2022-05-18T05:03:44.3342730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8023 2022-05-18T05:03:45.9466480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpik7neflh 2022-05-18T05:03:45.9552910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpik7neflh/_remote_module_non_scriptable.py 2022-05-18T05:03:45.9608330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8mqbdml7 2022-05-18T05:03:45.9630260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8mqbdml7/_remote_module_non_scriptable.py 2022-05-18T05:03:45.9686390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzwbh8c5i 2022-05-18T05:03:45.9759420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzwbh8c5i/_remote_module_non_scriptable.py 2022-05-18T05:03:45.9846580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpao2bhyn9 2022-05-18T05:03:45.9857450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpao2bhyn9/_remote_module_non_scriptable.py 2022-05-18T05:03:46.0853960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:46.0857530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:46.0863330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:46.0872600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:46.0875560Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:46.1085670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:46.1703900Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:46.1706470Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:46.1718830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:46.1820330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:46.1820730Z dist init r=2, world=4 2022-05-18T05:03:46.1921940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:46.1922310Z dist init r=0, world=4 2022-05-18T05:03:46.2023520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:46.2023870Z dist init r=1, world=4 2022-05-18T05:03:46.2024130Z dist init r=3, world=4 2022-05-18T05:03:46.4609720Z skip: Need at least 2 CUDA devices (2.167s) 2022-05-18T05:03:46.4674420Z test_nested_wrapped_model_offload_false_none_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8028 2022-05-18T05:03:46.4727830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8029 2022-05-18T05:03:46.4985710Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8030 2022-05-18T05:03:46.5088940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8031 2022-05-18T05:03:48.0716250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgry3ivas 2022-05-18T05:03:48.0812840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgry3ivas/_remote_module_non_scriptable.py 2022-05-18T05:03:48.0914650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpufptruh3 2022-05-18T05:03:48.0953170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpufptruh3/_remote_module_non_scriptable.py 2022-05-18T05:03:48.1019020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgx8wsceq 2022-05-18T05:03:48.1093710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgx8wsceq/_remote_module_non_scriptable.py 2022-05-18T05:03:48.1160790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1p4dmgc_ 2022-05-18T05:03:48.1178760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1p4dmgc_/_remote_module_non_scriptable.py 2022-05-18T05:03:48.1953310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:48.2174220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:48.2180800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:48.2183740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:48.2184560Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:48.2186000Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:48.2188030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:48.2819540Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:48.2953290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:48.3056150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:48.3056670Z dist init r=2, world=4 2022-05-18T05:03:48.3160920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:48.3161270Z dist init r=0, world=4 2022-05-18T05:03:48.3358390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:48.3358750Z dist init r=3, world=4 2022-05-18T05:03:48.3461450Z dist init r=1, world=4 2022-05-18T05:03:48.6027160Z skip: Need at least 2 CUDA devices (2.141s) 2022-05-18T05:03:48.6091040Z test_nested_wrapped_model_offload_false_none_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8036 2022-05-18T05:03:48.6144530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8037 2022-05-18T05:03:48.6401360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8038 2022-05-18T05:03:48.6502840Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8039 2022-05-18T05:03:50.2085610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgxarbx5p 2022-05-18T05:03:50.2181170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgxarbx5p/_remote_module_non_scriptable.py 2022-05-18T05:03:50.2532060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo6dbv594 2022-05-18T05:03:50.2578730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp47bu6z76 2022-05-18T05:03:50.2596530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo6dbv594/_remote_module_non_scriptable.py 2022-05-18T05:03:50.2625700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp47bu6z76/_remote_module_non_scriptable.py 2022-05-18T05:03:50.2632710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyh2v52vn 2022-05-18T05:03:50.2636150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyh2v52vn/_remote_module_non_scriptable.py 2022-05-18T05:03:50.3622570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:50.3960840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:50.3965490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:50.4238480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:50.4241730Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:50.4366200Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:50.4371360Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:50.5092500Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:50.5106410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:50.5209680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:50.5210020Z dist init r=1, world=4 2022-05-18T05:03:50.5318220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:50.5318560Z dist init r=3, world=4 2022-05-18T05:03:50.5519110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:50.5519500Z dist init r=0, world=4 2022-05-18T05:03:50.5621810Z dist init r=2, world=4 2022-05-18T05:03:50.8732830Z skip: Need at least 2 CUDA devices (2.270s) 2022-05-18T05:03:50.8816320Z test_nested_wrapped_model_offload_false_prefetch_post_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8045 2022-05-18T05:03:50.8890170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8046 2022-05-18T05:03:50.9056330Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8047 2022-05-18T05:03:50.9203240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8048 2022-05-18T05:03:52.5399230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppch4s_s3 2022-05-18T05:03:52.5455410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppch4s_s3/_remote_module_non_scriptable.py 2022-05-18T05:03:52.5520020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp98xrggtl 2022-05-18T05:03:52.5557500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp98xrggtl/_remote_module_non_scriptable.py 2022-05-18T05:03:52.5598300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8y91o962 2022-05-18T05:03:52.5688920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8y91o962/_remote_module_non_scriptable.py 2022-05-18T05:03:52.5753730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx8y43cge 2022-05-18T05:03:52.5794300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx8y43cge/_remote_module_non_scriptable.py 2022-05-18T05:03:52.6580820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:52.6582840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:52.6585770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:52.6594300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:52.6597390Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:52.6691170Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:52.6693860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:52.6695890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:52.7705100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:52.7705450Z dist init r=2, world=4 2022-05-18T05:03:52.7809920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:52.7810290Z dist init r=3, world=4 2022-05-18T05:03:52.8004600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:52.8004930Z dist init r=0, world=4 2022-05-18T05:03:52.8109730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:52.8110210Z dist init r=1, world=4 2022-05-18T05:03:53.1768940Z skip: Need at least 2 CUDA devices (2.303s) 2022-05-18T05:03:53.1832870Z test_nested_wrapped_model_offload_false_prefetch_post_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8053 2022-05-18T05:03:53.1883400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8054 2022-05-18T05:03:53.2018830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8055 2022-05-18T05:03:53.2142910Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8056 2022-05-18T05:03:54.7812180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw4sqisty 2022-05-18T05:03:54.7863880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp50pf4w4p 2022-05-18T05:03:54.7916900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp50pf4w4p/_remote_module_non_scriptable.py 2022-05-18T05:03:54.8018030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw4sqisty/_remote_module_non_scriptable.py 2022-05-18T05:03:54.8051480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfj2wa0uz 2022-05-18T05:03:54.8145660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfj2wa0uz/_remote_module_non_scriptable.py 2022-05-18T05:03:54.8494750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ptctm_r 2022-05-18T05:03:54.8498310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8ptctm_r/_remote_module_non_scriptable.py 2022-05-18T05:03:54.8819810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:54.9076010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:54.9084130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:54.9092710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:54.9096100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:54.9201600Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:54.9290850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:54.9862220Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:54.9983170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:54.9983580Z dist init r=3, world=4 2022-05-18T05:03:55.0079170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:55.0079520Z dist init r=1, world=4 2022-05-18T05:03:55.0188080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:55.0188430Z dist init r=0, world=4 2022-05-18T05:03:55.0384120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:55.0384490Z dist init r=2, world=4 2022-05-18T05:03:55.3298470Z skip: Need at least 2 CUDA devices (2.153s) 2022-05-18T05:03:55.3362100Z test_nested_wrapped_model_offload_false_prefetch_post_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8061 2022-05-18T05:03:55.3415310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8062 2022-05-18T05:03:55.3499680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8063 2022-05-18T05:03:55.3635400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8064 2022-05-18T05:03:56.9349630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfbo3sx9y 2022-05-18T05:03:56.9350300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfbo3sx9y/_remote_module_non_scriptable.py 2022-05-18T05:03:56.9451430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwnsiw6ql 2022-05-18T05:03:56.9454470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwnsiw6ql/_remote_module_non_scriptable.py 2022-05-18T05:03:56.9756720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr3pf8mat 2022-05-18T05:03:56.9760360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr3pf8mat/_remote_module_non_scriptable.py 2022-05-18T05:03:56.9863490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaog347bd 2022-05-18T05:03:56.9867420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaog347bd/_remote_module_non_scriptable.py 2022-05-18T05:03:57.0910720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:57.0914290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:57.0916030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:57.0919930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:57.0921610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:57.0922790Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:57.0924850Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:57.1030420Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:57.1040970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:57.1142070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:57.1142470Z dist init r=2, world=4 2022-05-18T05:03:57.1243560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:57.1243910Z dist init r=1, world=4 2022-05-18T05:03:57.1345010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:57.1345360Z dist init r=0, world=4 2022-05-18T05:03:57.1446630Z dist init r=3, world=4 2022-05-18T05:03:57.4661390Z skip: Need at least 2 CUDA devices (2.136s) 2022-05-18T05:03:57.4724910Z test_nested_wrapped_model_offload_false_prefetch_pre_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8069 2022-05-18T05:03:57.4775560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8070 2022-05-18T05:03:57.4862590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8071 2022-05-18T05:03:57.4979150Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8072 2022-05-18T05:03:59.0576050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpynne2tx2 2022-05-18T05:03:59.0665880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpynne2tx2/_remote_module_non_scriptable.py 2022-05-18T05:03:59.0682860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpezj7mynl 2022-05-18T05:03:59.0780340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpezj7mynl/_remote_module_non_scriptable.py 2022-05-18T05:03:59.1043540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjph9oupj 2022-05-18T05:03:59.1046580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjph9oupj/_remote_module_non_scriptable.py 2022-05-18T05:03:59.1264400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxawk84b3 2022-05-18T05:03:59.1269240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxawk84b3/_remote_module_non_scriptable.py 2022-05-18T05:03:59.2173980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:03:59.2176600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:03:59.2178220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:03:59.2180500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:03:59.2182010Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:59.2184040Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:59.2187940Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:59.2562650Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:03:59.2574960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:03:59.2683140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:03:59.2683970Z dist init r=3, world=4 2022-05-18T05:03:59.2878370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:03:59.2878710Z dist init r=1, world=4 2022-05-18T05:03:59.2983370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:03:59.2983740Z dist init r=0, world=4 2022-05-18T05:03:59.3092980Z dist init r=2, world=4 2022-05-18T05:03:59.5647610Z skip: Need at least 2 CUDA devices (2.098s) 2022-05-18T05:03:59.5712690Z test_nested_wrapped_model_offload_false_prefetch_pre_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8077 2022-05-18T05:03:59.5770600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8078 2022-05-18T05:03:59.6024640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8079 2022-05-18T05:03:59.6125950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8080 2022-05-18T05:04:01.2424580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgpvgjr33 2022-05-18T05:04:01.2467380Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgpvgjr33/_remote_module_non_scriptable.py 2022-05-18T05:04:01.2559160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ru7eq84 2022-05-18T05:04:01.2603390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1ru7eq84/_remote_module_non_scriptable.py 2022-05-18T05:04:01.2641940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx846hp_w 2022-05-18T05:04:01.2658870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx846hp_w/_remote_module_non_scriptable.py 2022-05-18T05:04:01.2746040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphbysvkl5 2022-05-18T05:04:01.2797180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphbysvkl5/_remote_module_non_scriptable.py 2022-05-18T05:04:01.4076460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:01.4080830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:01.4088430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:01.4090830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:01.4092070Z 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:01.4093990Z 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:01.4765580Z 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:01.4769850Z 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:01.5642140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:01.5745930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:01.5746400Z dist init r=0, world=4 2022-05-18T05:04:01.5865830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:01.5866380Z dist init r=1, world=4 2022-05-18T05:04:01.6048060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:01.6049070Z dist init r=2, world=4 2022-05-18T05:04:01.6153270Z dist init r=3, world=4 2022-05-18T05:04:01.9675440Z skip: Need at least 2 CUDA devices (2.403s) 2022-05-18T05:04:01.9740600Z test_nested_wrapped_model_offload_false_prefetch_pre_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8086 2022-05-18T05:04:01.9793320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8087 2022-05-18T05:04:01.9945730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8088 2022-05-18T05:04:02.0048750Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8089 2022-05-18T05:04:03.5673470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_t0zc4e4 2022-05-18T05:04:03.5766550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_t0zc4e4/_remote_module_non_scriptable.py 2022-05-18T05:04:03.5827540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3l37ou0h 2022-05-18T05:04:03.5876880Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd11z2e01 2022-05-18T05:04:03.5970870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd11z2e01/_remote_module_non_scriptable.py 2022-05-18T05:04:03.6030670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3l37ou0h/_remote_module_non_scriptable.py 2022-05-18T05:04:03.6354640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxpo3_2ox 2022-05-18T05:04:03.6358500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxpo3_2ox/_remote_module_non_scriptable.py 2022-05-18T05:04:03.7103890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:03.7105410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:03.7113210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:03.7115020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:03.7116310Z 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:03.7118460Z 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:03.7449970Z 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:03.7457660Z 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:03.7841440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:03.7941990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:03.7942330Z dist init r=2, world=4 2022-05-18T05:04:03.7942660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:03.8042830Z dist init r=1, world=4 2022-05-18T05:04:03.8143470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:03.8143870Z dist init r=0, world=4 2022-05-18T05:04:03.8244080Z dist init r=3, world=4 2022-05-18T05:04:04.0866510Z skip: Need at least 2 CUDA devices (2.119s) 2022-05-18T05:04:04.0932660Z test_nested_wrapped_model_offload_true_none_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8094 2022-05-18T05:04:04.0983480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8095 2022-05-18T05:04:04.1118600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8096 2022-05-18T05:04:04.1232580Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8097 2022-05-18T05:04:05.7206220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm5glgzmc 2022-05-18T05:04:05.7236830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm5glgzmc/_remote_module_non_scriptable.py 2022-05-18T05:04:05.7268730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp70_ebohz 2022-05-18T05:04:05.7339540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp70_ebohz/_remote_module_non_scriptable.py 2022-05-18T05:04:05.7360990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeaynjv5x 2022-05-18T05:04:05.7461130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeaynjv5x/_remote_module_non_scriptable.py 2022-05-18T05:04:05.7527650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuor36fjj 2022-05-18T05:04:05.7563120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuor36fjj/_remote_module_non_scriptable.py 2022-05-18T05:04:05.7851760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:05.7950280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:05.7953170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:05.7958140Z 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:05.7958890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:05.7962570Z 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:05.7965480Z 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:05.7968180Z 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:05.7979690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:05.7982150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:05.8083450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:05.8083790Z dist init r=2, world=4 2022-05-18T05:04:05.8088680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:05.8088990Z dist init r=1, world=4 2022-05-18T05:04:05.8187960Z dist init r=0, world=4 2022-05-18T05:04:05.8195320Z dist init r=3, world=4 2022-05-18T05:04:06.1117810Z skip: Need at least 2 CUDA devices (2.025s) 2022-05-18T05:04:06.1185610Z test_nested_wrapped_model_offload_true_none_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8102 2022-05-18T05:04:06.1236510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8103 2022-05-18T05:04:06.1327340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8104 2022-05-18T05:04:06.1441630Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8105 2022-05-18T05:04:07.7237860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp62tgdeam 2022-05-18T05:04:07.7339700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp62tgdeam/_remote_module_non_scriptable.py 2022-05-18T05:04:07.7343580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz7hk1vm2 2022-05-18T05:04:07.7417270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz7hk1vm2/_remote_module_non_scriptable.py 2022-05-18T05:04:07.7517600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7p4ltkih 2022-05-18T05:04:07.7618090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7p4ltkih/_remote_module_non_scriptable.py 2022-05-18T05:04:07.7861290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfi2kmwz4 2022-05-18T05:04:07.7864720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfi2kmwz4/_remote_module_non_scriptable.py 2022-05-18T05:04:07.8195300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:07.8796770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:07.8799100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:07.8842800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:07.8845880Z 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:07.8885730Z 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:07.8904100Z 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:07.8907070Z 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:07.8918220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:07.8922280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:07.8928790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:07.8929100Z dist init r=3, world=4 2022-05-18T05:04:07.9127330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:07.9127690Z dist init r=2, world=4 2022-05-18T05:04:07.9235990Z dist init r=1, world=4 2022-05-18T05:04:07.9432170Z dist init r=0, world=4 2022-05-18T05:04:08.2359070Z skip: Need at least 2 CUDA devices (2.124s) 2022-05-18T05:04:08.2422640Z test_nested_wrapped_model_offload_true_none_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8110 2022-05-18T05:04:08.2478970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8111 2022-05-18T05:04:08.2731650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8112 2022-05-18T05:04:08.2833300Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8113 2022-05-18T05:04:09.8240660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpua31bn8e 2022-05-18T05:04:09.8301940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpua31bn8e/_remote_module_non_scriptable.py 2022-05-18T05:04:09.8576680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpconevvnl 2022-05-18T05:04:09.8616930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpconevvnl/_remote_module_non_scriptable.py 2022-05-18T05:04:09.8710560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmx7eo_ju 2022-05-18T05:04:09.8719120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmx7eo_ju/_remote_module_non_scriptable.py 2022-05-18T05:04:09.8922980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp93qagx8j 2022-05-18T05:04:09.8926670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp93qagx8j/_remote_module_non_scriptable.py 2022-05-18T05:04:10.0099020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:10.0100720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:10.0110240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:10.0111960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:10.0113330Z 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.0114370Z 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.0219700Z 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.0220640Z 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.1101760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:10.1204420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:10.1204790Z dist init r=0, world=4 2022-05-18T05:04:10.1313300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:10.1313650Z dist init r=2, world=4 2022-05-18T05:04:10.1511330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:10.1511670Z dist init r=1, world=4 2022-05-18T05:04:10.1615730Z dist init r=3, world=4 2022-05-18T05:04:10.4473440Z skip: Need at least 2 CUDA devices (2.211s) 2022-05-18T05:04:10.4540120Z test_nested_wrapped_model_offload_true_prefetch_post_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8118 2022-05-18T05:04:10.4600390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8119 2022-05-18T05:04:10.4684180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8120 2022-05-18T05:04:10.4822140Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8121 2022-05-18T05:04:12.0972710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqiydzxgc 2022-05-18T05:04:12.1074800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqiydzxgc/_remote_module_non_scriptable.py 2022-05-18T05:04:12.1558360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqmc0huhi 2022-05-18T05:04:12.1650780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqmc0huhi/_remote_module_non_scriptable.py 2022-05-18T05:04:12.1660130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6apoh3xu 2022-05-18T05:04:12.1697920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6apoh3xu/_remote_module_non_scriptable.py 2022-05-18T05:04:12.1712000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvi0241i4 2022-05-18T05:04:12.1771130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvi0241i4/_remote_module_non_scriptable.py 2022-05-18T05:04:12.2847500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:12.2853570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:12.2854820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:12.2856440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:12.2858090Z 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:12.2859520Z 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:12.2861330Z 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:12.2968390Z 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:12.3636950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:12.3741530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:12.3741930Z dist init r=0, world=4 2022-05-18T05:04:12.3851320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:12.3851670Z dist init r=2, world=4 2022-05-18T05:04:12.4043130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:12.4043500Z dist init r=3, world=4 2022-05-18T05:04:12.4148050Z dist init r=1, world=4 2022-05-18T05:04:12.7979560Z skip: Need at least 2 CUDA devices (2.350s) 2022-05-18T05:04:12.8043630Z test_nested_wrapped_model_offload_true_prefetch_post_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8127 2022-05-18T05:04:12.8095220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8128 2022-05-18T05:04:12.8251430Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8129 2022-05-18T05:04:12.8397990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8130 2022-05-18T05:04:14.3938110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeptd6vwx 2022-05-18T05:04:14.4027480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeptd6vwx/_remote_module_non_scriptable.py 2022-05-18T05:04:14.4329760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy3g1jvh5 2022-05-18T05:04:14.4355000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps6let_qa 2022-05-18T05:04:14.4355750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps6let_qa/_remote_module_non_scriptable.py 2022-05-18T05:04:14.4433610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy3g1jvh5/_remote_module_non_scriptable.py 2022-05-18T05:04:14.4634970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdssh6zg7 2022-05-18T05:04:14.4653510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdssh6zg7/_remote_module_non_scriptable.py 2022-05-18T05:04:14.4898670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:14.5266450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:14.5454890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:14.5459830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:14.5462830Z 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:14.5469620Z 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:14.5691410Z 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:14.5699190Z 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:14.5824730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:14.5825080Z dist init r=3, world=4 2022-05-18T05:04:14.6023900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:14.6029370Z dist init r=0, world=4 2022-05-18T05:04:14.6131430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:14.6227530Z dist init r=1, world=4 2022-05-18T05:04:14.6228010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:14.6329540Z dist init r=2, world=4 2022-05-18T05:04:14.9142100Z skip: Need at least 2 CUDA devices (2.116s) 2022-05-18T05:04:14.9221880Z test_nested_wrapped_model_offload_true_prefetch_post_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8135 2022-05-18T05:04:14.9283950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8136 2022-05-18T05:04:14.9411990Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8137 2022-05-18T05:04:14.9542250Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8138 2022-05-18T05:04:16.5229930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeoluc4jm 2022-05-18T05:04:16.5309160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeoluc4jm/_remote_module_non_scriptable.py 2022-05-18T05:04:16.5363490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwm1uqepb 2022-05-18T05:04:16.5436070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwm1uqepb/_remote_module_non_scriptable.py 2022-05-18T05:04:16.5467710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8p1u59pp 2022-05-18T05:04:16.5568940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8p1u59pp/_remote_module_non_scriptable.py 2022-05-18T05:04:16.5699660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppc7uw5tr 2022-05-18T05:04:16.5701630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppc7uw5tr/_remote_module_non_scriptable.py 2022-05-18T05:04:16.6027030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:16.6573140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:16.6574850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:16.6577370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:16.6578470Z 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:16.6579580Z 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:16.6582260Z 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:16.6704160Z 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:16.6732360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:16.6747230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:16.6748260Z dist init r=3, world=4 2022-05-18T05:04:16.6843720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:16.6844080Z dist init r=0, world=4 2022-05-18T05:04:16.6853380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:16.6853680Z dist init r=1, world=4 2022-05-18T05:04:16.6954050Z dist init r=2, world=4 2022-05-18T05:04:17.0349160Z skip: Need at least 2 CUDA devices (2.120s) 2022-05-18T05:04:17.0412980Z test_nested_wrapped_model_offload_true_prefetch_pre_no_shard (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8143 2022-05-18T05:04:17.0464560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8144 2022-05-18T05:04:17.0620070Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8145 2022-05-18T05:04:17.0723920Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8146 2022-05-18T05:04:18.6249430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcuh5l3m 2022-05-18T05:04:18.6332820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplcuh5l3m/_remote_module_non_scriptable.py 2022-05-18T05:04:18.6545650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1fsbgwcl 2022-05-18T05:04:18.6647110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1fsbgwcl/_remote_module_non_scriptable.py 2022-05-18T05:04:18.6803020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmue06ton 2022-05-18T05:04:18.6839570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmue06ton/_remote_module_non_scriptable.py 2022-05-18T05:04:18.7095550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz_k94hek 2022-05-18T05:04:18.7098960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz_k94hek/_remote_module_non_scriptable.py 2022-05-18T05:04:18.7409860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:18.7415160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:18.7965310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:18.8090450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:18.8093290Z 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:18.8214680Z 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:18.8230390Z 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:18.8243020Z 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:18.8424060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:18.8424400Z dist init r=2, world=4 2022-05-18T05:04:18.8528170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:18.8528520Z dist init r=3, world=4 2022-05-18T05:04:18.8679510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:18.8679850Z dist init r=1, world=4 2022-05-18T05:04:18.8787400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:18.8787790Z dist init r=0, world=4 2022-05-18T05:04:19.3118030Z skip: Need at least 2 CUDA devices (2.277s) 2022-05-18T05:04:19.3182540Z test_nested_wrapped_model_offload_true_prefetch_pre_none (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8151 2022-05-18T05:04:19.3234890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8152 2022-05-18T05:04:19.3369620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8153 2022-05-18T05:04:19.3501960Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8154 2022-05-18T05:04:20.9298680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz3g3ha8e 2022-05-18T05:04:20.9369270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz3g3ha8e/_remote_module_non_scriptable.py 2022-05-18T05:04:20.9576420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfacnf8x5 2022-05-18T05:04:20.9635910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfacnf8x5/_remote_module_non_scriptable.py 2022-05-18T05:04:20.9789930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppqhuxdsd 2022-05-18T05:04:20.9804320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppqhuxdsd/_remote_module_non_scriptable.py 2022-05-18T05:04:20.9811540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7e2z2_ps 2022-05-18T05:04:20.9824500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7e2z2_ps/_remote_module_non_scriptable.py 2022-05-18T05:04:21.0325340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:21.0327200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:21.0328590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:21.0329990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:21.0332280Z 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:21.0333710Z 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:21.0336040Z 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:21.0337310Z 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:21.0351240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:21.0355020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:21.0358030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:21.0358360Z dist init r=3, world=4 2022-05-18T05:04:21.0458960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:21.0459300Z dist init r=2, world=4 2022-05-18T05:04:21.0558930Z dist init r=1, world=4 2022-05-18T05:04:21.0569620Z dist init r=0, world=4 2022-05-18T05:04:21.4434260Z skip: Need at least 2 CUDA devices (2.131s) 2022-05-18T05:04:21.4498950Z test_nested_wrapped_model_offload_true_prefetch_pre_shard_grad_op (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8160 2022-05-18T05:04:21.4549700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8161 2022-05-18T05:04:21.4677220Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8162 2022-05-18T05:04:21.4780160Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8163 2022-05-18T05:04:23.0593090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp75slrbx8 2022-05-18T05:04:23.0652940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp75slrbx8/_remote_module_non_scriptable.py 2022-05-18T05:04:23.0711480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa3ln5izo 2022-05-18T05:04:23.0758960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa3ln5izo/_remote_module_non_scriptable.py 2022-05-18T05:04:23.0835530Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpau01rgib 2022-05-18T05:04:23.0857570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpau01rgib/_remote_module_non_scriptable.py 2022-05-18T05:04:23.0954180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7wn4szu9 2022-05-18T05:04:23.0959150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7wn4szu9/_remote_module_non_scriptable.py 2022-05-18T05:04:23.1704580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:23.2293040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:23.2295980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:23.2297440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:23.2299260Z 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:23.2300530Z 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:23.2400660Z 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:23.3089100Z 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:23.3207810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:23.3208670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:23.3209010Z dist init r=0, world=4 2022-05-18T05:04:23.3209380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:23.3322350Z dist init r=1, world=4 2022-05-18T05:04:23.3323180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:23.3423370Z dist init r=2, world=4 2022-05-18T05:04:23.3524470Z dist init r=3, world=4 2022-05-18T05:04:23.6591250Z skip: Need at least 2 CUDA devices (2.215s) 2022-05-18T05:04:23.6664930Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=False)_sharding_strategy_None_mixed_precision_False (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8168 2022-05-18T05:04:23.6717340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8169 2022-05-18T05:04:23.6802670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8170 2022-05-18T05:04:23.6926850Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8171 2022-05-18T05:04:25.2361620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp94xvumwi 2022-05-18T05:04:25.2440520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp94xvumwi/_remote_module_non_scriptable.py 2022-05-18T05:04:25.2789260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9kezn4n1 2022-05-18T05:04:25.2887520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9kezn4n1/_remote_module_non_scriptable.py 2022-05-18T05:04:25.3064760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb26l5wuu 2022-05-18T05:04:25.3080440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb26l5wuu/_remote_module_non_scriptable.py 2022-05-18T05:04:25.3097950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwggl67vi 2022-05-18T05:04:25.3130060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwggl67vi/_remote_module_non_scriptable.py 2022-05-18T05:04:25.3653140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:25.3657610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:25.4077980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:25.4079490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:25.4080650Z 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:25.4082840Z 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:25.4313390Z 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:25.4318580Z 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:25.4449100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:25.4449440Z dist init r=0, world=4 2022-05-18T05:04:25.4632960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:25.4633310Z dist init r=1, world=4 2022-05-18T05:04:25.4750950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:25.4751300Z dist init r=2, world=4 2022-05-18T05:04:25.4852820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:25.4853240Z dist init r=3, world=4 2022-05-18T05:04:25.7856690Z skip: Need at least 2 CUDA devices (2.126s) 2022-05-18T05:04:25.7925740Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=False)_sharding_strategy_None_mixed_precision_True (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8176 2022-05-18T05:04:25.7977810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8177 2022-05-18T05:04:25.8183760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8178 2022-05-18T05:04:25.8285280Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8179 2022-05-18T05:04:27.3839090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpinwpf2ic 2022-05-18T05:04:27.3935210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpinwpf2ic/_remote_module_non_scriptable.py 2022-05-18T05:04:27.4142480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3cpbdfgr 2022-05-18T05:04:27.4202090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3cpbdfgr/_remote_module_non_scriptable.py 2022-05-18T05:04:27.4263790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuy7fk1us 2022-05-18T05:04:27.4274840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuy7fk1us/_remote_module_non_scriptable.py 2022-05-18T05:04:27.4335710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd0042dq5 2022-05-18T05:04:27.4402500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd0042dq5/_remote_module_non_scriptable.py 2022-05-18T05:04:27.5938080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:27.5944600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:27.5946130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:27.5948790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:27.5950760Z 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:27.5951960Z 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:27.5953960Z 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:27.6573500Z 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:27.6852590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:27.6958620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:27.6958960Z dist init r=2, world=4 2022-05-18T05:04:27.7062800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:27.7063150Z dist init r=3, world=4 2022-05-18T05:04:27.7166690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:27.7167060Z dist init r=0, world=4 2022-05-18T05:04:27.7267200Z dist init r=1, world=4 2022-05-18T05:04:28.0558010Z skip: Need at least 2 CUDA devices (2.270s) 2022-05-18T05:04:28.0630410Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=False)_sharding_strategy_ShardingStrategy_NO_SHARD_mixed_precision_False (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8184 2022-05-18T05:04:28.0681200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8185 2022-05-18T05:04:28.0767440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8186 2022-05-18T05:04:28.0883940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8187 2022-05-18T05:04:29.6932650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu68tnace 2022-05-18T05:04:29.6996930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9g1e440f 2022-05-18T05:04:29.7074310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9g1e440f/_remote_module_non_scriptable.py 2022-05-18T05:04:29.7093260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu68tnace/_remote_module_non_scriptable.py 2022-05-18T05:04:29.7119770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7e3mf088 2022-05-18T05:04:29.7210080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7e3mf088/_remote_module_non_scriptable.py 2022-05-18T05:04:29.7242130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdtj43rys 2022-05-18T05:04:29.7312510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdtj43rys/_remote_module_non_scriptable.py 2022-05-18T05:04:29.7645320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:29.7754410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:29.7755890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:29.7902330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:29.7910320Z 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:29.8008900Z 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:29.8013710Z 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:29.8032910Z 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:29.8053830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:29.8155610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:29.8155950Z dist init r=2, world=4 2022-05-18T05:04:29.8255970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:29.8256310Z dist init r=0, world=4 2022-05-18T05:04:29.8356540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:29.8357100Z dist init r=3, world=4 2022-05-18T05:04:29.8398470Z dist init r=1, world=4 2022-05-18T05:04:30.1636260Z skip: Need at least 2 CUDA devices (2.107s) 2022-05-18T05:04:30.1724610Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=False)_sharding_strategy_ShardingStrategy_NO_SHARD_mixed_precision_True (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8196 2022-05-18T05:04:30.1782390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8197 2022-05-18T05:04:30.1938790Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8198 2022-05-18T05:04:30.2108900Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8199 2022-05-18T05:04:31.8464040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6zokperg 2022-05-18T05:04:31.8553020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmih_zkl3 2022-05-18T05:04:31.8586060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmih_zkl3/_remote_module_non_scriptable.py 2022-05-18T05:04:31.8656670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6zokperg/_remote_module_non_scriptable.py 2022-05-18T05:04:31.8872840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiqeyi4ow 2022-05-18T05:04:31.8873470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiqeyi4ow/_remote_module_non_scriptable.py 2022-05-18T05:04:31.8930370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbrh364rs 2022-05-18T05:04:31.8935860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbrh364rs/_remote_module_non_scriptable.py 2022-05-18T05:04:31.9625040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:31.9627900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:31.9628410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:31.9632380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:31.9633670Z 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:31.9634970Z 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:31.9735580Z 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:31.9742240Z 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:32.0191460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:32.0294610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:32.0294950Z dist init r=1, world=4 2022-05-18T05:04:32.0399780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:32.0400130Z dist init r=0, world=4 2022-05-18T05:04:32.0499600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:32.0500690Z dist init r=2, world=4 2022-05-18T05:04:32.0601650Z dist init r=3, world=4 2022-05-18T05:04:32.2850010Z skip: Need at least 2 CUDA devices (2.121s) 2022-05-18T05:04:32.2917160Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=False)_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP_mixed_precision_False (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8205 2022-05-18T05:04:32.2968960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8206 2022-05-18T05:04:32.3168070Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8207 2022-05-18T05:04:32.3337850Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8208 2022-05-18T05:04:33.9052030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvdpecq5m 2022-05-18T05:04:33.9142070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvdpecq5m/_remote_module_non_scriptable.py 2022-05-18T05:04:33.9245400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4k3p9kh7 2022-05-18T05:04:33.9270870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4k3p9kh7/_remote_module_non_scriptable.py 2022-05-18T05:04:33.9385920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfmml8bop 2022-05-18T05:04:33.9471440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpfmml8bop/_remote_module_non_scriptable.py 2022-05-18T05:04:33.9514930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr0mdlflj 2022-05-18T05:04:33.9518640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr0mdlflj/_remote_module_non_scriptable.py 2022-05-18T05:04:34.0552970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:34.0560740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:34.0563350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:34.0567050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:34.0568610Z 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:34.0570330Z 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:34.0674690Z 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:34.0683840Z 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:34.1580320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:34.1684850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:34.1685200Z dist init r=0, world=4 2022-05-18T05:04:34.1792080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:34.1792450Z dist init r=1, world=4 2022-05-18T05:04:34.1990970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:34.1991330Z dist init r=2, world=4 2022-05-18T05:04:34.2093930Z dist init r=3, world=4 2022-05-18T05:04:34.5338170Z skip: Need at least 2 CUDA devices (2.249s) 2022-05-18T05:04:34.5407040Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=False)_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP_mixed_precision_True (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8213 2022-05-18T05:04:34.5459460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8214 2022-05-18T05:04:34.5542100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8215 2022-05-18T05:04:34.5686950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8216 2022-05-18T05:04:36.1524810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwoms3wrq 2022-05-18T05:04:36.1538670Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwoms3wrq/_remote_module_non_scriptable.py 2022-05-18T05:04:36.1633350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp77nwbihh 2022-05-18T05:04:36.1663350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp77nwbihh/_remote_module_non_scriptable.py 2022-05-18T05:04:36.1844630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnxnrm_hn 2022-05-18T05:04:36.1877550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnxnrm_hn/_remote_module_non_scriptable.py 2022-05-18T05:04:36.1998190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd4rvhs1s 2022-05-18T05:04:36.2002370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd4rvhs1s/_remote_module_non_scriptable.py 2022-05-18T05:04:36.2334810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:36.2441140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:36.2442900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:36.2991630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:36.2994440Z 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:36.3623930Z 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:36.3629060Z 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:36.3633270Z 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:36.4173070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:36.4277750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:36.4278090Z dist init r=2, world=4 2022-05-18T05:04:36.4381420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:36.4381790Z dist init r=1, world=4 2022-05-18T05:04:36.4579010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:36.4579480Z dist init r=0, world=4 2022-05-18T05:04:36.4781060Z dist init r=3, world=4 2022-05-18T05:04:36.7850750Z skip: Need at least 2 CUDA devices (2.251s) 2022-05-18T05:04:36.7920240Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=True)_sharding_strategy_None_mixed_precision_False (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8221 2022-05-18T05:04:36.7970350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8222 2022-05-18T05:04:36.8105610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8223 2022-05-18T05:04:36.8174970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8224 2022-05-18T05:04:38.3898170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpep7l9o2g 2022-05-18T05:04:38.3961350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpep7l9o2g/_remote_module_non_scriptable.py 2022-05-18T05:04:38.4050040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpejdqkllb 2022-05-18T05:04:38.4083580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpejdqkllb/_remote_module_non_scriptable.py 2022-05-18T05:04:38.4361970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyyvpzrny 2022-05-18T05:04:38.4367520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyyvpzrny/_remote_module_non_scriptable.py 2022-05-18T05:04:38.4502290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpot2i08n0 2022-05-18T05:04:38.4505110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpot2i08n0/_remote_module_non_scriptable.py 2022-05-18T05:04:38.4825350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:38.5274870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:38.5321820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:38.5470660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:38.5473650Z 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:38.6259140Z 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:38.6267130Z 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:38.6275200Z 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:38.6389000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:38.6389370Z dist init r=1, world=4 2022-05-18T05:04:38.6488990Z dist init r=0, world=4 2022-05-18T05:04:38.6575970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:38.6594110Z dist init r=2, world=4 2022-05-18T05:04:38.6695670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:38.6778200Z dist init r=3, world=4 2022-05-18T05:04:38.6797140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:39.0383010Z skip: Need at least 2 CUDA devices (2.253s) 2022-05-18T05:04:39.0451230Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=True)_sharding_strategy_None_mixed_precision_True (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8229 2022-05-18T05:04:39.0502860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8230 2022-05-18T05:04:39.0590570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8231 2022-05-18T05:04:39.0731310Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8232 2022-05-18T05:04:40.6431080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjad26kjz 2022-05-18T05:04:40.6516760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjad26kjz/_remote_module_non_scriptable.py 2022-05-18T05:04:40.6612960Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwy638brb 2022-05-18T05:04:40.6619240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwy638brb/_remote_module_non_scriptable.py 2022-05-18T05:04:40.6846800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1bvhzbcf 2022-05-18T05:04:40.6897610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1bvhzbcf/_remote_module_non_scriptable.py 2022-05-18T05:04:40.7041860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzuk6www_ 2022-05-18T05:04:40.7045620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzuk6www_/_remote_module_non_scriptable.py 2022-05-18T05:04:40.7869410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:40.7870350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:40.7872260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:40.7883520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:40.7886500Z 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:40.8247110Z 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:40.8248090Z 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:40.8249730Z 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:40.9084120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:40.9204670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:40.9205100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:40.9205420Z dist init r=3, world=4 2022-05-18T05:04:40.9205740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:40.9206030Z dist init r=2, world=4 2022-05-18T05:04:40.9206230Z dist init r=0, world=4 2022-05-18T05:04:40.9206420Z dist init r=1, world=4 2022-05-18T05:04:41.3769060Z skip: Need at least 2 CUDA devices (2.338s) 2022-05-18T05:04:41.3836610Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=True)_sharding_strategy_ShardingStrategy_NO_SHARD_mixed_precision_False (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8237 2022-05-18T05:04:41.3887010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8238 2022-05-18T05:04:41.3972640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8239 2022-05-18T05:04:41.4118920Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8240 2022-05-18T05:04:43.0059890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg1zf7rd3 2022-05-18T05:04:43.0140990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg1zf7rd3/_remote_module_non_scriptable.py 2022-05-18T05:04:43.0470220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzv2w256p 2022-05-18T05:04:43.0547280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzv2w256p/_remote_module_non_scriptable.py 2022-05-18T05:04:43.0958600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd12rbws6 2022-05-18T05:04:43.0961930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd12rbws6/_remote_module_non_scriptable.py 2022-05-18T05:04:43.1172810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2y12h02y 2022-05-18T05:04:43.1176360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2y12h02y/_remote_module_non_scriptable.py 2022-05-18T05:04:43.1613460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:43.2172350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:43.2173400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:43.2174740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:43.2176630Z 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:43.2178400Z 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:43.2180640Z 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:43.2517620Z 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:43.2827420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:43.2930530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:43.2930880Z dist init r=0, world=4 2022-05-18T05:04:43.3036090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:43.3036430Z dist init r=3, world=4 2022-05-18T05:04:43.3150680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:43.3151050Z dist init r=1, world=4 2022-05-18T05:04:43.3340830Z dist init r=2, world=4 2022-05-18T05:04:43.6306000Z skip: Need at least 2 CUDA devices (2.253s) 2022-05-18T05:04:43.6374700Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=True)_sharding_strategy_ShardingStrategy_NO_SHARD_mixed_precision_True (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8246 2022-05-18T05:04:43.6429090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8247 2022-05-18T05:04:43.6581860Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8248 2022-05-18T05:04:43.6685980Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8249 2022-05-18T05:04:45.2715400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa5ppq156 2022-05-18T05:04:45.2765800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpa5ppq156/_remote_module_non_scriptable.py 2022-05-18T05:04:45.2969800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzk6hy2kn 2022-05-18T05:04:45.3071290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzk6hy2kn/_remote_module_non_scriptable.py 2022-05-18T05:04:45.3075090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_04i5g2r 2022-05-18T05:04:45.3172430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_04i5g2r/_remote_module_non_scriptable.py 2022-05-18T05:04:45.3343160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppjd3as66 2022-05-18T05:04:45.3347130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppjd3as66/_remote_module_non_scriptable.py 2022-05-18T05:04:45.4085110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:45.4225680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:45.4229150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:45.4240570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:45.4244100Z 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:45.4247410Z 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:45.4326780Z 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:45.4333920Z 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:45.4468310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:45.4571940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:45.4572310Z dist init r=2, world=4 2022-05-18T05:04:45.4676470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:45.4676830Z dist init r=0, world=4 2022-05-18T05:04:45.4873520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:45.4873870Z dist init r=3, world=4 2022-05-18T05:04:45.4975520Z dist init r=1, world=4 2022-05-18T05:04:45.7789160Z skip: Need at least 2 CUDA devices (2.148s) 2022-05-18T05:04:45.7870190Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=True)_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP_mixed_precision_False (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8254 2022-05-18T05:04:45.7920430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8255 2022-05-18T05:04:45.8052570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8256 2022-05-18T05:04:45.8179860Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8257 2022-05-18T05:04:47.3868550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvzvs1yd5 2022-05-18T05:04:47.3911620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvzvs1yd5/_remote_module_non_scriptable.py 2022-05-18T05:04:47.3979020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeqnnavs4 2022-05-18T05:04:47.4019500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeqnnavs4/_remote_module_non_scriptable.py 2022-05-18T05:04:47.4080740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoqb_gj16 2022-05-18T05:04:47.4117550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoqb_gj16/_remote_module_non_scriptable.py 2022-05-18T05:04:47.4309630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz6rpxcb6 2022-05-18T05:04:47.4363630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz6rpxcb6/_remote_module_non_scriptable.py 2022-05-18T05:04:47.4625930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:47.4741120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:47.4752430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:47.4754530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:47.4756130Z 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:47.4758420Z 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:47.4868560Z 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:47.5639050Z 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:47.5654500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:47.5758180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:47.5758530Z dist init r=3, world=4 2022-05-18T05:04:47.5861240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:47.5861630Z dist init r=0, world=4 2022-05-18T05:04:47.6063020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:47.6063370Z dist init r=2, world=4 2022-05-18T05:04:47.6164980Z dist init r=1, world=4 2022-05-18T05:04:47.9484720Z skip: Need at least 2 CUDA devices (2.169s) 2022-05-18T05:04:47.9551540Z test_nested_wrapped_model_single_iteration_mixed_precision_cpu_offload_CPUOffload(offload_params=True)_sharding_strategy_ShardingStrategy_SHARD_GRAD_OP_mixed_precision_True (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8262 2022-05-18T05:04:47.9604120Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8263 2022-05-18T05:04:47.9688040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8264 2022-05-18T05:04:47.9830930Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8265 2022-05-18T05:04:49.5286280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwqynmybd 2022-05-18T05:04:49.5310140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwqynmybd/_remote_module_non_scriptable.py 2022-05-18T05:04:49.5716080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpok84pc2t 2022-05-18T05:04:49.5728050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpok84pc2t/_remote_module_non_scriptable.py 2022-05-18T05:04:49.5990920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz14tv556 2022-05-18T05:04:49.6000120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpz14tv556/_remote_module_non_scriptable.py 2022-05-18T05:04:49.6009820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0qwop7pe 2022-05-18T05:04:49.6010730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0qwop7pe/_remote_module_non_scriptable.py 2022-05-18T05:04:49.7097690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:49.7110860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:49.7127640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:49.7133300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:49.7137530Z 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:49.7143370Z 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:49.7244490Z 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:49.7831020Z 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:49.7972040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:49.8073040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:49.8073400Z dist init r=2, world=4 2022-05-18T05:04:49.8173570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:49.8173990Z dist init r=1, world=4 2022-05-18T05:04:49.8274100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:49.8274460Z dist init r=0, world=4 2022-05-18T05:04:49.8375160Z dist init r=3, world=4 2022-05-18T05:04:50.1510470Z skip: Need at least 2 CUDA devices (2.202s) 2022-05-18T05:04:50.1585230Z test_transformer_parameterized_offload_false_none_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8270 2022-05-18T05:04:50.1640050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8271 2022-05-18T05:04:50.1720340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8272 2022-05-18T05:04:50.1883650Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8273 2022-05-18T05:04:51.8168590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7rxjaqsl 2022-05-18T05:04:51.8216330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7rxjaqsl/_remote_module_non_scriptable.py 2022-05-18T05:04:51.8312070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuxs9nirt 2022-05-18T05:04:51.8358090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuxs9nirt/_remote_module_non_scriptable.py 2022-05-18T05:04:51.8537700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvccfe6ws 2022-05-18T05:04:51.8570010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvccfe6ws/_remote_module_non_scriptable.py 2022-05-18T05:04:51.8606790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzdnchqf1 2022-05-18T05:04:51.8627730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzdnchqf1/_remote_module_non_scriptable.py 2022-05-18T05:04:51.9509650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:51.9511600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:51.9512230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:51.9514440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:51.9516190Z 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:51.9517740Z 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:51.9519590Z 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:51.9870670Z 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:52.0762540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:52.0863790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:52.0864130Z dist init r=0, world=4 2022-05-18T05:04:52.0965190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:52.0965530Z dist init r=2, world=4 2022-05-18T05:04:52.1066760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:52.1067100Z dist init r=1, world=4 2022-05-18T05:04:52.1168140Z dist init r=3, world=4 2022-05-18T05:04:52.5732130Z skip: Need at least 2 CUDA devices (2.422s) 2022-05-18T05:04:52.5798680Z test_transformer_parameterized_offload_false_none_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8279 2022-05-18T05:04:52.5849870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8280 2022-05-18T05:04:52.5934720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8281 2022-05-18T05:04:52.6074770Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8282 2022-05-18T05:04:54.1541860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgvt0fxf7 2022-05-18T05:04:54.1600990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgvt0fxf7/_remote_module_non_scriptable.py 2022-05-18T05:04:54.1875750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprn4147dx 2022-05-18T05:04:54.1876410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprn4147dx/_remote_module_non_scriptable.py 2022-05-18T05:04:54.2066690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7jkw214i 2022-05-18T05:04:54.2129730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7jkw214i/_remote_module_non_scriptable.py 2022-05-18T05:04:54.2382250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy07ulsr3 2022-05-18T05:04:54.2385790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy07ulsr3/_remote_module_non_scriptable.py 2022-05-18T05:04:54.2821580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:54.2824000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:54.2833880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:54.2836370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:54.2837610Z 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:54.2840070Z 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:54.2936610Z 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:54.3612490Z 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:54.4187520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:54.4187870Z dist init r=2, world=4 2022-05-18T05:04:54.4188880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:54.4290780Z dist init r=0, world=4 2022-05-18T05:04:54.4292430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:54.4393780Z dist init r=1, world=4 2022-05-18T05:04:54.4489410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:54.4591320Z dist init r=3, world=4 2022-05-18T05:04:54.7320410Z skip: Need at least 2 CUDA devices (2.158s) 2022-05-18T05:04:54.7386830Z test_transformer_parameterized_offload_false_none_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8287 2022-05-18T05:04:54.7439390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8288 2022-05-18T05:04:54.7570910Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8289 2022-05-18T05:04:54.7697160Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8290 2022-05-18T05:04:56.3331300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjgbhgadk 2022-05-18T05:04:56.3379020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjgbhgadk/_remote_module_non_scriptable.py 2022-05-18T05:04:56.3580850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5frk0p5q 2022-05-18T05:04:56.3618330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5frk0p5q/_remote_module_non_scriptable.py 2022-05-18T05:04:56.3688440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjplv3y9b 2022-05-18T05:04:56.3749430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjplv3y9b/_remote_module_non_scriptable.py 2022-05-18T05:04:56.3786550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg081n2li 2022-05-18T05:04:56.3829650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg081n2li/_remote_module_non_scriptable.py 2022-05-18T05:04:56.4172920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:56.4294340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:56.4296150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:56.4298520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:56.4300090Z 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:56.4302380Z 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:56.4304280Z 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:56.5072770Z 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:56.5349820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:56.5465440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:56.5465790Z dist init r=0, world=4 2022-05-18T05:04:56.5555130Z dist init r=3, world=4 2022-05-18T05:04:56.5654390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:56.5667450Z dist init r=1, world=4 2022-05-18T05:04:56.5760130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:56.5856130Z dist init r=2, world=4 2022-05-18T05:04:56.9108270Z skip: Need at least 2 CUDA devices (2.178s) 2022-05-18T05:04:56.9173900Z test_transformer_parameterized_offload_false_none_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8295 2022-05-18T05:04:56.9230970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8296 2022-05-18T05:04:56.9393950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8297 2022-05-18T05:04:56.9521700Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8298 2022-05-18T05:04:58.5143440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9g9wok3s 2022-05-18T05:04:58.5182580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9g9wok3s/_remote_module_non_scriptable.py 2022-05-18T05:04:58.5199740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxuzxcye0 2022-05-18T05:04:58.5300730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxuzxcye0/_remote_module_non_scriptable.py 2022-05-18T05:04:58.5608240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppjktf5ha 2022-05-18T05:04:58.5609640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppjktf5ha/_remote_module_non_scriptable.py 2022-05-18T05:04:58.5613420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo79wo7zu 2022-05-18T05:04:58.5617330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo79wo7zu/_remote_module_non_scriptable.py 2022-05-18T05:04:58.6559070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:04:58.6565240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:04:58.6567400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:04:58.6573820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:04:58.6576900Z 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:58.6667460Z 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:58.6674560Z 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:58.6791090Z 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:58.6906580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:04:58.6906930Z dist init r=0, world=4 2022-05-18T05:04:58.7013140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:04:58.7013500Z dist init r=1, world=4 2022-05-18T05:04:58.7206120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:04:58.7206470Z dist init r=3, world=4 2022-05-18T05:04:58.7312640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:04:58.7312990Z dist init r=2, world=4 2022-05-18T05:04:59.0221370Z skip: Need at least 2 CUDA devices (2.111s) 2022-05-18T05:04:59.0287520Z test_transformer_parameterized_offload_false_none_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8303 2022-05-18T05:04:59.0365590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8304 2022-05-18T05:04:59.0467340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8305 2022-05-18T05:04:59.0570470Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8306 2022-05-18T05:05:00.6185700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy8oa3fa6 2022-05-18T05:05:00.6238970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy8oa3fa6/_remote_module_non_scriptable.py 2022-05-18T05:05:00.6381450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpidii92h_ 2022-05-18T05:05:00.6443550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpidii92h_/_remote_module_non_scriptable.py 2022-05-18T05:05:00.6576890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnuf4mm74 2022-05-18T05:05:00.6671290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnuf4mm74/_remote_module_non_scriptable.py 2022-05-18T05:05:00.6944300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgygq8o9d 2022-05-18T05:05:00.6948060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgygq8o9d/_remote_module_non_scriptable.py 2022-05-18T05:05:00.7266130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:00.7630300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:00.7936590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:00.7938620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:00.7939820Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:00.7943120Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:00.8055910Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:00.8592480Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:00.8726320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:00.8830400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:00.8830750Z dist init r=2, world=4 2022-05-18T05:05:00.9029580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:00.9029940Z dist init r=0, world=4 2022-05-18T05:05:00.9137600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:00.9137950Z dist init r=3, world=4 2022-05-18T05:05:00.9253410Z dist init r=1, world=4 2022-05-18T05:05:01.2191190Z skip: Need at least 2 CUDA devices (2.197s) 2022-05-18T05:05:01.2254870Z test_transformer_parameterized_offload_false_none_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8311 2022-05-18T05:05:01.2307110Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8312 2022-05-18T05:05:01.2566770Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8313 2022-05-18T05:05:01.2668520Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8314 2022-05-18T05:05:02.8783030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppxm4cv37 2022-05-18T05:05:02.8883780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpai8evqbd 2022-05-18T05:05:02.8985310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppxm4cv37/_remote_module_non_scriptable.py 2022-05-18T05:05:02.9037030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpai8evqbd/_remote_module_non_scriptable.py 2022-05-18T05:05:02.9264080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe07smng9 2022-05-18T05:05:02.9265720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe07smng9/_remote_module_non_scriptable.py 2022-05-18T05:05:02.9491830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp05wfk8hc 2022-05-18T05:05:02.9494960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp05wfk8hc/_remote_module_non_scriptable.py 2022-05-18T05:05:02.9814670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:03.0349900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:03.0363180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:03.0367490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:03.0369290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:03.0370720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:03.0462370Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:03.0464980Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:03.0488380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:03.0589560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:03.0590000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:03.0590310Z dist init r=1, world=4 2022-05-18T05:05:03.0691490Z dist init r=0, world=4 2022-05-18T05:05:03.0792960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:03.0793310Z dist init r=2, world=4 2022-05-18T05:05:03.0894640Z dist init r=3, world=4 2022-05-18T05:05:03.4807200Z skip: Need at least 2 CUDA devices (2.261s) 2022-05-18T05:05:03.4872350Z test_transformer_parameterized_offload_false_prefetch_post_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8320 2022-05-18T05:05:03.4924300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8321 2022-05-18T05:05:03.5054000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8322 2022-05-18T05:05:03.5180650Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8323 2022-05-18T05:05:05.0927070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvm8r43jk 2022-05-18T05:05:05.0948890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvm8r43jk/_remote_module_non_scriptable.py 2022-05-18T05:05:05.1111290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe_481r09 2022-05-18T05:05:05.1199860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe_481r09/_remote_module_non_scriptable.py 2022-05-18T05:05:05.1255160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe3y_i8mz 2022-05-18T05:05:05.1282080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe3y_i8mz/_remote_module_non_scriptable.py 2022-05-18T05:05:05.1302270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_486qw5 2022-05-18T05:05:05.1313430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_486qw5/_remote_module_non_scriptable.py 2022-05-18T05:05:05.1721500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:05.2171550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:05.2173340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:05.2175130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:05.2178040Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:05.2179670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:05.2180830Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:05.2182780Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:05.3099700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:05.3209160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:05.3210050Z dist init r=2, world=4 2022-05-18T05:05:05.3315280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:05.3315630Z dist init r=3, world=4 2022-05-18T05:05:05.3513480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:05.3513840Z dist init r=0, world=4 2022-05-18T05:05:05.3617070Z dist init r=1, world=4 2022-05-18T05:05:05.6602270Z skip: Need at least 2 CUDA devices (2.179s) 2022-05-18T05:05:05.6667830Z test_transformer_parameterized_offload_false_prefetch_post_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8328 2022-05-18T05:05:05.6723780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8329 2022-05-18T05:05:05.6994520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8330 2022-05-18T05:05:05.7096400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8331 2022-05-18T05:05:07.2767080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprhhxhomy 2022-05-18T05:05:07.2849460Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprhhxhomy/_remote_module_non_scriptable.py 2022-05-18T05:05:07.2916060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaclx8aqq 2022-05-18T05:05:07.2972410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaclx8aqq/_remote_module_non_scriptable.py 2022-05-18T05:05:07.3119540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl5ha_2r7 2022-05-18T05:05:07.3143470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl5ha_2r7/_remote_module_non_scriptable.py 2022-05-18T05:05:07.3267360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3me7oz0t 2022-05-18T05:05:07.3312100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3me7oz0t/_remote_module_non_scriptable.py 2022-05-18T05:05:07.4080350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:07.4082170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:07.4506530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:07.4507950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:07.4509870Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:07.4511710Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:07.4615470Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:07.4739910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:07.5328280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:07.5431790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:07.5432190Z dist init r=1, world=4 2022-05-18T05:05:07.5536910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:07.5537260Z dist init r=3, world=4 2022-05-18T05:05:07.5735690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:07.5736820Z dist init r=2, world=4 2022-05-18T05:05:07.5838850Z dist init r=0, world=4 2022-05-18T05:05:07.9716460Z skip: Need at least 2 CUDA devices (2.311s) 2022-05-18T05:05:07.9782450Z test_transformer_parameterized_offload_false_prefetch_post_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8336 2022-05-18T05:05:07.9833290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8337 2022-05-18T05:05:07.9962270Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8338 2022-05-18T05:05:08.0064040Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8339 2022-05-18T05:05:09.5951420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp87fd7x58 2022-05-18T05:05:09.5981160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp87fd7x58/_remote_module_non_scriptable.py 2022-05-18T05:05:09.6082580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5hujzab8 2022-05-18T05:05:09.6155360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5hujzab8/_remote_module_non_scriptable.py 2022-05-18T05:05:09.6185510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbgpuo11f 2022-05-18T05:05:09.6286680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbgpuo11f/_remote_module_non_scriptable.py 2022-05-18T05:05:09.6864860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6rldszuw 2022-05-18T05:05:09.6868290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6rldszuw/_remote_module_non_scriptable.py 2022-05-18T05:05:09.7285430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:09.7287430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:09.7472130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:09.7475430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:09.7476620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:09.7478930Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:09.7820310Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:09.7822560Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:09.7962000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:09.8065980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:09.8066470Z dist init r=2, world=4 2022-05-18T05:05:09.8171610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:09.8171960Z dist init r=0, world=4 2022-05-18T05:05:09.8368780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:09.8369130Z dist init r=3, world=4 2022-05-18T05:05:09.8471480Z dist init r=1, world=4 2022-05-18T05:05:10.1699470Z skip: Need at least 2 CUDA devices (2.198s) 2022-05-18T05:05:10.1764850Z test_transformer_parameterized_offload_false_prefetch_post_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8344 2022-05-18T05:05:10.1841250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8345 2022-05-18T05:05:10.1948440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8346 2022-05-18T05:05:10.2100220Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8347 2022-05-18T05:05:11.7871730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4o7kay15 2022-05-18T05:05:11.7975940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp547fadjw 2022-05-18T05:05:11.8077200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4o7kay15/_remote_module_non_scriptable.py 2022-05-18T05:05:11.8178560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp547fadjw/_remote_module_non_scriptable.py 2022-05-18T05:05:11.8279950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvi9he2o5 2022-05-18T05:05:11.8320160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvi9he2o5/_remote_module_non_scriptable.py 2022-05-18T05:05:11.8987040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9465rxo1 2022-05-18T05:05:11.8990880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9465rxo1/_remote_module_non_scriptable.py 2022-05-18T05:05:12.0050310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:12.0054180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:12.0451740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:12.0452500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:12.0455090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:12.0456120Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:12.0558770Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:12.1086620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:12.1103010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:12.1205800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:12.1206150Z dist init r=3, world=4 2022-05-18T05:05:12.1315820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:12.1316160Z dist init r=1, world=4 2022-05-18T05:05:12.1422230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:12.1422590Z dist init r=0, world=4 2022-05-18T05:05:12.1616450Z dist init r=2, world=4 2022-05-18T05:05:12.4565640Z skip: Need at least 2 CUDA devices (2.286s) 2022-05-18T05:05:12.4656300Z test_transformer_parameterized_offload_false_prefetch_post_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8353 2022-05-18T05:05:12.4739560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8354 2022-05-18T05:05:12.4792820Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8355 2022-05-18T05:05:12.4931570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8356 2022-05-18T05:05:14.0520070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6pmkt33l 2022-05-18T05:05:14.0609560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6pmkt33l/_remote_module_non_scriptable.py 2022-05-18T05:05:14.0891150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphvn_ga00 2022-05-18T05:05:14.0992450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphvn_ga00/_remote_module_non_scriptable.py 2022-05-18T05:05:14.0993100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbsn1j116 2022-05-18T05:05:14.1018960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbsn1j116/_remote_module_non_scriptable.py 2022-05-18T05:05:14.1032570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7p23xm_g 2022-05-18T05:05:14.1093870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7p23xm_g/_remote_module_non_scriptable.py 2022-05-18T05:05:14.1581880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:14.1584170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:14.2177180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:14.2178840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:14.2180290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:14.2181540Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:14.2289030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:14.2420610Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:14.2848470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:14.2953650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:14.2953980Z dist init r=3, world=4 2022-05-18T05:05:14.3060760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:14.3061150Z dist init r=1, world=4 2022-05-18T05:05:14.3255280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:14.3262450Z dist init r=2, world=4 2022-05-18T05:05:14.3360960Z dist init r=0, world=4 2022-05-18T05:05:14.6602160Z skip: Need at least 2 CUDA devices (2.203s) 2022-05-18T05:05:14.6673110Z test_transformer_parameterized_offload_false_prefetch_post_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8361 2022-05-18T05:05:14.6724770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8362 2022-05-18T05:05:14.6954050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8363 2022-05-18T05:05:14.7082090Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8364 2022-05-18T05:05:16.2774490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4kc2q84v 2022-05-18T05:05:16.2866610Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4kc2q84v/_remote_module_non_scriptable.py 2022-05-18T05:05:16.2886110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnu6dsnwi 2022-05-18T05:05:16.2968300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnu6dsnwi/_remote_module_non_scriptable.py 2022-05-18T05:05:16.3049460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4pd8er00 2022-05-18T05:05:16.3148090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4pd8er00/_remote_module_non_scriptable.py 2022-05-18T05:05:16.3303080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkww2_h89 2022-05-18T05:05:16.3307110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkww2_h89/_remote_module_non_scriptable.py 2022-05-18T05:05:16.3628510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:16.4075010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:16.4082990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:16.4084380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:16.4086050Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:16.4087200Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:16.4201610Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:16.4359640Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:16.4380650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:16.4487250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:16.4487600Z dist init r=0, world=4 2022-05-18T05:05:16.4589910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:16.4590250Z dist init r=2, world=4 2022-05-18T05:05:16.4790500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:16.4790840Z dist init r=1, world=4 2022-05-18T05:05:16.4894510Z dist init r=3, world=4 2022-05-18T05:05:16.8834870Z skip: Need at least 2 CUDA devices (2.223s) 2022-05-18T05:05:16.8900230Z test_transformer_parameterized_offload_false_prefetch_pre_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8369 2022-05-18T05:05:16.8954160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8370 2022-05-18T05:05:16.9088840Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8371 2022-05-18T05:05:16.9114390Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8372 2022-05-18T05:05:18.4867760Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpczfwtjv5 2022-05-18T05:05:18.4938990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpczfwtjv5/_remote_module_non_scriptable.py 2022-05-18T05:05:18.4979150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyzw2a1zi 2022-05-18T05:05:18.5080830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyzw2a1zi/_remote_module_non_scriptable.py 2022-05-18T05:05:18.5256400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvut0cb9q 2022-05-18T05:05:18.5292580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvut0cb9q/_remote_module_non_scriptable.py 2022-05-18T05:05:18.5524900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr_z43vge 2022-05-18T05:05:18.5528000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr_z43vge/_remote_module_non_scriptable.py 2022-05-18T05:05:18.5854490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:18.5966320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:18.5968720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:18.6580940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:18.6584700Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:18.6711010Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:18.6716630Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:18.6724770Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:18.7099090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:18.7201920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:18.7202310Z dist init r=0, world=4 2022-05-18T05:05:18.7304820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:18.7305180Z dist init r=1, world=4 2022-05-18T05:05:18.7406570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:18.7406910Z dist init r=2, world=4 2022-05-18T05:05:18.7513150Z dist init r=3, world=4 2022-05-18T05:05:19.0782410Z skip: Need at least 2 CUDA devices (2.194s) 2022-05-18T05:05:19.0852170Z test_transformer_parameterized_offload_false_prefetch_pre_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8377 2022-05-18T05:05:19.0903710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8378 2022-05-18T05:05:19.1038130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8379 2022-05-18T05:05:19.1163480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8380 2022-05-18T05:05:20.6792230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpytcsffmk 2022-05-18T05:05:20.6829250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpytcsffmk/_remote_module_non_scriptable.py 2022-05-18T05:05:20.6927390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiq2qepub 2022-05-18T05:05:20.6956850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiq2qepub/_remote_module_non_scriptable.py 2022-05-18T05:05:20.7079600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwltlub5x 2022-05-18T05:05:20.7115420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwltlub5x/_remote_module_non_scriptable.py 2022-05-18T05:05:20.7494950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5sifz2ws 2022-05-18T05:05:20.7498370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5sifz2ws/_remote_module_non_scriptable.py 2022-05-18T05:05:20.8574970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:20.8702230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:20.8704170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:20.9079570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:20.9083290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:20.9191130Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:20.9464210Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:20.9465860Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:20.9582720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:20.9583060Z dist init r=1, world=4 2022-05-18T05:05:20.9583270Z dist init r=0, world=4 2022-05-18T05:05:20.9583490Z dist init r=3, world=4 2022-05-18T05:05:20.9583850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:20.9686370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:20.9784210Z dist init r=2, world=4 2022-05-18T05:05:20.9787830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:21.4102000Z skip: Need at least 2 CUDA devices (2.332s) 2022-05-18T05:05:21.4167390Z test_transformer_parameterized_offload_false_prefetch_pre_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8385 2022-05-18T05:05:21.4216860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8386 2022-05-18T05:05:21.4302550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8387 2022-05-18T05:05:21.4438930Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8388 2022-05-18T05:05:23.0972420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaxi6bhdq 2022-05-18T05:05:23.0995020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp667ayqbm 2022-05-18T05:05:23.1048790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp667ayqbm/_remote_module_non_scriptable.py 2022-05-18T05:05:23.1090680Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsjzkc62i 2022-05-18T05:05:23.1152960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsjzkc62i/_remote_module_non_scriptable.py 2022-05-18T05:05:23.1208840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaxi6bhdq/_remote_module_non_scriptable.py 2022-05-18T05:05:23.1310430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgs0fqw_g 2022-05-18T05:05:23.1335760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgs0fqw_g/_remote_module_non_scriptable.py 2022-05-18T05:05:23.2476140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:23.2835140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:23.2838820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:23.2844870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:23.2847960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:23.2949560Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:23.2951360Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:23.2953400Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:23.3083370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:23.3197320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:23.3197660Z dist init r=0, world=4 2022-05-18T05:05:23.3308080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:23.3308420Z dist init r=1, world=4 2022-05-18T05:05:23.3492350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:23.3492720Z dist init r=2, world=4 2022-05-18T05:05:23.3603080Z dist init r=3, world=4 2022-05-18T05:05:23.7086900Z skip: Need at least 2 CUDA devices (2.298s) 2022-05-18T05:05:23.7156370Z test_transformer_parameterized_offload_false_prefetch_pre_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8394 2022-05-18T05:05:23.7208960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8395 2022-05-18T05:05:23.7353800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8396 2022-05-18T05:05:23.7497120Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8397 2022-05-18T05:05:25.3192990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphkq5uve2 2022-05-18T05:05:25.3211490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphkq5uve2/_remote_module_non_scriptable.py 2022-05-18T05:05:25.3425560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptiegnflv 2022-05-18T05:05:25.3445580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptiegnflv/_remote_module_non_scriptable.py 2022-05-18T05:05:25.3543690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6gf6e2mm 2022-05-18T05:05:25.3565770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6gf6e2mm/_remote_module_non_scriptable.py 2022-05-18T05:05:25.3628850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4b54v6_p 2022-05-18T05:05:25.3636640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4b54v6_p/_remote_module_non_scriptable.py 2022-05-18T05:05:25.3954520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:25.4052080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:25.4061750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:25.4069820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:25.4072790Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:25.4172180Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:25.4185990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:25.4554510Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:25.4564710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:25.4665780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:25.4666160Z dist init r=1, world=4 2022-05-18T05:05:25.4768050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:25.4768440Z dist init r=0, world=4 2022-05-18T05:05:25.4782710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:25.4783040Z dist init r=2, world=4 2022-05-18T05:05:25.4872900Z dist init r=3, world=4 2022-05-18T05:05:25.8316230Z skip: Need at least 2 CUDA devices (2.123s) 2022-05-18T05:05:25.8381530Z test_transformer_parameterized_offload_false_prefetch_pre_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8402 2022-05-18T05:05:25.8431870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8403 2022-05-18T05:05:25.8520310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8404 2022-05-18T05:05:25.8650530Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8405 2022-05-18T05:05:27.4321200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_iaf1e5f 2022-05-18T05:05:27.4334130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_iaf1e5f/_remote_module_non_scriptable.py 2022-05-18T05:05:27.4538720Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmzfvvx63 2022-05-18T05:05:27.4617810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmzfvvx63/_remote_module_non_scriptable.py 2022-05-18T05:05:27.4698890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw9dbxdmx 2022-05-18T05:05:27.4745360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw9dbxdmx/_remote_module_non_scriptable.py 2022-05-18T05:05:27.4834700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphbrr6a87 2022-05-18T05:05:27.4848650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphbrr6a87/_remote_module_non_scriptable.py 2022-05-18T05:05:27.5872850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:27.5989220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:27.5990660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:27.6576080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:27.6578030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:27.6578900Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:27.6691920Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:27.6694130Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:27.6830720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:27.6936670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:27.6937170Z dist init r=1, world=4 2022-05-18T05:05:27.7040450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:27.7040790Z dist init r=3, world=4 2022-05-18T05:05:27.7145340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:27.7146290Z dist init r=0, world=4 2022-05-18T05:05:27.7252360Z dist init r=2, world=4 2022-05-18T05:05:28.1599860Z skip: Need at least 2 CUDA devices (2.328s) 2022-05-18T05:05:28.1666310Z test_transformer_parameterized_offload_false_prefetch_pre_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8410 2022-05-18T05:05:28.1744200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8411 2022-05-18T05:05:28.1802530Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8412 2022-05-18T05:05:28.1941970Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8413 2022-05-18T05:05:29.7799440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprqnq4trh 2022-05-18T05:05:29.7826700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprqnq4trh/_remote_module_non_scriptable.py 2022-05-18T05:05:29.7923710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9pr6l1rq 2022-05-18T05:05:29.7929850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9pr6l1rq/_remote_module_non_scriptable.py 2022-05-18T05:05:29.8288210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpao8gg8dm 2022-05-18T05:05:29.8290840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpao8gg8dm/_remote_module_non_scriptable.py 2022-05-18T05:05:29.8399050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp45hwqwjy 2022-05-18T05:05:29.8402540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp45hwqwjy/_remote_module_non_scriptable.py 2022-05-18T05:05:29.8727310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:29.8728520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:29.9080370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:29.9081630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:29.9083710Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:29.9085100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:29.9196200Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:29.9201880Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:29.9214790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:29.9322620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:29.9322970Z dist init r=0, world=4 2022-05-18T05:05:29.9517170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:29.9517700Z dist init r=3, world=4 2022-05-18T05:05:29.9623480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:29.9623840Z dist init r=2, world=4 2022-05-18T05:05:29.9726380Z dist init r=1, world=4 2022-05-18T05:05:30.3230550Z skip: Need at least 2 CUDA devices (2.163s) 2022-05-18T05:05:30.3318540Z test_transformer_parameterized_offload_true_none_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8418 2022-05-18T05:05:30.3369220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8419 2022-05-18T05:05:30.3455130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8420 2022-05-18T05:05:30.3611790Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8421 2022-05-18T05:05:31.9238810Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp771911z4 2022-05-18T05:05:31.9272890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp771911z4/_remote_module_non_scriptable.py 2022-05-18T05:05:31.9387500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnvgl4zvb 2022-05-18T05:05:31.9465660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnvgl4zvb/_remote_module_non_scriptable.py 2022-05-18T05:05:31.9595730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoulabrqs 2022-05-18T05:05:31.9669730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpoulabrqs/_remote_module_non_scriptable.py 2022-05-18T05:05:31.9825060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnax_ilg6 2022-05-18T05:05:31.9828880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnax_ilg6/_remote_module_non_scriptable.py 2022-05-18T05:05:32.0315560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:32.0318810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:32.0327570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:32.0336720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:32.0340070Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:32.0429720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:32.0432590Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:32.0437170Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:32.1314980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:32.1426320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:32.1426920Z dist init r=3, world=4 2022-05-18T05:05:32.1620500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:32.1620850Z dist init r=1, world=4 2022-05-18T05:05:32.1726380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:32.1726810Z dist init r=0, world=4 2022-05-18T05:05:32.1831740Z dist init r=2, world=4 2022-05-18T05:05:32.5129180Z skip: Need at least 2 CUDA devices (2.189s) 2022-05-18T05:05:32.5194270Z test_transformer_parameterized_offload_true_none_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8427 2022-05-18T05:05:32.5247000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8428 2022-05-18T05:05:32.5400400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8429 2022-05-18T05:05:32.5503620Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8430 2022-05-18T05:05:34.0829570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpinmjiv11 2022-05-18T05:05:34.0881230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpinmjiv11/_remote_module_non_scriptable.py 2022-05-18T05:05:34.1423650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl8n27yt9 2022-05-18T05:05:34.1439630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl8n27yt9/_remote_module_non_scriptable.py 2022-05-18T05:05:34.1542480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpefxashmp 2022-05-18T05:05:34.1550120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpefxashmp/_remote_module_non_scriptable.py 2022-05-18T05:05:34.1773440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbcagtrtq 2022-05-18T05:05:34.1777280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbcagtrtq/_remote_module_non_scriptable.py 2022-05-18T05:05:34.2469880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:34.2858350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:34.2867200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:34.2868900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:34.2871600Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:34.2873090Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:34.2875080Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:34.2970920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:34.3648210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:34.3763300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:34.3763650Z dist init r=0, world=4 2022-05-18T05:05:34.3850750Z dist init r=3, world=4 2022-05-18T05:05:34.3949830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:34.3966050Z dist init r=1, world=4 2022-05-18T05:05:34.4054760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:34.4066850Z dist init r=2, world=4 2022-05-18T05:05:34.7969740Z skip: Need at least 2 CUDA devices (2.284s) 2022-05-18T05:05:34.8035040Z test_transformer_parameterized_offload_true_none_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8435 2022-05-18T05:05:34.8086850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8436 2022-05-18T05:05:34.8163920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8437 2022-05-18T05:05:34.8285630Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8438 2022-05-18T05:05:36.4039430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy25hzgzd 2022-05-18T05:05:36.4071100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy25hzgzd/_remote_module_non_scriptable.py 2022-05-18T05:05:36.4236840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpne8rccav 2022-05-18T05:05:36.4330310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpne8rccav/_remote_module_non_scriptable.py 2022-05-18T05:05:36.4436310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo5ti8sfg 2022-05-18T05:05:36.4530110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo5ti8sfg/_remote_module_non_scriptable.py 2022-05-18T05:05:36.4540040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg0cevvcf 2022-05-18T05:05:36.4572990Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg0cevvcf/_remote_module_non_scriptable.py 2022-05-18T05:05:36.5106200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:36.5457910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:36.5460100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:36.5462020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:36.5464170Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:36.5465020Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:36.5467500Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:36.5810500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:36.6582620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:36.6686500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:36.6687740Z dist init r=1, world=4 2022-05-18T05:05:36.6794780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:36.6795110Z dist init r=3, world=4 2022-05-18T05:05:36.6896230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:36.6896560Z dist init r=2, world=4 2022-05-18T05:05:36.6998290Z dist init r=0, world=4 2022-05-18T05:05:37.0040290Z skip: Need at least 2 CUDA devices (2.207s) 2022-05-18T05:05:37.0104900Z test_transformer_parameterized_offload_true_none_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8443 2022-05-18T05:05:37.0156150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8444 2022-05-18T05:05:37.0289380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8445 2022-05-18T05:05:37.0445330Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8446 2022-05-18T05:05:38.6190200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5pddi4az 2022-05-18T05:05:38.6263910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5pddi4az/_remote_module_non_scriptable.py 2022-05-18T05:05:38.6424100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppb421s2l 2022-05-18T05:05:38.6471420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppb421s2l/_remote_module_non_scriptable.py 2022-05-18T05:05:38.6528060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplmc8ytji 2022-05-18T05:05:38.6556860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplmc8ytji/_remote_module_non_scriptable.py 2022-05-18T05:05:38.6559650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0gtiv7as 2022-05-18T05:05:38.6586060Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0gtiv7as/_remote_module_non_scriptable.py 2022-05-18T05:05:38.7635910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:38.7642950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:38.7645330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:38.7648250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:38.7649830Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:38.7651530Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:38.7652410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:38.7754870Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:38.7888210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:38.7999550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:38.7999900Z dist init r=2, world=4 2022-05-18T05:05:38.8089900Z dist init r=0, world=4 2022-05-18T05:05:38.8191480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:38.8195260Z dist init r=1, world=4 2022-05-18T05:05:38.8296430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:38.8301280Z dist init r=3, world=4 2022-05-18T05:05:39.1182240Z skip: Need at least 2 CUDA devices (2.114s) 2022-05-18T05:05:39.1247900Z test_transformer_parameterized_offload_true_none_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8451 2022-05-18T05:05:39.1303330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8452 2022-05-18T05:05:39.1557810Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8453 2022-05-18T05:05:39.1632870Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8454 2022-05-18T05:05:40.7059620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxpfucug0 2022-05-18T05:05:40.7121930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxpfucug0/_remote_module_non_scriptable.py 2022-05-18T05:05:40.7398980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp54k5p08z 2022-05-18T05:05:40.7469910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp54k5p08z/_remote_module_non_scriptable.py 2022-05-18T05:05:40.7579170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp81pznsil 2022-05-18T05:05:40.7606130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp81pznsil/_remote_module_non_scriptable.py 2022-05-18T05:05:40.8296940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmacsg7jl 2022-05-18T05:05:40.8300700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmacsg7jl/_remote_module_non_scriptable.py 2022-05-18T05:05:40.8615050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:40.9109630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:40.9297450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:40.9298860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:40.9300300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:40.9301560Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:40.9692270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:41.0165000Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:41.0327730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:41.0431480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:41.0431830Z dist init r=2, world=4 2022-05-18T05:05:41.0535310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:41.0535660Z dist init r=1, world=4 2022-05-18T05:05:41.0637120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:41.0637490Z dist init r=3, world=4 2022-05-18T05:05:41.0837570Z dist init r=0, world=4 2022-05-18T05:05:41.4095660Z skip: Need at least 2 CUDA devices (2.291s) 2022-05-18T05:05:41.4160260Z test_transformer_parameterized_offload_true_none_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8459 2022-05-18T05:05:41.4212390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8460 2022-05-18T05:05:41.4469690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8461 2022-05-18T05:05:41.4571280Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8462 2022-05-18T05:05:43.0733950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu85t_cri 2022-05-18T05:05:43.0750910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpu85t_cri/_remote_module_non_scriptable.py 2022-05-18T05:05:43.0981700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2a6_ojzj 2022-05-18T05:05:43.1078590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjqjyobjy 2022-05-18T05:05:43.1102070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjqjyobjy/_remote_module_non_scriptable.py 2022-05-18T05:05:43.1144750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2a6_ojzj/_remote_module_non_scriptable.py 2022-05-18T05:05:43.1410500Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps8ppxfwp 2022-05-18T05:05:43.1413660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmps8ppxfwp/_remote_module_non_scriptable.py 2022-05-18T05:05:43.2183950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:43.2185350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:43.2571250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:43.2573220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:43.2574980Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:43.2576030Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:43.3085910Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:43.3089860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:43.3778240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:43.3881920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:43.3882270Z dist init r=3, world=4 2022-05-18T05:05:43.3984750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:43.3985150Z dist init r=0, world=4 2022-05-18T05:05:43.4088110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:43.4088450Z dist init r=2, world=4 2022-05-18T05:05:43.4285340Z dist init r=1, world=4 2022-05-18T05:05:43.7104100Z skip: Need at least 2 CUDA devices (2.301s) 2022-05-18T05:05:43.7166150Z test_transformer_parameterized_offload_true_prefetch_post_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8468 2022-05-18T05:05:43.7216330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8469 2022-05-18T05:05:43.7421040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8470 2022-05-18T05:05:43.7623150Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8471 2022-05-18T05:05:45.3396390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk0qg5w57 2022-05-18T05:05:45.3404120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk0qg5w57/_remote_module_non_scriptable.py 2022-05-18T05:05:45.3505710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxq_i76qj 2022-05-18T05:05:45.3585880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxq_i76qj/_remote_module_non_scriptable.py 2022-05-18T05:05:45.3680640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ubysvrt 2022-05-18T05:05:45.3708820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6ubysvrt/_remote_module_non_scriptable.py 2022-05-18T05:05:45.3901230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0m3qe4d6 2022-05-18T05:05:45.3905200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0m3qe4d6/_remote_module_non_scriptable.py 2022-05-18T05:05:45.4777690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:45.4779710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:45.4787940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:45.4789580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:45.4791400Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:45.4793040Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:45.5310140Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:45.5313750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:45.5882800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:45.5986870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:45.5987210Z dist init r=3, world=4 2022-05-18T05:05:45.6094220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:45.6094590Z dist init r=0, world=4 2022-05-18T05:05:45.6288900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:45.6289260Z dist init r=2, world=4 2022-05-18T05:05:45.6392810Z dist init r=1, world=4 2022-05-18T05:05:45.9102350Z skip: Need at least 2 CUDA devices (2.200s) 2022-05-18T05:05:45.9166910Z test_transformer_parameterized_offload_true_prefetch_post_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8476 2022-05-18T05:05:45.9219350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8477 2022-05-18T05:05:45.9302600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8478 2022-05-18T05:05:45.9418990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8479 2022-05-18T05:05:47.5167560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw7_4io0j 2022-05-18T05:05:47.5226160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw7_4io0j/_remote_module_non_scriptable.py 2022-05-18T05:05:47.5550630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplc7hs2hs 2022-05-18T05:05:47.5585550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplc7hs2hs/_remote_module_non_scriptable.py 2022-05-18T05:05:47.5652450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsj6fy5s7 2022-05-18T05:05:47.5653530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsj6fy5s7/_remote_module_non_scriptable.py 2022-05-18T05:05:47.5708970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpytl63k7b 2022-05-18T05:05:47.5757560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpytl63k7b/_remote_module_non_scriptable.py 2022-05-18T05:05:47.6043660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:47.6055950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:47.6057710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:47.6702400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:47.6703960Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:47.6704940Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:47.6809590Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:47.6814530Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:47.6825120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:47.6830540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:47.6830860Z dist init r=0, world=4 2022-05-18T05:05:47.6937550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:47.6937890Z dist init r=3, world=4 2022-05-18T05:05:47.7135850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:47.7136240Z dist init r=2, world=4 2022-05-18T05:05:47.7244190Z dist init r=1, world=4 2022-05-18T05:05:48.0196460Z skip: Need at least 2 CUDA devices (2.109s) 2022-05-18T05:05:48.0262780Z test_transformer_parameterized_offload_true_prefetch_post_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8484 2022-05-18T05:05:48.0320900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8485 2022-05-18T05:05:48.0391100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8486 2022-05-18T05:05:48.0531290Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8487 2022-05-18T05:05:49.6286770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgbbc7lqf 2022-05-18T05:05:49.6354310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgbbc7lqf/_remote_module_non_scriptable.py 2022-05-18T05:05:49.6556260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxpdfwjni 2022-05-18T05:05:49.6612600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxpdfwjni/_remote_module_non_scriptable.py 2022-05-18T05:05:49.6665770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2e_ubco1 2022-05-18T05:05:49.6715820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2e_ubco1/_remote_module_non_scriptable.py 2022-05-18T05:05:49.6720070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnrygd1u2 2022-05-18T05:05:49.6723230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnrygd1u2/_remote_module_non_scriptable.py 2022-05-18T05:05:49.7099630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:49.7102250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:49.7854280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:49.7856680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:49.7862140Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:49.7866430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:49.7932320Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:49.7933600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:49.8171610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:49.8171960Z dist init r=1, world=4 2022-05-18T05:05:49.8276230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:49.8276580Z dist init r=0, world=4 2022-05-18T05:05:49.8276950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:49.8474990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:49.8475350Z dist init r=2, world=4 2022-05-18T05:05:49.8577470Z dist init r=3, world=4 2022-05-18T05:05:50.1384200Z skip: Need at least 2 CUDA devices (2.118s) 2022-05-18T05:05:50.1459390Z test_transformer_parameterized_offload_true_prefetch_post_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8492 2022-05-18T05:05:50.1512470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8493 2022-05-18T05:05:50.1605650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8494 2022-05-18T05:05:50.1759360Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8495 2022-05-18T05:05:51.7663660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvy6873mi 2022-05-18T05:05:51.7720120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvy6873mi/_remote_module_non_scriptable.py 2022-05-18T05:05:51.7770210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpifuv830x 2022-05-18T05:05:51.7866410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpifuv830x/_remote_module_non_scriptable.py 2022-05-18T05:05:51.7926950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnb7n0g5k 2022-05-18T05:05:51.7970320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnb7n0g5k/_remote_module_non_scriptable.py 2022-05-18T05:05:51.8068200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd9msfv_d 2022-05-18T05:05:51.8102170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd9msfv_d/_remote_module_non_scriptable.py 2022-05-18T05:05:51.8465950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:51.9078450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:51.9079930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:51.9081500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:51.9085980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:51.9087340Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:51.9090290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:51.9092050Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:51.9206200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:51.9309350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:51.9309690Z dist init r=3, world=4 2022-05-18T05:05:51.9415430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:51.9415780Z dist init r=2, world=4 2022-05-18T05:05:51.9608980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:51.9609810Z dist init r=0, world=4 2022-05-18T05:05:51.9717630Z dist init r=1, world=4 2022-05-18T05:05:52.2804340Z skip: Need at least 2 CUDA devices (2.142s) 2022-05-18T05:05:52.2884240Z test_transformer_parameterized_offload_true_prefetch_post_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8501 2022-05-18T05:05:52.3005870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8502 2022-05-18T05:05:52.3147920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8503 2022-05-18T05:05:52.3335580Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8504 2022-05-18T05:05:53.8996740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy_1w0mp6 2022-05-18T05:05:53.9090600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy_1w0mp6/_remote_module_non_scriptable.py 2022-05-18T05:05:53.9315370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0il1wv5t 2022-05-18T05:05:53.9416080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0il1wv5t/_remote_module_non_scriptable.py 2022-05-18T05:05:53.9532690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdfs22swh 2022-05-18T05:05:53.9586320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdfs22swh/_remote_module_non_scriptable.py 2022-05-18T05:05:53.9623660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwq_sxfp5 2022-05-18T05:05:53.9636910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwq_sxfp5/_remote_module_non_scriptable.py 2022-05-18T05:05:53.9876780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:53.9878180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:54.0467450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:54.0469350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:54.0470510Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:54.0472660Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:54.0475470Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:54.1263120Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:54.1279370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:54.1382140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:54.1382490Z dist init r=1, world=4 2022-05-18T05:05:54.1487770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:54.1488120Z dist init r=3, world=4 2022-05-18T05:05:54.1689360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:54.1689740Z dist init r=0, world=4 2022-05-18T05:05:54.1888090Z dist init r=2, world=4 2022-05-18T05:05:54.5932440Z skip: Need at least 2 CUDA devices (2.313s) 2022-05-18T05:05:54.6000150Z test_transformer_parameterized_offload_true_prefetch_post_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8509 2022-05-18T05:05:54.6050750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8510 2022-05-18T05:05:54.6137170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8511 2022-05-18T05:05:54.6251100Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8512 2022-05-18T05:05:56.2128910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkyyi5kn_ 2022-05-18T05:05:56.2172970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkyyi5kn_/_remote_module_non_scriptable.py 2022-05-18T05:05:56.2258800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo5114mss 2022-05-18T05:05:56.2317940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo5114mss/_remote_module_non_scriptable.py 2022-05-18T05:05:56.2374560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqrtsj2p9 2022-05-18T05:05:56.2379620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqrtsj2p9/_remote_module_non_scriptable.py 2022-05-18T05:05:56.2486260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwi5rgvyc 2022-05-18T05:05:56.2536660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwi5rgvyc/_remote_module_non_scriptable.py 2022-05-18T05:05:56.3764020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:56.3769760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:56.3773700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:56.3775850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:56.3777000Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:56.3779610Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:56.3874140Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:56.3879730Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:56.4080810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:56.4183660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:56.4184010Z dist init r=3, world=4 2022-05-18T05:05:56.4287240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:56.4287610Z dist init r=0, world=4 2022-05-18T05:05:56.4488620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:56.4488970Z dist init r=1, world=4 2022-05-18T05:05:56.4489250Z dist init r=2, world=4 2022-05-18T05:05:56.7229970Z skip: Need at least 2 CUDA devices (2.130s) 2022-05-18T05:05:56.7296060Z test_transformer_parameterized_offload_true_prefetch_pre_no_shard_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8517 2022-05-18T05:05:56.7348700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8518 2022-05-18T05:05:56.7607660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8519 2022-05-18T05:05:56.7708860Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8520 2022-05-18T05:05:58.3369370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzst28sq8 2022-05-18T05:05:58.3470820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplein_jx6 2022-05-18T05:05:58.3471410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzst28sq8/_remote_module_non_scriptable.py 2022-05-18T05:05:58.3472040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplein_jx6/_remote_module_non_scriptable.py 2022-05-18T05:05:58.3506590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd_e1t33r 2022-05-18T05:05:58.3571660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd_e1t33r/_remote_module_non_scriptable.py 2022-05-18T05:05:58.3648470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpev6p7z3r 2022-05-18T05:05:58.3710760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpev6p7z3r/_remote_module_non_scriptable.py 2022-05-18T05:05:58.4091200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:05:58.4195430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:05:58.4196280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:05:58.4200610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:05:58.4202260Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:58.4203150Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:58.4976620Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:58.5103920Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:05:58.5241670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:05:58.5242040Z dist init r=3, world=4 2022-05-18T05:05:58.5347390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:05:58.5347730Z dist init r=2, world=4 2022-05-18T05:05:58.5444480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:05:58.5444820Z dist init r=0, world=4 2022-05-18T05:05:58.5455000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:05:58.5455870Z dist init r=1, world=4 2022-05-18T05:05:58.7851550Z skip: Need at least 2 CUDA devices (2.062s) 2022-05-18T05:05:58.7919250Z test_transformer_parameterized_offload_true_prefetch_pre_no_shard_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8525 2022-05-18T05:05:58.7974670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8526 2022-05-18T05:05:58.8057540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8527 2022-05-18T05:05:58.8196050Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8528 2022-05-18T05:06:00.3968250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx6vdbmpc 2022-05-18T05:06:00.4030890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7aoy1s4j 2022-05-18T05:06:00.4071450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx6vdbmpc/_remote_module_non_scriptable.py 2022-05-18T05:06:00.4076250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7aoy1s4j/_remote_module_non_scriptable.py 2022-05-18T05:06:00.4266770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3k6bh1t_ 2022-05-18T05:06:00.4287370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3k6bh1t_/_remote_module_non_scriptable.py 2022-05-18T05:06:00.4358150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgzgyuys6 2022-05-18T05:06:00.4380400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgzgyuys6/_remote_module_non_scriptable.py 2022-05-18T05:06:00.4640230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:00.5096570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:00.5098790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:00.5101490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:00.5102890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:00.5104880Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:00.5450840Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:00.5453250Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:00.5615040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:00.5617970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:00.5624870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:00.5625180Z dist init r=1, world=4 2022-05-18T05:06:00.5823120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:00.5823450Z dist init r=3, world=4 2022-05-18T05:06:00.5931390Z dist init r=2, world=4 2022-05-18T05:06:00.6125190Z dist init r=0, world=4 2022-05-18T05:06:00.9719970Z skip: Need at least 2 CUDA devices (2.186s) 2022-05-18T05:06:00.9785600Z test_transformer_parameterized_offload_true_prefetch_pre_none_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8533 2022-05-18T05:06:00.9835900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8534 2022-05-18T05:06:00.9968140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8535 2022-05-18T05:06:01.0163890Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8536 2022-05-18T05:06:02.6560350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo6latsdh 2022-05-18T05:06:02.6661800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo6latsdh/_remote_module_non_scriptable.py 2022-05-18T05:06:02.6676300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7vc6ot0w 2022-05-18T05:06:02.6766330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7vc6ot0w/_remote_module_non_scriptable.py 2022-05-18T05:06:02.6866110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_a76i0rd 2022-05-18T05:06:02.6867660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_a76i0rd/_remote_module_non_scriptable.py 2022-05-18T05:06:02.6895180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7s2voee1 2022-05-18T05:06:02.6969470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7s2voee1/_remote_module_non_scriptable.py 2022-05-18T05:06:02.7218270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:02.7475630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:02.7483800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:02.7832410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:02.7835500Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:02.8066990Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:02.8068650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:02.8190440Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:02.9087610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:02.9194810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:02.9195150Z dist init r=3, world=4 2022-05-18T05:06:02.9300180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:02.9300520Z dist init r=2, world=4 2022-05-18T05:06:02.9495450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:02.9495860Z dist init r=0, world=4 2022-05-18T05:06:02.9600960Z dist init r=1, world=4 2022-05-18T05:06:03.2198200Z skip: Need at least 2 CUDA devices (2.247s) 2022-05-18T05:06:03.2261540Z test_transformer_parameterized_offload_true_prefetch_pre_none_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8542 2022-05-18T05:06:03.2315560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8543 2022-05-18T05:06:03.2517890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8544 2022-05-18T05:06:03.2599370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8545 2022-05-18T05:06:04.8350090Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp95uq4rbg 2022-05-18T05:06:04.8408650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp95uq4rbg/_remote_module_non_scriptable.py 2022-05-18T05:06:04.8510030Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpud3mw1mp 2022-05-18T05:06:04.8578930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpud3mw1mp/_remote_module_non_scriptable.py 2022-05-18T05:06:04.8676060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk7qwlh3w 2022-05-18T05:06:04.8680530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk7qwlh3w/_remote_module_non_scriptable.py 2022-05-18T05:06:04.8737300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppq28cuak 2022-05-18T05:06:04.8782150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppq28cuak/_remote_module_non_scriptable.py 2022-05-18T05:06:04.9264560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:04.9269710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:04.9278640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:04.9280360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:04.9282020Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:04.9283930Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:04.9378790Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:04.9380460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:04.9512260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:04.9616310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:04.9616650Z dist init r=3, world=4 2022-05-18T05:06:04.9616960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:04.9720290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:04.9720680Z dist init r=0, world=4 2022-05-18T05:06:04.9822160Z dist init r=2, world=4 2022-05-18T05:06:05.0019310Z dist init r=1, world=4 2022-05-18T05:06:05.2859870Z skip: Need at least 2 CUDA devices (2.066s) 2022-05-18T05:06:05.2928190Z test_transformer_parameterized_offload_true_prefetch_pre_shard_grad_op_clip_norm_type_2_0 (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8550 2022-05-18T05:06:05.2980680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8551 2022-05-18T05:06:05.3253930Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8552 2022-05-18T05:06:05.3355240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8553 2022-05-18T05:06:06.9036140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_83iaouw 2022-05-18T05:06:06.9077830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr4lnun06 2022-05-18T05:06:06.9175350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr4lnun06/_remote_module_non_scriptable.py 2022-05-18T05:06:06.9219010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsx7w5owp 2022-05-18T05:06:06.9276980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsx7w5owp/_remote_module_non_scriptable.py 2022-05-18T05:06:06.9373170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_83iaouw/_remote_module_non_scriptable.py 2022-05-18T05:06:06.9461070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkydnuhbl 2022-05-18T05:06:06.9475330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkydnuhbl/_remote_module_non_scriptable.py 2022-05-18T05:06:07.0354680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:07.0458060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:07.0585250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:07.0587790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:07.0589200Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:07.0590720Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:07.0711810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:07.0923960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:07.1606700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:07.1710000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:07.1710360Z dist init r=2, world=4 2022-05-18T05:06:07.1911020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:07.1911360Z dist init r=0, world=4 2022-05-18T05:06:07.2015500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:07.2015900Z dist init r=3, world=4 2022-05-18T05:06:07.2213530Z dist init r=1, world=4 2022-05-18T05:06:07.5450410Z skip: Need at least 2 CUDA devices (2.259s) 2022-05-18T05:06:07.5515220Z test_transformer_parameterized_offload_true_prefetch_pre_shard_grad_op_clip_norm_type_None (__main__.TestParityWithDDP) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8558 2022-05-18T05:06:07.5567920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8559 2022-05-18T05:06:07.5653190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8560 2022-05-18T05:06:07.5785170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8561 2022-05-18T05:06:09.1348610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6yvcl0zu 2022-05-18T05:06:09.1408700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6yvcl0zu/_remote_module_non_scriptable.py 2022-05-18T05:06:09.1916550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphk5w3t5e 2022-05-18T05:06:09.1953070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphk5w3t5e/_remote_module_non_scriptable.py 2022-05-18T05:06:09.2017870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmhgbpd87 2022-05-18T05:06:09.2053230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmhgbpd87/_remote_module_non_scriptable.py 2022-05-18T05:06:09.2193900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjquz6via 2022-05-18T05:06:09.2220410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjquz6via/_remote_module_non_scriptable.py 2022-05-18T05:06:09.2956690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:09.2975300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:09.2979680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:09.2983390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:09.2984810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:09.2986860Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:09.3085070Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:09.3090640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:09.3224380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:09.3324770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:09.3325120Z dist init r=2, world=4 2022-05-18T05:06:09.3425450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:09.3425790Z dist init r=1, world=4 2022-05-18T05:06:09.3526940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:09.3528010Z dist init r=0, world=4 2022-05-18T05:06:09.3627060Z dist init r=3, world=4 2022-05-18T05:06:09.6606220Z skip: Need at least 2 CUDA devices (2.115s) 2022-05-18T05:06:09.7193940Z 2022-05-18T05:06:09.7194740Z ---------------------------------------------------------------------- 2022-05-18T05:06:09.7195080Z Ran 203 tests in 448.901s 2022-05-18T05:06:09.7195220Z 2022-05-18T05:06:09.7195310Z OK (skipped=203) 2022-05-18T05:06:09.7195660Z 2022-05-18T05:06:09.7195780Z Generating XML reports... 2022-05-18T05:06:09.7196380Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_core/TEST-TestHooks-20220518045840.xml 2022-05-18T05:06:09.7197030Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_core/TEST-TestNoGrad-20220518045840.xml 2022-05-18T05:06:09.7197690Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_core/TEST-TestParamInit-20220518045840.xml 2022-05-18T05:06:09.7198360Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_core/TEST-TestParityWithDDP-20220518045840.xml 2022-05-18T05:06:09.9811880Z Running distributed/fsdp/test_fsdp_freezing_weights ... [2022-05-18 05:06:09.980609] 2022-05-18T05:06:09.9813170Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_freezing_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:06:09.980758] 2022-05-18T05:06:11.1208010Z 2022-05-18T05:06:11.1208350Z Running tests... 2022-05-18T05:06:11.1209410Z ---------------------------------------------------------------------- 2022-05-18T05:06:11.1210150Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_freezing_weights 2022-05-18T05:06:11.5211690Z test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_False (__main__.TestFreezingWeights) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8573 2022-05-18T05:06:11.5298430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8574 2022-05-18T05:06:11.5442980Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8575 2022-05-18T05:06:11.5599480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8576 2022-05-18T05:06:13.2978530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:13.2984510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:13.2986010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:13.3231760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:13.3234650Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:13.3347460Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:13.3509890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:13.3515320Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:13.3549350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:13.3655610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:13.3656040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:13.3656340Z dist init r=3, world=4 2022-05-18T05:06:13.3656740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:13.3856670Z dist init r=0, world=4 2022-05-18T05:06:13.3859700Z dist init r=1, world=4 2022-05-18T05:06:13.4160000Z dist init r=2, world=4 2022-05-18T05:06:13.7513620Z skip: Need at least 2 CUDA devices (2.630s) 2022-05-18T05:06:13.7583500Z test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_True (__main__.TestFreezingWeights) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8582 2022-05-18T05:06:13.7637340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8583 2022-05-18T05:06:13.7774160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8584 2022-05-18T05:06:13.7877110Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8585 2022-05-18T05:06:15.4395190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:15.4397020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:15.4406890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:15.4409860Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:15.4410330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:15.4412960Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:15.4502950Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:15.5106020Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:15.5333040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:15.5436380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:15.5436750Z dist init r=1, world=4 2022-05-18T05:06:15.5539620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:15.5539960Z dist init r=0, world=4 2022-05-18T05:06:15.5740230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:15.5740570Z dist init r=3, world=4 2022-05-18T05:06:15.5842210Z dist init r=2, world=4 2022-05-18T05:06:15.8198880Z skip: Need at least 2 CUDA devices (2.068s) 2022-05-18T05:06:15.8275200Z test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_False (__main__.TestFreezingWeights) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8590 2022-05-18T05:06:15.8325860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8591 2022-05-18T05:06:15.8697010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8592 2022-05-18T05:06:15.8714660Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8593 2022-05-18T05:06:17.4611220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:17.4734590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:17.4872910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:17.4879550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:17.4880840Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:17.4882830Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:17.4884660Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:17.5326600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:17.5648150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:17.5756810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:17.5757190Z dist init r=0, world=4 2022-05-18T05:06:17.5951110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:17.5951460Z dist init r=2, world=4 2022-05-18T05:06:17.6060670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:17.6061030Z dist init r=1, world=4 2022-05-18T05:06:17.6162550Z dist init r=3, world=4 2022-05-18T05:06:17.9642770Z skip: Need at least 2 CUDA devices (2.144s) 2022-05-18T05:06:17.9717030Z test_freezing_weights_with_nested_trunk_False_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_True (__main__.TestFreezingWeights) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8598 2022-05-18T05:06:17.9773820Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8599 2022-05-18T05:06:17.9843680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8600 2022-05-18T05:06:17.9975410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8601 2022-05-18T05:06:19.6675910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:19.6679660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:19.6682130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:19.6685600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:19.6686830Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:19.6688240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:19.6789420Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:19.7086100Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:19.7878780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:19.7982400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:19.7982760Z dist init r=0, world=4 2022-05-18T05:06:19.8091500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:19.8091930Z dist init r=3, world=4 2022-05-18T05:06:19.8193010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:19.8193350Z dist init r=1, world=4 2022-05-18T05:06:19.8294420Z dist init r=2, world=4 2022-05-18T05:06:20.2184060Z skip: Need at least 2 CUDA devices (2.254s) 2022-05-18T05:06:20.2254890Z test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_False (__main__.TestFreezingWeights) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8606 2022-05-18T05:06:20.2313180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8607 2022-05-18T05:06:20.2376670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8608 2022-05-18T05:06:20.2505940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8609 2022-05-18T05:06:21.9452540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:21.9454410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:21.9456720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:21.9460000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:21.9461190Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:21.9462260Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:21.9463530Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:21.9471080Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:21.9481440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:21.9484490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:21.9487360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:21.9487690Z dist init r=1, world=4 2022-05-18T05:06:21.9569690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:21.9570090Z dist init r=0, world=4 2022-05-18T05:06:21.9591730Z dist init r=2, world=4 2022-05-18T05:06:21.9692740Z dist init r=3, world=4 2022-05-18T05:06:22.4101970Z skip: Need at least 2 CUDA devices (2.191s) 2022-05-18T05:06:22.4171390Z test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_GradToNone_freeze_after_wrap_fsdp_True (__main__.TestFreezingWeights) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8614 2022-05-18T05:06:22.4231160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8615 2022-05-18T05:06:22.4288000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8616 2022-05-18T05:06:22.4452270Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8617 2022-05-18T05:06:24.0991690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:24.1095380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:24.1576430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:24.1772690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:24.1775770Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:24.1887400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:24.1889750Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:24.1892920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:24.2164150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:24.2270030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:24.2270370Z dist init r=2, world=4 2022-05-18T05:06:24.2367190Z dist init r=0, world=4 2022-05-18T05:06:24.2373610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:24.2473820Z dist init r=3, world=4 2022-05-18T05:06:24.2569340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:24.2670870Z dist init r=1, world=4 2022-05-18T05:06:24.5378440Z skip: Need at least 2 CUDA devices (2.127s) 2022-05-18T05:06:24.5449390Z test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_False (__main__.TestFreezingWeights) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8623 2022-05-18T05:06:24.5501250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8624 2022-05-18T05:06:24.5860690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8625 2022-05-18T05:06:24.5961850Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8626 2022-05-18T05:06:26.2298980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:26.2302420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:26.2305590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:26.2310400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:26.2313340Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:26.2404810Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:26.2817970Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:26.3157560Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:26.3170480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:26.3273440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:26.3273780Z dist init r=0, world=4 2022-05-18T05:06:26.3380500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:26.3380840Z dist init r=2, world=4 2022-05-18T05:06:26.3482110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:26.3482490Z dist init r=3, world=4 2022-05-18T05:06:26.3583560Z dist init r=1, world=4 2022-05-18T05:06:26.6579030Z skip: Need at least 2 CUDA devices (2.120s) 2022-05-18T05:06:26.6649330Z test_freezing_weights_with_nested_trunk_True_freezing_method_FreezingMethod_RequiresGrad_freeze_after_wrap_fsdp_True (__main__.TestFreezingWeights) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8631 2022-05-18T05:06:26.6701730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8632 2022-05-18T05:06:26.6831140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8633 2022-05-18T05:06:26.6957920Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8634 2022-05-18T05:06:28.2934200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:28.2942080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:28.3617890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:28.3618830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:28.3620780Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:28.3622330Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:28.3627270Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:28.3631600Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:28.3745940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:28.3746290Z dist init r=0, world=4 2022-05-18T05:06:28.3850510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:28.3850860Z dist init r=3, world=4 2022-05-18T05:06:28.3954520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:28.3954870Z dist init r=2, world=4 2022-05-18T05:06:28.4152350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:28.4152680Z dist init r=1, world=4 2022-05-18T05:06:28.7958980Z skip: Need at least 2 CUDA devices (2.138s) 2022-05-18T05:06:28.8074880Z 2022-05-18T05:06:28.8075680Z ---------------------------------------------------------------------- 2022-05-18T05:06:28.8076000Z Ran 8 tests in 17.675s 2022-05-18T05:06:28.8076380Z 2022-05-18T05:06:28.8076460Z OK (skipped=8) 2022-05-18T05:06:28.8076590Z 2022-05-18T05:06:28.8076680Z Generating XML reports... 2022-05-18T05:06:28.8077770Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_freezing_weights/TEST-TestFreezingWeights-20220518050611.xml 2022-05-18T05:06:29.0557760Z Running distributed/fsdp/test_fsdp_ignored_modules ... [2022-05-18 05:06:29.055099] 2022-05-18T05:06:29.0559070Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_ignored_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:06:29.055243] 2022-05-18T05:06:30.1770740Z 2022-05-18T05:06:30.1771550Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_ignored_modules 2022-05-18T05:06:30.1771950Z Running tests... 2022-05-18T05:06:30.1772340Z ---------------------------------------------------------------------- 2022-05-18T05:06:30.1781800Z test_ignored_modules_invalid (__main__.TestFSDPIgnoredModules) 2022-05-18T05:06:30.5775570Z Tests that passing an FSDP module as an ignored module or the ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8642 2022-05-18T05:06:30.5881130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8643 2022-05-18T05:06:30.6065800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8644 2022-05-18T05:06:30.6169620Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8645 2022-05-18T05:06:32.2829240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:32.3323850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:32.3327950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:32.3329710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:32.3330800Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:32.3332700Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:32.3600030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:32.3602200Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:32.4078600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:32.4181430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:32.4181810Z dist init r=1, world=4 2022-05-18T05:06:32.4285520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:32.4285850Z dist init r=3, world=4 2022-05-18T05:06:32.4391990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:32.4392340Z dist init r=2, world=4 2022-05-18T05:06:32.4584400Z dist init r=0, world=4 2022-05-18T05:06:32.7418940Z skip: Need at least 2 CUDA devices (2.565s) 2022-05-18T05:06:32.7442530Z test_ignored_modules_nested (__main__.TestFSDPIgnoredModules) 2022-05-18T05:06:32.7544000Z Tests that passing a module with nested FSDP modules does not ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8651 2022-05-18T05:06:32.7660080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8652 2022-05-18T05:06:32.7840340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8653 2022-05-18T05:06:32.8010500Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8654 2022-05-18T05:06:34.4268720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:34.4274930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:34.4277420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:34.4283520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:34.4286280Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:34.4391320Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:34.5088110Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:34.5091820Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:34.5278410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:34.5381940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:34.5382560Z dist init r=3, world=4 2022-05-18T05:06:34.5487580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:34.5487930Z dist init r=1, world=4 2022-05-18T05:06:34.5593910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:34.5594270Z dist init r=2, world=4 2022-05-18T05:06:34.5786180Z dist init r=0, world=4 2022-05-18T05:06:34.8377280Z skip: Need at least 2 CUDA devices (2.096s) 2022-05-18T05:06:34.8403670Z test_ignored_modules_transformer (__main__.TestFSDPIgnoredModules) 2022-05-18T05:06:34.8455990Z Tests that ignored modules' parameters are not flattened for a ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8659 2022-05-18T05:06:34.8512390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8660 2022-05-18T05:06:34.8709850Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8661 2022-05-18T05:06:34.8811300Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8662 2022-05-18T05:06:36.5091900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:36.5097670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:36.5109360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:36.5110210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:36.5111500Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:36.5212920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:36.5286990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:36.5624340Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:36.6109430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:36.6212690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:36.6213030Z dist init r=0, world=4 2022-05-18T05:06:36.6323880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:36.6324210Z dist init r=1, world=4 2022-05-18T05:06:36.6515230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:36.6515580Z dist init r=3, world=4 2022-05-18T05:06:36.6619400Z dist init r=2, world=4 2022-05-18T05:06:36.9863910Z skip: Need at least 2 CUDA devices (2.148s) 2022-05-18T05:06:37.0373850Z 2022-05-18T05:06:37.0376600Z ---------------------------------------------------------------------- 2022-05-18T05:06:37.0377650Z Ran 3 tests in 6.810s 2022-05-18T05:06:37.0377870Z 2022-05-18T05:06:37.0378010Z OK (skipped=3) 2022-05-18T05:06:37.0378140Z 2022-05-18T05:06:37.0378230Z Generating XML reports... 2022-05-18T05:06:37.0378870Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_ignored_modules/TEST-TestFSDPIgnoredModules-20220518050630.xml 2022-05-18T05:06:37.2918390Z Running distributed/fsdp/test_fsdp_memory ... [2022-05-18 05:06:37.291200] 2022-05-18T05:06:37.2919730Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_memory.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:06:37.291366] 2022-05-18T05:06:38.4230370Z 2022-05-18T05:06:38.4231140Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_memory 2022-05-18T05:06:38.4231510Z Running tests... 2022-05-18T05:06:38.4231920Z ---------------------------------------------------------------------- 2022-05-18T05:06:38.8254920Z test_fsdp_memory_ckpt_ckpt (__main__.TestFSDPMemory) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8671 2022-05-18T05:06:38.8321350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8672 2022-05-18T05:06:39.9916820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:40.0026160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:40.0028910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:40.0326090Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:40.0346250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:40.0348170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:40.0355530Z dist init r=0, world=2 2022-05-18T05:06:40.0356940Z dist init r=1, world=2 2022-05-18T05:06:40.3410300Z skip: Need at least 2 CUDA devices (1.918s) 2022-05-18T05:06:40.3492800Z test_fsdp_memory_ckpt_no_ckpt (__main__.TestFSDPMemory) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8675 2022-05-18T05:06:40.3544990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8676 2022-05-18T05:06:41.5182620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:41.5618380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:41.5621250Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:41.6374010Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:41.6382460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:41.6383490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:41.6386560Z dist init r=0, world=2 2022-05-18T05:06:41.6387210Z dist init r=1, world=2 2022-05-18T05:06:41.8669150Z skip: Need at least 2 CUDA devices (1.525s) 2022-05-18T05:06:41.8765780Z 2022-05-18T05:06:41.8766560Z ---------------------------------------------------------------------- 2022-05-18T05:06:41.8766960Z Ran 2 tests in 3.444s 2022-05-18T05:06:41.8767090Z 2022-05-18T05:06:41.8767180Z OK (skipped=2) 2022-05-18T05:06:41.8767460Z 2022-05-18T05:06:41.8767680Z Generating XML reports... 2022-05-18T05:06:41.8768350Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_memory/TEST-TestFSDPMemory-20220518050638.xml 2022-05-18T05:06:42.1262860Z Running distributed/fsdp/test_fsdp_misc ... [2022-05-18 05:06:42.125609] 2022-05-18T05:06:42.1264160Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_misc.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:06:42.125753] 2022-05-18T05:06:43.2740380Z 2022-05-18T05:06:43.2740720Z Running tests... 2022-05-18T05:06:43.2741350Z ---------------------------------------------------------------------- 2022-05-18T05:06:43.2741900Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_misc 2022-05-18T05:06:43.2752320Z test_device_id_auto_wrap (__main__.TestFSDPMisc) 2022-05-18T05:06:43.6764110Z Test auto wrapping propagates the device id. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8683 2022-05-18T05:06:43.6845850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8684 2022-05-18T05:06:44.8621330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:44.9065450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:44.9069540Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:44.9295710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:44.9303690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:44.9304500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:44.9307980Z dist init r=0, world=2 2022-05-18T05:06:44.9320410Z dist init r=1, world=2 2022-05-18T05:06:45.2985230Z skip: Need at least 2 CUDA devices (2.024s) 2022-05-18T05:06:45.3007780Z test_fsdp_cpu_init_stays_on_cpu (__main__.TestFSDPMisc) 2022-05-18T05:06:45.3058080Z Ensure that CPU model input stays on CPU ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8687 2022-05-18T05:06:45.3119960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8688 2022-05-18T05:06:46.4794340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:46.4795410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:46.4797150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:46.4798240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:46.4806140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:46.4807010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:46.4810000Z dist init r=0, world=2 2022-05-18T05:06:46.4810660Z dist init r=1, world=2 2022-05-18T05:06:46.8242890Z skip: Need at least 2 CUDA devices (1.526s) 2022-05-18T05:06:46.8277500Z test_fsdp_device_id_use_index_False (__main__.TestFSDPMisc) 2022-05-18T05:06:46.8333920Z If CPU module is passed into FSDP with device_id ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8691 2022-05-18T05:06:46.8386790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8692 2022-05-18T05:06:48.0180460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:48.0181380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:48.0183810Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:48.0185540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:48.0192500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:48.0193190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:48.0196640Z dist init r=0, world=2 2022-05-18T05:06:48.0197160Z dist init r=1, world=2 2022-05-18T05:06:48.2867250Z skip: Need at least 2 CUDA devices (1.462s) 2022-05-18T05:06:48.2902220Z test_fsdp_device_id_use_index_True (__main__.TestFSDPMisc) 2022-05-18T05:06:48.2956680Z If CPU module is passed into FSDP with device_id ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8695 2022-05-18T05:06:48.3008560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8696 2022-05-18T05:06:49.4659810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:49.4756550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:49.4759610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:49.5319080Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:49.5326620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:49.5327570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:49.5330570Z dist init r=0, world=2 2022-05-18T05:06:49.5331240Z dist init r=1, world=2 2022-05-18T05:06:49.9095890Z skip: Need at least 2 CUDA devices (1.623s) 2022-05-18T05:06:49.9114800Z test_fsdp_same_model_across_ranks (__main__.TestFSDPMisc) 2022-05-18T05:06:49.9168830Z FSDP broadcasts model from rank 0 to ensure it starts off with the same ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8699 2022-05-18T05:06:49.9219870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8700 2022-05-18T05:06:51.0747400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:51.1604500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:51.1607150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:51.1770040Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:51.1777060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:51.1778090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:51.1781030Z dist init r=0, world=2 2022-05-18T05:06:51.1781630Z dist init r=1, world=2 2022-05-18T05:06:51.4215260Z skip: Need at least 2 CUDA devices (1.511s) 2022-05-18T05:06:51.4228860Z test_module_device_mismatches_device_id (__main__.TestFSDPMisc) 2022-05-18T05:06:51.4283250Z FSDP raises errors when module is on a GPU that does ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8703 2022-05-18T05:06:51.4335450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8704 2022-05-18T05:06:52.6023810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:52.6024790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:52.6025620Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:52.6030320Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:52.6037540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:52.6038490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:52.6041150Z dist init r=0, world=2 2022-05-18T05:06:52.6041770Z dist init r=1, world=2 2022-05-18T05:06:52.9075520Z skip: Need at least 2 CUDA devices (1.486s) 2022-05-18T05:06:52.9102410Z test_multi_device_not_supported (__main__.TestFSDPMisc) 2022-05-18T05:06:52.9171210Z FSDP throws appropriate error when we wrap multi-device module. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8708 2022-05-18T05:06:52.9238080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8709 2022-05-18T05:06:54.1130030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:54.1131070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:54.1131900Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:54.1135970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:54.1267310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:54.1269450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:54.1275750Z dist init r=1, world=2 2022-05-18T05:06:54.1277130Z dist init r=0, world=2 2022-05-18T05:06:54.3754300Z skip: Need at least 2 CUDA devices (1.467s) 2022-05-18T05:06:54.3782570Z test_no_params (__main__.TestFSDPMisc) 2022-05-18T05:06:54.3831600Z Test that device_id and cpu init work if module has no params ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8712 2022-05-18T05:06:54.3883500Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8713 2022-05-18T05:06:55.5433190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:55.5541880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:55.5544680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:55.5665350Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:06:55.5682110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:55.5683290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:55.5686490Z dist init r=1, world=2 2022-05-18T05:06:55.5687010Z dist init r=0, world=2 2022-05-18T05:06:55.7874370Z skip: Need at least 2 CUDA devices (1.412s) 2022-05-18T05:06:55.7985060Z 2022-05-18T05:06:55.7985750Z ---------------------------------------------------------------------- 2022-05-18T05:06:55.7986050Z Ran 8 tests in 12.514s 2022-05-18T05:06:55.7986180Z 2022-05-18T05:06:55.7986390Z OK (skipped=8) 2022-05-18T05:06:55.7986510Z 2022-05-18T05:06:55.7986600Z Generating XML reports... 2022-05-18T05:06:55.7987160Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_misc/TEST-TestFSDPMisc-20220518050643.xml 2022-05-18T05:06:56.0426190Z Running distributed/fsdp/test_fsdp_multiple_forward ... [2022-05-18 05:06:56.042043] 2022-05-18T05:06:56.0427310Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_multiple_forward.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:06:56.042184] 2022-05-18T05:06:57.1809750Z 2022-05-18T05:06:57.1810950Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_multiple_forward 2022-05-18T05:06:57.1811370Z Running tests... 2022-05-18T05:06:57.1811800Z ---------------------------------------------------------------------- 2022-05-18T05:06:57.5826040Z test_multi_forward (__main__.TestMultiForward) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8719 2022-05-18T05:06:57.5913570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8720 2022-05-18T05:06:57.6065050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8721 2022-05-18T05:06:57.6197660Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8722 2022-05-18T05:06:59.2844380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:06:59.2847870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:06:59.3095790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:06:59.3096980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:06:59.3098460Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:59.3099290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:59.3210610Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:59.3471610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:06:59.4081100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:06:59.4185450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:06:59.4185810Z dist init r=3, world=4 2022-05-18T05:06:59.4289130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:06:59.4289480Z dist init r=0, world=4 2022-05-18T05:06:59.4485360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:06:59.4485710Z dist init r=2, world=4 2022-05-18T05:06:59.4590110Z dist init r=1, world=4 2022-05-18T05:06:59.7138330Z skip: Need at least 2 CUDA devices (2.533s) 2022-05-18T05:06:59.7206160Z 2022-05-18T05:06:59.7206840Z ---------------------------------------------------------------------- 2022-05-18T05:06:59.7207150Z Ran 1 test in 2.533s 2022-05-18T05:06:59.7207280Z 2022-05-18T05:06:59.7207360Z OK (skipped=1) 2022-05-18T05:06:59.7207480Z 2022-05-18T05:06:59.7207580Z Generating XML reports... 2022-05-18T05:06:59.7208170Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_multiple_forward/TEST-TestMultiForward-20220518050657.xml 2022-05-18T05:06:59.9727620Z Running distributed/fsdp/test_fsdp_optim_state ... [2022-05-18 05:06:59.972372] 2022-05-18T05:06:59.9728870Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_optim_state.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:06:59.972509] 2022-05-18T05:07:01.1128400Z 2022-05-18T05:07:01.1129170Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_optim_state 2022-05-18T05:07:01.1129540Z Running tests... 2022-05-18T05:07:01.1129970Z ---------------------------------------------------------------------- 2022-05-18T05:07:01.1150370Z test_full_optim_state_dict_nested_use_multiple_param_groups_False_rank0_only_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:01.5139040Z Tests :meth:`full_optim_state_dict` by comparing the returned dict for ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8730 2022-05-18T05:07:01.5316810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8731 2022-05-18T05:07:01.5451110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8732 2022-05-18T05:07:01.5555150Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8733 2022-05-18T05:07:03.2606940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:03.2835340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:03.2838480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:03.2977020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:03.2979830Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:03.3081350Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:03.3090980Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:03.3092110Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:03.3944140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:03.4047120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:03.4047490Z dist init r=0, world=4 2022-05-18T05:07:03.4155650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:03.4156000Z dist init r=1, world=4 2022-05-18T05:07:03.4352030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:03.4352370Z dist init r=2, world=4 2022-05-18T05:07:03.4455570Z dist init r=3, world=4 2022-05-18T05:07:03.7908510Z skip: Need at least 2 CUDA devices (2.678s) 2022-05-18T05:07:03.7937600Z test_full_optim_state_dict_nested_use_multiple_param_groups_False_rank0_only_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:03.7987430Z Tests :meth:`full_optim_state_dict` by comparing the returned dict for ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8739 2022-05-18T05:07:03.8044150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8740 2022-05-18T05:07:03.8159650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8741 2022-05-18T05:07:03.8262400Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8742 2022-05-18T05:07:05.4960700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:05.5337540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:05.5341850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:05.5351480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:05.5353070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:05.5354590Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:05.5356580Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:05.5363590Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:05.5474950Z dist init r=0, world=4 2022-05-18T05:07:05.5475570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:05.5578730Z dist init r=3, world=4 2022-05-18T05:07:05.5579160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:05.5683070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:05.5683410Z dist init r=1, world=4 2022-05-18T05:07:05.5784540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:05.5784890Z dist init r=2, world=4 2022-05-18T05:07:05.9099640Z skip: Need at least 2 CUDA devices (2.119s) 2022-05-18T05:07:05.9132510Z test_full_optim_state_dict_nested_use_multiple_param_groups_True_rank0_only_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:05.9188020Z Tests :meth:`full_optim_state_dict` by comparing the returned dict for ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8747 2022-05-18T05:07:05.9244470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8748 2022-05-18T05:07:05.9403720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8749 2022-05-18T05:07:05.9514370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8750 2022-05-18T05:07:07.5951020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:07.5952560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:07.6580410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:07.6582200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:07.6583420Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:07.6584850Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:07.7209980Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:07.7450120Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:07.7464580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:07.7567060Z dist init r=0, world=4 2022-05-18T05:07:07.7568730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:07.7672810Z dist init r=3, world=4 2022-05-18T05:07:07.7673870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:07.7871270Z dist init r=2, world=4 2022-05-18T05:07:07.7977590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:07.7977940Z dist init r=1, world=4 2022-05-18T05:07:08.0375850Z skip: Need at least 2 CUDA devices (2.127s) 2022-05-18T05:07:08.0408580Z test_full_optim_state_dict_nested_use_multiple_param_groups_True_rank0_only_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:08.0461410Z Tests :meth:`full_optim_state_dict` by comparing the returned dict for ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8755 2022-05-18T05:07:08.0520030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8756 2022-05-18T05:07:08.0715370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8757 2022-05-18T05:07:08.0816730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8758 2022-05-18T05:07:09.7094670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:09.7101440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:09.7104180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:09.7110200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:09.7113150Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:09.7823330Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:09.7827320Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:09.7829870Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:09.8116850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:09.8218300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:09.8218660Z dist init r=0, world=4 2022-05-18T05:07:09.8320210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:09.8320550Z dist init r=2, world=4 2022-05-18T05:07:09.8320960Z dist init r=1, world=4 2022-05-18T05:07:09.8321180Z dist init r=3, world=4 2022-05-18T05:07:09.8422320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:10.1281780Z skip: Need at least 2 CUDA devices (2.090s) 2022-05-18T05:07:10.1307720Z test_rekey_optim_state_dict_to_ids_use_multiple_param_groups_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:10.1361670Z Tests :meth:`rekey_optim_state_dict` with the new keys being ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8763 2022-05-18T05:07:10.1417240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8764 2022-05-18T05:07:10.1671100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8765 2022-05-18T05:07:10.1776240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8766 2022-05-18T05:07:11.7737520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:11.7785790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:11.7823420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:11.7828940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:11.7831840Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:11.7935970Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:11.7941100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:11.7948490Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:11.8831420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:11.8935640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:11.8936020Z dist init r=3, world=4 2022-05-18T05:07:11.9043930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:11.9044270Z dist init r=0, world=4 2022-05-18T05:07:11.9238080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:11.9238430Z dist init r=2, world=4 2022-05-18T05:07:11.9344050Z dist init r=1, world=4 2022-05-18T05:07:12.2193470Z skip: Need at least 2 CUDA devices (2.091s) 2022-05-18T05:07:12.2220040Z test_rekey_optim_state_dict_to_ids_use_multiple_param_groups_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:12.2273370Z Tests :meth:`rekey_optim_state_dict` with the new keys being ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8771 2022-05-18T05:07:12.2321420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8772 2022-05-18T05:07:12.2584200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8773 2022-05-18T05:07:12.2685650Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8774 2022-05-18T05:07:13.9530260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:13.9540740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:13.9622440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:13.9625130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:13.9627460Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:13.9630720Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:13.9727040Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:13.9730990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:14.0324610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:14.0432290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:14.0432630Z dist init r=2, world=4 2022-05-18T05:07:14.0631290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:14.0631640Z dist init r=1, world=4 2022-05-18T05:07:14.0738190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:14.0738530Z dist init r=0, world=4 2022-05-18T05:07:14.0741590Z dist init r=3, world=4 2022-05-18T05:07:14.3086140Z skip: Need at least 2 CUDA devices (2.089s) 2022-05-18T05:07:14.3113930Z test_rekey_optim_state_dict_to_names_use_multiple_param_groups_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:14.3166810Z Tests :meth:`rekey_optim_state_dict` with the new keys being ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8780 2022-05-18T05:07:14.3222470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8781 2022-05-18T05:07:14.3287880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8782 2022-05-18T05:07:14.3421290Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8783 2022-05-18T05:07:16.0014210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:16.0322890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:16.0325170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:16.0328430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:16.0329400Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:16.0330970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:16.0332040Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:16.0628720Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:16.0660890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:16.0770370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:16.0770710Z dist init r=1, world=4 2022-05-18T05:07:16.0948330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:16.0948700Z dist init r=2, world=4 2022-05-18T05:07:16.1073410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:16.1073750Z dist init r=3, world=4 2022-05-18T05:07:16.1186460Z dist init r=0, world=4 2022-05-18T05:07:16.4096150Z skip: Need at least 2 CUDA devices (2.101s) 2022-05-18T05:07:16.4117850Z test_scatter_full_optim_state_dict_nested_use_multiple_param_groups_False_wrap_alt_False_halve_world_size_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:16.4172160Z Tests :meth:`scatter_full_optim_state_dict` for a non-FSDP-root ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8788 2022-05-18T05:07:16.4227770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8789 2022-05-18T05:07:16.4294360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8790 2022-05-18T05:07:16.4420110Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8791 2022-05-18T05:07:18.1108320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:18.1604560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:18.1605650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:18.1607970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:18.1609780Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:18.1610570Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:18.1611230Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:18.2485730Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:18.3121080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:18.3224460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:18.3224890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:18.3225210Z dist init r=0, world=4 2022-05-18T05:07:18.3225510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:18.3330810Z dist init r=2, world=4 2022-05-18T05:07:18.3525240Z dist init r=3, world=4 2022-05-18T05:07:18.3631250Z dist init r=1, world=4 2022-05-18T05:07:18.6997030Z skip: Need at least 4 CUDA devices (2.290s) 2022-05-18T05:07:18.7017580Z test_scatter_full_optim_state_dict_nested_use_multiple_param_groups_False_wrap_alt_False_halve_world_size_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:18.7071890Z Tests :meth:`scatter_full_optim_state_dict` for a non-FSDP-root ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8796 2022-05-18T05:07:18.7128330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8797 2022-05-18T05:07:18.7194130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8798 2022-05-18T05:07:18.7323770Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8799 2022-05-18T05:07:20.4160170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:20.4161090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:20.4202770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:20.4204470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:20.4205760Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:20.4209290Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:20.4311160Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:20.4919040Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:20.5038000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:20.5038330Z dist init r=3, world=4 2022-05-18T05:07:20.5038950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:20.5144650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:20.5145020Z dist init r=2, world=4 2022-05-18T05:07:20.5251070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:20.5251440Z dist init r=1, world=4 2022-05-18T05:07:20.5448290Z dist init r=0, world=4 2022-05-18T05:07:20.9100010Z skip: Need at least 4 CUDA devices (2.210s) 2022-05-18T05:07:20.9122680Z test_scatter_full_optim_state_dict_nested_use_multiple_param_groups_False_wrap_alt_True_halve_world_size_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:20.9177850Z Tests :meth:`scatter_full_optim_state_dict` for a non-FSDP-root ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8804 2022-05-18T05:07:20.9233650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8805 2022-05-18T05:07:20.9300370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8806 2022-05-18T05:07:20.9434060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8807 2022-05-18T05:07:22.6303060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:22.6578850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:22.6580990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:22.6584860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:22.6586410Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:22.6588310Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:22.7353850Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:22.7356630Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:22.8002480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:22.8106730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:22.8107080Z dist init r=3, world=4 2022-05-18T05:07:22.8211750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:22.8212120Z dist init r=2, world=4 2022-05-18T05:07:22.8407210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:22.8407590Z dist init r=0, world=4 2022-05-18T05:07:22.8510050Z dist init r=1, world=4 2022-05-18T05:07:23.0604430Z skip: Need at least 4 CUDA devices (2.150s) 2022-05-18T05:07:23.0629230Z test_scatter_full_optim_state_dict_nested_use_multiple_param_groups_False_wrap_alt_True_halve_world_size_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:23.0687280Z Tests :meth:`scatter_full_optim_state_dict` for a non-FSDP-root ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8812 2022-05-18T05:07:23.0740340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8813 2022-05-18T05:07:23.1007000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8814 2022-05-18T05:07:23.1108530Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8815 2022-05-18T05:07:24.7975420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:24.7978950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:24.7983310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:24.7986690Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:24.7987750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:24.7988710Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:24.7990270Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:24.8095630Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:24.8228140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:24.8328640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:24.8328990Z dist init r=0, world=4 2022-05-18T05:07:24.8429120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:24.8430190Z dist init r=3, world=4 2022-05-18T05:07:24.8468500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:24.8468850Z dist init r=2, world=4 2022-05-18T05:07:24.8569880Z dist init r=1, world=4 2022-05-18T05:07:25.1628400Z skip: Need at least 4 CUDA devices (2.102s) 2022-05-18T05:07:25.1647200Z test_scatter_full_optim_state_dict_nested_use_multiple_param_groups_True_wrap_alt_False_halve_world_size_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:25.1702460Z Tests :meth:`scatter_full_optim_state_dict` for a non-FSDP-root ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8821 2022-05-18T05:07:25.1757120Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8822 2022-05-18T05:07:25.1823840Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8823 2022-05-18T05:07:25.1954890Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8824 2022-05-18T05:07:26.8064050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:26.8115280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:26.8119800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:26.8126320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:26.8130060Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:26.8229490Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:26.8231280Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:26.8236220Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:26.8247430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:26.8348460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:26.8348810Z dist init r=0, world=4 2022-05-18T05:07:26.8449080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:26.8449440Z dist init r=2, world=4 2022-05-18T05:07:26.8449760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:26.8549650Z dist init r=1, world=4 2022-05-18T05:07:26.8586780Z dist init r=3, world=4 2022-05-18T05:07:27.1557760Z skip: Need at least 4 CUDA devices (1.993s) 2022-05-18T05:07:27.1584820Z test_scatter_full_optim_state_dict_nested_use_multiple_param_groups_True_wrap_alt_False_halve_world_size_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:27.1638980Z Tests :meth:`scatter_full_optim_state_dict` for a non-FSDP-root ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8829 2022-05-18T05:07:27.1695260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8830 2022-05-18T05:07:27.1940620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8831 2022-05-18T05:07:27.2042040Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8832 2022-05-18T05:07:28.7978880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:28.7980880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:28.7983670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:28.8080830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:28.8083680Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:28.8086070Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:28.8088500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:28.8191610Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:28.8204000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:28.8208700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:28.8209020Z dist init r=0, world=4 2022-05-18T05:07:28.8310210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:28.8310570Z dist init r=2, world=4 2022-05-18T05:07:28.8411780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:28.8412120Z dist init r=3, world=4 2022-05-18T05:07:28.8513410Z dist init r=1, world=4 2022-05-18T05:07:29.1167940Z skip: Need at least 4 CUDA devices (1.960s) 2022-05-18T05:07:29.1187720Z test_scatter_full_optim_state_dict_nested_use_multiple_param_groups_True_wrap_alt_True_halve_world_size_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:29.1241490Z Tests :meth:`scatter_full_optim_state_dict` for a non-FSDP-root ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8837 2022-05-18T05:07:29.1298510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8838 2022-05-18T05:07:29.1365460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8839 2022-05-18T05:07:29.1495630Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8840 2022-05-18T05:07:30.8737320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:30.8747630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:30.8749410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:30.8752860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:30.8754170Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:30.8755750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:30.8858960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:30.9073150Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:30.9195650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:30.9196010Z dist init r=0, world=4 2022-05-18T05:07:30.9201230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:30.9298600Z dist init r=2, world=4 2022-05-18T05:07:30.9398340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:30.9404730Z dist init r=3, world=4 2022-05-18T05:07:30.9502730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:30.9601000Z dist init r=1, world=4 2022-05-18T05:07:31.3398030Z skip: Need at least 4 CUDA devices (2.222s) 2022-05-18T05:07:31.3418750Z test_scatter_full_optim_state_dict_nested_use_multiple_param_groups_True_wrap_alt_True_halve_world_size_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:31.3473510Z Tests :meth:`scatter_full_optim_state_dict` for a non-FSDP-root ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8845 2022-05-18T05:07:31.3528940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8846 2022-05-18T05:07:31.3593100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8847 2022-05-18T05:07:31.3751740Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8848 2022-05-18T05:07:33.0460130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:33.0462980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:33.0466540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:33.0469420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:33.0470810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:33.0472920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:33.0578570Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:33.0580110Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:33.0796610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:33.0799190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:33.0802760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:33.0803210Z dist init r=2, world=4 2022-05-18T05:07:33.0902900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:33.0903240Z dist init r=0, world=4 2022-05-18T05:07:33.1003330Z dist init r=3, world=4 2022-05-18T05:07:33.1010410Z dist init r=1, world=4 2022-05-18T05:07:33.4401970Z skip: Need at least 4 CUDA devices (2.098s) 2022-05-18T05:07:33.4516730Z test_scatter_full_optim_state_dict_transformer (__main__.TestFSDPOptimState) 2022-05-18T05:07:33.4624280Z Tests :meth:`scatter_full_optim_state_dict` for an FSDP-root ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8854 2022-05-18T05:07:33.4729730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8855 2022-05-18T05:07:33.4833300Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8856 2022-05-18T05:07:33.4934390Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8857 2022-05-18T05:07:35.1010080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:35.1575640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:35.1576850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:35.1578150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:35.1579680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:35.1581070Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:35.1581720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:35.1696130Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:35.1828520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:35.1828870Z dist init r=1, world=4 2022-05-18T05:07:35.1939160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:35.1939520Z dist init r=0, world=4 2022-05-18T05:07:35.2132250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:35.2132610Z dist init r=2, world=4 2022-05-18T05:07:35.2234540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:35.2234890Z dist init r=3, world=4 2022-05-18T05:07:35.5345530Z skip: Need at least 4 CUDA devices (2.096s) 2022-05-18T05:07:35.5364890Z test_shard_full_optim_state_dict_nested_use_multiple_param_groups_False_wrap_alt_False_halve_world_size_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:35.5419000Z Tests :meth:`shard_full_optim_state_dict` for a non-FSDP-root model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8862 2022-05-18T05:07:35.5474680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8863 2022-05-18T05:07:35.5591980Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8864 2022-05-18T05:07:35.5723390Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8865 2022-05-18T05:07:37.2581020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:37.3488870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:37.3492930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:37.3494480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:37.3495760Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:37.3497150Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:37.4118680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:37.4121420Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:37.4868870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:37.4971050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:37.4971410Z dist init r=3, world=4 2022-05-18T05:07:37.5077320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:37.5077700Z dist init r=1, world=4 2022-05-18T05:07:37.5273070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:37.5273420Z dist init r=0, world=4 2022-05-18T05:07:37.5378670Z dist init r=2, world=4 2022-05-18T05:07:37.9146790Z skip: Need at least 4 CUDA devices (2.380s) 2022-05-18T05:07:37.9165490Z test_shard_full_optim_state_dict_nested_use_multiple_param_groups_False_wrap_alt_False_halve_world_size_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:37.9218840Z Tests :meth:`shard_full_optim_state_dict` for a non-FSDP-root model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8870 2022-05-18T05:07:37.9273780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8871 2022-05-18T05:07:37.9340950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8872 2022-05-18T05:07:37.9472610Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8873 2022-05-18T05:07:39.5616660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:39.5622320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:39.5731690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:39.6374660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:39.6377560Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:39.6480100Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:39.7086120Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:39.7088610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:39.7960400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:39.8072250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:39.8072600Z dist init r=1, world=4 2022-05-18T05:07:39.8266020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:39.8267040Z dist init r=0, world=4 2022-05-18T05:07:39.8267480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:39.8267770Z dist init r=2, world=4 2022-05-18T05:07:39.8368740Z dist init r=3, world=4 2022-05-18T05:07:40.2973280Z skip: Need at least 4 CUDA devices (2.382s) 2022-05-18T05:07:40.2997460Z test_shard_full_optim_state_dict_nested_use_multiple_param_groups_False_wrap_alt_True_halve_world_size_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:40.3051710Z Tests :meth:`shard_full_optim_state_dict` for a non-FSDP-root model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8878 2022-05-18T05:07:40.3107200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8879 2022-05-18T05:07:40.3172800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8880 2022-05-18T05:07:40.3303710Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8881 2022-05-18T05:07:41.9423030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:41.9424620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:41.9532710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:41.9534800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:41.9536190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:41.9538660Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:41.9653880Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:42.0365270Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:42.0391670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:42.0497360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:42.0497720Z dist init r=2, world=4 2022-05-18T05:07:42.0687830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:42.0688950Z dist init r=1, world=4 2022-05-18T05:07:42.0799310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:42.0799670Z dist init r=0, world=4 2022-05-18T05:07:42.0901960Z dist init r=3, world=4 2022-05-18T05:07:42.3210060Z skip: Need at least 4 CUDA devices (2.023s) 2022-05-18T05:07:42.3258570Z test_shard_full_optim_state_dict_nested_use_multiple_param_groups_False_wrap_alt_True_halve_world_size_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:42.3317900Z Tests :meth:`shard_full_optim_state_dict` for a non-FSDP-root model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8886 2022-05-18T05:07:42.3371430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8887 2022-05-18T05:07:42.3644290Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8888 2022-05-18T05:07:42.3745580Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8889 2022-05-18T05:07:44.0371550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:44.0485170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:44.0487010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:44.0492200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:44.0498200Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:44.0502100Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:44.0506710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:44.1269950Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:44.1281810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:44.1383390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:44.1383760Z dist init r=2, world=4 2022-05-18T05:07:44.1483490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:44.1483860Z dist init r=1, world=4 2022-05-18T05:07:44.1583910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:44.1584250Z dist init r=0, world=4 2022-05-18T05:07:44.1685360Z dist init r=3, world=4 2022-05-18T05:07:44.4099410Z skip: Need at least 4 CUDA devices (2.088s) 2022-05-18T05:07:44.4118890Z test_shard_full_optim_state_dict_nested_use_multiple_param_groups_True_wrap_alt_False_halve_world_size_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:44.4173830Z Tests :meth:`shard_full_optim_state_dict` for a non-FSDP-root model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8895 2022-05-18T05:07:44.4229030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8896 2022-05-18T05:07:44.4483680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8897 2022-05-18T05:07:44.4638140Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8898 2022-05-18T05:07:46.0811920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:46.0946710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:46.0951180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:46.1575300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:46.1578310Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:46.1731660Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:46.1733620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:46.1854950Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:46.2473560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:46.2580470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:46.2580810Z dist init r=3, world=4 2022-05-18T05:07:46.2676240Z dist init r=1, world=4 2022-05-18T05:07:46.2685570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:46.2782260Z dist init r=0, world=4 2022-05-18T05:07:46.2881380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:46.2887060Z dist init r=2, world=4 2022-05-18T05:07:46.5337360Z skip: Need at least 4 CUDA devices (2.123s) 2022-05-18T05:07:46.5357140Z test_shard_full_optim_state_dict_nested_use_multiple_param_groups_True_wrap_alt_False_halve_world_size_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:46.5410800Z Tests :meth:`shard_full_optim_state_dict` for a non-FSDP-root model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8903 2022-05-18T05:07:46.5460470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8904 2022-05-18T05:07:46.5731890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8905 2022-05-18T05:07:46.5833280Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8906 2022-05-18T05:07:48.2183000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:48.2188710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:48.2191650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:48.2195180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:48.2196340Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:48.2198280Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:48.2294520Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:48.2296990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:48.2424700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:48.2441270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:48.2442160Z dist init r=3, world=4 2022-05-18T05:07:48.2533720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:48.2534070Z dist init r=0, world=4 2022-05-18T05:07:48.2635220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:48.2635620Z dist init r=1, world=4 2022-05-18T05:07:48.2637920Z dist init r=2, world=4 2022-05-18T05:07:48.6591060Z skip: Need at least 4 CUDA devices (2.125s) 2022-05-18T05:07:48.6609690Z test_shard_full_optim_state_dict_nested_use_multiple_param_groups_True_wrap_alt_True_halve_world_size_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:48.6664110Z Tests :meth:`shard_full_optim_state_dict` for a non-FSDP-root model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8911 2022-05-18T05:07:48.6712150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8912 2022-05-18T05:07:48.6966390Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8913 2022-05-18T05:07:48.7067790Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8914 2022-05-18T05:07:50.3736640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:50.3739530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:50.3746310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:50.3747310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:50.3749290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:50.3750240Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:50.3865380Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:50.4596710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:50.4610900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:50.4714120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:50.4714470Z dist init r=0, world=4 2022-05-18T05:07:50.4916350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:50.4916700Z dist init r=3, world=4 2022-05-18T05:07:50.5019820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:50.5020170Z dist init r=2, world=4 2022-05-18T05:07:50.5123560Z dist init r=1, world=4 2022-05-18T05:07:50.7876050Z skip: Need at least 4 CUDA devices (2.128s) 2022-05-18T05:07:50.7895150Z test_shard_full_optim_state_dict_nested_use_multiple_param_groups_True_wrap_alt_True_halve_world_size_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:50.7949750Z Tests :meth:`shard_full_optim_state_dict` for a non-FSDP-root model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8919 2022-05-18T05:07:50.8003300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8920 2022-05-18T05:07:50.8260550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8921 2022-05-18T05:07:50.8361980Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8922 2022-05-18T05:07:52.5327930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:52.5335940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:52.5337150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:52.5340770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:52.5342310Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:52.5343140Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:52.5343790Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:52.5664160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:52.6477140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:52.6579390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:52.6579730Z dist init r=1, world=4 2022-05-18T05:07:52.6690870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:52.6691220Z dist init r=3, world=4 2022-05-18T05:07:52.6883520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:52.6883870Z dist init r=0, world=4 2022-05-18T05:07:52.6986140Z dist init r=2, world=4 2022-05-18T05:07:53.0375380Z skip: Need at least 4 CUDA devices (2.250s) 2022-05-18T05:07:53.0393910Z test_shard_full_optim_state_dict_transformer (__main__.TestFSDPOptimState) 2022-05-18T05:07:53.0449820Z Tests :meth:`shard_full_optim_state_dict` for an FSDP-root ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8927 2022-05-18T05:07:53.0511900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8928 2022-05-18T05:07:53.0579580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8929 2022-05-18T05:07:53.0738060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8930 2022-05-18T05:07:54.7915500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:54.7919970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:54.7922810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:54.7925580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:54.7926440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:54.7928310Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:54.7929890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:54.8369490Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:54.9082940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:54.9192210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:54.9192550Z dist init r=3, world=4 2022-05-18T05:07:54.9307230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:54.9307580Z dist init r=1, world=4 2022-05-18T05:07:54.9495860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:54.9496210Z dist init r=0, world=4 2022-05-18T05:07:54.9598550Z dist init r=2, world=4 2022-05-18T05:07:55.3709730Z skip: Need at least 4 CUDA devices (2.333s) 2022-05-18T05:07:55.3740020Z test_shard_full_optim_state_dict_unmanaged_params_add_to_fsdp_module_False (__main__.TestFSDPOptimState) 2022-05-18T05:07:55.3793200Z Tests :meth:`shard_full_optim_state_dict` when there are unmanaged ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8936 2022-05-18T05:07:55.3848050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8937 2022-05-18T05:07:55.3979350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8938 2022-05-18T05:07:55.4122240Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8939 2022-05-18T05:07:57.1091050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:57.1218870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:57.1225110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:57.1226140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:57.1230250Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:57.1231260Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:57.1231910Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:57.1569500Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:57.1583040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:57.1686580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:57.1686930Z dist init r=2, world=4 2022-05-18T05:07:57.1792600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:57.1792940Z dist init r=3, world=4 2022-05-18T05:07:57.1989390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:57.1989780Z dist init r=0, world=4 2022-05-18T05:07:57.2093460Z dist init r=1, world=4 2022-05-18T05:07:57.6090850Z skip: Need at least 2 CUDA devices (2.238s) 2022-05-18T05:07:57.6122710Z test_shard_full_optim_state_dict_unmanaged_params_add_to_fsdp_module_True (__main__.TestFSDPOptimState) 2022-05-18T05:07:57.6176180Z Tests :meth:`shard_full_optim_state_dict` when there are unmanaged ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8944 2022-05-18T05:07:57.6232810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8945 2022-05-18T05:07:57.6297120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8946 2022-05-18T05:07:57.6422010Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8947 2022-05-18T05:07:59.2975780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:07:59.2978400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:07:59.2981870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:07:59.2984770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:07:59.2986290Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:59.2987450Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:59.3726770Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:59.3741930Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:07:59.4078810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:07:59.4179690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:07:59.4180050Z dist init r=1, world=4 2022-05-18T05:07:59.4180370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:07:59.4280360Z dist init r=2, world=4 2022-05-18T05:07:59.4381190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:07:59.4382170Z dist init r=0, world=4 2022-05-18T05:07:59.4382450Z dist init r=3, world=4 2022-05-18T05:07:59.7119860Z skip: Need at least 2 CUDA devices (2.103s) 2022-05-18T05:07:59.7270450Z 2022-05-18T05:07:59.7271010Z ---------------------------------------------------------------------- 2022-05-18T05:07:59.7271310Z Ran 27 tests in 58.600s 2022-05-18T05:07:59.7271440Z 2022-05-18T05:07:59.7271630Z OK (skipped=27) 2022-05-18T05:07:59.7271760Z 2022-05-18T05:07:59.7271860Z Generating XML reports... 2022-05-18T05:07:59.7272450Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_optim_state/TEST-TestFSDPOptimState-20220518050701.xml 2022-05-18T05:07:59.9799840Z Running distributed/fsdp/test_fsdp_pure_fp16 ... [2022-05-18 05:07:59.979545] 2022-05-18T05:07:59.9800910Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_pure_fp16.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:07:59.979739] 2022-05-18T05:08:01.1062130Z 2022-05-18T05:08:01.1062470Z Running tests... 2022-05-18T05:08:01.1063090Z ---------------------------------------------------------------------- 2022-05-18T05:08:01.1063620Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_pure_fp16 2022-05-18T05:08:01.5161370Z test_pure_fp16_cpu_offload_CPUOffload(offload_params=False) (__main__.TestPureFP16) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8956 2022-05-18T05:08:01.5323660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8957 2022-05-18T05:08:01.5481670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8958 2022-05-18T05:08:01.5584530Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8959 2022-05-18T05:08:03.2005070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:03.2007700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:03.2013710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:08:03.2017270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:08:03.2018580Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:08:03.2020130Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:08:03.2564550Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:08:03.2819210Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:08:03.2922820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:03.2923300Z dist init r=2, world=4 2022-05-18T05:08:03.3024470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:03.3024800Z dist init r=0, world=4 2022-05-18T05:08:03.3125120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:03.3125460Z dist init r=3, world=4 2022-05-18T05:08:03.3225760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:03.3226110Z dist init r=1, world=4 2022-05-18T05:08:03.6618340Z skip: Need at least 2 CUDA devices (2.555s) 2022-05-18T05:08:03.6683700Z test_pure_fp16_cpu_offload_CPUOffload(offload_params=True) (__main__.TestPureFP16) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8964 2022-05-18T05:08:03.6741900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8965 2022-05-18T05:08:03.6927260Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 8966 2022-05-18T05:08:03.7035820Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 8968 2022-05-18T05:08:05.3627290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:08:05.3628720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:08:05.3862250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:05.3865120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:05.3868690Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:08:05.3870330Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:08:05.4066650Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:08:05.4070390Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:08:05.4185720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:08:05.4186110Z dist init r=0, world=4 2022-05-18T05:08:05.4186960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:05.4291200Z dist init r=1, world=4 2022-05-18T05:08:05.4291900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:05.4483690Z dist init r=2, world=4 2022-05-18T05:08:05.4484390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:08:05.4585910Z dist init r=3, world=4 2022-05-18T05:08:05.7507630Z skip: Need at least 2 CUDA devices (2.089s) 2022-05-18T05:08:05.7604470Z 2022-05-18T05:08:05.7605170Z ---------------------------------------------------------------------- 2022-05-18T05:08:05.7605470Z Ran 2 tests in 4.645s 2022-05-18T05:08:05.7605610Z 2022-05-18T05:08:05.7605680Z OK (skipped=2) 2022-05-18T05:08:05.7605810Z 2022-05-18T05:08:05.7605900Z Generating XML reports... 2022-05-18T05:08:05.7606800Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_pure_fp16/TEST-TestPureFP16-20220518050801.xml 2022-05-18T05:08:06.0113380Z Running distributed/fsdp/test_fsdp_state_dict ... [2022-05-18 05:08:06.010708] 2022-05-18T05:08:06.0114800Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_state_dict.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:08:06.010875] 2022-05-18T05:08:07.1527010Z 2022-05-18T05:08:07.1527360Z Running tests... 2022-05-18T05:08:07.1527980Z ---------------------------------------------------------------------- 2022-05-18T05:08:07.1528530Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_state_dict 2022-05-18T05:08:07.1555790Z test_basic_save_and_load_state_dict_state_dict_type_local_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_False_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:07.5606580Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8976 2022-05-18T05:08:07.5671640Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8977 2022-05-18T05:08:08.7404440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:08.7509310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:08.7511470Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:08.7611990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:08.7619790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:08.7620780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:08.7624400Z dist init r=1, world=2 2022-05-18T05:08:08.7624860Z dist init r=0, world=2 2022-05-18T05:08:09.0364720Z skip: Need at least 2 CUDA devices (1.884s) 2022-05-18T05:08:09.0399430Z test_basic_save_and_load_state_dict_state_dict_type_local_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_False_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:09.0450890Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8980 2022-05-18T05:08:09.0502970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8981 2022-05-18T05:08:10.2140170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:10.2141220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:10.2142580Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:10.2144670Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:10.2151070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:10.2152120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:10.2155160Z dist init r=1, world=2 2022-05-18T05:08:10.2155750Z dist init r=0, world=2 2022-05-18T05:08:10.4093930Z skip: Need at least 2 CUDA devices (1.373s) 2022-05-18T05:08:10.4129090Z test_basic_save_and_load_state_dict_state_dict_type_local_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_True_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:10.4185930Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8984 2022-05-18T05:08:10.4239190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8985 2022-05-18T05:08:11.5855430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:11.6581090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:11.6583830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:11.6696230Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:11.6703610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:11.6704560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:11.6707610Z dist init r=0, world=2 2022-05-18T05:08:11.6708270Z dist init r=1, world=2 2022-05-18T05:08:11.8744990Z skip: Need at least 2 CUDA devices (1.465s) 2022-05-18T05:08:11.8780710Z test_basic_save_and_load_state_dict_state_dict_type_local_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_True_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:11.8839240Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8988 2022-05-18T05:08:11.8891910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8989 2022-05-18T05:08:13.0579010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:13.0580470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:13.0581780Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:13.0582480Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:13.0777220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:13.0778300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:13.0781230Z dist init r=1, world=2 2022-05-18T05:08:13.0781910Z dist init r=0, world=2 2022-05-18T05:08:13.3115770Z skip: Need at least 2 CUDA devices (1.437s) 2022-05-18T05:08:13.3151410Z test_basic_save_and_load_state_dict_state_dict_type_local_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_False_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:13.3208890Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8992 2022-05-18T05:08:13.3268880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8993 2022-05-18T05:08:14.5588660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:14.5591800Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:14.5592560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:14.5594410Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:14.6506490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:14.6508650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:14.6516540Z dist init r=0, world=2 2022-05-18T05:08:14.6517830Z dist init r=1, world=2 2022-05-18T05:08:14.8749040Z skip: Need at least 2 CUDA devices (1.563s) 2022-05-18T05:08:14.8794540Z test_basic_save_and_load_state_dict_state_dict_type_local_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_False_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:14.8851340Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 8997 2022-05-18T05:08:14.8903350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 8998 2022-05-18T05:08:16.1217260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:16.1218550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:16.1220080Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:16.1221420Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:16.1229160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:16.1229930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:16.1233220Z dist init r=1, world=2 2022-05-18T05:08:16.1233760Z dist init r=0, world=2 2022-05-18T05:08:16.3965200Z skip: Need at least 2 CUDA devices (1.521s) 2022-05-18T05:08:16.4000560Z test_basic_save_and_load_state_dict_state_dict_type_local_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_True_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:16.4056390Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9001 2022-05-18T05:08:16.4113600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9002 2022-05-18T05:08:17.5784910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:17.5786130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:17.5787760Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:17.5788670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:17.5896510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:17.5897230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:17.5900310Z dist init r=0, world=2 2022-05-18T05:08:17.5900980Z dist init r=1, world=2 2022-05-18T05:08:17.7872500Z skip: Need at least 2 CUDA devices (1.390s) 2022-05-18T05:08:17.7908990Z test_basic_save_and_load_state_dict_state_dict_type_local_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_True_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:17.7964000Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9005 2022-05-18T05:08:17.8016580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9006 2022-05-18T05:08:18.9601340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:18.9718710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:18.9721710Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:18.9835550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:18.9842630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:18.9843700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:18.9846720Z dist init r=0, world=2 2022-05-18T05:08:18.9847320Z dist init r=1, world=2 2022-05-18T05:08:19.2685100Z skip: Need at least 2 CUDA devices (1.481s) 2022-05-18T05:08:19.2721390Z test_basic_save_and_load_state_dict_state_dict_type_sharded_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_False_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:19.2778220Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9009 2022-05-18T05:08:19.2829590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9010 2022-05-18T05:08:20.4451770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:20.4452850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:20.4453680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:20.4458100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:20.4465600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:20.4466660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:20.4469930Z dist init r=1, world=2 2022-05-18T05:08:20.4470670Z dist init r=0, world=2 2022-05-18T05:08:20.7903570Z skip: Need at least 2 CUDA devices (1.522s) 2022-05-18T05:08:20.7938340Z test_basic_save_and_load_state_dict_state_dict_type_sharded_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_False_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:20.7996990Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9013 2022-05-18T05:08:20.8048810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9014 2022-05-18T05:08:21.9718890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:22.0134340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:22.0137020Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:22.0318160Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:22.0325430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:22.0326960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:22.0329980Z dist init r=1, world=2 2022-05-18T05:08:22.0330560Z dist init r=0, world=2 2022-05-18T05:08:22.2872460Z skip: Need at least 2 CUDA devices (1.497s) 2022-05-18T05:08:22.2909960Z test_basic_save_and_load_state_dict_state_dict_type_sharded_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_True_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:22.2968020Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9017 2022-05-18T05:08:22.3019750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9018 2022-05-18T05:08:23.4726230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:23.4836910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:23.4839780Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:23.5618540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:23.5625510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:23.5626170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:23.5629570Z dist init r=0, world=2 2022-05-18T05:08:23.5630110Z dist init r=1, world=2 2022-05-18T05:08:23.9638570Z skip: Need at least 2 CUDA devices (1.676s) 2022-05-18T05:08:23.9729310Z test_basic_save_and_load_state_dict_state_dict_type_sharded_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_True_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:23.9776740Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9022 2022-05-18T05:08:23.9847650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9023 2022-05-18T05:08:25.1700030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:25.2573560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:25.2576240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:25.3092470Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:25.3101980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:25.3103250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:25.3106510Z dist init r=0, world=2 2022-05-18T05:08:25.3107050Z dist init r=1, world=2 2022-05-18T05:08:25.5372620Z skip: Need at least 2 CUDA devices (1.573s) 2022-05-18T05:08:25.5407140Z test_basic_save_and_load_state_dict_state_dict_type_sharded_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_False_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:25.5462540Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9026 2022-05-18T05:08:25.5513420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9027 2022-05-18T05:08:26.7178080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:26.7179180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:26.7180550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:26.7182300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:26.7521990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:26.7522770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:26.7525430Z dist init r=1, world=2 2022-05-18T05:08:26.7526090Z dist init r=0, world=2 2022-05-18T05:08:27.0270930Z skip: Need at least 2 CUDA devices (1.489s) 2022-05-18T05:08:27.0306400Z test_basic_save_and_load_state_dict_state_dict_type_sharded_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_False_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:27.0368210Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9030 2022-05-18T05:08:27.0422560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9031 2022-05-18T05:08:28.2423700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:28.2427370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:28.2432090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:28.2435410Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:28.2454390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:28.2457660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:28.2465560Z dist init r=0, world=2 2022-05-18T05:08:28.2467460Z dist init r=1, world=2 2022-05-18T05:08:28.4483200Z skip: Need at least 2 CUDA devices (1.421s) 2022-05-18T05:08:28.4519760Z test_basic_save_and_load_state_dict_state_dict_type_sharded_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_True_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:28.4575770Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9034 2022-05-18T05:08:28.4627360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9035 2022-05-18T05:08:29.6347590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:29.6458210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:29.6461100Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:29.7090510Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:29.7100000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:29.7100990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:29.7104830Z dist init r=1, world=2 2022-05-18T05:08:29.7105390Z dist init r=0, world=2 2022-05-18T05:08:29.9655130Z skip: Need at least 2 CUDA devices (1.517s) 2022-05-18T05:08:29.9694480Z test_basic_save_and_load_state_dict_state_dict_type_sharded_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_True_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:29.9750370Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9038 2022-05-18T05:08:29.9805520Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9039 2022-05-18T05:08:31.1478540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:31.2340980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:31.2345230Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:31.2347180Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:31.2354760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:31.2355540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:31.2358670Z dist init r=0, world=2 2022-05-18T05:08:31.2359160Z dist init r=1, world=2 2022-05-18T05:08:31.5593670Z skip: Need at least 2 CUDA devices (1.594s) 2022-05-18T05:08:31.5630160Z test_basic_save_and_load_state_dict_state_dict_type_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_False_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:31.5685910Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9042 2022-05-18T05:08:31.5737260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9043 2022-05-18T05:08:32.7406810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:32.7408070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:32.7409680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:32.7411100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:32.7417630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:32.7418500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:32.7421420Z dist init r=0, world=2 2022-05-18T05:08:32.7422020Z dist init r=1, world=2 2022-05-18T05:08:33.0372360Z skip: Need at least 2 CUDA devices (1.477s) 2022-05-18T05:08:33.0410070Z test_basic_save_and_load_state_dict_state_dict_type_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_False_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:33.0465910Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9046 2022-05-18T05:08:33.0520740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9047 2022-05-18T05:08:34.2614610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:34.2616020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:34.2617550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:34.2618240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:34.2729270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:34.2730680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:34.2734730Z dist init r=0, world=2 2022-05-18T05:08:34.2735480Z dist init r=1, world=2 2022-05-18T05:08:34.5699240Z skip: Need at least 2 CUDA devices (1.532s) 2022-05-18T05:08:34.5736410Z test_basic_save_and_load_state_dict_state_dict_type_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_True_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:34.5794380Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9051 2022-05-18T05:08:34.5846780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9052 2022-05-18T05:08:35.7515240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:35.7516540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:35.7518210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:35.7519570Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:35.7526380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:35.7527510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:35.7530420Z dist init r=0, world=2 2022-05-18T05:08:35.7531010Z dist init r=1, world=2 2022-05-18T05:08:36.1592850Z skip: Need at least 2 CUDA devices (1.589s) 2022-05-18T05:08:36.1630930Z test_basic_save_and_load_state_dict_state_dict_type_state_dict_cpu_offload_CPUOffload(offload_params=False)_fp16_True_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:36.1690420Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9055 2022-05-18T05:08:36.1744660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9056 2022-05-18T05:08:37.3365530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:37.3366750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:37.3367970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:37.3369210Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:37.3376670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:37.3377740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:37.3380840Z dist init r=1, world=2 2022-05-18T05:08:37.3381350Z dist init r=0, world=2 2022-05-18T05:08:37.5368460Z skip: Need at least 2 CUDA devices (1.377s) 2022-05-18T05:08:37.5406630Z test_basic_save_and_load_state_dict_state_dict_type_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_False_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:37.5464490Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9059 2022-05-18T05:08:37.5517220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9060 2022-05-18T05:08:38.7198290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:38.7199160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:38.7200820Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:38.7202100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:38.7210420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:38.7211100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:38.7214480Z dist init r=1, world=2 2022-05-18T05:08:38.7215280Z dist init r=0, world=2 2022-05-18T05:08:38.9257180Z skip: Need at least 2 CUDA devices (1.388s) 2022-05-18T05:08:38.9299420Z test_basic_save_and_load_state_dict_state_dict_type_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_False_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:38.9351350Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9063 2022-05-18T05:08:38.9402590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9064 2022-05-18T05:08:40.1581710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:40.1583040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:40.1584560Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:40.1585860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:40.1592850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:40.1593910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:40.1596590Z dist init r=1, world=2 2022-05-18T05:08:40.1597190Z dist init r=0, world=2 2022-05-18T05:08:40.4563670Z skip: Need at least 2 CUDA devices (1.530s) 2022-05-18T05:08:40.4602930Z test_basic_save_and_load_state_dict_state_dict_type_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_True_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:40.4658550Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9067 2022-05-18T05:08:40.4710650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9068 2022-05-18T05:08:41.6379360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:41.6489180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:41.6491910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:41.7093510Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:41.7116580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:41.7119490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:41.7127160Z dist init r=0, world=2 2022-05-18T05:08:41.7128900Z dist init r=1, world=2 2022-05-18T05:08:42.0646780Z skip: Need at least 2 CUDA devices (1.608s) 2022-05-18T05:08:42.0682830Z test_basic_save_and_load_state_dict_state_dict_type_state_dict_cpu_offload_CPUOffload(offload_params=True)_fp16_True_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:42.0742490Z Tests that we can save a state_dict and load it into a blank model ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9071 2022-05-18T05:08:42.0795190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9072 2022-05-18T05:08:43.2399050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:43.2400490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:43.2401850Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:43.2402860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:43.2511240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:43.2512380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:43.2515300Z dist init r=1, world=2 2022-05-18T05:08:43.2515790Z dist init r=0, world=2 2022-05-18T05:08:43.5491440Z skip: Need at least 2 CUDA devices (1.484s) 2022-05-18T05:08:43.5574210Z test_fsdp_state_dict_keys_state_dict_type_local_state_dict (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9075 2022-05-18T05:08:43.5631950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9076 2022-05-18T05:08:44.8626780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:44.8630750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:44.8631910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:44.8632990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:44.8641570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:44.8642320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:44.8645780Z dist init r=1, world=2 2022-05-18T05:08:44.8646270Z dist init r=0, world=2 2022-05-18T05:08:45.1712610Z skip: Need at least 2 CUDA devices (1.622s) 2022-05-18T05:08:45.1791430Z test_fsdp_state_dict_keys_state_dict_type_sharded_state_dict (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9080 2022-05-18T05:08:45.1844320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9081 2022-05-18T05:08:46.3537600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:46.3648100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:46.3651930Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:46.3910400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:46.3917040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:46.3917770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:46.3920830Z dist init r=0, world=2 2022-05-18T05:08:46.3921480Z dist init r=1, world=2 2022-05-18T05:08:46.6656750Z skip: Need at least 2 CUDA devices (1.494s) 2022-05-18T05:08:46.6742070Z test_fsdp_state_dict_keys_state_dict_type_state_dict (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9084 2022-05-18T05:08:46.6794970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9085 2022-05-18T05:08:47.8499380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:47.8500830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:47.8502490Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:47.8503350Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:47.8867920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:47.8869280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:47.8872000Z dist init r=1, world=2 2022-05-18T05:08:47.8872660Z dist init r=0, world=2 2022-05-18T05:08:48.1386520Z skip: Need at least 2 CUDA devices (1.472s) 2022-05-18T05:08:48.1514560Z test_fsdp_state_dict_with_activation_checkpoint_checkpoint_wrap_both (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9088 2022-05-18T05:08:48.1568280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9089 2022-05-18T05:08:49.3233460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:49.4077010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:49.4079820Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:49.4754010Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:49.4761790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:49.4762550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:49.4765720Z dist init r=0, world=2 2022-05-18T05:08:49.4766380Z dist init r=1, world=2 2022-05-18T05:08:49.7848140Z skip: Need at least 2 CUDA devices (1.646s) 2022-05-18T05:08:49.7925780Z test_fsdp_state_dict_with_activation_checkpoint_checkpoint_wrap_first (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9092 2022-05-18T05:08:49.7977890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9093 2022-05-18T05:08:51.0339750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:51.0346860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:51.0350600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:51.0355190Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:51.0371890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:51.0373100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:51.0375230Z dist init r=0, world=2 2022-05-18T05:08:51.0376030Z dist init r=1, world=2 2022-05-18T05:08:51.3040170Z skip: Need at least 2 CUDA devices (1.519s) 2022-05-18T05:08:51.3120960Z test_fsdp_state_dict_with_activation_checkpoint_checkpoint_wrap_second (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9096 2022-05-18T05:08:51.3176280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9097 2022-05-18T05:08:52.4826570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:52.4936500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:52.4940060Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:52.5644950Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:52.5660630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:52.5661300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:52.5664740Z dist init r=1, world=2 2022-05-18T05:08:52.5665220Z dist init r=0, world=2 2022-05-18T05:08:52.7873300Z skip: Need at least 2 CUDA devices (1.483s) 2022-05-18T05:08:52.7954930Z test_load_activation_checkpointed_module (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9100 2022-05-18T05:08:52.8005160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9101 2022-05-18T05:08:53.9693530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:53.9820110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:53.9827820Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:54.0327590Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:54.0339000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:54.0340040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:54.0343190Z dist init r=1, world=2 2022-05-18T05:08:54.0343640Z dist init r=0, world=2 2022-05-18T05:08:54.3799280Z skip: Need at least 2 CUDA devices (1.592s) 2022-05-18T05:08:54.3891140Z test_save_and_load_after_forward_state_dict_state_dict_type_local_state_dict_mixed_precision_False_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:54.3972850Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9105 2022-05-18T05:08:54.4026600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9106 2022-05-18T05:08:55.5604980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:55.5691120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:55.5694220Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:55.5732310Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:55.5739070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:55.5740180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:55.5743180Z dist init r=1, world=2 2022-05-18T05:08:55.5743810Z dist init r=0, world=2 2022-05-18T05:08:55.7842790Z skip: Need at least 2 CUDA devices (1.404s) 2022-05-18T05:08:55.7886120Z test_save_and_load_after_forward_state_dict_state_dict_type_local_state_dict_mixed_precision_False_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:55.7941500Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9109 2022-05-18T05:08:55.7993930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9110 2022-05-18T05:08:56.9584900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:56.9586350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:56.9587620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:56.9589550Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:56.9696230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:56.9697210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:56.9700630Z dist init r=1, world=2 2022-05-18T05:08:56.9701320Z dist init r=0, world=2 2022-05-18T05:08:57.1986950Z skip: Need at least 2 CUDA devices (1.414s) 2022-05-18T05:08:57.2033210Z test_save_and_load_after_forward_state_dict_state_dict_type_local_state_dict_mixed_precision_True_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:08:57.2092880Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9113 2022-05-18T05:08:57.2149790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9114 2022-05-18T05:08:58.3910320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:58.3911700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:58.3913030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:58.3914540Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:58.4029730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:58.4031060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:58.4036470Z dist init r=1, world=2 2022-05-18T05:08:58.4037670Z dist init r=0, world=2 2022-05-18T05:08:58.6593920Z skip: Need at least 2 CUDA devices (1.460s) 2022-05-18T05:08:58.6639740Z test_save_and_load_after_forward_state_dict_state_dict_type_local_state_dict_mixed_precision_True_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:08:58.6697040Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9117 2022-05-18T05:08:58.6749130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9118 2022-05-18T05:08:59.8431290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:08:59.8548770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:08:59.8553790Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:59.8662350Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:08:59.8669240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:08:59.8669910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:08:59.8673250Z dist init r=0, world=2 2022-05-18T05:08:59.8673790Z dist init r=1, world=2 2022-05-18T05:09:00.0495300Z skip: Need at least 2 CUDA devices (1.390s) 2022-05-18T05:09:00.0539710Z test_save_and_load_after_forward_state_dict_state_dict_type_sharded_state_dict_mixed_precision_False_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:09:00.0595120Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9121 2022-05-18T05:09:00.0646520Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9122 2022-05-18T05:09:01.2301200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:01.2302460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:01.2303980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:01.2305410Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:01.3097860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:01.3101310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:01.3102270Z dist init r=0, world=2 2022-05-18T05:09:01.3102690Z dist init r=1, world=2 2022-05-18T05:09:01.5827330Z skip: Need at least 2 CUDA devices (1.533s) 2022-05-18T05:09:01.5871980Z test_save_and_load_after_forward_state_dict_state_dict_type_sharded_state_dict_mixed_precision_False_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:09:01.5930360Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9125 2022-05-18T05:09:01.5981560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9126 2022-05-18T05:09:02.7679330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:02.7680300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:02.7681100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:02.7685130Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:02.7822630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:02.7823380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:02.7826340Z dist init r=0, world=2 2022-05-18T05:09:02.7827000Z dist init r=1, world=2 2022-05-18T05:09:03.0373480Z skip: Need at least 2 CUDA devices (1.454s) 2022-05-18T05:09:03.0477920Z test_save_and_load_after_forward_state_dict_state_dict_type_sharded_state_dict_mixed_precision_True_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:09:03.0533210Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9129 2022-05-18T05:09:03.0584700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9130 2022-05-18T05:09:04.2312080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:04.2313840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:04.2315350Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:04.2316720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:04.2323000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:04.2324200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:04.2326970Z dist init r=1, world=2 2022-05-18T05:09:04.2327620Z dist init r=0, world=2 2022-05-18T05:09:04.6595190Z skip: Need at least 2 CUDA devices (1.622s) 2022-05-18T05:09:04.6641170Z test_save_and_load_after_forward_state_dict_state_dict_type_sharded_state_dict_mixed_precision_True_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:09:04.6697320Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9134 2022-05-18T05:09:04.6750310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9135 2022-05-18T05:09:05.8462380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:05.8463990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:05.8465800Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:05.8467450Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:05.8473530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:05.8474320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:05.8477590Z dist init r=0, world=2 2022-05-18T05:09:05.8478180Z dist init r=1, world=2 2022-05-18T05:09:06.0344700Z skip: Need at least 2 CUDA devices (1.375s) 2022-05-18T05:09:06.0390530Z test_save_and_load_after_forward_state_dict_state_dict_type_state_dict_mixed_precision_False_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:09:06.0456570Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9138 2022-05-18T05:09:06.0509410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9139 2022-05-18T05:09:07.2199730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:07.2201120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:07.2202290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:07.2203410Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:07.2211080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:07.2211830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:07.2215000Z dist init r=1, world=2 2022-05-18T05:09:07.2215520Z dist init r=0, world=2 2022-05-18T05:09:07.5285960Z skip: Need at least 2 CUDA devices (1.494s) 2022-05-18T05:09:07.5333310Z test_save_and_load_after_forward_state_dict_state_dict_type_state_dict_mixed_precision_False_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:09:07.5390210Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9142 2022-05-18T05:09:07.5443310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9143 2022-05-18T05:09:08.7126670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:08.7617630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:08.7619950Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:08.7819570Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:08.7827590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:08.7828550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:08.7834760Z dist init r=1, world=2 2022-05-18T05:09:08.7835350Z dist init r=0, world=2 2022-05-18T05:09:09.0342790Z skip: Need at least 2 CUDA devices (1.505s) 2022-05-18T05:09:09.0387920Z test_save_and_load_after_forward_state_dict_state_dict_type_state_dict_mixed_precision_True_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:09:09.0447180Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9146 2022-05-18T05:09:09.0500660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9147 2022-05-18T05:09:10.2209380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:10.2210410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:10.2211740Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:10.2212900Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:10.2220750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:10.2221520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:10.2224380Z dist init r=1, world=2 2022-05-18T05:09:10.2224950Z dist init r=0, world=2 2022-05-18T05:09:10.6302040Z skip: Need at least 2 CUDA devices (1.596s) 2022-05-18T05:09:10.6346070Z test_save_and_load_after_forward_state_dict_state_dict_type_state_dict_mixed_precision_True_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:09:10.6402920Z Test that saving after some training results in params being updated as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9150 2022-05-18T05:09:10.6455070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9151 2022-05-18T05:09:11.8164410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:11.8165800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:11.8167370Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:11.8168540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:11.8175660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:11.8176710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:11.8179480Z dist init r=1, world=2 2022-05-18T05:09:11.8180080Z dist init r=0, world=2 2022-05-18T05:09:12.1577870Z skip: Need at least 2 CUDA devices (1.527s) 2022-05-18T05:09:12.1614300Z test_state_dict_load_into_local_module_state_dict_type_sharded_state_dict_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:09:12.1670920Z Tests that FSDP's state_dict can be loaded into a local model. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9154 2022-05-18T05:09:12.1724530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9155 2022-05-18T05:09:13.4074720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:13.4078600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:13.4079960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:13.4081950Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:13.4089380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:13.4090430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:13.4093380Z dist init r=0, world=2 2022-05-18T05:09:13.4093980Z dist init r=1, world=2 2022-05-18T05:09:13.6085540Z skip: Need at least 2 CUDA devices (1.450s) 2022-05-18T05:09:13.6123900Z test_state_dict_load_into_local_module_state_dict_type_sharded_state_dict_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:09:13.6183490Z Tests that FSDP's state_dict can be loaded into a local model. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9158 2022-05-18T05:09:13.6237070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9159 2022-05-18T05:09:14.9204860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:14.9205760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:14.9207070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:14.9209850Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:14.9218140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:14.9218800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:14.9222440Z dist init r=0, world=2 2022-05-18T05:09:14.9222960Z dist init r=1, world=2 2022-05-18T05:09:15.2588620Z skip: Need at least 2 CUDA devices (1.650s) 2022-05-18T05:09:15.2626160Z test_state_dict_load_into_local_module_state_dict_type_state_dict_state_dict_rank0_and_offload_False (__main__.TestFSDPStateDict) 2022-05-18T05:09:15.2684210Z Tests that FSDP's state_dict can be loaded into a local model. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9163 2022-05-18T05:09:15.2735030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9164 2022-05-18T05:09:16.4443390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:16.4555950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:16.4560650Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:16.5066890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:16.5075630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:16.5076340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:16.5081860Z dist init r=0, world=2 2022-05-18T05:09:16.5083080Z dist init r=1, world=2 2022-05-18T05:09:16.8547140Z skip: Need at least 2 CUDA devices (1.595s) 2022-05-18T05:09:16.8583750Z test_state_dict_load_into_local_module_state_dict_type_state_dict_state_dict_rank0_and_offload_True (__main__.TestFSDPStateDict) 2022-05-18T05:09:16.8640640Z Tests that FSDP's state_dict can be loaded into a local model. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9167 2022-05-18T05:09:16.8693420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9168 2022-05-18T05:09:18.0369580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:18.0478300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:18.0481250Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:18.1087690Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:18.1096840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:18.1097880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:18.1101230Z dist init r=0, world=2 2022-05-18T05:09:18.1102000Z dist init r=1, world=2 2022-05-18T05:09:18.3806810Z skip: Need at least 2 CUDA devices (1.526s) 2022-05-18T05:09:18.3897300Z test_state_dict_rank0_offload_save_load_flow (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9171 2022-05-18T05:09:18.3952360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9172 2022-05-18T05:09:19.6574920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:19.6578850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:19.6580590Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:19.6582230Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:19.6588780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:19.6589560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:19.6592650Z dist init r=1, world=2 2022-05-18T05:09:19.6593270Z dist init r=0, world=2 2022-05-18T05:09:19.9090950Z skip: Need at least 2 CUDA devices (1.528s) 2022-05-18T05:09:19.9163120Z test_state_dict_save_load_flow_state_dict_type_local_state_dict (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9175 2022-05-18T05:09:19.9215460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9176 2022-05-18T05:09:21.1575570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:21.1576880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:21.1580010Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:21.1581090Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:21.1587410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:21.1588250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:21.1591410Z dist init r=1, world=2 2022-05-18T05:09:21.1592020Z dist init r=0, world=2 2022-05-18T05:09:21.5213630Z skip: Need at least 2 CUDA devices (1.612s) 2022-05-18T05:09:21.5318190Z test_state_dict_save_load_flow_state_dict_type_sharded_state_dict (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9179 2022-05-18T05:09:21.5369350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9180 2022-05-18T05:09:22.7016790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:22.7825750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:22.7827930Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:22.7834140Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:22.7841850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:22.7842560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:22.7845980Z dist init r=1, world=2 2022-05-18T05:09:22.7846490Z dist init r=0, world=2 2022-05-18T05:09:23.0103860Z skip: Need at least 2 CUDA devices (1.489s) 2022-05-18T05:09:23.0177850Z test_state_dict_save_load_flow_state_dict_type_state_dict (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9183 2022-05-18T05:09:23.0231130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9184 2022-05-18T05:09:24.2097900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:24.2098850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:24.2100370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:24.2102130Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:24.2211360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:24.2212270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:24.2215140Z dist init r=1, world=2 2022-05-18T05:09:24.2215670Z dist init r=0, world=2 2022-05-18T05:09:24.5291840Z skip: Need at least 2 CUDA devices (1.518s) 2022-05-18T05:09:24.5402870Z test_state_dict_skip_module_state_dict_type_local_state_dict_double_nest_True (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9187 2022-05-18T05:09:24.5459630Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9188 2022-05-18T05:09:25.7746590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:25.7747670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:25.7749120Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:25.7750570Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:25.8656050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:25.8656810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:25.8659900Z dist init r=0, world=2 2022-05-18T05:09:25.8660510Z dist init r=1, world=2 2022-05-18T05:09:26.1874200Z skip: Need at least 2 CUDA devices (1.658s) 2022-05-18T05:09:26.1984470Z test_state_dict_skip_module_state_dict_type_sharded_state_dict_double_nest_True (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9192 2022-05-18T05:09:26.2036300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9193 2022-05-18T05:09:27.3738730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:27.4074620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:27.4077810Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:27.4187180Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:27.4194920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:27.4196010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:27.4198910Z dist init r=1, world=2 2022-05-18T05:09:27.4199550Z dist init r=0, world=2 2022-05-18T05:09:27.6298640Z skip: Need at least 2 CUDA devices (1.442s) 2022-05-18T05:09:27.6406660Z test_state_dict_skip_module_state_dict_type_state_dict_double_nest_True (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9196 2022-05-18T05:09:27.6458570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9197 2022-05-18T05:09:28.8152730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:28.8396970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:28.8405510Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:28.8411670Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:28.8431500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:28.8433480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:28.8442400Z dist init r=1, world=2 2022-05-18T05:09:28.8444510Z dist init r=0, world=2 2022-05-18T05:09:29.2076940Z skip: Need at least 2 CUDA devices (1.577s) 2022-05-18T05:09:29.2158150Z test_state_dict_type (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9204 2022-05-18T05:09:29.2211330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9205 2022-05-18T05:09:30.3924720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:30.4027680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:30.4030590Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:30.4321330Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:30.4329370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:30.4330180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:30.4333000Z dist init r=0, world=2 2022-05-18T05:09:30.4333510Z dist init r=1, world=2 2022-05-18T05:09:30.8132350Z skip: Need at least 2 CUDA devices (1.605s) 2022-05-18T05:09:30.8226050Z test_state_dict_with_ignored_modules (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9208 2022-05-18T05:09:30.8280970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9209 2022-05-18T05:09:31.9989220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:32.0329450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:32.0332450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:32.1089280Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:32.1100160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:32.1101090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:32.1105010Z dist init r=1, world=2 2022-05-18T05:09:32.1105530Z dist init r=0, world=2 2022-05-18T05:09:32.4096740Z skip: Need at least 2 CUDA devices (1.596s) 2022-05-18T05:09:32.4169060Z test_wrong_state_dict_config (__main__.TestFSDPStateDict) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9212 2022-05-18T05:09:32.4219410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9213 2022-05-18T05:09:33.5960070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:33.6066360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:33.6069920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:33.6568840Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:33.6576710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:33.6577730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:33.6580680Z dist init r=1, world=2 2022-05-18T05:09:33.6581310Z dist init r=0, world=2 2022-05-18T05:09:33.8617750Z skip: Need at least 2 CUDA devices (1.452s) 2022-05-18T05:09:33.8840090Z 2022-05-18T05:09:33.8840920Z ---------------------------------------------------------------------- 2022-05-18T05:09:33.8841250Z Ran 57 tests in 86.709s 2022-05-18T05:09:33.8841380Z 2022-05-18T05:09:33.8841450Z OK (skipped=57) 2022-05-18T05:09:33.8841580Z 2022-05-18T05:09:33.8841670Z Generating XML reports... 2022-05-18T05:09:33.8842400Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_state_dict/TEST-TestFSDPStateDict-20220518050807.xml 2022-05-18T05:09:34.1386080Z Running distributed/fsdp/test_fsdp_traversal ... [2022-05-18 05:09:34.137893] 2022-05-18T05:09:34.1387360Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_fsdp_traversal.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:09:34.138065] 2022-05-18T05:09:35.2905610Z 2022-05-18T05:09:35.2906380Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_fsdp_traversal 2022-05-18T05:09:35.2906760Z Running tests... 2022-05-18T05:09:35.2907150Z ---------------------------------------------------------------------- 2022-05-18T05:09:35.6910460Z test_fsdp_modules (__main__.TestTraversal) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9221 2022-05-18T05:09:35.6976590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9222 2022-05-18T05:09:36.8594620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:36.9073840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:36.9078630Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:36.9193500Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:09:36.9200950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:36.9201770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:36.9204460Z dist init r=1, world=2 2022-05-18T05:09:36.9205090Z dist init r=0, world=2 2022-05-18T05:09:37.2706020Z skip: Need at least 2 CUDA devices (1.980s) 2022-05-18T05:09:37.2773150Z 2022-05-18T05:09:37.2773920Z ---------------------------------------------------------------------- 2022-05-18T05:09:37.2774240Z Ran 1 test in 1.980s 2022-05-18T05:09:37.2774380Z 2022-05-18T05:09:37.2774460Z OK (skipped=1) 2022-05-18T05:09:37.2774580Z 2022-05-18T05:09:37.2774680Z Generating XML reports... 2022-05-18T05:09:37.2775250Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_fsdp_traversal/TEST-TestTraversal-20220518050935.xml 2022-05-18T05:09:37.5263430Z Running distributed/fsdp/test_shard_utils ... [2022-05-18 05:09:37.525536] 2022-05-18T05:09:37.5264670Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_shard_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:09:37.525698] 2022-05-18T05:09:38.7825600Z Running distributed/fsdp/test_wrap ... [2022-05-18 05:09:38.781923] 2022-05-18T05:09:38.7826400Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/fsdp/test_wrap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:09:38.782096] 2022-05-18T05:09:39.9399830Z 2022-05-18T05:09:39.9400200Z Running tests... 2022-05-18T05:09:39.9400820Z ---------------------------------------------------------------------- 2022-05-18T05:09:39.9401340Z Test results will be stored in test-reports/python-unittest/distributed.fsdp.test_wrap 2022-05-18T05:09:39.9408550Z test_always_wrap (__main__.TestAutoWrap) 2022-05-18T05:09:39.9409490Z Test to ensure that if `always_wrap_policy` is ... skip: Test Requires CUDA (0.001s) 2022-05-18T05:09:39.9430100Z test_always_wrap_with_ignored_modules_wrap_method_WrapMethod_FSDP_CTOR (__main__.TestAutoWrap) ... skip: Requires at least 2 GPUs (0.002s) 2022-05-18T05:09:39.9450460Z test_always_wrap_with_ignored_modules_wrap_method_WrapMethod_WRAP_API (__main__.TestAutoWrap) ... skip: Requires at least 2 GPUs (0.002s) 2022-05-18T05:09:39.9458110Z test_auto_wrap_api (__main__.TestAutoWrap) 2022-05-18T05:09:39.9458900Z Test to ensure with auto wrap, we wrap child modules correctly based on the min_num_params. ... skip: Requires at least 2 GPUs (0.001s) 2022-05-18T05:09:39.9470160Z test_auto_wrap_preset_exclude_wrap (__main__.TestAutoWrap) 2022-05-18T05:09:39.9470670Z Test to ensure excluded modules are not wrapped, regardless if the total param size is greater than the ... skip: Requires at least 2 GPUs (0.001s) 2022-05-18T05:09:39.9479740Z test_auto_wrap_preset_exclude_wrap_include_children (__main__.TestAutoWrap) 2022-05-18T05:09:39.9480330Z Test to ensure excluded modules are not wrapped, but children are if param size is greater than ... skip: Requires at least 2 GPUs (0.001s) 2022-05-18T05:09:39.9492790Z test_auto_wrap_preset_force_leaf (__main__.TestAutoWrap) 2022-05-18T05:09:39.9493810Z Test to ensure force-leaf modules are not wrapped, and children are not wrapped. The ... skip: Requires at least 2 GPUs (0.001s) 2022-05-18T05:09:39.9507010Z test_auto_wrap_preset_force_leaf_custom (__main__.TestAutoWrap) 2022-05-18T05:09:39.9507820Z Test to ensure force-leaf modules are not wrapped. ... skip: Requires at least 2 GPUs (0.001s) 2022-05-18T05:09:39.9536730Z test_auto_wrap_smoke_test_fsdp_init_mode_FSDPInitMode_CUDA_AFTER_cpu_offload_CPUOffload(offload_params=False)_use_device_id_False (__main__.TestAutoWrap) ... skip: Test Requires CUDA (0.003s) 2022-05-18T05:09:39.9564690Z test_auto_wrap_smoke_test_fsdp_init_mode_FSDPInitMode_CUDA_AFTER_cpu_offload_CPUOffload(offload_params=False)_use_device_id_True (__main__.TestAutoWrap) ... skip: Test Requires CUDA (0.003s) 2022-05-18T05:09:39.9593500Z test_auto_wrap_smoke_test_fsdp_init_mode_FSDPInitMode_CUDA_AFTER_cpu_offload_CPUOffload(offload_params=True)_use_device_id_False (__main__.TestAutoWrap) ... skip: Test Requires CUDA (0.003s) 2022-05-18T05:09:39.9621860Z test_auto_wrap_smoke_test_fsdp_init_mode_FSDPInitMode_CUDA_AFTER_cpu_offload_CPUOffload(offload_params=True)_use_device_id_True (__main__.TestAutoWrap) ... skip: Test Requires CUDA (0.003s) 2022-05-18T05:09:39.9649930Z test_auto_wrap_smoke_test_fsdp_init_mode_FSDPInitMode_CUDA_BEFORE_cpu_offload_CPUOffload(offload_params=False)_use_device_id_False (__main__.TestAutoWrap) ... skip: Test Requires CUDA (0.003s) 2022-05-18T05:09:39.9678460Z test_auto_wrap_smoke_test_fsdp_init_mode_FSDPInitMode_CUDA_BEFORE_cpu_offload_CPUOffload(offload_params=False)_use_device_id_True (__main__.TestAutoWrap) ... skip: Test Requires CUDA (0.003s) 2022-05-18T05:09:39.9706710Z test_auto_wrap_smoke_test_fsdp_init_mode_FSDPInitMode_CUDA_BEFORE_cpu_offload_CPUOffload(offload_params=True)_use_device_id_False (__main__.TestAutoWrap) ... skip: Test Requires CUDA (0.003s) 2022-05-18T05:09:39.9734790Z test_auto_wrap_smoke_test_fsdp_init_mode_FSDPInitMode_CUDA_BEFORE_cpu_offload_CPUOffload(offload_params=True)_use_device_id_True (__main__.TestAutoWrap) ... skip: Test Requires CUDA (0.003s) 2022-05-18T05:09:39.9756160Z test_auto_wrap_with_ignored_modules_wrap_method_WrapMethod_FSDP_CTOR (__main__.TestAutoWrap) ... skip: Requires at least 2 GPUs (0.002s) 2022-05-18T05:09:39.9778330Z test_auto_wrap_with_ignored_modules_wrap_method_WrapMethod_WRAP_API (__main__.TestAutoWrap) ... skip: Requires at least 2 GPUs (0.002s) 2022-05-18T05:09:39.9789840Z test_transformer_auto_wrap_policy (__main__.TestAutoWrap) ... skip: Requires at least 2 GPUs (0.001s) 2022-05-18T05:09:39.9802250Z test_wrap_disabled_outside_context (__main__.TestAutoWrap) ... skip: Requires at least 2 GPUs (0.001s) 2022-05-18T05:09:39.9812220Z test_wrap_override_defaults (__main__.TestAutoWrap) ... skip: Requires at least 2 GPUs (0.001s) 2022-05-18T05:09:39.9825940Z test_wrap_wrap_method_WrapMethod_FSDP_CTOR (__main__.TestAutoWrap) ... skip: Requires at least 2 GPUs (0.001s) 2022-05-18T05:09:39.9840710Z test_wrap_wrap_method_WrapMethod_WRAP_API (__main__.TestAutoWrap) ... skip: Requires at least 2 GPUs (0.001s) 2022-05-18T05:09:39.9860080Z test_bn_always_wrapped_individually (__main__.TestFSDPWrap) 2022-05-18T05:09:40.3833960Z Ensures that by using _or_policy with _wrap_batchnorm_individually, even ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9230 2022-05-18T05:09:40.3985890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9231 2022-05-18T05:09:40.4149740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9232 2022-05-18T05:09:40.4154730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9233 2022-05-18T05:09:42.1701170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:42.1828920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:09:42.1832600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:42.1833740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:09:42.1834600Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:42.1835270Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:42.1837370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:42.2238720Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:42.2830590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:42.2941690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:42.2942190Z dist init r=1, world=4 2022-05-18T05:09:42.3036190Z dist init r=0, world=4 2022-05-18T05:09:42.3135040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:42.3145150Z dist init r=2, world=4 2022-05-18T05:09:42.3239880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:42.3337330Z dist init r=3, world=4 2022-05-18T05:09:42.6623800Z skip: Need at least 2 CUDA devices (2.678s) 2022-05-18T05:09:42.6642070Z test_error_already_wrapped_nested_False_fsdp_init_mode_FSDPInitMode_CUDA_AFTER (__main__.TestFSDPWrap) 2022-05-18T05:09:42.6691580Z Test that an error is raised if we attempt to wrap when submodules are ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9238 2022-05-18T05:09:42.6746370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9239 2022-05-18T05:09:42.6813520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9240 2022-05-18T05:09:42.6941630Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9241 2022-05-18T05:09:44.3687050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:44.3690730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:44.4208510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:09:44.4210250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:09:44.4211990Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:44.4214340Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:44.4218510Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:44.4220650Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:44.5099760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:44.5203530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:44.5203870Z dist init r=0, world=4 2022-05-18T05:09:44.5308230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:44.5308590Z dist init r=1, world=4 2022-05-18T05:09:44.5412720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:44.5413080Z dist init r=2, world=4 2022-05-18T05:09:44.5606940Z dist init r=3, world=4 2022-05-18T05:09:44.8750960Z skip: Need at least 2 CUDA devices (2.213s) 2022-05-18T05:09:44.8774210Z test_error_already_wrapped_nested_False_fsdp_init_mode_FSDPInitMode_CUDA_BEFORE (__main__.TestFSDPWrap) 2022-05-18T05:09:44.8842140Z Test that an error is raised if we attempt to wrap when submodules are ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9247 2022-05-18T05:09:44.8960780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9248 2022-05-18T05:09:44.9138880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9249 2022-05-18T05:09:44.9280910Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9250 2022-05-18T05:09:46.6628070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:46.6758670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:46.6768960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:09:46.6770170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:09:46.6771630Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:46.6773020Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:46.7639740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:46.7643420Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:46.7848200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:46.7954270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:46.7954620Z dist init r=0, world=4 2022-05-18T05:09:46.8073010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:46.8073480Z dist init r=2, world=4 2022-05-18T05:09:46.8252560Z dist init r=3, world=4 2022-05-18T05:09:46.8253360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:46.8361220Z dist init r=1, world=4 2022-05-18T05:09:47.2845150Z skip: Need at least 2 CUDA devices (2.409s) 2022-05-18T05:09:47.2865930Z test_error_already_wrapped_nested_True_fsdp_init_mode_FSDPInitMode_CUDA_AFTER (__main__.TestFSDPWrap) 2022-05-18T05:09:47.2920190Z Test that an error is raised if we attempt to wrap when submodules are ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9255 2022-05-18T05:09:47.2974910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9256 2022-05-18T05:09:47.3040190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9257 2022-05-18T05:09:47.3246780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9258 2022-05-18T05:09:49.0352170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:49.0466780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:09:49.0469870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:49.0476250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:09:49.0479190Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:49.0579880Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:49.0872370Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:49.0875490Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:49.1015460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:49.1143470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:49.1143820Z dist init r=0, world=4 2022-05-18T05:09:49.1318760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:49.1319110Z dist init r=1, world=4 2022-05-18T05:09:49.1427900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:49.1428250Z dist init r=2, world=4 2022-05-18T05:09:49.1546620Z dist init r=3, world=4 2022-05-18T05:09:49.4550030Z skip: Need at least 2 CUDA devices (2.170s) 2022-05-18T05:09:49.4576280Z test_error_already_wrapped_nested_True_fsdp_init_mode_FSDPInitMode_CUDA_BEFORE (__main__.TestFSDPWrap) 2022-05-18T05:09:49.4628840Z Test that an error is raised if we attempt to wrap when submodules are ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9263 2022-05-18T05:09:49.4683320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9264 2022-05-18T05:09:49.4748130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9265 2022-05-18T05:09:49.4876730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9266 2022-05-18T05:09:51.1694200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:09:51.1695520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:51.1697460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:09:51.1699730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:51.1701530Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:51.1703370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:51.1704840Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:51.1706300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:51.2578490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:51.2685250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:51.2685610Z dist init r=0, world=4 2022-05-18T05:09:51.2883330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:51.2883690Z dist init r=3, world=4 2022-05-18T05:09:51.2986760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:51.2987100Z dist init r=2, world=4 2022-05-18T05:09:51.3095180Z dist init r=1, world=4 2022-05-18T05:09:51.5785050Z skip: Need at least 2 CUDA devices (2.123s) 2022-05-18T05:09:51.5890890Z test_main_wrap_api_cpu_offload_CPUOffload(offload_params=False)_backward_prefetch_BackwardPrefetch_BACKWARD_POST_fsdp_init_mode_FSDPInitMode_CUDA_AFTER (__main__.TestFSDPWrap) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9271 2022-05-18T05:09:51.5944290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9272 2022-05-18T05:09:51.6077400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9273 2022-05-18T05:09:51.6148480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9274 2022-05-18T05:09:53.2609500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:09:53.3101800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:53.3103150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:53.3479750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:09:53.3482400Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:53.4075300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:53.4077330Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:53.4083970Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:53.4095270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:53.4202360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:53.4202850Z dist init r=2, world=4 2022-05-18T05:09:53.4303970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:53.4304320Z dist init r=3, world=4 2022-05-18T05:09:53.4405410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:53.4405740Z dist init r=0, world=4 2022-05-18T05:09:53.4506740Z dist init r=1, world=4 2022-05-18T05:09:53.6705780Z skip: Need at least 2 CUDA devices (2.092s) 2022-05-18T05:09:53.6810520Z test_main_wrap_api_cpu_offload_CPUOffload(offload_params=False)_backward_prefetch_BackwardPrefetch_BACKWARD_POST_fsdp_init_mode_FSDPInitMode_CUDA_BEFORE (__main__.TestFSDPWrap) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9279 2022-05-18T05:09:53.6866350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9280 2022-05-18T05:09:53.6951320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9281 2022-05-18T05:09:53.7093000Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9282 2022-05-18T05:09:55.4923100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:55.4924800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:09:55.4927550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:09:55.5055630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:55.5063710Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:55.5611610Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:55.5717550Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:55.5719840Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:55.5838090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:55.5838440Z dist init r=2, world=4 2022-05-18T05:09:55.5937450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:55.5937880Z dist init r=1, world=4 2022-05-18T05:09:55.6039450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:55.6039780Z dist init r=0, world=4 2022-05-18T05:09:55.6039980Z dist init r=3, world=4 2022-05-18T05:09:55.6141500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:55.9962050Z skip: Need at least 2 CUDA devices (2.325s) 2022-05-18T05:09:56.0076990Z test_main_wrap_api_cpu_offload_CPUOffload(offload_params=False)_backward_prefetch_BackwardPrefetch_BACKWARD_PRE_fsdp_init_mode_FSDPInitMode_CUDA_AFTER (__main__.TestFSDPWrap) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9288 2022-05-18T05:09:56.0129830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9289 2022-05-18T05:09:56.0194720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9290 2022-05-18T05:09:56.0325110Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9291 2022-05-18T05:09:57.6828300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:09:57.6834950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:09:57.6942610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:09:57.6945730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:09:57.6948710Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:57.6950660Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:57.7457620Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:57.7717450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:09:57.7858500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:09:57.7963160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:09:57.7963510Z dist init r=0, world=4 2022-05-18T05:09:57.8068680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:09:57.8069080Z dist init r=1, world=4 2022-05-18T05:09:57.8266340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:09:57.8266690Z dist init r=3, world=4 2022-05-18T05:09:57.8368240Z dist init r=2, world=4 2022-05-18T05:09:58.2684930Z skip: Need at least 2 CUDA devices (2.272s) 2022-05-18T05:09:58.2795140Z test_main_wrap_api_cpu_offload_CPUOffload(offload_params=False)_backward_prefetch_BackwardPrefetch_BACKWARD_PRE_fsdp_init_mode_FSDPInitMode_CUDA_BEFORE (__main__.TestFSDPWrap) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9296 2022-05-18T05:09:58.2849450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9297 2022-05-18T05:09:58.2918220Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9298 2022-05-18T05:09:58.3046890Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9299 2022-05-18T05:10:00.0042310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:00.0051950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:10:00.0054920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:10:00.0058530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:10:00.0060110Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:00.0061440Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:00.0168010Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:00.0170750Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:00.0184250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:00.0199870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:00.0200750Z dist init r=0, world=4 2022-05-18T05:10:00.0291090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:00.0292060Z dist init r=2, world=4 2022-05-18T05:10:00.0393610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:00.0393950Z dist init r=1, world=4 2022-05-18T05:10:00.0394650Z dist init r=3, world=4 2022-05-18T05:10:00.3564770Z skip: Need at least 2 CUDA devices (2.087s) 2022-05-18T05:10:00.3695780Z test_main_wrap_api_cpu_offload_CPUOffload(offload_params=True)_backward_prefetch_BackwardPrefetch_BACKWARD_POST_fsdp_init_mode_FSDPInitMode_CUDA_AFTER (__main__.TestFSDPWrap) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9304 2022-05-18T05:10:00.3750970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9305 2022-05-18T05:10:00.3816420Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9306 2022-05-18T05:10:00.3945740Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9307 2022-05-18T05:10:02.1582060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:10:02.1585520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:10:02.1586970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:10:02.1693970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:02.1695580Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:02.1703110Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:02.1807430Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:02.1821790Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:02.1953200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:02.1953550Z dist init r=0, world=4 2022-05-18T05:10:02.1953900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:02.2056260Z dist init r=1, world=4 2022-05-18T05:10:02.2062820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:02.2096860Z dist init r=3, world=4 2022-05-18T05:10:02.2098250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:02.2197900Z dist init r=2, world=4 2022-05-18T05:10:02.5343650Z skip: Need at least 2 CUDA devices (2.178s) 2022-05-18T05:10:02.5449910Z test_main_wrap_api_cpu_offload_CPUOffload(offload_params=True)_backward_prefetch_BackwardPrefetch_BACKWARD_POST_fsdp_init_mode_FSDPInitMode_CUDA_BEFORE (__main__.TestFSDPWrap) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9312 2022-05-18T05:10:02.5506200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9313 2022-05-18T05:10:02.5632620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9314 2022-05-18T05:10:02.5768700Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9315 2022-05-18T05:10:04.2442000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:10:04.2829620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:04.2832830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:10:04.2837100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:10:04.2840000Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:04.2941160Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:04.2941890Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:04.3604610Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:04.3651230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:04.3756890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:04.3757240Z dist init r=2, world=4 2022-05-18T05:10:04.3925860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:04.3926200Z dist init r=0, world=4 2022-05-18T05:10:04.4061080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:04.4061460Z dist init r=3, world=4 2022-05-18T05:10:04.4162980Z dist init r=1, world=4 2022-05-18T05:10:04.6908840Z skip: Need at least 2 CUDA devices (2.156s) 2022-05-18T05:10:04.7013030Z test_main_wrap_api_cpu_offload_CPUOffload(offload_params=True)_backward_prefetch_BackwardPrefetch_BACKWARD_PRE_fsdp_init_mode_FSDPInitMode_CUDA_AFTER (__main__.TestFSDPWrap) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9320 2022-05-18T05:10:04.7063330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9321 2022-05-18T05:10:04.7342180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9322 2022-05-18T05:10:04.7443690Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9323 2022-05-18T05:10:06.5333670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:10:06.5338480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:06.5341880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:10:06.5343830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:10:06.5345040Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:06.5347090Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:06.5449300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:06.5903570Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:06.6041230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:06.6041610Z dist init r=1, world=4 2022-05-18T05:10:06.6156670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:06.6157010Z dist init r=2, world=4 2022-05-18T05:10:06.6339210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:06.6339560Z dist init r=0, world=4 2022-05-18T05:10:06.6445740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:06.6446100Z dist init r=3, world=4 2022-05-18T05:10:06.9446490Z skip: Need at least 2 CUDA devices (2.253s) 2022-05-18T05:10:06.9555050Z test_main_wrap_api_cpu_offload_CPUOffload(offload_params=True)_backward_prefetch_BackwardPrefetch_BACKWARD_PRE_fsdp_init_mode_FSDPInitMode_CUDA_BEFORE (__main__.TestFSDPWrap) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9329 2022-05-18T05:10:06.9609930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9330 2022-05-18T05:10:06.9676590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9331 2022-05-18T05:10:06.9804730Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9332 2022-05-18T05:10:08.6721030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:10:08.6969110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:08.6975380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:10:08.6976670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:10:08.6978260Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:08.6979020Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:08.6981150Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:08.7609400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:08.8371240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:08.8473720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:08.8474100Z dist init r=3, world=4 2022-05-18T05:10:08.8580540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:08.8580880Z dist init r=1, world=4 2022-05-18T05:10:08.8776890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:08.8777220Z dist init r=0, world=4 2022-05-18T05:10:08.8878880Z dist init r=2, world=4 2022-05-18T05:10:09.1607100Z skip: Need at least 2 CUDA devices (2.216s) 2022-05-18T05:10:09.1684010Z test_wrap_batchnorm_individually_use_or_policy_False (__main__.TestFSDPWrap) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9337 2022-05-18T05:10:09.1732940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9338 2022-05-18T05:10:09.1938200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9339 2022-05-18T05:10:09.2039630Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9340 2022-05-18T05:10:10.9090790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:10.9099980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:10:10.9100550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:10:10.9103250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:10:10.9105780Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:10.9447300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:10.9449600Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:10.9455150Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:10.9567130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:10.9567540Z dist init r=0, world=4 2022-05-18T05:10:10.9574920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:10.9671210Z dist init r=2, world=4 2022-05-18T05:10:10.9771360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:10.9778430Z dist init r=3, world=4 2022-05-18T05:10:10.9875450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:10.9973330Z dist init r=1, world=4 2022-05-18T05:10:11.4027180Z skip: Need at least 2 CUDA devices (2.242s) 2022-05-18T05:10:11.4119600Z test_wrap_batchnorm_individually_use_or_policy_True (__main__.TestFSDPWrap) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9345 2022-05-18T05:10:11.4172830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9346 2022-05-18T05:10:11.4304410Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9347 2022-05-18T05:10:11.4450910Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9348 2022-05-18T05:10:13.1583860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:10:13.1585720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:10:13.1588070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:13.1700370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:10:13.1704050Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:13.1705400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:13.1808940Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:13.2601780Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:10:13.2736960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:10:13.2737310Z dist init r=2, world=4 2022-05-18T05:10:13.2856360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:13.2856710Z dist init r=0, world=4 2022-05-18T05:10:13.3039370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:13.3039730Z dist init r=1, world=4 2022-05-18T05:10:13.3144600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:10:13.3144940Z dist init r=3, world=4 2022-05-18T05:10:13.5366570Z skip: Need at least 2 CUDA devices (2.134s) 2022-05-18T05:10:13.5539210Z 2022-05-18T05:10:13.5539750Z ---------------------------------------------------------------------- 2022-05-18T05:10:13.5540120Z Ran 38 tests in 33.597s 2022-05-18T05:10:13.5540330Z 2022-05-18T05:10:13.5540450Z OK (skipped=38) 2022-05-18T05:10:13.5540610Z 2022-05-18T05:10:13.5540760Z Generating XML reports... 2022-05-18T05:10:13.5541330Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_wrap/TEST-TestAutoWrap-20220518050939.xml 2022-05-18T05:10:13.5541980Z Generated XML report: test-reports/python-unittest/distributed.fsdp.test_wrap/TEST-TestFSDPWrap-20220518050939.xml 2022-05-18T05:10:13.8100920Z Running distributed/optim/test_zero_redundancy_optimizer ... [2022-05-18 05:10:13.809472] 2022-05-18T05:10:13.8101980Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/optim/test_zero_redundancy_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:10:13.809625] 2022-05-18T05:10:15.3883700Z 2022-05-18T05:10:15.3884580Z Test results will be stored in test-reports/python-unittest/distributed.optim.test_zero_redundancy_optimizer 2022-05-18T05:10:15.3884960Z Running tests... 2022-05-18T05:10:15.3885910Z ---------------------------------------------------------------------- 2022-05-18T05:10:15.3913740Z test_add_param_group (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:15.7846970Z Check that ZeroRedundancyOptimizer properly handles adding a new ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67287 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.396s) 2022-05-18T05:10:15.7873090Z test_collect_shards (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:15.8014420Z Check the state consolidation mechanism and the state dict exposed ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9359 2022-05-18T05:10:15.8088650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9360 2022-05-18T05:10:17.3647300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:17.3648100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:17.6611630Z skip: CUDA is not available. (1.876s) 2022-05-18T05:10:17.6638310Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_False_static_graph_False_shard_buckets_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6639460Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T05:10:17.6657400Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_False_static_graph_False_shard_buckets_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6657970Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6676230Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_False_static_graph_True_shard_buckets_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6676950Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6695430Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_False_static_graph_True_shard_buckets_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6695980Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6714710Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_True_static_graph_False_shard_buckets_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6715380Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6736920Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_True_static_graph_False_shard_buckets_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6737490Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6756980Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_True_static_graph_True_shard_buckets_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6757560Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6776060Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_False_gradient_as_bucket_view_True_static_graph_True_shard_buckets_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6777010Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6795370Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_False_static_graph_False_shard_buckets_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6795920Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6814470Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_False_static_graph_False_shard_buckets_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6815070Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6833360Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_False_static_graph_True_shard_buckets_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6833920Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6852810Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_False_static_graph_True_shard_buckets_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6853690Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6871970Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_True_static_graph_False_shard_buckets_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6872530Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6891420Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_True_static_graph_False_shard_buckets_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6891970Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6910970Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_True_static_graph_True_shard_buckets_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6911510Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6929680Z test_ddp_zero_overlap_use_gpu_True_use_interleaved_hook_True_gradient_as_bucket_view_True_static_graph_True_shard_buckets_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.6930250Z Check that overlapping DDP with ZeRO using the given method determined ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:17.6989080Z test_local_optimizer_parity_optimizer_class_str_AdamW_maximize_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:17.7037810Z When combined with DDP, check that a local optimizer gives the same ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9363 2022-05-18T05:10:17.7102970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9364 2022-05-18T05:10:19.2592300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:19.2593130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:19.5380410Z skip: CUDA is not available. (1.845s) 2022-05-18T05:10:19.5446770Z test_local_optimizer_parity_optimizer_class_str_AdamW_maximize_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:19.5501160Z When combined with DDP, check that a local optimizer gives the same ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9367 2022-05-18T05:10:19.5556680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9368 2022-05-18T05:10:21.0980490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:21.0981330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:21.4272340Z skip: CUDA is not available. (1.889s) 2022-05-18T05:10:21.4342250Z test_local_optimizer_parity_optimizer_class_str_Adam_maximize_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:21.4393360Z When combined with DDP, check that a local optimizer gives the same ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9371 2022-05-18T05:10:21.4448570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9372 2022-05-18T05:10:23.0012400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:23.0013280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:23.2771270Z skip: CUDA is not available. (1.849s) 2022-05-18T05:10:23.2837600Z test_local_optimizer_parity_optimizer_class_str_Adam_maximize_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:23.2889410Z When combined with DDP, check that a local optimizer gives the same ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9375 2022-05-18T05:10:23.2942720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9376 2022-05-18T05:10:24.8537540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:24.8538400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:25.2591700Z skip: CUDA is not available. (1.982s) 2022-05-18T05:10:25.2661760Z test_local_optimizer_parity_optimizer_class_str_SGD_maximize_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:25.2717890Z When combined with DDP, check that a local optimizer gives the same ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9379 2022-05-18T05:10:25.2775040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9380 2022-05-18T05:10:26.8618120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:26.8631940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:27.1597850Z skip: CUDA is not available. (1.900s) 2022-05-18T05:10:27.1666170Z test_local_optimizer_parity_optimizer_class_str_SGD_maximize_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:27.1720360Z When combined with DDP, check that a local optimizer gives the same ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9384 2022-05-18T05:10:27.1774930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9385 2022-05-18T05:10:28.7286850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:28.7289440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:28.9110110Z skip: CUDA is not available. (1.751s) 2022-05-18T05:10:28.9138090Z test_lr_scheduler (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:28.9189050Z Check that a normal PyTorch ``lr_scheduler`` is usable with ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9388 2022-05-18T05:10:28.9243850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9389 2022-05-18T05:10:30.4725510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:30.4767150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:30.7632990Z skip: CUDA is not available. (1.852s) 2022-05-18T05:10:30.7682660Z test_multiple_param_groups (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:30.7732910Z Check parity between constructing ZeRO with multiple parameter groups ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9392 2022-05-18T05:10:30.7787460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9393 2022-05-18T05:10:32.3280790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:32.3285110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:32.5379050Z skip: CUDA is not available. (1.774s) 2022-05-18T05:10:32.5433840Z test_nondefault_process_group (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:32.5486020Z Check that ZeroRedundancyOptimizer works with a non-default process ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9396 2022-05-18T05:10:32.5537410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9397 2022-05-18T05:10:34.0954250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:34.0955960Z INFO:torch.testing._internal.common_distributed:Skipping `test_nondefault_process_group()` since world size of 2 is less than 4 2022-05-18T05:10:34.1104260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:34.1105460Z INFO:torch.testing._internal.common_distributed:Skipping `test_nondefault_process_group()` since world size of 2 is less than 4 2022-05-18T05:10:34.4006700Z ok (1.862s) 2022-05-18T05:10:34.4029040Z test_sharding (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:34.4034230Z Check ZeroRedundancyOptimizer's parameter sharding at construction ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67295 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:10:34.4059580Z test_step (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:34.4134660Z Check that ZeroRedundancyOptimizer properly exposes the ``step()`` ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9400 2022-05-18T05:10:34.4190650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9401 2022-05-18T05:10:36.0096270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:36.0125840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:36.2878420Z skip: CUDA is not available. (1.884s) 2022-05-18T05:10:36.2917810Z test_step_with_closure (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:36.2968440Z Check that ZeroRedundancyOptimizer properly exposes the ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9405 2022-05-18T05:10:36.3026210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9406 2022-05-18T05:10:37.8619150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:37.8620030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:38.1600630Z skip: CUDA is not available. (1.872s) 2022-05-18T05:10:38.1614950Z test_zero_join_cpu (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:38.1667200Z Check that the ZeRO join hook allows training with uneven inputs ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9409 2022-05-18T05:10:38.1722670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9410 2022-05-18T05:10:39.7294130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:39.7295850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:39.7448200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:39.7449710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:10:39.7452610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:10:39.7453850Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 2 nodes. 2022-05-18T05:10:39.7617140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcjuf3n1i 2022-05-18T05:10:39.7618110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjkbm4dz7 2022-05-18T05:10:39.7620920Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcjuf3n1i/_remote_module_non_scriptable.py 2022-05-18T05:10:39.7622010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjkbm4dz7/_remote_module_non_scriptable.py 2022-05-18T05:10:39.8185490Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:10:39.8188590Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:10:39.8751060Z /usr/local/miniconda/envs/build/lib/python3.8/tempfile.py:818: ResourceWarning: Implicitly cleaning up 2022-05-18T05:10:39.8751860Z _warnings.warn(warn_message, ResourceWarning) 2022-05-18T05:10:39.8752730Z /usr/local/miniconda/envs/build/lib/python3.8/tempfile.py:818: ResourceWarning: Implicitly cleaning up 2022-05-18T05:10:39.8753400Z _warnings.warn(warn_message, ResourceWarning) 2022-05-18T05:10:40.2493040Z ok (2.089s) 2022-05-18T05:10:40.2510820Z test_zero_join_gpu (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:40.2513350Z Check that the ZeRO join hook allows training with uneven inputs ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:10:40.2520360Z test_zero_model_parallel_parameters_as_bucket_view_False (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:40.2571680Z Check that ZeRO works with model parallelism where the model's ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9413 2022-05-18T05:10:40.2626160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9414 2022-05-18T05:10:41.8175880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:41.8222970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:42.0616500Z skip: Need at least 4 CUDA devices (1.810s) 2022-05-18T05:10:42.0666340Z test_zero_model_parallel_parameters_as_bucket_view_True (__main__.TestZeroRedundancyOptimizerDistributed) 2022-05-18T05:10:42.0719980Z Check that ZeRO works with model parallelism where the model's ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9417 2022-05-18T05:10:42.0774310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9418 2022-05-18T05:10:43.6367380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:10:43.6368320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:43.9100510Z skip: Need at least 4 CUDA devices (1.848s) 2022-05-18T05:10:43.9141520Z test_constructor (__main__.TestZeroRedundancyOptimizerSingleRank) 2022-05-18T05:10:43.9193680Z Check the robustness of the ZeroRedundancyOptimizer constructor by ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9421 2022-05-18T05:10:45.4613490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:45.4632530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:45.4634970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:10:45.7115810Z ok (1.801s) 2022-05-18T05:10:45.7142050Z test_lr_scheduler (__main__.TestZeroRedundancyOptimizerSingleRank) 2022-05-18T05:10:45.7195650Z Check that a normal PyTorch ``lr_scheduler`` is usable with ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9424 2022-05-18T05:10:47.2357410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:47.2372280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:47.2374910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:10:47.4108440Z ok (1.699s) 2022-05-18T05:10:47.4130950Z test_same_dense_param_type (__main__.TestZeroRedundancyOptimizerSingleRank) 2022-05-18T05:10:47.4185960Z Check that ZeroRedundancyOptimizer raises an exception if the input ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9426 2022-05-18T05:10:48.9471480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:48.9483790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:48.9486700Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:10:49.2599490Z ok (1.849s) 2022-05-18T05:10:49.2693200Z test_state_dict (__main__.TestZeroRedundancyOptimizerSingleRank) 2022-05-18T05:10:49.2745200Z Check that ZeroRedundancyOptimizer exposes the expected state dict ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9428 2022-05-18T05:10:50.8180060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:50.8194900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:50.8197470Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:10:51.0111200Z ok (1.751s) 2022-05-18T05:10:51.0133300Z test_step_with_extra_inner_key (__main__.TestZeroRedundancyOptimizerSingleRank) 2022-05-18T05:10:51.0186320Z Check that ZeroRedundancyOptimizer wrapping an optimizer that adds ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9430 2022-05-18T05:10:52.5593840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:52.5609140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:52.5611960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:10:52.7766250Z ok (1.765s) 2022-05-18T05:10:52.7790710Z test_step_with_kwargs (__main__.TestZeroRedundancyOptimizerSingleRank) 2022-05-18T05:10:52.7842500Z Check that the ``step(**kwargs)`` interface is properly exposed. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9432 2022-05-18T05:10:54.3207110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:54.3222280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:54.3224750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:10:54.6804960Z ok (1.904s) 2022-05-18T05:10:54.6828540Z test_step_without_closure (__main__.TestZeroRedundancyOptimizerSingleRank) 2022-05-18T05:10:54.6880550Z Check that the ``step()`` method (without closure) is handled as ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9434 2022-05-18T05:10:56.2532510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:56.2547580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:56.2550610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:10:56.4095870Z ok (1.729s) 2022-05-18T05:10:56.4118730Z test_zero_grad (__main__.TestZeroRedundancyOptimizerSingleRank) 2022-05-18T05:10:56.4173140Z Check that the ``zero_grad`` method is properly handled. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9437 2022-05-18T05:10:57.9478390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:10:57.9491290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:10:57.9494260Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:10:58.2846150Z ok (1.875s) 2022-05-18T05:10:58.3039000Z 2022-05-18T05:10:58.3039840Z ---------------------------------------------------------------------- 2022-05-18T05:10:58.3040150Z Ran 42 tests in 42.897s 2022-05-18T05:10:58.3040310Z 2022-05-18T05:10:58.3040390Z OK (skipped=32) 2022-05-18T05:10:58.3040510Z 2022-05-18T05:10:58.3040610Z Generating XML reports... 2022-05-18T05:10:58.3041310Z Generated XML report: test-reports/python-unittest/distributed.optim.test_zero_redundancy_optimizer/TEST-TestZeroRedundancyOptimizerDistributed-20220518051015.xml 2022-05-18T05:10:58.3042220Z Generated XML report: test-reports/python-unittest/distributed.optim.test_zero_redundancy_optimizer/TEST-TestZeroRedundancyOptimizerSingleRank-20220518051015.xml 2022-05-18T05:10:58.5491780Z Running distributed/pipeline/sync/skip/test_gpipe ... [2022-05-18 05:10:58.548557] 2022-05-18T05:10:58.5492970Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/skip/test_gpipe.py', '-v'] ... [2022-05-18 05:10:58.548692] 2022-05-18T05:11:00.3773500Z ============================= test session starts ============================== 2022-05-18T05:11:00.3774230Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:11:00.3774570Z cachedir: .pytest_cache 2022-05-18T05:11:00.3775120Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:11:00.3775510Z torch: 1.12.0a0+git3b23752 2022-05-18T05:11:00.3775780Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:11:00.3776140Z plugins: hypothesis-6.46.5 2022-05-18T05:11:00.4129690Z collecting ... collected 13 items 2022-05-18T05:11:00.4129880Z 2022-05-18T05:11:00.4143050Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[never-3] SKIPPED [ 7%] 2022-05-18T05:11:00.4153230Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[never-1:2] SKIPPED [ 15%] 2022-05-18T05:11:00.4163610Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[never-2:1] SKIPPED [ 23%] 2022-05-18T05:11:00.4175440Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[never-1:1:1] SKIPPED [ 30%] 2022-05-18T05:11:00.4185890Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[always-3] SKIPPED [ 38%] 2022-05-18T05:11:00.4196260Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[always-1:2] SKIPPED [ 46%] 2022-05-18T05:11:00.4206640Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[always-2:1] SKIPPED [ 53%] 2022-05-18T05:11:00.4217280Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[always-1:1:1] SKIPPED [ 61%] 2022-05-18T05:11:00.4228760Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[except_last-3] SKIPPED [ 69%] 2022-05-18T05:11:00.4240030Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[except_last-1:2] SKIPPED [ 76%] 2022-05-18T05:11:00.4249890Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[except_last-2:1] SKIPPED [ 84%] 2022-05-18T05:11:00.4260010Z distributed/pipeline/sync/skip/test_gpipe.py::test_1to3[except_last-1:1:1] SKIPPED [ 92%] 2022-05-18T05:11:00.6418040Z distributed/pipeline/sync/skip/test_gpipe.py::test_none_skip PASSED [100%] 2022-05-18T05:11:00.6418300Z 2022-05-18T05:11:00.6418430Z =========================== short test summary info ============================ 2022-05-18T05:11:00.6418760Z SKIPPED [12] distributed/pipeline/sync/skip/test_gpipe.py:19: cuda required 2022-05-18T05:11:00.6419110Z ======================== 1 passed, 12 skipped in 0.88s ========================= 2022-05-18T05:11:00.8040710Z Running distributed/pipeline/sync/skip/test_leak ... [2022-05-18 05:11:00.803417] 2022-05-18T05:11:00.8041500Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/skip/test_leak.py', '-v'] ... [2022-05-18 05:11:00.803573] 2022-05-18T05:11:02.1284400Z ============================= test session starts ============================== 2022-05-18T05:11:02.1285700Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:11:02.1286080Z cachedir: .pytest_cache 2022-05-18T05:11:02.1286670Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:11:02.1287040Z torch: 1.12.0a0+git3b23752 2022-05-18T05:11:02.1287320Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:11:02.1287820Z plugins: hypothesis-6.46.5 2022-05-18T05:11:02.1536760Z collecting ... collected 8 items 2022-05-18T05:11:02.1536940Z 2022-05-18T05:11:02.1805280Z distributed/pipeline/sync/skip/test_leak.py::test_delete_portal_tensor[always-train] PASSED [ 12%] 2022-05-18T05:11:02.1947550Z distributed/pipeline/sync/skip/test_leak.py::test_delete_portal_tensor[always-eval] PASSED [ 25%] 2022-05-18T05:11:02.2108720Z distributed/pipeline/sync/skip/test_leak.py::test_delete_portal_tensor[except_last-train] PASSED [ 37%] 2022-05-18T05:11:02.2268910Z distributed/pipeline/sync/skip/test_leak.py::test_delete_portal_tensor[except_last-eval] PASSED [ 50%] 2022-05-18T05:11:02.2417840Z distributed/pipeline/sync/skip/test_leak.py::test_delete_portal_tensor[never-train] PASSED [ 62%] 2022-05-18T05:11:02.2554790Z distributed/pipeline/sync/skip/test_leak.py::test_delete_portal_tensor[never-eval] PASSED [ 75%] 2022-05-18T05:11:02.2658120Z distributed/pipeline/sync/skip/test_leak.py::test_no_portal_without_pipe[train] PASSED [ 87%] 2022-05-18T05:11:02.2771800Z distributed/pipeline/sync/skip/test_leak.py::test_no_portal_without_pipe[eval] PASSED [100%] 2022-05-18T05:11:02.2772780Z 2022-05-18T05:11:02.2773710Z ============================== 8 passed in 0.29s =============================== 2022-05-18T05:11:02.4340030Z Running distributed/pipeline/sync/skip/test_stash_pop ... [2022-05-18 05:11:02.433608] 2022-05-18T05:11:02.4340730Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/skip/test_stash_pop.py', '-v'] ... [2022-05-18 05:11:02.433740] 2022-05-18T05:11:03.7562720Z ============================= test session starts ============================== 2022-05-18T05:11:03.7563530Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:11:03.7563840Z cachedir: .pytest_cache 2022-05-18T05:11:03.7564380Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:11:03.7565270Z torch: 1.12.0a0+git3b23752 2022-05-18T05:11:03.7565540Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:11:03.7565920Z plugins: hypothesis-6.46.5 2022-05-18T05:11:03.7804320Z collecting ... collected 7 items 2022-05-18T05:11:03.7804510Z 2022-05-18T05:11:03.7853950Z distributed/pipeline/sync/skip/test_stash_pop.py::test_stash PASSED [ 14%] 2022-05-18T05:11:03.7877120Z distributed/pipeline/sync/skip/test_stash_pop.py::test_pop PASSED [ 28%] 2022-05-18T05:11:03.7900800Z distributed/pipeline/sync/skip/test_stash_pop.py::test_declare_but_not_use PASSED [ 42%] 2022-05-18T05:11:03.7923510Z distributed/pipeline/sync/skip/test_stash_pop.py::test_stash_not_declared PASSED [ 57%] 2022-05-18T05:11:03.7948610Z distributed/pipeline/sync/skip/test_stash_pop.py::test_pop_not_declared PASSED [ 71%] 2022-05-18T05:11:03.7969520Z distributed/pipeline/sync/skip/test_stash_pop.py::test_pop_not_stashed PASSED [ 85%] 2022-05-18T05:11:03.8001860Z distributed/pipeline/sync/skip/test_stash_pop.py::test_stash_none PASSED [100%] 2022-05-18T05:11:03.8002080Z 2022-05-18T05:11:03.8002210Z ============================== 7 passed in 0.19s =============================== 2022-05-18T05:11:03.9562320Z Running distributed/pipeline/sync/skip/test_verify_skippables ... [2022-05-18 05:11:03.955801] 2022-05-18T05:11:03.9563610Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/skip/test_verify_skippables.py', '-v'] ... [2022-05-18 05:11:03.955954] 2022-05-18T05:11:05.2785320Z ============================= test session starts ============================== 2022-05-18T05:11:05.2786130Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:11:05.2786470Z cachedir: .pytest_cache 2022-05-18T05:11:05.2787020Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:11:05.2787410Z torch: 1.12.0a0+git3b23752 2022-05-18T05:11:05.2787700Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:11:05.2788060Z plugins: hypothesis-6.46.5 2022-05-18T05:11:05.3067800Z collecting ... collected 9 items 2022-05-18T05:11:05.3068930Z 2022-05-18T05:11:05.3117820Z distributed/pipeline/sync/skip/test_verify_skippables.py::test_matching PASSED [ 11%] 2022-05-18T05:11:05.3139200Z distributed/pipeline/sync/skip/test_verify_skippables.py::test_stash_not_pop PASSED [ 22%] 2022-05-18T05:11:05.3161200Z distributed/pipeline/sync/skip/test_verify_skippables.py::test_pop_unknown PASSED [ 33%] 2022-05-18T05:11:05.3184230Z distributed/pipeline/sync/skip/test_verify_skippables.py::test_stash_again PASSED [ 44%] 2022-05-18T05:11:05.3207240Z distributed/pipeline/sync/skip/test_verify_skippables.py::test_pop_again PASSED [ 55%] 2022-05-18T05:11:05.3230250Z distributed/pipeline/sync/skip/test_verify_skippables.py::test_stash_pop_together_different_names PASSED [ 66%] 2022-05-18T05:11:05.3250260Z distributed/pipeline/sync/skip/test_verify_skippables.py::test_stash_pop_together_same_name PASSED [ 77%] 2022-05-18T05:11:05.3275100Z distributed/pipeline/sync/skip/test_verify_skippables.py::test_double_stash_pop PASSED [ 88%] 2022-05-18T05:11:05.3310910Z distributed/pipeline/sync/skip/test_verify_skippables.py::test_double_stash_pop_but_isolated PASSED [100%] 2022-05-18T05:11:05.3311170Z 2022-05-18T05:11:05.3311310Z ============================== 9 passed in 0.20s =============================== 2022-05-18T05:11:05.4988340Z Running distributed/pipeline/sync/test_bugs ... [2022-05-18 05:11:05.498043] 2022-05-18T05:11:05.4989020Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_bugs.py', '-v'] ... [2022-05-18 05:11:05.498184] 2022-05-18T05:11:06.8541590Z ============================= test session starts ============================== 2022-05-18T05:11:06.8542390Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:11:06.8543210Z cachedir: .pytest_cache 2022-05-18T05:11:06.8543780Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:11:06.8544140Z torch: 1.12.0a0+git3b23752 2022-05-18T05:11:06.8544420Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:11:06.8544760Z plugins: hypothesis-6.46.5 2022-05-18T05:11:06.8779040Z collecting ... collected 4 items 2022-05-18T05:11:06.8779230Z 2022-05-18T05:11:06.8985430Z distributed/pipeline/sync/test_bugs.py::test_python_autograd_function PASSED [ 25%] 2022-05-18T05:11:06.9130030Z distributed/pipeline/sync/test_bugs.py::test_exception_no_hang PASSED [ 50%] 2022-05-18T05:11:06.9142130Z distributed/pipeline/sync/test_bugs.py::test_tuple_wait SKIPPED (2 c...) [ 75%] 2022-05-18T05:11:07.1010770Z distributed/pipeline/sync/test_bugs.py::test_parallel_randoms PASSED [100%] 2022-05-18T05:11:07.1011070Z 2022-05-18T05:11:07.1011210Z =========================== short test summary info ============================ 2022-05-18T05:11:07.1011540Z SKIPPED [1] distributed/pipeline/sync/test_bugs.py:73: 2 cuda devices required 2022-05-18T05:11:07.1011870Z ========================= 3 passed, 1 skipped in 0.39s ========================= 2022-05-18T05:11:07.2601840Z Running distributed/pipeline/sync/test_copy ... [2022-05-18 05:11:07.259422] 2022-05-18T05:11:07.2602950Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_copy.py', '-v'] ... [2022-05-18 05:11:07.259586] 2022-05-18T05:11:08.5842830Z ============================= test session starts ============================== 2022-05-18T05:11:08.5843590Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:11:08.5843900Z cachedir: .pytest_cache 2022-05-18T05:11:08.5844440Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:11:08.5844820Z torch: 1.12.0a0+git3b23752 2022-05-18T05:11:08.5845100Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:11:08.5845440Z plugins: hypothesis-6.46.5 2022-05-18T05:11:08.6069850Z collecting ... collected 5 items 2022-05-18T05:11:08.6070040Z 2022-05-18T05:11:08.6130670Z distributed/pipeline/sync/test_copy.py::test_copy_wait_cpu_cpu PASSED [ 20%] 2022-05-18T05:11:08.6141930Z distributed/pipeline/sync/test_copy.py::test_copy_wait_cpu_cuda SKIPPED [ 40%] 2022-05-18T05:11:08.6152470Z distributed/pipeline/sync/test_copy.py::test_copy_wait_cuda_cpu SKIPPED [ 60%] 2022-05-18T05:11:08.6162960Z distributed/pipeline/sync/test_copy.py::test_copy_wait_cuda_cuda SKIPPED [ 80%] 2022-05-18T05:11:08.6199660Z distributed/pipeline/sync/test_copy.py::test_wait_multiple_tensors PASSED [100%] 2022-05-18T05:11:08.6199900Z 2022-05-18T05:11:08.6200030Z =========================== short test summary info ============================ 2022-05-18T05:11:08.6200360Z SKIPPED [1] distributed/pipeline/sync/test_copy.py:42: cuda required 2022-05-18T05:11:08.6200690Z SKIPPED [1] distributed/pipeline/sync/test_copy.py:49: cuda required 2022-05-18T05:11:08.6201020Z SKIPPED [1] distributed/pipeline/sync/test_copy.py:56: cuda required 2022-05-18T05:11:08.6201390Z ========================= 2 passed, 3 skipped in 0.18s ========================= 2022-05-18T05:11:08.7806840Z Running distributed/pipeline/sync/test_dependency ... [2022-05-18 05:11:08.779878] 2022-05-18T05:11:08.7807650Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_dependency.py', '-v'] ... [2022-05-18 05:11:08.780032] 2022-05-18T05:11:10.0996730Z ============================= test session starts ============================== 2022-05-18T05:11:10.0997470Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:11:10.0997790Z cachedir: .pytest_cache 2022-05-18T05:11:10.0998940Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:11:10.0999310Z torch: 1.12.0a0+git3b23752 2022-05-18T05:11:10.0999590Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:11:10.0999950Z plugins: hypothesis-6.46.5 2022-05-18T05:11:10.1331170Z collecting ... collected 6 items 2022-05-18T05:11:10.1331380Z 2022-05-18T05:11:10.1343390Z distributed/pipeline/sync/test_dependency.py::test_fork_join SKIPPED [ 16%] 2022-05-18T05:11:10.1389490Z distributed/pipeline/sync/test_dependency.py::test_fork_join_enable_grad PASSED [ 33%] 2022-05-18T05:11:10.1408880Z distributed/pipeline/sync/test_dependency.py::test_fork_join_no_grad PASSED [ 50%] 2022-05-18T05:11:10.1431390Z distributed/pipeline/sync/test_dependency.py::test_fork_leak PASSED [ 66%] 2022-05-18T05:11:10.1452060Z distributed/pipeline/sync/test_dependency.py::test_join_when_fork_not_requires_grad PASSED [ 83%] 2022-05-18T05:11:10.1484790Z distributed/pipeline/sync/test_dependency.py::test_join_when_fork_requires_grad PASSED [100%] 2022-05-18T05:11:10.1485030Z 2022-05-18T05:11:10.1485170Z =========================== short test summary info ============================ 2022-05-18T05:11:10.1485500Z SKIPPED [1] distributed/pipeline/sync/test_dependency.py:17: cuda required 2022-05-18T05:11:10.1485820Z ========================= 5 passed, 1 skipped in 0.19s ========================= 2022-05-18T05:11:10.3130740Z Running distributed/pipeline/sync/test_microbatch ... [2022-05-18 05:11:10.312304] 2022-05-18T05:11:10.3131490Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_microbatch.py', '-v'] ... [2022-05-18 05:11:10.312435] 2022-05-18T05:11:11.6528920Z ============================= test session starts ============================== 2022-05-18T05:11:11.6529700Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:11:11.6530040Z cachedir: .pytest_cache 2022-05-18T05:11:11.6530610Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:11:11.6530980Z torch: 1.12.0a0+git3b23752 2022-05-18T05:11:11.6531260Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:11:11.6531610Z plugins: hypothesis-6.46.5 2022-05-18T05:11:11.6947090Z collecting ... collected 10 items 2022-05-18T05:11:11.6947320Z 2022-05-18T05:11:11.6989280Z distributed/pipeline/sync/test_microbatch.py::test_batch_atomic PASSED [ 10%] 2022-05-18T05:11:11.7006940Z distributed/pipeline/sync/test_microbatch.py::test_batch_non_atomic PASSED [ 20%] 2022-05-18T05:11:11.7024770Z distributed/pipeline/sync/test_microbatch.py::test_batch_call PASSED [ 30%] 2022-05-18T05:11:11.7043040Z distributed/pipeline/sync/test_microbatch.py::test_batch_setitem_by_index PASSED [ 40%] 2022-05-18T05:11:11.7061260Z distributed/pipeline/sync/test_microbatch.py::test_batch_setitem_by_slice PASSED [ 50%] 2022-05-18T05:11:11.7086050Z distributed/pipeline/sync/test_microbatch.py::test_check PASSED [ 60%] 2022-05-18T05:11:11.7109370Z distributed/pipeline/sync/test_microbatch.py::test_gather_tensors PASSED [ 70%] 2022-05-18T05:11:11.7127250Z distributed/pipeline/sync/test_microbatch.py::test_gather_tuples PASSED [ 80%] 2022-05-18T05:11:11.7145590Z distributed/pipeline/sync/test_microbatch.py::test_scatter_tensor PASSED [ 90%] 2022-05-18T05:11:11.7177590Z distributed/pipeline/sync/test_microbatch.py::test_scatter_multiple_tensors PASSED [100%] 2022-05-18T05:11:11.7177840Z 2022-05-18T05:11:11.7177960Z ============================== 10 passed in 0.21s ============================== 2022-05-18T05:11:11.8805150Z Running distributed/pipeline/sync/test_pipe ... [2022-05-18 05:11:11.879879] 2022-05-18T05:11:11.8805890Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_pipe.py', '-v'] ... [2022-05-18 05:11:11.880021] 2022-05-18T05:11:13.2035420Z ============================= test session starts ============================== 2022-05-18T05:11:13.2036170Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:11:13.2036490Z cachedir: .pytest_cache 2022-05-18T05:11:13.2037020Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:11:13.2037400Z torch: 1.12.0a0+git3b23752 2022-05-18T05:11:13.2037670Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:11:13.2038020Z plugins: hypothesis-6.46.5 2022-05-18T05:11:13.3441830Z collecting ... collected 56 items 2022-05-18T05:11:13.3442100Z 2022-05-18T05:11:13.3488160Z distributed/pipeline/sync/test_pipe.py::test_pipe_without_rpc PASSED [ 1%] 2022-05-18T05:11:13.3636110Z distributed/pipeline/sync/test_pipe.py::test_parameters PASSED [ 3%] 2022-05-18T05:11:13.3737720Z distributed/pipeline/sync/test_pipe.py::test_public_attrs PASSED [ 5%] 2022-05-18T05:11:13.3844170Z distributed/pipeline/sync/test_pipe.py::test_sequential_like PASSED [ 7%] 2022-05-18T05:11:13.3942530Z distributed/pipeline/sync/test_pipe.py::test_chunks_less_than_1 PASSED [ 8%] 2022-05-18T05:11:13.4377810Z distributed/pipeline/sync/test_pipe.py::test_batch_size_indivisible PASSED [ 10%] 2022-05-18T05:11:13.4502530Z distributed/pipeline/sync/test_pipe.py::test_batch_size_small PASSED [ 12%] 2022-05-18T05:11:13.4644340Z distributed/pipeline/sync/test_pipe.py::test_checkpoint_mode PASSED [ 14%] 2022-05-18T05:11:13.4744540Z distributed/pipeline/sync/test_pipe.py::test_checkpoint_mode_invalid PASSED [ 16%] 2022-05-18T05:11:13.4854170Z distributed/pipeline/sync/test_pipe.py::test_checkpoint_mode_when_chunks_1 PASSED [ 17%] 2022-05-18T05:11:13.4976870Z distributed/pipeline/sync/test_pipe.py::test_checkpoint_eval PASSED [ 19%] 2022-05-18T05:11:13.5103250Z distributed/pipeline/sync/test_pipe.py::test_checkpoint_non_float_input PASSED [ 21%] 2022-05-18T05:11:13.5218500Z distributed/pipeline/sync/test_pipe.py::test_no_grad PASSED [ 23%] 2022-05-18T05:11:13.5326640Z distributed/pipeline/sync/test_pipe.py::test_exception PASSED [ 25%] 2022-05-18T05:11:13.8406080Z distributed/pipeline/sync/test_pipe.py::test_exception_early_stop_asap PASSED [ 26%] 2022-05-18T05:11:13.8554760Z distributed/pipeline/sync/test_pipe.py::test_nested_input PASSED [ 28%] 2022-05-18T05:11:13.8682340Z distributed/pipeline/sync/test_pipe.py::test_input_pair PASSED [ 30%] 2022-05-18T05:11:13.8796360Z distributed/pipeline/sync/test_pipe.py::test_multi_sequence_input PASSED [ 32%] 2022-05-18T05:11:13.8919260Z distributed/pipeline/sync/test_pipe.py::test_input_singleton PASSED [ 33%] 2022-05-18T05:11:13.9030730Z distributed/pipeline/sync/test_pipe.py::test_input_varargs PASSED [ 35%] 2022-05-18T05:11:13.9134850Z distributed/pipeline/sync/test_pipe.py::test_non_tensor PASSED [ 37%] 2022-05-18T05:11:13.9252580Z distributed/pipeline/sync/test_pipe.py::test_non_tensor_sequence PASSED [ 39%] 2022-05-18T05:11:13.9452360Z distributed/pipeline/sync/test_pipe.py::test_valid_non_tensor[never] PASSED [ 41%] 2022-05-18T05:11:13.9699620Z distributed/pipeline/sync/test_pipe.py::test_valid_non_tensor[always] PASSED [ 42%] 2022-05-18T05:11:13.9936010Z distributed/pipeline/sync/test_pipe.py::test_valid_non_tensor[except_last] PASSED [ 44%] 2022-05-18T05:11:14.0047410Z distributed/pipeline/sync/test_pipe.py::test_no_tensor_output[never] PASSED [ 46%] 2022-05-18T05:11:14.0157940Z distributed/pipeline/sync/test_pipe.py::test_no_tensor_output[always] PASSED [ 48%] 2022-05-18T05:11:14.0266480Z distributed/pipeline/sync/test_pipe.py::test_no_tensor_output[except_last] PASSED [ 50%] 2022-05-18T05:11:14.0391320Z distributed/pipeline/sync/test_pipe.py::test_uneven_batch_size[never] PASSED [ 51%] 2022-05-18T05:11:14.0517230Z distributed/pipeline/sync/test_pipe.py::test_uneven_batch_size[always] PASSED [ 53%] 2022-05-18T05:11:14.0657360Z distributed/pipeline/sync/test_pipe.py::test_uneven_batch_size[except_last] PASSED [ 55%] 2022-05-18T05:11:14.0779520Z distributed/pipeline/sync/test_pipe.py::test_no_chunk[never] PASSED [ 57%] 2022-05-18T05:11:14.0912550Z distributed/pipeline/sync/test_pipe.py::test_no_chunk[always] PASSED [ 58%] 2022-05-18T05:11:14.1039890Z distributed/pipeline/sync/test_pipe.py::test_no_chunk[except_last] PASSED [ 60%] 2022-05-18T05:11:14.1194150Z distributed/pipeline/sync/test_pipe.py::test_deferred_batch_norm[never] PASSED [ 62%] 2022-05-18T05:11:14.1338010Z distributed/pipeline/sync/test_pipe.py::test_deferred_batch_norm[always] PASSED [ 64%] 2022-05-18T05:11:14.1480960Z distributed/pipeline/sync/test_pipe.py::test_deferred_batch_norm[except_last] PASSED [ 66%] 2022-05-18T05:11:14.1610720Z distributed/pipeline/sync/test_pipe.py::test_deferred_batch_norm_params[never] PASSED [ 67%] 2022-05-18T05:11:14.1744250Z distributed/pipeline/sync/test_pipe.py::test_deferred_batch_norm_params[always] PASSED [ 69%] 2022-05-18T05:11:14.1848360Z distributed/pipeline/sync/test_pipe.py::test_devices PASSED [ 71%] 2022-05-18T05:11:14.1959480Z distributed/pipeline/sync/test_pipe.py::test_partitions PASSED [ 73%] 2022-05-18T05:11:14.1971100Z distributed/pipeline/sync/test_pipe.py::test_merged_partitions SKIPPED [ 75%] 2022-05-18T05:11:14.2087260Z distributed/pipeline/sync/test_pipe.py::test_deny_moving PASSED [ 76%] 2022-05-18T05:11:14.2193720Z distributed/pipeline/sync/test_pipe.py::test_empty_module PASSED [ 78%] 2022-05-18T05:11:14.2316580Z distributed/pipeline/sync/test_pipe.py::test_named_children PASSED [ 80%] 2022-05-18T05:11:14.2420530Z distributed/pipeline/sync/test_pipe.py::test_verify_module_non_sequential PASSED [ 82%] 2022-05-18T05:11:14.2529400Z distributed/pipeline/sync/test_pipe.py::test_verify_module_duplicate_children PASSED [ 83%] 2022-05-18T05:11:14.2540200Z distributed/pipeline/sync/test_pipe.py::test_verify_module_params_on_same_device SKIPPED [ 85%] 2022-05-18T05:11:14.2550420Z distributed/pipeline/sync/test_pipe.py::test_verify_nested_modules SKIPPED [ 87%] 2022-05-18T05:11:14.2662880Z distributed/pipeline/sync/test_pipe.py::test_verify_module_duplicate_parameters_on_same_device PASSED [ 89%] 2022-05-18T05:11:14.9143190Z distributed/pipeline/sync/test_pipe.py::test_forward_lockstep PASSED [ 91%] 2022-05-18T05:11:14.9153730Z distributed/pipeline/sync/test_pipe.py::test_multiple_inputs[never] SKIPPED [ 92%] 2022-05-18T05:11:14.9164210Z distributed/pipeline/sync/test_pipe.py::test_multiple_inputs[always] SKIPPED [ 94%] 2022-05-18T05:11:14.9175270Z distributed/pipeline/sync/test_pipe.py::test_multiple_inputs[except_last] SKIPPED [ 96%] 2022-05-18T05:11:14.9185420Z distributed/pipeline/sync/test_pipe.py::test_inputs_wrong_device SKIPPED [ 98%] 2022-05-18T05:11:14.9220130Z distributed/pipeline/sync/test_pipe.py::test_with_device_wrapper SKIPPED [100%] 2022-05-18T05:11:14.9220360Z 2022-05-18T05:11:14.9220510Z =============================== warnings summary =============================== 2022-05-18T05:11:14.9220890Z test/distributed/pipeline/sync/test_pipe.py::test_batch_size_indivisible 2022-05-18T05:11:14.9221230Z test/distributed/pipeline/sync/test_pipe.py::test_batch_size_small 2022-05-18T05:11:14.9222010Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/_pytest/python.py:192: PytestRemovedIn8Warning: Passing None has been deprecated. 2022-05-18T05:11:14.9222780Z See https://docs.pytest.org/en/latest/how-to/capture-warnings.html#additional-use-cases-of-warnings-in-tests for alternatives in common use cases. 2022-05-18T05:11:14.9223200Z result = testfunction(**testargs) 2022-05-18T05:11:14.9223340Z 2022-05-18T05:11:14.9223640Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-05-18T05:11:14.9223970Z =========================== short test summary info ============================ 2022-05-18T05:11:14.9224280Z SKIPPED [1] distributed/pipeline/sync/test_pipe.py:590: cuda required 2022-05-18T05:11:14.9225130Z SKIPPED [1] distributed/pipeline/sync/test_pipe.py:688: cuda required 2022-05-18T05:11:14.9225460Z SKIPPED [1] distributed/pipeline/sync/test_pipe.py:706: Need atleast two GPUs 2022-05-18T05:11:14.9225800Z SKIPPED [3] distributed/pipeline/sync/test_pipe.py:766: cuda required 2022-05-18T05:11:14.9226130Z SKIPPED [1] distributed/pipeline/sync/test_pipe.py:782: Need atleast two GPUs 2022-05-18T05:11:14.9226470Z SKIPPED [1] distributed/pipeline/sync/test_pipe.py:800: Need atleast two GPUs 2022-05-18T05:11:14.9226790Z ================== 48 passed, 8 skipped, 2 warnings in 1.86s =================== 2022-05-18T05:11:15.0897400Z Running distributed/pipeline/sync/test_stream ... [2022-05-18 05:11:15.089299] 2022-05-18T05:11:15.0898070Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_stream.py', '-v'] ... [2022-05-18 05:11:15.089453] 2022-05-18T05:11:16.4175110Z ============================= test session starts ============================== 2022-05-18T05:11:16.4175930Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:11:16.4176240Z cachedir: .pytest_cache 2022-05-18T05:11:16.4176780Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:11:16.4177150Z torch: 1.12.0a0+git3b23752 2022-05-18T05:11:16.4178140Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:11:16.4178590Z plugins: hypothesis-6.46.5 2022-05-18T05:11:16.4559220Z collecting ... collected 19 items 2022-05-18T05:11:16.4559420Z 2022-05-18T05:11:16.4598930Z distributed/pipeline/sync/test_stream.py::TestNewStream::test_new_stream_cpu PASSED [ 5%] 2022-05-18T05:11:16.4610160Z distributed/pipeline/sync/test_stream.py::TestNewStream::test_new_stream_cuda SKIPPED [ 10%] 2022-05-18T05:11:16.4627780Z distributed/pipeline/sync/test_stream.py::TestCurrentStream::test_current_stream_cpu PASSED [ 15%] 2022-05-18T05:11:16.4638450Z distributed/pipeline/sync/test_stream.py::TestCurrentStream::test_current_stream_cuda SKIPPED [ 21%] 2022-05-18T05:11:16.4655850Z distributed/pipeline/sync/test_stream.py::TestDefaultStream::test_default_stream_cpu PASSED [ 26%] 2022-05-18T05:11:16.4666320Z distributed/pipeline/sync/test_stream.py::TestDefaultStream::test_default_stream_cuda SKIPPED [ 31%] 2022-05-18T05:11:16.4684270Z distributed/pipeline/sync/test_stream.py::TestUseDevice::test_use_device_cpu PASSED [ 36%] 2022-05-18T05:11:16.4694680Z distributed/pipeline/sync/test_stream.py::TestUseDevice::test_use_device_cuda SKIPPED [ 42%] 2022-05-18T05:11:16.4712460Z distributed/pipeline/sync/test_stream.py::TestUseStream::test_use_stream_cpu PASSED [ 47%] 2022-05-18T05:11:16.4723070Z distributed/pipeline/sync/test_stream.py::TestUseStream::test_use_stream_cuda SKIPPED [ 52%] 2022-05-18T05:11:16.4742390Z distributed/pipeline/sync/test_stream.py::TestGetDevice::test_get_device_cpu PASSED [ 57%] 2022-05-18T05:11:16.4752670Z distributed/pipeline/sync/test_stream.py::TestGetDevice::test_get_device_cuda SKIPPED [ 63%] 2022-05-18T05:11:16.4774840Z distributed/pipeline/sync/test_stream.py::TestWaitStream::test_wait_stream_cpu_cpu PASSED [ 68%] 2022-05-18T05:11:16.4785310Z distributed/pipeline/sync/test_stream.py::TestWaitStream::test_wait_stream_cpu_cuda SKIPPED [ 73%] 2022-05-18T05:11:16.4795460Z distributed/pipeline/sync/test_stream.py::TestWaitStream::test_wait_stream_cuda_cpu SKIPPED [ 78%] 2022-05-18T05:11:16.4805490Z distributed/pipeline/sync/test_stream.py::TestWaitStream::test_wait_stream_cuda_cuda SKIPPED [ 84%] 2022-05-18T05:11:16.4824690Z distributed/pipeline/sync/test_stream.py::TestRecordStream::test_record_stream_cpu PASSED [ 89%] 2022-05-18T05:11:16.4834710Z distributed/pipeline/sync/test_stream.py::TestRecordStream::test_record_stream_cuda SKIPPED [ 94%] 2022-05-18T05:11:16.4866220Z distributed/pipeline/sync/test_stream.py::TestRecordStream::test_record_stream_shifted_view SKIPPED [100%] 2022-05-18T05:11:16.4866960Z 2022-05-18T05:11:16.4867090Z =========================== short test summary info ============================ 2022-05-18T05:11:16.4867440Z SKIPPED [1] distributed/pipeline/sync/test_stream.py:33: cuda required 2022-05-18T05:11:16.4867850Z SKIPPED [1] distributed/pipeline/sync/test_stream.py:45: cuda required 2022-05-18T05:11:16.4868180Z SKIPPED [1] distributed/pipeline/sync/test_stream.py:57: cuda required 2022-05-18T05:11:16.4868530Z SKIPPED [1] distributed/pipeline/sync/test_stream.py:69: cuda required 2022-05-18T05:11:16.4868860Z SKIPPED [1] distributed/pipeline/sync/test_stream.py:80: cuda required 2022-05-18T05:11:16.4869180Z SKIPPED [1] distributed/pipeline/sync/test_stream.py:91: cuda required 2022-05-18T05:11:16.4869510Z SKIPPED [1] distributed/pipeline/sync/test_stream.py:114: cuda required 2022-05-18T05:11:16.4869840Z SKIPPED [1] distributed/pipeline/sync/test_stream.py:120: cuda required 2022-05-18T05:11:16.4870170Z SKIPPED [1] distributed/pipeline/sync/test_stream.py:126: cuda required 2022-05-18T05:11:16.4870510Z SKIPPED [1] distributed/pipeline/sync/test_stream.py:139: cuda required 2022-05-18T05:11:16.4870840Z SKIPPED [1] distributed/pipeline/sync/test_stream.py:169: cuda required 2022-05-18T05:11:16.4871140Z ======================== 8 passed, 11 skipped in 0.21s ========================= 2022-05-18T05:11:16.6505550Z Running distributed/pipeline/sync/test_worker ... [2022-05-18 05:11:16.649819] 2022-05-18T05:11:16.6506780Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'distributed/pipeline/sync/test_worker.py', '-v'] ... [2022-05-18 05:11:16.650136] 2022-05-18T05:11:17.9809140Z ============================= test session starts ============================== 2022-05-18T05:11:17.9810340Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T05:11:17.9813050Z cachedir: .pytest_cache 2022-05-18T05:11:17.9814160Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T05:11:17.9814550Z torch: 1.12.0a0+git3b23752 2022-05-18T05:11:17.9814830Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T05:11:17.9815200Z plugins: hypothesis-6.46.5 2022-05-18T05:11:18.0098360Z collecting ... collected 6 items 2022-05-18T05:11:18.0098550Z 2022-05-18T05:11:18.0147440Z distributed/pipeline/sync/test_worker.py::test_compute_multithreading PASSED [ 16%] 2022-05-18T05:11:18.0173630Z distributed/pipeline/sync/test_worker.py::test_compute_success PASSED [ 33%] 2022-05-18T05:11:18.0204600Z distributed/pipeline/sync/test_worker.py::test_compute_exception PASSED [ 50%] 2022-05-18T05:11:18.0270970Z distributed/pipeline/sync/test_worker.py::test_grad_mode[True] PASSED [ 66%] 2022-05-18T05:11:18.0318670Z distributed/pipeline/sync/test_worker.py::test_grad_mode[False] PASSED [ 83%] 2022-05-18T05:11:18.0354830Z distributed/pipeline/sync/test_worker.py::test_worker_per_device PASSED [100%] 2022-05-18T05:11:18.0355080Z 2022-05-18T05:11:18.0355210Z ============================== 6 passed in 0.20s =============================== 2022-05-18T05:11:18.1998560Z Running distributed/rpc/test_faulty_agent ... [2022-05-18 05:11:18.199435] 2022-05-18T05:11:18.1999410Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/rpc/test_faulty_agent.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:11:18.199568] 2022-05-18T05:11:19.2828330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdwyqjzkk 2022-05-18T05:11:19.2831430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdwyqjzkk/_remote_module_non_scriptable.py 2022-05-18T05:11:19.7048600Z , <__main__.FaultyFaultyAgentDistAutogradTest testMethod=test_verify_backend_options>]> 2022-05-18T05:11:19.7049730Z test_context_cleanup_tensor_with_grad (__main__.FaultyFaultyAgentDistAutogradTest) 2022-05-18T05:11:19.7050150Z test_verify_backend_options (__main__.FaultyFaultyAgentDistAutogradTest) 2022-05-18T05:11:19.7052730Z , <__main__.FaultyFaultyAgentRpcTest testMethod=test_builtin_remote_message_dropped_timeout_to_self>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_check_failed_messages>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_custom_faulty_messages>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_custom_messages_to_delay>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_no_faulty_messages>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_remote_message_builtin_delay_timeout>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_remote_message_builtin_delay_timeout_to_self>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_remote_message_dropped_pickle>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_remote_message_dropped_pickle_to_self>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_remote_message_script_delay_timeout>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_remote_message_script_delay_timeout_to_self>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_rpc_builtin_timeout>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_rpc_script_timeout>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_rref_to_here_timeout>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_udf_remote_message_delay_timeout>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_udf_remote_message_delay_timeout_to_self>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_udf_remote_message_dropped_timeout>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_udf_remote_message_dropped_timeout_to_self>, <__main__.FaultyFaultyAgentRpcTest testMethod=test_verify_backend_options>]> 2022-05-18T05:11:19.7055250Z test_builtin_remote_message_dropped_timeout (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7055650Z test_builtin_remote_message_dropped_timeout_to_self (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7056010Z test_check_failed_messages (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7056350Z test_custom_faulty_messages (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7056680Z test_custom_messages_to_delay (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7057020Z test_no_faulty_messages (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7057360Z test_remote_message_builtin_delay_timeout (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7057730Z test_remote_message_builtin_delay_timeout_to_self (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7058100Z test_remote_message_dropped_pickle (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7058470Z test_remote_message_dropped_pickle_to_self (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7058820Z test_remote_message_script_delay_timeout (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7059300Z test_remote_message_script_delay_timeout_to_self (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7059710Z test_rpc_builtin_timeout (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7060030Z test_rpc_script_timeout (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7060360Z test_rref_to_here_timeout (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7060710Z test_udf_remote_message_delay_timeout (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7061080Z test_udf_remote_message_delay_timeout_to_self (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7061430Z test_udf_remote_message_dropped_timeout (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7061810Z test_udf_remote_message_dropped_timeout_to_self (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7069300Z test_verify_backend_options (__main__.FaultyFaultyAgentRpcTest) 2022-05-18T05:11:19.7070310Z , <__main__.FaultyJitFaultyAgentRpcTest testMethod=test_rref_timeout_pickle_in_jit>, <__main__.FaultyJitFaultyAgentRpcTest testMethod=test_rref_timeout_pickle_script_func>, <__main__.FaultyJitFaultyAgentRpcTest testMethod=test_rref_to_here_timeout_in_jit>, <__main__.FaultyJitFaultyAgentRpcTest testMethod=test_timeout_in_python>, <__main__.FaultyJitFaultyAgentRpcTest testMethod=test_timeout_in_torchscript_function>]> 2022-05-18T05:11:19.7073290Z test_remote_timeout_to_here_in_jit (__main__.FaultyJitFaultyAgentRpcTest) 2022-05-18T05:11:19.7073710Z test_rref_timeout_pickle_in_jit (__main__.FaultyJitFaultyAgentRpcTest) 2022-05-18T05:11:19.7074200Z test_rref_timeout_pickle_script_func (__main__.FaultyJitFaultyAgentRpcTest) 2022-05-18T05:11:19.7074580Z test_rref_to_here_timeout_in_jit (__main__.FaultyJitFaultyAgentRpcTest) 2022-05-18T05:11:19.7074930Z test_timeout_in_python (__main__.FaultyJitFaultyAgentRpcTest) 2022-05-18T05:11:19.7075290Z test_timeout_in_torchscript_function (__main__.FaultyJitFaultyAgentRpcTest) 2022-05-18T05:11:20.8143640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp944roaai 2022-05-18T05:11:20.8146840Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp944roaai/_remote_module_non_scriptable.py 2022-05-18T05:11:21.2293960Z 2022-05-18T05:11:21.2295150Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:11:21.2295560Z Running tests... 2022-05-18T05:11:21.2296100Z ---------------------------------------------------------------------- 2022-05-18T05:11:21.6297270Z test_context_cleanup_tensor_with_grad (__main__.FaultyFaultyAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9472 2022-05-18T05:11:21.6419890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9473 2022-05-18T05:11:21.6563920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9474 2022-05-18T05:11:21.6693710Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9475 2022-05-18T05:11:23.1972430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ss8zm71 2022-05-18T05:11:23.2044470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ss8zm71/_remote_module_non_scriptable.py 2022-05-18T05:11:23.2169210Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp79xkpo9b 2022-05-18T05:11:23.2237510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp79xkpo9b/_remote_module_non_scriptable.py 2022-05-18T05:11:23.2272330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0miukojk 2022-05-18T05:11:23.2352720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0miukojk/_remote_module_non_scriptable.py 2022-05-18T05:11:23.2374020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgcrin8hw 2022-05-18T05:11:23.2460730Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgcrin8hw/_remote_module_non_scriptable.py 2022-05-18T05:11:23.7817790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:23.7881230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:23.7892300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:23.8115320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:23.9237250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:11:23.9246650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:11:23.9250270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:11:23.9267830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:11:23.9271220Z INFO:torch.distributed.distributed_c10d:Rank 3: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:11:23.9621550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:11:23.9741840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:11:23.9744270Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 4 nodes. 2022-05-18T05:11:31.8456020Z ok (10.616s) 2022-05-18T05:11:31.8525570Z 2022-05-18T05:11:31.8526410Z ---------------------------------------------------------------------- 2022-05-18T05:11:31.8526730Z Ran 1 test in 10.617s 2022-05-18T05:11:31.8526870Z 2022-05-18T05:11:31.8526930Z OK 2022-05-18T05:11:31.8527040Z 2022-05-18T05:11:31.8527140Z Generating XML reports... 2022-05-18T05:11:31.8528150Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentDistAutogradTest-20220518051121.xml 2022-05-18T05:11:33.1839340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphibfbkfk 2022-05-18T05:11:33.1842330Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphibfbkfk/_remote_module_non_scriptable.py 2022-05-18T05:11:33.5943150Z 2022-05-18T05:11:33.5943910Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:11:33.5944250Z Running tests... 2022-05-18T05:11:33.5944640Z ---------------------------------------------------------------------- 2022-05-18T05:11:33.9971570Z test_verify_backend_options (__main__.FaultyFaultyAgentDistAutogradTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9484 2022-05-18T05:11:34.0042610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9485 2022-05-18T05:11:34.0243050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9486 2022-05-18T05:11:34.0382950Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9487 2022-05-18T05:11:35.5241970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt0pqaku4 2022-05-18T05:11:35.5253520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt0pqaku4/_remote_module_non_scriptable.py 2022-05-18T05:11:35.5556310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpao5iwdjv 2022-05-18T05:11:35.5633690Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpao5iwdjv/_remote_module_non_scriptable.py 2022-05-18T05:11:35.6341900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv8_40bzp 2022-05-18T05:11:35.6423430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv8_40bzp/_remote_module_non_scriptable.py 2022-05-18T05:11:35.6481120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjx1sd72p 2022-05-18T05:11:35.6565190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjx1sd72p/_remote_module_non_scriptable.py 2022-05-18T05:11:36.1474370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:36.2075830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:36.2523380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:36.2571030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:43.1616320Z ok (9.567s) 2022-05-18T05:11:43.1687050Z 2022-05-18T05:11:43.1687770Z ---------------------------------------------------------------------- 2022-05-18T05:11:43.1688100Z Ran 1 test in 9.568s 2022-05-18T05:11:43.1688230Z 2022-05-18T05:11:43.1688290Z OK 2022-05-18T05:11:43.1688400Z 2022-05-18T05:11:43.1688500Z Generating XML reports... 2022-05-18T05:11:43.1689420Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentDistAutogradTest-20220518051133.xml 2022-05-18T05:11:44.5084620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqkieraoi 2022-05-18T05:11:44.5089190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqkieraoi/_remote_module_non_scriptable.py 2022-05-18T05:11:44.9207180Z 2022-05-18T05:11:44.9208500Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:11:44.9208910Z Running tests... 2022-05-18T05:11:44.9209330Z ---------------------------------------------------------------------- 2022-05-18T05:11:45.3193140Z test_builtin_remote_message_dropped_timeout (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9496 2022-05-18T05:11:45.3255080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9497 2022-05-18T05:11:45.3375780Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9498 2022-05-18T05:11:45.3515480Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9499 2022-05-18T05:11:47.0489900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8jc_1d0 2022-05-18T05:11:47.0561190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf8jc_1d0/_remote_module_non_scriptable.py 2022-05-18T05:11:47.0662650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmjnnd_ba 2022-05-18T05:11:47.0739780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpmjnnd_ba/_remote_module_non_scriptable.py 2022-05-18T05:11:47.0874520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo4zcd7c6 2022-05-18T05:11:47.0975800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo4zcd7c6/_remote_module_non_scriptable.py 2022-05-18T05:11:47.1781840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbj5marag 2022-05-18T05:11:47.1800880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbj5marag/_remote_module_non_scriptable.py 2022-05-18T05:11:47.6232950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:11:47.6434820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:11:47.6726690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:11:47.7060270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:11:54.3847390Z ok (9.464s) 2022-05-18T05:11:54.3918350Z 2022-05-18T05:11:54.3919220Z ---------------------------------------------------------------------- 2022-05-18T05:11:54.3919530Z Ran 1 test in 9.464s 2022-05-18T05:11:54.3919670Z 2022-05-18T05:11:54.3919730Z OK 2022-05-18T05:11:54.3920080Z 2022-05-18T05:11:54.3920190Z Generating XML reports... 2022-05-18T05:11:54.3920820Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051144.xml 2022-05-18T05:11:55.7382830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9fhqncxb 2022-05-18T05:11:55.7386700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9fhqncxb/_remote_module_non_scriptable.py 2022-05-18T05:11:56.1664320Z 2022-05-18T05:11:56.1665100Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:11:56.1665470Z Running tests... 2022-05-18T05:11:56.1665860Z ---------------------------------------------------------------------- 2022-05-18T05:11:56.5725560Z test_builtin_remote_message_dropped_timeout_to_self (__main__.FaultyFaultyAgentRpcTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69179 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.406s) 2022-05-18T05:11:56.5771270Z 2022-05-18T05:11:56.5772150Z ---------------------------------------------------------------------- 2022-05-18T05:11:56.5772460Z Ran 1 test in 0.406s 2022-05-18T05:11:56.5772950Z 2022-05-18T05:11:56.5773050Z OK (skipped=1) 2022-05-18T05:11:56.5773180Z 2022-05-18T05:11:56.5773270Z Generating XML reports... 2022-05-18T05:11:56.5773880Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051156.xml 2022-05-18T05:11:57.8823870Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvyca4y1o 2022-05-18T05:11:57.8826310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvyca4y1o/_remote_module_non_scriptable.py 2022-05-18T05:11:58.2940140Z 2022-05-18T05:11:58.2940900Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:11:58.2941270Z Running tests... 2022-05-18T05:11:58.2941670Z ---------------------------------------------------------------------- 2022-05-18T05:11:58.6922120Z test_check_failed_messages (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9511 2022-05-18T05:11:58.7074340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9512 2022-05-18T05:11:58.7194160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9513 2022-05-18T05:11:58.7365410Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9514 2022-05-18T05:12:00.2690980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdu10hb2l 2022-05-18T05:12:00.2773720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdu10hb2l/_remote_module_non_scriptable.py 2022-05-18T05:12:00.2875160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdr0wqxrd 2022-05-18T05:12:00.2875780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdr0wqxrd/_remote_module_non_scriptable.py 2022-05-18T05:12:00.2939280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg8pfyyg4 2022-05-18T05:12:00.2980640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg8pfyyg4/_remote_module_non_scriptable.py 2022-05-18T05:12:00.3040600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2b8ubshw 2022-05-18T05:12:00.3141000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2b8ubshw/_remote_module_non_scriptable.py 2022-05-18T05:12:00.8217980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:00.8355230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:00.8485070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:00.8640630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:12.1614650Z ok (13.867s) 2022-05-18T05:12:12.1685270Z 2022-05-18T05:12:12.1685880Z ---------------------------------------------------------------------- 2022-05-18T05:12:12.1686200Z Ran 1 test in 13.868s 2022-05-18T05:12:12.1686310Z 2022-05-18T05:12:12.1686390Z OK 2022-05-18T05:12:12.1686490Z 2022-05-18T05:12:12.1686590Z Generating XML reports... 2022-05-18T05:12:12.1687560Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051158.xml 2022-05-18T05:12:13.5228990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpemhn84ig 2022-05-18T05:12:13.5232280Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpemhn84ig/_remote_module_non_scriptable.py 2022-05-18T05:12:13.9325240Z 2022-05-18T05:12:13.9326010Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:12:13.9326380Z Running tests... 2022-05-18T05:12:13.9326760Z ---------------------------------------------------------------------- 2022-05-18T05:12:14.3303540Z test_custom_faulty_messages (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9523 2022-05-18T05:12:14.3434590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9524 2022-05-18T05:12:14.3607760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9525 2022-05-18T05:12:14.3626370Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9526 2022-05-18T05:12:15.9253280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr38ycj94 2022-05-18T05:12:15.9307630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpr38ycj94/_remote_module_non_scriptable.py 2022-05-18T05:12:15.9611750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnd28tn13 2022-05-18T05:12:15.9638170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnd28tn13/_remote_module_non_scriptable.py 2022-05-18T05:12:15.9740000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk_szwiur 2022-05-18T05:12:15.9839390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk_szwiur/_remote_module_non_scriptable.py 2022-05-18T05:12:15.9873730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5e8lqfra 2022-05-18T05:12:15.9911130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5e8lqfra/_remote_module_non_scriptable.py 2022-05-18T05:12:16.5426260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:16.5450370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:16.5451340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:16.5671910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:23.5397890Z ok (9.607s) 2022-05-18T05:12:23.5464340Z 2022-05-18T05:12:23.5467980Z ---------------------------------------------------------------------- 2022-05-18T05:12:23.5468330Z Ran 1 test in 9.608s 2022-05-18T05:12:23.5468470Z 2022-05-18T05:12:23.5468540Z OK 2022-05-18T05:12:23.5468640Z 2022-05-18T05:12:23.5468750Z Generating XML reports... 2022-05-18T05:12:23.5469380Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051213.xml 2022-05-18T05:12:24.8877650Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphhyh15hd 2022-05-18T05:12:24.8880810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmphhyh15hd/_remote_module_non_scriptable.py 2022-05-18T05:12:25.2997660Z 2022-05-18T05:12:25.2998380Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:12:25.2998740Z Running tests... 2022-05-18T05:12:25.2999690Z ---------------------------------------------------------------------- 2022-05-18T05:12:25.6982610Z test_custom_messages_to_delay (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9535 2022-05-18T05:12:25.7094280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9536 2022-05-18T05:12:25.7241720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9537 2022-05-18T05:12:25.7359330Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9538 2022-05-18T05:12:27.3048600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpowrb4w70 2022-05-18T05:12:27.3147850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpowrb4w70/_remote_module_non_scriptable.py 2022-05-18T05:12:27.3525590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgyodr84m 2022-05-18T05:12:27.3574290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgyodr84m/_remote_module_non_scriptable.py 2022-05-18T05:12:27.3675490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprwthzo9u 2022-05-18T05:12:27.3680240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmprwthzo9u/_remote_module_non_scriptable.py 2022-05-18T05:12:27.3981860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm06kyl1a 2022-05-18T05:12:27.4082310Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm06kyl1a/_remote_module_non_scriptable.py 2022-05-18T05:12:27.8815000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:27.9042310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:27.9146860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:27.9372240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:28.4682180Z ok (3.168s) 2022-05-18T05:12:28.4751910Z 2022-05-18T05:12:28.4752760Z ---------------------------------------------------------------------- 2022-05-18T05:12:28.4753860Z Ran 1 test in 3.169s 2022-05-18T05:12:28.4753990Z 2022-05-18T05:12:28.4754050Z OK 2022-05-18T05:12:28.4754150Z 2022-05-18T05:12:28.4754250Z Generating XML reports... 2022-05-18T05:12:28.4754880Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051225.xml 2022-05-18T05:12:29.8137630Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq7hj480m 2022-05-18T05:12:29.8140820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq7hj480m/_remote_module_non_scriptable.py 2022-05-18T05:12:30.2259420Z 2022-05-18T05:12:30.2259680Z Running tests... 2022-05-18T05:12:30.2260270Z ---------------------------------------------------------------------- 2022-05-18T05:12:30.2260780Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:12:30.6229860Z test_no_faulty_messages (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9547 2022-05-18T05:12:30.6353800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9548 2022-05-18T05:12:30.6494540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9549 2022-05-18T05:12:30.6615690Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9550 2022-05-18T05:12:32.1739840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwjz1jy2j 2022-05-18T05:12:32.1792080Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwjz1jy2j/_remote_module_non_scriptable.py 2022-05-18T05:12:32.1913080Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplrd36buq 2022-05-18T05:12:32.2047170Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplrd36buq/_remote_module_non_scriptable.py 2022-05-18T05:12:32.2276220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpato6kfax 2022-05-18T05:12:32.2317470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpato6kfax/_remote_module_non_scriptable.py 2022-05-18T05:12:32.2424590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpawzeq967 2022-05-18T05:12:32.2519940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpawzeq967/_remote_module_non_scriptable.py 2022-05-18T05:12:32.7526550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:32.7669620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:32.7931280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:32.7959360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:39.8300460Z ok (9.604s) 2022-05-18T05:12:39.8373010Z 2022-05-18T05:12:39.8373670Z ---------------------------------------------------------------------- 2022-05-18T05:12:39.8373980Z Ran 1 test in 9.604s 2022-05-18T05:12:39.8374130Z 2022-05-18T05:12:39.8374190Z OK 2022-05-18T05:12:39.8374290Z 2022-05-18T05:12:39.8374400Z Generating XML reports... 2022-05-18T05:12:39.8375000Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051230.xml 2022-05-18T05:12:41.1699770Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5p64171 2022-05-18T05:12:41.1703240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpc5p64171/_remote_module_non_scriptable.py 2022-05-18T05:12:41.5789770Z 2022-05-18T05:12:41.5790500Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:12:41.5790990Z Running tests... 2022-05-18T05:12:41.5791360Z ---------------------------------------------------------------------- 2022-05-18T05:12:41.9752010Z test_remote_message_builtin_delay_timeout (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9559 2022-05-18T05:12:41.9836960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9560 2022-05-18T05:12:41.9965420Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9561 2022-05-18T05:12:42.0075070Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9562 2022-05-18T05:12:43.5481890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgna__60d 2022-05-18T05:12:43.5579650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgna__60d/_remote_module_non_scriptable.py 2022-05-18T05:12:43.5648170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ig7_k7i 2022-05-18T05:12:43.5711660Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ig7_k7i/_remote_module_non_scriptable.py 2022-05-18T05:12:43.5779850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiyddgwfk 2022-05-18T05:12:43.5850790Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiyddgwfk/_remote_module_non_scriptable.py 2022-05-18T05:12:43.6052600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnk1uhsec 2022-05-18T05:12:43.6135620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnk1uhsec/_remote_module_non_scriptable.py 2022-05-18T05:12:44.1230220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:44.1339160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:44.1441300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:44.1611600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:49.7865020Z ok (8.207s) 2022-05-18T05:12:49.7934360Z 2022-05-18T05:12:49.7935190Z ---------------------------------------------------------------------- 2022-05-18T05:12:49.7935490Z Ran 1 test in 8.208s 2022-05-18T05:12:49.7935630Z 2022-05-18T05:12:49.7935760Z OK 2022-05-18T05:12:49.7935940Z 2022-05-18T05:12:49.7936390Z Generating XML reports... 2022-05-18T05:12:49.7937140Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051241.xml 2022-05-18T05:12:51.1254350Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt_jrt35n 2022-05-18T05:12:51.1257300Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpt_jrt35n/_remote_module_non_scriptable.py 2022-05-18T05:12:51.5400570Z 2022-05-18T05:12:51.5401340Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:12:51.5401690Z Running tests... 2022-05-18T05:12:51.5402070Z ---------------------------------------------------------------------- 2022-05-18T05:12:51.9383850Z test_remote_message_builtin_delay_timeout_to_self (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9571 2022-05-18T05:12:51.9515210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9572 2022-05-18T05:12:51.9680860Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9573 2022-05-18T05:12:51.9782990Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9574 2022-05-18T05:12:53.5083900Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsxtes33r 2022-05-18T05:12:53.5185430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsxtes33r/_remote_module_non_scriptable.py 2022-05-18T05:12:53.5189540Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7s5th2t5 2022-05-18T05:12:53.5262520Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7s5th2t5/_remote_module_non_scriptable.py 2022-05-18T05:12:53.5384690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbhoxrz7m 2022-05-18T05:12:53.5402960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbhoxrz7m/_remote_module_non_scriptable.py 2022-05-18T05:12:53.5504930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo6z7rrqd 2022-05-18T05:12:53.5599750Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo6z7rrqd/_remote_module_non_scriptable.py 2022-05-18T05:12:54.0616820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:12:54.0823310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:12:54.0872560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:12:54.1097580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:12:56.3014390Z [E request_callback_no_python.cpp:559] Received error while processing request type 260: false INTERNAL ASSERT FAILED at "../torch/csrc/distributed/rpc/rref_context.cpp":387, please report a bug to PyTorch. Expected OwnerRRef with id GloballyUniqueId(created_on=0, local_id=0) to be created. 2022-05-18T05:12:56.3015960Z Exception raised from getOwnerRRef at ../torch/csrc/distributed/rpc/rref_context.cpp:387 (most recent call first): 2022-05-18T05:12:56.3016520Z frame #0: c10::Error::Error(c10::SourceLocation, std::__1::basic_string, std::__1::allocator >) + 98 (0x11695aa92 in libc10.dylib) 2022-05-18T05:12:56.3017080Z frame #1: c10::detail::torchCheckFail(char const*, char const*, unsigned int, std::__1::basic_string, std::__1::allocator > const&) + 106 (0x11695920a in libc10.dylib) 2022-05-18T05:12:56.3017850Z frame #2: c10::detail::torchInternalAssertFail(char const*, char const*, unsigned int, char const*, std::__1::basic_string, std::__1::allocator > const&) + 64 (0x116959440 in libc10.dylib) 2022-05-18T05:12:56.3018450Z frame #3: torch::distributed::rpc::RRefContext::getOwnerRRef(torch::distributed::rpc::GloballyUniqueId const&, bool) + 1608 (0x12012abd8 in libtorch_cpu.dylib) 2022-05-18T05:12:56.3019310Z frame #4: torch::distributed::rpc::RequestCallbackNoPython::assignOwnerRRef(torch::distributed::rpc::GloballyUniqueId const&, torch::distributed::rpc::GloballyUniqueId const&, c10::intrusive_ptr >) const + 84 (0x120114be4 in libtorch_cpu.dylib) 2022-05-18T05:12:56.3020110Z frame #5: torch::distributed::rpc::RequestCallbackImpl::processScriptRemoteCall(torch::distributed::rpc::RpcCommandBase&, std::__1::vector >) const + 376 (0x11606ea28 in libtorch_python.dylib) 2022-05-18T05:12:56.3021220Z frame #6: torch::distributed::rpc::RequestCallbackNoPython::processRpc(torch::distributed::rpc::RpcCommandBase&, torch::distributed::rpc::MessageType const&, std::__1::vector >) const + 437 (0x1201137e5 in libtorch_cpu.dylib) 2022-05-18T05:12:56.3022160Z frame #7: torch::distributed::rpc::RequestCallbackImpl::processRpcWithErrors(torch::distributed::rpc::RpcCommandBase&, torch::distributed::rpc::MessageType const&, std::__1::vector >) const + 74 (0x11606f7aa in libtorch_python.dylib) 2022-05-18T05:12:56.3024220Z frame #8: c10::intrusive_ptr > c10::ivalue::Future::thenAsync >) const::$_1>(torch::distributed::rpc::RequestCallbackNoPython::processMessage(torch::distributed::rpc::Message&, std::__1::vector >) const::$_1, c10::Type::SingletonOrSharedTypePtr)::'lambda'(c10::ivalue::Future&)::operator()(c10::ivalue::Future&) + 223 (0x12011ba0f in libtorch_cpu.dylib) 2022-05-18T05:12:56.3025570Z frame #9: torch::distributed::rpc::RequestCallbackNoPython::processMessage(torch::distributed::rpc::Message&, std::__1::vector >) const + 1246 (0x120111c2e in libtorch_cpu.dylib) 2022-05-18T05:12:56.3026240Z frame #10: torch::distributed::rpc::RequestCallback::operator()(torch::distributed::rpc::Message&, std::__1::vector >) const + 60 (0x1201116bc in libtorch_cpu.dylib) 2022-05-18T05:12:56.3028170Z frame #11: std::__1::__function::__func&)::$_7::operator()(tensorpipe::Error const&, c10::intrusive_ptr >, std::__1::vector >)::'lambda'(), std::__1::allocator&)::$_7::operator()(tensorpipe::Error const&, c10::intrusive_ptr >, std::__1::vector >)::'lambda'()>, void ()>::operator()() + 323 (0x12015ab93 in libtorch_cpu.dylib) 2022-05-18T05:12:56.3029200Z frame #12: c10::ThreadPool::main_loop(unsigned long) + 569 (0x11694c769 in libc10.dylib) 2022-05-18T05:12:56.3029710Z frame #13: void* std::__1::__thread_proxy >, c10::ThreadPool::ThreadPool(int, int, std::__1::function)::$_0> >(void*) + 67 (0x11694ce13 in libc10.dylib) 2022-05-18T05:12:56.3030180Z frame #14: _pthread_start + 224 (0x7fff206768fc in libsystem_pthread.dylib) 2022-05-18T05:12:56.3030510Z frame #15: thread_start + 15 (0x7fff20672443 in libsystem_pthread.dylib) 2022-05-18T05:12:56.3030690Z 2022-05-18T05:12:56.7069790Z ok (5.166s) 2022-05-18T05:12:56.7141730Z 2022-05-18T05:12:56.7142230Z ---------------------------------------------------------------------- 2022-05-18T05:12:56.7142500Z Ran 1 test in 5.167s 2022-05-18T05:12:56.7142850Z 2022-05-18T05:12:56.7142920Z OK 2022-05-18T05:12:56.7143020Z 2022-05-18T05:12:56.7143160Z Generating XML reports... 2022-05-18T05:12:56.7144050Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051251.xml 2022-05-18T05:12:58.0705660Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn0vtcssf 2022-05-18T05:12:58.0709450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn0vtcssf/_remote_module_non_scriptable.py 2022-05-18T05:12:58.4822980Z 2022-05-18T05:12:58.4823720Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:12:58.4824470Z Running tests... 2022-05-18T05:12:58.4824900Z ---------------------------------------------------------------------- 2022-05-18T05:12:58.8821090Z test_remote_message_dropped_pickle (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9583 2022-05-18T05:12:58.8879940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9584 2022-05-18T05:12:58.9080370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9585 2022-05-18T05:12:58.9151940Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9586 2022-05-18T05:13:00.4343000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpknv7qce9 2022-05-18T05:13:00.4427450Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpknv7qce9/_remote_module_non_scriptable.py 2022-05-18T05:13:00.4734600Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpepg32lr0 2022-05-18T05:13:00.4801600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpepg32lr0/_remote_module_non_scriptable.py 2022-05-18T05:13:00.4892590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpko3t59hs 2022-05-18T05:13:00.4939210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpko3t59hs/_remote_module_non_scriptable.py 2022-05-18T05:13:00.5008950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplkzqh3s1 2022-05-18T05:13:00.5094650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplkzqh3s1/_remote_module_non_scriptable.py 2022-05-18T05:13:01.0017770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:01.0301630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:01.0413620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:01.0579570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:08.2098410Z ok (9.727s) 2022-05-18T05:13:08.2168110Z 2022-05-18T05:13:08.2168690Z ---------------------------------------------------------------------- 2022-05-18T05:13:08.2169010Z Ran 1 test in 9.728s 2022-05-18T05:13:08.2169160Z 2022-05-18T05:13:08.2169220Z OK 2022-05-18T05:13:08.2169320Z 2022-05-18T05:13:08.2169430Z Generating XML reports... 2022-05-18T05:13:08.2170130Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051258.xml 2022-05-18T05:13:09.5753370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl5ky23sd 2022-05-18T05:13:09.5756270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpl5ky23sd/_remote_module_non_scriptable.py 2022-05-18T05:13:09.9986390Z 2022-05-18T05:13:09.9987150Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:13:09.9987490Z Running tests... 2022-05-18T05:13:09.9987880Z ---------------------------------------------------------------------- 2022-05-18T05:13:10.4004800Z test_remote_message_dropped_pickle_to_self (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9595 2022-05-18T05:13:10.4136300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9596 2022-05-18T05:13:10.4261270Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9597 2022-05-18T05:13:10.4405170Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9598 2022-05-18T05:13:11.9597640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf5_l5wwe 2022-05-18T05:13:11.9625150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf5_l5wwe/_remote_module_non_scriptable.py 2022-05-18T05:13:11.9829280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxl4aaqsp 2022-05-18T05:13:11.9902720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxl4aaqsp/_remote_module_non_scriptable.py 2022-05-18T05:13:12.0072120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkj84de52 2022-05-18T05:13:12.0141910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkj84de52/_remote_module_non_scriptable.py 2022-05-18T05:13:12.0177590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppirsnb3g 2022-05-18T05:13:12.0279190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppirsnb3g/_remote_module_non_scriptable.py 2022-05-18T05:13:12.5280230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:12.5294470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:12.5654200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:12.5841820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:19.6343670Z ok (9.636s) 2022-05-18T05:13:19.6412900Z 2022-05-18T05:13:19.6413560Z ---------------------------------------------------------------------- 2022-05-18T05:13:19.6413860Z Ran 1 test in 9.636s 2022-05-18T05:13:19.6413990Z 2022-05-18T05:13:19.6414200Z OK 2022-05-18T05:13:19.6414390Z 2022-05-18T05:13:19.6414930Z Generating XML reports... 2022-05-18T05:13:19.6415650Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051309.xml 2022-05-18T05:13:20.9950940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxfxa6y41 2022-05-18T05:13:20.9959830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxfxa6y41/_remote_module_non_scriptable.py 2022-05-18T05:13:21.4078550Z 2022-05-18T05:13:21.4078890Z Running tests... 2022-05-18T05:13:21.4079490Z ---------------------------------------------------------------------- 2022-05-18T05:13:21.4080010Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:13:21.8108160Z test_remote_message_script_delay_timeout (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9607 2022-05-18T05:13:21.8157600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9608 2022-05-18T05:13:21.8279600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9609 2022-05-18T05:13:21.8410030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9610 2022-05-18T05:13:23.3852020Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpobw7qg6f 2022-05-18T05:13:23.3918740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpobw7qg6f/_remote_module_non_scriptable.py 2022-05-18T05:13:23.3957340Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe2kpj3_o 2022-05-18T05:13:23.4057950Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe2kpj3_o/_remote_module_non_scriptable.py 2022-05-18T05:13:23.4120580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw8pysyk1 2022-05-18T05:13:23.4159480Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw8pysyk1/_remote_module_non_scriptable.py 2022-05-18T05:13:23.4260250Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp90ytpmq6 2022-05-18T05:13:23.4260900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp90ytpmq6/_remote_module_non_scriptable.py 2022-05-18T05:13:23.9354350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:23.9506220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:23.9621910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:23.9708460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:29.6067260Z ok (8.199s) 2022-05-18T05:13:29.6138510Z 2022-05-18T05:13:29.6139120Z ---------------------------------------------------------------------- 2022-05-18T05:13:29.6139410Z Ran 1 test in 8.199s 2022-05-18T05:13:29.6139800Z 2022-05-18T05:13:29.6139880Z OK 2022-05-18T05:13:29.6139990Z 2022-05-18T05:13:29.6140120Z Generating XML reports... 2022-05-18T05:13:29.6140740Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051321.xml 2022-05-18T05:13:30.9734230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnwbkap6t 2022-05-18T05:13:30.9736860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnwbkap6t/_remote_module_non_scriptable.py 2022-05-18T05:13:31.3944290Z 2022-05-18T05:13:31.3944620Z Running tests... 2022-05-18T05:13:31.3945240Z ---------------------------------------------------------------------- 2022-05-18T05:13:31.3945770Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:13:31.7957380Z test_remote_message_script_delay_timeout_to_self (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9619 2022-05-18T05:13:31.8022580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9620 2022-05-18T05:13:31.8225230Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9621 2022-05-18T05:13:31.8329490Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9622 2022-05-18T05:13:33.3443850Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy1ykse03 2022-05-18T05:13:33.3536140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy1ykse03/_remote_module_non_scriptable.py 2022-05-18T05:13:33.3957710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbc9p69vn 2022-05-18T05:13:33.4046650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbc9p69vn/_remote_module_non_scriptable.py 2022-05-18T05:13:33.4147180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp519401fl 2022-05-18T05:13:33.4148760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp519401fl/_remote_module_non_scriptable.py 2022-05-18T05:13:33.4268260Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpur6qnffx 2022-05-18T05:13:33.4269020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpur6qnffx/_remote_module_non_scriptable.py 2022-05-18T05:13:33.9434190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:33.9442190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:33.9654120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:33.9685160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:36.1358900Z [E request_callback_no_python.cpp:559] Received error while processing request type 260: false INTERNAL ASSERT FAILED at "../torch/csrc/distributed/rpc/rref_context.cpp":387, please report a bug to PyTorch. Expected OwnerRRef with id GloballyUniqueId(created_on=0, local_id=0) to be created. 2022-05-18T05:13:36.1361730Z Exception raised from getOwnerRRef at ../torch/csrc/distributed/rpc/rref_context.cpp:387 (most recent call first): 2022-05-18T05:13:36.1362720Z frame #0: c10::Error::Error(c10::SourceLocation, std::__1::basic_string, std::__1::allocator >) + 98 (0x11ab35a92 in libc10.dylib) 2022-05-18T05:13:36.1363610Z frame #1: c10::detail::torchCheckFail(char const*, char const*, unsigned int, std::__1::basic_string, std::__1::allocator > const&) + 106 (0x11ab3420a in libc10.dylib) 2022-05-18T05:13:36.1364530Z frame #2: c10::detail::torchInternalAssertFail(char const*, char const*, unsigned int, char const*, std::__1::basic_string, std::__1::allocator > const&) + 64 (0x11ab34440 in libc10.dylib) 2022-05-18T05:13:36.1365420Z frame #3: torch::distributed::rpc::RRefContext::getOwnerRRef(torch::distributed::rpc::GloballyUniqueId const&, bool) + 1608 (0x122c48bd8 in libtorch_cpu.dylib) 2022-05-18T05:13:36.1366450Z frame #4: torch::distributed::rpc::RequestCallbackNoPython::assignOwnerRRef(torch::distributed::rpc::GloballyUniqueId const&, torch::distributed::rpc::GloballyUniqueId const&, c10::intrusive_ptr >) const + 84 (0x122c32be4 in libtorch_cpu.dylib) 2022-05-18T05:13:36.1367820Z frame #5: torch::distributed::rpc::RequestCallbackImpl::processScriptRemoteCall(torch::distributed::rpc::RpcCommandBase&, std::__1::vector >) const + 376 (0x11a249a28 in libtorch_python.dylib) 2022-05-18T05:13:36.1368650Z frame #6: torch::distributed::rpc::RequestCallbackNoPython::processRpc(torch::distributed::rpc::RpcCommandBase&, torch::distributed::rpc::MessageType const&, std::__1::vector >) const + 437 (0x122c317e5 in libtorch_cpu.dylib) 2022-05-18T05:13:36.1369440Z frame #7: torch::distributed::rpc::RequestCallbackImpl::processRpcWithErrors(torch::distributed::rpc::RpcCommandBase&, torch::distributed::rpc::MessageType const&, std::__1::vector >) const + 74 (0x11a24a7aa in libtorch_python.dylib) 2022-05-18T05:13:36.1371350Z frame #8: c10::intrusive_ptr > c10::ivalue::Future::thenAsync >) const::$_1>(torch::distributed::rpc::RequestCallbackNoPython::processMessage(torch::distributed::rpc::Message&, std::__1::vector >) const::$_1, c10::Type::SingletonOrSharedTypePtr)::'lambda'(c10::ivalue::Future&)::operator()(c10::ivalue::Future&) + 223 (0x122c39a0f in libtorch_cpu.dylib) 2022-05-18T05:13:36.1372790Z frame #9: torch::distributed::rpc::RequestCallbackNoPython::processMessage(torch::distributed::rpc::Message&, std::__1::vector >) const + 1246 (0x122c2fc2e in libtorch_cpu.dylib) 2022-05-18T05:13:36.1373410Z frame #10: torch::distributed::rpc::RequestCallback::operator()(torch::distributed::rpc::Message&, std::__1::vector >) const + 60 (0x122c2f6bc in libtorch_cpu.dylib) 2022-05-18T05:13:36.1375560Z frame #11: std::__1::__function::__func&)::$_7::operator()(tensorpipe::Error const&, c10::intrusive_ptr >, std::__1::vector >)::'lambda'(), std::__1::allocator&)::$_7::operator()(tensorpipe::Error const&, c10::intrusive_ptr >, std::__1::vector >)::'lambda'()>, void ()>::operator()() + 323 (0x122c78b93 in libtorch_cpu.dylib) 2022-05-18T05:13:36.1376630Z frame #12: c10::ThreadPool::main_loop(unsigned long) + 569 (0x11ab27769 in libc10.dylib) 2022-05-18T05:13:36.1377150Z frame #13: void* std::__1::__thread_proxy >, c10::ThreadPool::ThreadPool(int, int, std::__1::function)::$_0> >(void*) + 67 (0x11ab27e13 in libc10.dylib) 2022-05-18T05:13:36.1377630Z frame #14: _pthread_start + 224 (0x7fff206768fc in libsystem_pthread.dylib) 2022-05-18T05:13:36.1377960Z frame #15: thread_start + 15 (0x7fff20672443 in libsystem_pthread.dylib) 2022-05-18T05:13:36.1378140Z 2022-05-18T05:13:36.5134040Z ok (5.119s) 2022-05-18T05:13:36.5203000Z 2022-05-18T05:13:36.5203860Z ---------------------------------------------------------------------- 2022-05-18T05:13:36.5204340Z Ran 1 test in 5.119s 2022-05-18T05:13:36.5204470Z 2022-05-18T05:13:36.5204780Z OK 2022-05-18T05:13:36.5204900Z 2022-05-18T05:13:36.5205010Z Generating XML reports... 2022-05-18T05:13:36.5205630Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051331.xml 2022-05-18T05:13:37.8973690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpestz5w53 2022-05-18T05:13:37.8976410Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpestz5w53/_remote_module_non_scriptable.py 2022-05-18T05:13:38.3196790Z 2022-05-18T05:13:38.3197560Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:13:38.3197910Z Running tests... 2022-05-18T05:13:38.3198310Z ---------------------------------------------------------------------- 2022-05-18T05:13:38.7181590Z test_rpc_builtin_timeout (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9631 2022-05-18T05:13:38.7289810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9632 2022-05-18T05:13:38.7448760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9633 2022-05-18T05:13:38.7588560Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9634 2022-05-18T05:13:40.2911270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3rdbzngd 2022-05-18T05:13:40.2990700Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3rdbzngd/_remote_module_non_scriptable.py 2022-05-18T05:13:40.3021320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeg9u3n0c 2022-05-18T05:13:40.3067940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeg9u3n0c/_remote_module_non_scriptable.py 2022-05-18T05:13:40.3153830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwqdox497 2022-05-18T05:13:40.3255110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwqdox497/_remote_module_non_scriptable.py 2022-05-18T05:13:40.3255800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw1y3l2t_ 2022-05-18T05:13:40.3345350Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw1y3l2t_/_remote_module_non_scriptable.py 2022-05-18T05:13:40.8778070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:13:40.8794380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:13:40.8914970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:13:40.9014420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:13:55.6635280Z ok (17.344s) 2022-05-18T05:13:55.6704990Z 2022-05-18T05:13:55.6705970Z ---------------------------------------------------------------------- 2022-05-18T05:13:55.6706300Z Ran 1 test in 17.344s 2022-05-18T05:13:55.6706430Z 2022-05-18T05:13:55.6706520Z OK 2022-05-18T05:13:55.6706620Z 2022-05-18T05:13:55.6706710Z Generating XML reports... 2022-05-18T05:13:55.6707320Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051338.xml 2022-05-18T05:13:57.0257780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo4qurxhr 2022-05-18T05:13:57.0260530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo4qurxhr/_remote_module_non_scriptable.py 2022-05-18T05:13:57.4596620Z 2022-05-18T05:13:57.4596940Z Running tests... 2022-05-18T05:13:57.4597560Z ---------------------------------------------------------------------- 2022-05-18T05:13:57.4598100Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:13:57.8861690Z test_rpc_script_timeout (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9644 2022-05-18T05:13:57.8949160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9645 2022-05-18T05:13:57.9144010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9646 2022-05-18T05:13:57.9247930Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9647 2022-05-18T05:13:59.4897170Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuy4ajiyg 2022-05-18T05:13:59.4937440Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuy4ajiyg/_remote_module_non_scriptable.py 2022-05-18T05:13:59.5022430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp91u1163f 2022-05-18T05:13:59.5090590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp91u1163f/_remote_module_non_scriptable.py 2022-05-18T05:13:59.5205360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv6rnadbn 2022-05-18T05:13:59.5267770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpv6rnadbn/_remote_module_non_scriptable.py 2022-05-18T05:13:59.5308270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpub_ey_c1 2022-05-18T05:13:59.5397240Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpub_ey_c1/_remote_module_non_scriptable.py 2022-05-18T05:14:00.0580710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:00.0790280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:00.0931310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:00.0932260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:08.7711390Z ok (11.311s) 2022-05-18T05:14:08.7783700Z 2022-05-18T05:14:08.7784440Z ---------------------------------------------------------------------- 2022-05-18T05:14:08.7784830Z Ran 1 test in 11.311s 2022-05-18T05:14:08.7784990Z 2022-05-18T05:14:08.7785100Z OK 2022-05-18T05:14:08.7785220Z 2022-05-18T05:14:08.7785900Z Generating XML reports... 2022-05-18T05:14:08.7786720Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051357.xml 2022-05-18T05:14:10.1431140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgf6w5r4w 2022-05-18T05:14:10.1434150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgf6w5r4w/_remote_module_non_scriptable.py 2022-05-18T05:14:10.5569690Z 2022-05-18T05:14:10.5569980Z Running tests... 2022-05-18T05:14:10.5570800Z ---------------------------------------------------------------------- 2022-05-18T05:14:10.5571340Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:14:10.9557230Z test_rref_to_here_timeout (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9656 2022-05-18T05:14:10.9642340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9657 2022-05-18T05:14:10.9780590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9658 2022-05-18T05:14:10.9922140Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9659 2022-05-18T05:14:12.5074710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiwhvnb1n 2022-05-18T05:14:12.5089230Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpiwhvnb1n/_remote_module_non_scriptable.py 2022-05-18T05:14:12.5199290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpawsn2izv 2022-05-18T05:14:12.5224570Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpawsn2izv/_remote_module_non_scriptable.py 2022-05-18T05:14:12.5612910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppdpiy_cl 2022-05-18T05:14:12.5697530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppdpiy_cl/_remote_module_non_scriptable.py 2022-05-18T05:14:12.6399450Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpve3nnv64 2022-05-18T05:14:12.6416210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpve3nnv64/_remote_module_non_scriptable.py 2022-05-18T05:14:13.0746020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:13.0865230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:13.1276060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:13.1607510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:15.7178680Z ok (5.161s) 2022-05-18T05:14:15.7252210Z 2022-05-18T05:14:15.7252830Z ---------------------------------------------------------------------- 2022-05-18T05:14:15.7253110Z Ran 1 test in 5.161s 2022-05-18T05:14:15.7253510Z 2022-05-18T05:14:15.7253580Z OK 2022-05-18T05:14:15.7253690Z 2022-05-18T05:14:15.7253790Z Generating XML reports... 2022-05-18T05:14:15.7254420Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051410.xml 2022-05-18T05:14:17.0692560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxhtnelx9 2022-05-18T05:14:17.0695880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxhtnelx9/_remote_module_non_scriptable.py 2022-05-18T05:14:17.5011030Z 2022-05-18T05:14:17.5012410Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:14:17.5012830Z Running tests... 2022-05-18T05:14:17.5013380Z ---------------------------------------------------------------------- 2022-05-18T05:14:17.9044430Z test_udf_remote_message_delay_timeout (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9667 2022-05-18T05:14:17.9167340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9669 2022-05-18T05:14:17.9353830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9670 2022-05-18T05:14:17.9517620Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9671 2022-05-18T05:14:19.5297750Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsflbq1oa 2022-05-18T05:14:19.5353530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpsflbq1oa/_remote_module_non_scriptable.py 2022-05-18T05:14:19.5590550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe1acyxsq 2022-05-18T05:14:19.5683360Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdb6abw2g 2022-05-18T05:14:19.5759000Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdb6abw2g/_remote_module_non_scriptable.py 2022-05-18T05:14:19.5798820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe1acyxsq/_remote_module_non_scriptable.py 2022-05-18T05:14:19.5863050Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_kw9ky_d 2022-05-18T05:14:19.5942820Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_kw9ky_d/_remote_module_non_scriptable.py 2022-05-18T05:14:20.1110850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:20.1344390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:20.1351340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:20.1352340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:26.8813540Z ok (9.380s) 2022-05-18T05:14:26.8889300Z 2022-05-18T05:14:26.8890210Z ---------------------------------------------------------------------- 2022-05-18T05:14:26.8890530Z Ran 1 test in 9.380s 2022-05-18T05:14:26.8890660Z 2022-05-18T05:14:26.8890730Z OK 2022-05-18T05:14:26.8890820Z 2022-05-18T05:14:26.8890920Z Generating XML reports... 2022-05-18T05:14:26.8891540Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051417.xml 2022-05-18T05:14:28.2686950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaofui526 2022-05-18T05:14:28.2689650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpaofui526/_remote_module_non_scriptable.py 2022-05-18T05:14:28.6873480Z 2022-05-18T05:14:28.6874230Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:14:28.6874610Z Running tests... 2022-05-18T05:14:28.6875010Z ---------------------------------------------------------------------- 2022-05-18T05:14:29.0833240Z test_udf_remote_message_delay_timeout_to_self (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9680 2022-05-18T05:14:29.0991140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9681 2022-05-18T05:14:29.1119180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9682 2022-05-18T05:14:29.1119980Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9683 2022-05-18T05:14:30.6456920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpral0aag3 2022-05-18T05:14:30.6517210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpral0aag3/_remote_module_non_scriptable.py 2022-05-18T05:14:30.7141100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ydx9yaa 2022-05-18T05:14:30.7179700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn2zx_h09 2022-05-18T05:14:30.7243900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpn2zx_h09/_remote_module_non_scriptable.py 2022-05-18T05:14:30.7337130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0ydx9yaa/_remote_module_non_scriptable.py 2022-05-18T05:14:30.7573070Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ndgl21n 2022-05-18T05:14:30.7612720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5ndgl21n/_remote_module_non_scriptable.py 2022-05-18T05:14:31.2114890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:31.2679840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:31.2741580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:31.2907380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:34.4402220Z [E request_callback_no_python.cpp:559] Received error while processing request type 261: false INTERNAL ASSERT FAILED at "../torch/csrc/distributed/rpc/rref_context.cpp":387, please report a bug to PyTorch. Expected OwnerRRef with id GloballyUniqueId(created_on=0, local_id=0) to be created. 2022-05-18T05:14:34.4402940Z Exception raised from getOwnerRRef at ../torch/csrc/distributed/rpc/rref_context.cpp:387 (most recent call first): 2022-05-18T05:14:34.4403520Z frame #0: c10::Error::Error(c10::SourceLocation, std::__1::basic_string, std::__1::allocator >) + 98 (0x11aca1a92 in libc10.dylib) 2022-05-18T05:14:34.4404690Z frame #1: c10::detail::torchCheckFail(char const*, char const*, unsigned int, std::__1::basic_string, std::__1::allocator > const&) + 106 (0x11aca020a in libc10.dylib) 2022-05-18T05:14:34.4405290Z frame #2: c10::detail::torchInternalAssertFail(char const*, char const*, unsigned int, char const*, std::__1::basic_string, std::__1::allocator > const&) + 64 (0x11aca0440 in libc10.dylib) 2022-05-18T05:14:34.4405870Z frame #3: torch::distributed::rpc::RRefContext::getOwnerRRef(torch::distributed::rpc::GloballyUniqueId const&, bool) + 1608 (0x1224d6bd8 in libtorch_cpu.dylib) 2022-05-18T05:14:34.4406580Z frame #4: torch::distributed::rpc::RequestCallbackNoPython::assignOwnerRRef(torch::distributed::rpc::GloballyUniqueId const&, torch::distributed::rpc::GloballyUniqueId const&, c10::intrusive_ptr >) const + 84 (0x1224c0be4 in libtorch_cpu.dylib) 2022-05-18T05:14:34.4407370Z frame #5: torch::distributed::rpc::RequestCallbackImpl::processPythonRemoteCall(torch::distributed::rpc::RpcCommandBase&, std::__1::vector >) const + 179 (0x11a3b5bf3 in libtorch_python.dylib) 2022-05-18T05:14:34.4408380Z frame #6: torch::distributed::rpc::RequestCallbackNoPython::processRpc(torch::distributed::rpc::RpcCommandBase&, torch::distributed::rpc::MessageType const&, std::__1::vector >) const + 617 (0x1224bf899 in libtorch_cpu.dylib) 2022-05-18T05:14:34.4409200Z frame #7: torch::distributed::rpc::RequestCallbackImpl::processRpcWithErrors(torch::distributed::rpc::RpcCommandBase&, torch::distributed::rpc::MessageType const&, std::__1::vector >) const + 74 (0x11a3b67aa in libtorch_python.dylib) 2022-05-18T05:14:34.4411130Z frame #8: c10::intrusive_ptr > c10::ivalue::Future::thenAsync >) const::$_1>(torch::distributed::rpc::RequestCallbackNoPython::processMessage(torch::distributed::rpc::Message&, std::__1::vector >) const::$_1, c10::Type::SingletonOrSharedTypePtr)::'lambda'(c10::ivalue::Future&)::operator()(c10::ivalue::Future&) + 223 (0x1224c7a0f in libtorch_cpu.dylib) 2022-05-18T05:14:34.4412200Z frame #9: torch::distributed::rpc::RequestCallbackNoPython::processMessage(torch::distributed::rpc::Message&, std::__1::vector >) const + 1246 (0x1224bdc2e in libtorch_cpu.dylib) 2022-05-18T05:14:34.4412820Z frame #10: torch::distributed::rpc::RequestCallback::operator()(torch::distributed::rpc::Message&, std::__1::vector >) const + 60 (0x1224bd6bc in libtorch_cpu.dylib) 2022-05-18T05:14:34.4414720Z frame #11: std::__1::__function::__func&)::$_7::operator()(tensorpipe::Error const&, c10::intrusive_ptr >, std::__1::vector >)::'lambda'(), std::__1::allocator&)::$_7::operator()(tensorpipe::Error const&, c10::intrusive_ptr >, std::__1::vector >)::'lambda'()>, void ()>::operator()() + 323 (0x122506b93 in libtorch_cpu.dylib) 2022-05-18T05:14:34.4416040Z frame #12: c10::ThreadPool::main_loop(unsigned long) + 569 (0x11ac93769 in libc10.dylib) 2022-05-18T05:14:34.4416550Z frame #13: void* std::__1::__thread_proxy >, c10::ThreadPool::ThreadPool(int, int, std::__1::function)::$_0> >(void*) + 67 (0x11ac93e13 in libc10.dylib) 2022-05-18T05:14:34.4417050Z frame #14: _pthread_start + 224 (0x7fff206768fc in libsystem_pthread.dylib) 2022-05-18T05:14:34.4417370Z frame #15: thread_start + 15 (0x7fff20672443 in libsystem_pthread.dylib) 2022-05-18T05:14:34.4417640Z 2022-05-18T05:14:34.4418070Z [W tensorpipe_agent.cpp:627] RPC agent for worker0 won't send response to request #0 to worker0, as the agent is shutting down 2022-05-18T05:14:34.6431690Z ok (5.955s) 2022-05-18T05:14:34.6521060Z 2022-05-18T05:14:34.6521630Z ---------------------------------------------------------------------- 2022-05-18T05:14:34.6521960Z Ran 1 test in 5.956s 2022-05-18T05:14:34.6522100Z 2022-05-18T05:14:34.6522170Z OK 2022-05-18T05:14:34.6522270Z 2022-05-18T05:14:34.6522380Z Generating XML reports... 2022-05-18T05:14:34.6522990Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051428.xml 2022-05-18T05:14:36.0060120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpukjtptzd 2022-05-18T05:14:36.0063400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpukjtptzd/_remote_module_non_scriptable.py 2022-05-18T05:14:36.4237900Z 2022-05-18T05:14:36.4238650Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:14:36.4239010Z Running tests... 2022-05-18T05:14:36.4239410Z ---------------------------------------------------------------------- 2022-05-18T05:14:36.8203030Z test_udf_remote_message_dropped_timeout (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9699 2022-05-18T05:14:36.8354320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9700 2022-05-18T05:14:36.8489480Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9701 2022-05-18T05:14:36.8601150Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9702 2022-05-18T05:14:38.4467160Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9nixunou 2022-05-18T05:14:38.4564430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp9nixunou/_remote_module_non_scriptable.py 2022-05-18T05:14:38.4625930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp56avpfaj 2022-05-18T05:14:38.4702810Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp56avpfaj/_remote_module_non_scriptable.py 2022-05-18T05:14:38.4804460Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkg02gqnq 2022-05-18T05:14:38.4805120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpkg02gqnq/_remote_module_non_scriptable.py 2022-05-18T05:14:38.5418550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxkb1d_az 2022-05-18T05:14:38.5467590Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxkb1d_az/_remote_module_non_scriptable.py 2022-05-18T05:14:39.0080660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:39.0253340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:39.0444240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:39.0835010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:46.0285500Z ok (9.604s) 2022-05-18T05:14:46.0356690Z 2022-05-18T05:14:46.0357180Z ---------------------------------------------------------------------- 2022-05-18T05:14:46.0357460Z Ran 1 test in 9.605s 2022-05-18T05:14:46.0357720Z 2022-05-18T05:14:46.0357810Z OK 2022-05-18T05:14:46.0357910Z 2022-05-18T05:14:46.0358020Z Generating XML reports... 2022-05-18T05:14:46.0358620Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051436.xml 2022-05-18T05:14:47.3787780Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb4yvau49 2022-05-18T05:14:47.3790960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb4yvau49/_remote_module_non_scriptable.py 2022-05-18T05:14:47.8136170Z 2022-05-18T05:14:47.8136520Z Running tests... 2022-05-18T05:14:47.8143880Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:14:48.2206770Z ---------------------------------------------------------------------- 2022-05-18T05:14:48.2207930Z test_udf_remote_message_dropped_timeout_to_self (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9711 2022-05-18T05:14:48.2330560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9712 2022-05-18T05:14:48.2465330Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9713 2022-05-18T05:14:48.2623080Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9714 2022-05-18T05:14:49.7986560Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbnyq6264 2022-05-18T05:14:49.8079740Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbnyq6264/_remote_module_non_scriptable.py 2022-05-18T05:14:49.8589570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxr17incu 2022-05-18T05:14:49.8626370Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpxr17incu/_remote_module_non_scriptable.py 2022-05-18T05:14:49.8727440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp228rrpms 2022-05-18T05:14:49.8731980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp228rrpms/_remote_module_non_scriptable.py 2022-05-18T05:14:49.8932710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp097yn5aj 2022-05-18T05:14:49.8979680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp097yn5aj/_remote_module_non_scriptable.py 2022-05-18T05:14:50.4018270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:14:50.4247930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:14:50.4291760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:14:50.4540580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:14:57.2905480Z ok (9.477s) 2022-05-18T05:14:57.2974660Z 2022-05-18T05:14:57.2975270Z ---------------------------------------------------------------------- 2022-05-18T05:14:57.2975570Z Ran 1 test in 9.477s 2022-05-18T05:14:57.2975710Z 2022-05-18T05:14:57.2975780Z OK 2022-05-18T05:14:57.2976480Z 2022-05-18T05:14:57.2976580Z Generating XML reports... 2022-05-18T05:14:57.2977220Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051447.xml 2022-05-18T05:14:58.6795430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp21rrltxs 2022-05-18T05:14:58.6805180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp21rrltxs/_remote_module_non_scriptable.py 2022-05-18T05:14:59.0953640Z 2022-05-18T05:14:59.0954080Z Running tests... 2022-05-18T05:14:59.0954700Z ---------------------------------------------------------------------- 2022-05-18T05:14:59.0955210Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:14:59.4978540Z test_verify_backend_options (__main__.FaultyFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9724 2022-05-18T05:14:59.5131990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9725 2022-05-18T05:14:59.5295770Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9726 2022-05-18T05:14:59.5401580Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9727 2022-05-18T05:15:01.0708510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzp9y6s_s 2022-05-18T05:15:01.0781260Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzp9y6s_s/_remote_module_non_scriptable.py 2022-05-18T05:15:01.1113010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpodwgmbuy 2022-05-18T05:15:01.1177250Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpodwgmbuy/_remote_module_non_scriptable.py 2022-05-18T05:15:01.1307580Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6kac8x5r 2022-05-18T05:15:01.1408300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplsb7nhga 2022-05-18T05:15:01.1412490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplsb7nhga/_remote_module_non_scriptable.py 2022-05-18T05:15:01.1510510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6kac8x5r/_remote_module_non_scriptable.py 2022-05-18T05:15:01.6547210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:01.6768810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:01.6923160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:01.6934760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:08.8062990Z ok (9.711s) 2022-05-18T05:15:08.8131990Z 2022-05-18T05:15:08.8132800Z ---------------------------------------------------------------------- 2022-05-18T05:15:08.8133240Z Ran 1 test in 9.710s 2022-05-18T05:15:08.8133360Z 2022-05-18T05:15:08.8133430Z OK 2022-05-18T05:15:08.8133530Z 2022-05-18T05:15:08.8133630Z Generating XML reports... 2022-05-18T05:15:08.8134260Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyFaultyAgentRpcTest-20220518051459.xml 2022-05-18T05:15:10.1524370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5g4kt35q 2022-05-18T05:15:10.1526980Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5g4kt35q/_remote_module_non_scriptable.py 2022-05-18T05:15:10.5765400Z 2022-05-18T05:15:10.5766150Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:15:10.5766950Z Running tests... 2022-05-18T05:15:10.5767590Z ---------------------------------------------------------------------- 2022-05-18T05:15:10.9650910Z test_remote_timeout_to_here_in_jit (__main__.FaultyJitFaultyAgentRpcTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69178 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.389s) 2022-05-18T05:15:10.9697250Z 2022-05-18T05:15:10.9697820Z ---------------------------------------------------------------------- 2022-05-18T05:15:10.9698310Z Ran 1 test in 0.389s 2022-05-18T05:15:10.9698620Z 2022-05-18T05:15:10.9698800Z OK (skipped=1) 2022-05-18T05:15:10.9698960Z 2022-05-18T05:15:10.9699230Z Generating XML reports... 2022-05-18T05:15:10.9700200Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyJitFaultyAgentRpcTest-20220518051510.xml 2022-05-18T05:15:12.2729280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplxyk9seh 2022-05-18T05:15:12.2732510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplxyk9seh/_remote_module_non_scriptable.py 2022-05-18T05:15:12.6877110Z 2022-05-18T05:15:12.6877840Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:15:12.6878500Z Running tests... 2022-05-18T05:15:12.6878920Z ---------------------------------------------------------------------- 2022-05-18T05:15:13.0862680Z test_rref_timeout_pickle_in_jit (__main__.FaultyJitFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9738 2022-05-18T05:15:13.0988620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9739 2022-05-18T05:15:13.1136600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9740 2022-05-18T05:15:13.1246040Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9741 2022-05-18T05:15:14.6808180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3hkgx7i6 2022-05-18T05:15:14.6829200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3hkgx7i6/_remote_module_non_scriptable.py 2022-05-18T05:15:14.7262670Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplgj982cv 2022-05-18T05:15:14.7314970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplgj982cv/_remote_module_non_scriptable.py 2022-05-18T05:15:14.7416430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpth0dlqlf 2022-05-18T05:15:14.7459130Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpth0dlqlf/_remote_module_non_scriptable.py 2022-05-18T05:15:14.7560620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppd0ckx_1 2022-05-18T05:15:14.7659200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmppd0ckx_1/_remote_module_non_scriptable.py 2022-05-18T05:15:15.2599310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:15.2902610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:15.2910020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:15.3082980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:22.0683960Z ok (9.380s) 2022-05-18T05:15:22.0756600Z 2022-05-18T05:15:22.0757470Z ---------------------------------------------------------------------- 2022-05-18T05:15:22.0757780Z Ran 1 test in 9.380s 2022-05-18T05:15:22.0757950Z 2022-05-18T05:15:22.0758320Z OK 2022-05-18T05:15:22.0758430Z 2022-05-18T05:15:22.0758610Z Generating XML reports... 2022-05-18T05:15:22.0759280Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyJitFaultyAgentRpcTest-20220518051512.xml 2022-05-18T05:15:27.2760290Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ipq_qlz 2022-05-18T05:15:27.2763090Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2ipq_qlz/_remote_module_non_scriptable.py 2022-05-18T05:15:27.8813630Z 2022-05-18T05:15:27.8814390Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:15:27.9065620Z Running tests... 2022-05-18T05:15:27.9166760Z ---------------------------------------------------------------------- 2022-05-18T05:15:28.4730840Z test_rref_timeout_pickle_script_func (__main__.FaultyJitFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9752 2022-05-18T05:15:28.4917880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9753 2022-05-18T05:15:28.5026820Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9754 2022-05-18T05:15:28.5865030Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9755 2022-05-18T05:15:30.3011520Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp13h_bsp9 2022-05-18T05:15:30.3113320Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp326n02uu 2022-05-18T05:15:30.3213930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp326n02uu/_remote_module_non_scriptable.py 2022-05-18T05:15:30.3214620Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp13h_bsp9/_remote_module_non_scriptable.py 2022-05-18T05:15:30.3590150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgrb0h_re 2022-05-18T05:15:30.3621050Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgrb0h_re/_remote_module_non_scriptable.py 2022-05-18T05:15:30.3760990Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb8bd2yy1 2022-05-18T05:15:30.3794220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb8bd2yy1/_remote_module_non_scriptable.py 2022-05-18T05:15:30.8801560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:30.8821800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:30.9207940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:30.9398090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:37.9311780Z ok (10.082s) 2022-05-18T05:15:37.9379250Z 2022-05-18T05:15:37.9379860Z ---------------------------------------------------------------------- 2022-05-18T05:15:37.9380170Z Ran 1 test in 10.082s 2022-05-18T05:15:37.9380670Z 2022-05-18T05:15:37.9380810Z OK 2022-05-18T05:15:37.9380960Z 2022-05-18T05:15:37.9381060Z Generating XML reports... 2022-05-18T05:15:37.9381760Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyJitFaultyAgentRpcTest-20220518051527.xml 2022-05-18T05:15:39.2841000Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8xsyqmov 2022-05-18T05:15:39.2843760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8xsyqmov/_remote_module_non_scriptable.py 2022-05-18T05:15:39.6984610Z 2022-05-18T05:15:39.6984950Z Running tests... 2022-05-18T05:15:39.6985600Z ---------------------------------------------------------------------- 2022-05-18T05:15:39.6986150Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:15:40.0967290Z test_rref_to_here_timeout_in_jit (__main__.FaultyJitFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9765 2022-05-18T05:15:40.1036840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9766 2022-05-18T05:15:40.1159730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9767 2022-05-18T05:15:40.1272570Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9768 2022-05-18T05:15:41.6720010Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpksj7245n 2022-05-18T05:15:41.6786470Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbxmpla14 2022-05-18T05:15:41.6888140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpksj7245n/_remote_module_non_scriptable.py 2022-05-18T05:15:41.6888870Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbxmpla14/_remote_module_non_scriptable.py 2022-05-18T05:15:41.6989890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqzt4m0ur 2022-05-18T05:15:41.7090420Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqzt4m0ur/_remote_module_non_scriptable.py 2022-05-18T05:15:41.7097180Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ium3gir 2022-05-18T05:15:41.7195070Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp4ium3gir/_remote_module_non_scriptable.py 2022-05-18T05:15:42.2549650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:42.2630770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:42.2638730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:42.2722430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:45.1506300Z ok (5.451s) 2022-05-18T05:15:45.1572300Z 2022-05-18T05:15:45.1573100Z ---------------------------------------------------------------------- 2022-05-18T05:15:45.1573410Z Ran 1 test in 5.452s 2022-05-18T05:15:45.1573540Z 2022-05-18T05:15:45.1573610Z OK 2022-05-18T05:15:45.1573710Z 2022-05-18T05:15:45.1573810Z Generating XML reports... 2022-05-18T05:15:45.1574660Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyJitFaultyAgentRpcTest-20220518051539.xml 2022-05-18T05:15:46.4990480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcy1ywgxt 2022-05-18T05:15:46.4993140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpcy1ywgxt/_remote_module_non_scriptable.py 2022-05-18T05:15:46.9185350Z 2022-05-18T05:15:46.9185670Z Running tests... 2022-05-18T05:15:46.9186260Z ---------------------------------------------------------------------- 2022-05-18T05:15:46.9187290Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:15:47.3216980Z test_timeout_in_python (__main__.FaultyJitFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9777 2022-05-18T05:15:47.3372400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9778 2022-05-18T05:15:47.3537060Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9779 2022-05-18T05:15:47.3643780Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9780 2022-05-18T05:15:48.9372150Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk1wi8k8a 2022-05-18T05:15:48.9438390Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk1wi8k8a/_remote_module_non_scriptable.py 2022-05-18T05:15:48.9499840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyn734jw3 2022-05-18T05:15:48.9551010Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyn734jw3/_remote_module_non_scriptable.py 2022-05-18T05:15:48.9638690Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx2jvluem 2022-05-18T05:15:48.9663930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvdgha6bp 2022-05-18T05:15:48.9756210Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpvdgha6bp/_remote_module_non_scriptable.py 2022-05-18T05:15:48.9805760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpx2jvluem/_remote_module_non_scriptable.py 2022-05-18T05:15:49.5110050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:49.5260580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:15:49.5438490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:49.5494510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:54.8013480Z ok (7.883s) 2022-05-18T05:15:54.8082200Z 2022-05-18T05:15:54.8082950Z ---------------------------------------------------------------------- 2022-05-18T05:15:54.8083410Z Ran 1 test in 7.883s 2022-05-18T05:15:54.8083550Z 2022-05-18T05:15:54.8083620Z OK 2022-05-18T05:15:54.8083720Z 2022-05-18T05:15:54.8084050Z Generating XML reports... 2022-05-18T05:15:54.8084740Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyJitFaultyAgentRpcTest-20220518051546.xml 2022-05-18T05:15:56.1427860Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb5gtw7ll 2022-05-18T05:15:56.1430580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb5gtw7ll/_remote_module_non_scriptable.py 2022-05-18T05:15:56.5551800Z 2022-05-18T05:15:56.5552560Z Test results will be stored in test-reports/python-unittest/distributed.rpc.test_faulty_agent 2022-05-18T05:15:56.5552920Z Running tests... 2022-05-18T05:15:56.5553450Z ---------------------------------------------------------------------- 2022-05-18T05:15:56.9536470Z test_timeout_in_torchscript_function (__main__.FaultyJitFaultyAgentRpcTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9789 2022-05-18T05:15:56.9673580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9790 2022-05-18T05:15:56.9776220Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9791 2022-05-18T05:15:56.9911270Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9792 2022-05-18T05:15:58.5204330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpneev9gzy 2022-05-18T05:15:58.5260120Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpneev9gzy/_remote_module_non_scriptable.py 2022-05-18T05:15:58.5392410Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgb_mkalb 2022-05-18T05:15:58.5469290Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgb_mkalb/_remote_module_non_scriptable.py 2022-05-18T05:15:58.5565420Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6vk76iob 2022-05-18T05:15:58.5582400Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6vk76iob/_remote_module_non_scriptable.py 2022-05-18T05:15:58.5667230Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpratmrf22 2022-05-18T05:15:58.5767360Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpratmrf22/_remote_module_non_scriptable.py 2022-05-18T05:15:59.1042640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:15:59.1050680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:15:59.1097640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:15:59.1261730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:04.6975080Z ok (8.142s) 2022-05-18T05:16:04.7041500Z 2022-05-18T05:16:04.7042400Z ---------------------------------------------------------------------- 2022-05-18T05:16:04.7042880Z Ran 1 test in 8.143s 2022-05-18T05:16:04.7043020Z 2022-05-18T05:16:04.7043310Z OK 2022-05-18T05:16:04.7043440Z 2022-05-18T05:16:04.7043550Z Generating XML reports... 2022-05-18T05:16:04.7044180Z Generated XML report: test-reports/python-unittest/distributed.rpc.test_faulty_agent/TEST-FaultyJitFaultyAgentRpcTest-20220518051556.xml 2022-05-18T05:16:05.1437490Z Running distributed/test_c10d_common ... [2022-05-18 05:16:05.143411] 2022-05-18T05:16:05.1438250Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_c10d_common.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:16:05.143545] 2022-05-18T05:16:06.2480260Z test_debug_level (__main__.CommTest) 2022-05-18T05:16:06.2480660Z test_multi_limit_multi_dtype (__main__.ComputeBucketAssignmentTest) 2022-05-18T05:16:06.2481020Z test_multi_limit_single_dtype (__main__.ComputeBucketAssignmentTest) 2022-05-18T05:16:06.2481370Z test_single_limit_multi_dtype (__main__.ComputeBucketAssignmentTest) 2022-05-18T05:16:06.2481860Z test_single_limit_single_dtype (__main__.ComputeBucketAssignmentTest) 2022-05-18T05:16:06.2482220Z test_backend_class_attr (__main__.PythonProcessGroupExtensionTest) 2022-05-18T05:16:06.2482560Z test_collectives (__main__.PythonProcessGroupExtensionTest) 2022-05-18T05:16:06.2482900Z test_get_backend_name (__main__.PythonProcessGroupExtensionTest) 2022-05-18T05:16:06.2483240Z test_send_recv (__main__.PythonProcessGroupExtensionTest) 2022-05-18T05:16:07.3797780Z 2022-05-18T05:16:07.3798130Z Running tests... 2022-05-18T05:16:07.3798750Z ---------------------------------------------------------------------- 2022-05-18T05:16:07.3799260Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_common 2022-05-18T05:16:07.7801570Z test_debug_level (__main__.CommTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9803 2022-05-18T05:16:07.7913180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9804 2022-05-18T05:16:08.9088270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:08.9112730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:09.1522160Z ok (1.772s) 2022-05-18T05:16:09.1594910Z 2022-05-18T05:16:09.1595640Z ---------------------------------------------------------------------- 2022-05-18T05:16:09.1596080Z Ran 1 test in 1.773s 2022-05-18T05:16:09.1596250Z 2022-05-18T05:16:09.1596310Z OK 2022-05-18T05:16:09.1596670Z 2022-05-18T05:16:09.1596790Z Generating XML reports... 2022-05-18T05:16:09.1597350Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_common/TEST-CommTest-20220518051607.xml 2022-05-18T05:16:10.5194230Z 2022-05-18T05:16:10.5195030Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_common 2022-05-18T05:16:10.5195380Z Running tests... 2022-05-18T05:16:10.5195760Z ---------------------------------------------------------------------- 2022-05-18T05:16:10.9086580Z test_multi_limit_multi_dtype (__main__.ComputeBucketAssignmentTest) ... ok (0.389s) 2022-05-18T05:16:10.9133420Z 2022-05-18T05:16:10.9134260Z ---------------------------------------------------------------------- 2022-05-18T05:16:10.9134580Z Ran 1 test in 0.389s 2022-05-18T05:16:10.9134830Z 2022-05-18T05:16:10.9134900Z OK 2022-05-18T05:16:10.9135000Z 2022-05-18T05:16:10.9135100Z Generating XML reports... 2022-05-18T05:16:10.9136160Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_common/TEST-ComputeBucketAssignmentTest-20220518051610.xml 2022-05-18T05:16:12.2492430Z 2022-05-18T05:16:12.2493190Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_common 2022-05-18T05:16:12.2493530Z Running tests... 2022-05-18T05:16:12.2493920Z ---------------------------------------------------------------------- 2022-05-18T05:16:12.6449250Z test_multi_limit_single_dtype (__main__.ComputeBucketAssignmentTest) ... ok (0.396s) 2022-05-18T05:16:12.6500780Z 2022-05-18T05:16:12.6501500Z ---------------------------------------------------------------------- 2022-05-18T05:16:12.6501810Z Ran 1 test in 0.396s 2022-05-18T05:16:12.6501950Z 2022-05-18T05:16:12.6502010Z OK 2022-05-18T05:16:12.6502120Z 2022-05-18T05:16:12.6502210Z Generating XML reports... 2022-05-18T05:16:12.6502830Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_common/TEST-ComputeBucketAssignmentTest-20220518051612.xml 2022-05-18T05:16:13.9898340Z 2022-05-18T05:16:13.9899110Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_common 2022-05-18T05:16:13.9899590Z Running tests... 2022-05-18T05:16:13.9900030Z ---------------------------------------------------------------------- 2022-05-18T05:16:14.3757940Z test_single_limit_multi_dtype (__main__.ComputeBucketAssignmentTest) ... ok (0.386s) 2022-05-18T05:16:14.3807430Z 2022-05-18T05:16:14.3808000Z ---------------------------------------------------------------------- 2022-05-18T05:16:14.3808370Z Ran 1 test in 0.386s 2022-05-18T05:16:14.3808550Z 2022-05-18T05:16:14.3808630Z OK 2022-05-18T05:16:14.3808760Z 2022-05-18T05:16:14.3808880Z Generating XML reports... 2022-05-18T05:16:14.3809630Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_common/TEST-ComputeBucketAssignmentTest-20220518051613.xml 2022-05-18T05:16:15.7008180Z 2022-05-18T05:16:15.7008530Z Running tests... 2022-05-18T05:16:15.7009160Z ---------------------------------------------------------------------- 2022-05-18T05:16:15.7009680Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_common 2022-05-18T05:16:16.0891010Z test_single_limit_single_dtype (__main__.ComputeBucketAssignmentTest) ... ok (0.388s) 2022-05-18T05:16:16.0937060Z 2022-05-18T05:16:16.0937730Z ---------------------------------------------------------------------- 2022-05-18T05:16:16.0938040Z Ran 1 test in 0.388s 2022-05-18T05:16:16.0938790Z 2022-05-18T05:16:16.0938860Z OK 2022-05-18T05:16:16.0938970Z 2022-05-18T05:16:16.0939070Z Generating XML reports... 2022-05-18T05:16:16.0939700Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_common/TEST-ComputeBucketAssignmentTest-20220518051615.xml 2022-05-18T05:16:17.4240110Z 2022-05-18T05:16:17.4240470Z Running tests... 2022-05-18T05:16:17.4241100Z ---------------------------------------------------------------------- 2022-05-18T05:16:17.4241650Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_common 2022-05-18T05:16:17.8240420Z test_backend_class_attr (__main__.PythonProcessGroupExtensionTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9819 2022-05-18T05:16:17.8340760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9820 2022-05-18T05:16:17.8477690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9821 2022-05-18T05:16:17.8581060Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9822 2022-05-18T05:16:19.4223200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:19.4359480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:19.4734380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:19.4763860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:19.7319250Z ok (2.308s) 2022-05-18T05:16:19.7386290Z 2022-05-18T05:16:19.7387010Z ---------------------------------------------------------------------- 2022-05-18T05:16:19.7387320Z Ran 1 test in 2.308s 2022-05-18T05:16:19.7387450Z 2022-05-18T05:16:19.7387510Z OK 2022-05-18T05:16:19.7387600Z 2022-05-18T05:16:19.7387700Z Generating XML reports... 2022-05-18T05:16:19.7388310Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_common/TEST-PythonProcessGroupExtensionTest-20220518051617.xml 2022-05-18T05:16:21.0824180Z 2022-05-18T05:16:21.0824980Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_common 2022-05-18T05:16:21.0825340Z Running tests... 2022-05-18T05:16:21.0825720Z ---------------------------------------------------------------------- 2022-05-18T05:16:21.4847200Z test_collectives (__main__.PythonProcessGroupExtensionTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9830 2022-05-18T05:16:21.4970290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9831 2022-05-18T05:16:21.5093580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9832 2022-05-18T05:16:21.5213600Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9833 2022-05-18T05:16:23.0456570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:23.0869720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:23.0873570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:23.0917050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:16:23.0918190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:16:23.0966030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:23.1015120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:16:23.1116340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:16:23.1217980Z 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:23.1319720Z 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:23.1826320Z 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:23.2333080Z 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:23.5515290Z ok (2.469s) 2022-05-18T05:16:23.5583080Z 2022-05-18T05:16:23.5583600Z ---------------------------------------------------------------------- 2022-05-18T05:16:23.5583920Z Ran 1 test in 2.469s 2022-05-18T05:16:23.5584050Z 2022-05-18T05:16:23.5584120Z OK 2022-05-18T05:16:23.5584220Z 2022-05-18T05:16:23.5584320Z Generating XML reports... 2022-05-18T05:16:23.5584950Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_common/TEST-PythonProcessGroupExtensionTest-20220518051621.xml 2022-05-18T05:16:24.9044210Z 2022-05-18T05:16:24.9044550Z Running tests... 2022-05-18T05:16:24.9045200Z ---------------------------------------------------------------------- 2022-05-18T05:16:24.9045710Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_common 2022-05-18T05:16:25.3007040Z test_get_backend_name (__main__.PythonProcessGroupExtensionTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9842 2022-05-18T05:16:25.3153330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9843 2022-05-18T05:16:25.3290750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9844 2022-05-18T05:16:25.3291230Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9845 2022-05-18T05:16:26.8536010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:26.9034720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:26.9235690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:26.9442070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:27.2085120Z ok (2.303s) 2022-05-18T05:16:27.2147570Z 2022-05-18T05:16:27.2148460Z ---------------------------------------------------------------------- 2022-05-18T05:16:27.2149110Z Ran 1 test in 2.304s 2022-05-18T05:16:27.2149490Z 2022-05-18T05:16:27.2149580Z OK 2022-05-18T05:16:27.2149690Z 2022-05-18T05:16:27.2149810Z Generating XML reports... 2022-05-18T05:16:27.2150470Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_common/TEST-PythonProcessGroupExtensionTest-20220518051624.xml 2022-05-18T05:16:28.5684290Z 2022-05-18T05:16:28.5685040Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_common 2022-05-18T05:16:28.5685380Z Running tests... 2022-05-18T05:16:28.5685770Z ---------------------------------------------------------------------- 2022-05-18T05:16:28.9663550Z test_send_recv (__main__.PythonProcessGroupExtensionTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9853 2022-05-18T05:16:28.9749530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9854 2022-05-18T05:16:28.9898120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 9855 2022-05-18T05:16:29.0002520Z INFO:torch.testing._internal.common_distributed:Started process 3 with pid 9856 2022-05-18T05:16:30.5449150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 3 2022-05-18T05:16:30.5467720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:16:30.5553290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:16:30.5590820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:16:30.5618450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:16:31.5675700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 3 2022-05-18T05:16:31.5676490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:16:31.6020190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:16:31.6022450Z 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:31.6114200Z 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:31.6135520Z 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:31.6907370Z 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:31.9818250Z ok (3.413s) 2022-05-18T05:16:31.9883030Z 2022-05-18T05:16:31.9883980Z ---------------------------------------------------------------------- 2022-05-18T05:16:31.9884290Z Ran 1 test in 3.414s 2022-05-18T05:16:31.9884420Z 2022-05-18T05:16:31.9884590Z OK 2022-05-18T05:16:31.9884700Z 2022-05-18T05:16:31.9884860Z Generating XML reports... 2022-05-18T05:16:31.9885870Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_common/TEST-PythonProcessGroupExtensionTest-20220518051628.xml 2022-05-18T05:16:32.3968920Z Running distributed/test_c10d_nccl ... [2022-05-18 05:16:32.395756] 2022-05-18T05:16:32.3970100Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_c10d_nccl.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:16:32.396220] 2022-05-18T05:16:33.5777720Z , <__main__.CommTest testMethod=test_broadcast_coalesced_nccl>, <__main__.CommTest testMethod=test_nccl_barrier>, <__main__.CommTest testMethod=test_nccl_barrier_device_ids>, <__main__.CommTest testMethod=test_nccl_barrier_device_ids_function_argument>, <__main__.CommTest testMethod=test_nccl_barrier_timeout>, <__main__.CommTest testMethod=test_nccl_barrier_timeout_new_group>, <__main__.CommTest testMethod=test_nccl_barrier_timeout_new_group_non_member>, <__main__.CommTest testMethod=test_nccl_warn_not_in_group_debug_detail>, <__main__.CommTest testMethod=test_nccl_warn_not_in_group_debug_info>, <__main__.CommTest testMethod=test_nccl_warn_not_in_group_debug_off>, <__main__.CommTest testMethod=test_pass_nccl_options_high_priority_stream>, <__main__.CommTest testMethod=test_sequence_num_incremented_nccl_default>, <__main__.CommTest testMethod=test_sequence_num_incremented_nccl_subgroup>, <__main__.CommTest testMethod=test_sequence_num_set_default_pg_nccl>, <__main__.CommTest testMethod=test_sequence_num_set_nccl_new_group>]> 2022-05-18T05:16:33.5779240Z test_all_reduce_coalesced_nccl (__main__.CommTest) 2022-05-18T05:16:33.5779570Z test_broadcast_coalesced_nccl (__main__.CommTest) 2022-05-18T05:16:33.5779820Z test_nccl_barrier (__main__.CommTest) 2022-05-18T05:16:33.5780070Z test_nccl_barrier_device_ids (__main__.CommTest) 2022-05-18T05:16:33.5780360Z test_nccl_barrier_device_ids_function_argument (__main__.CommTest) 2022-05-18T05:16:33.5780640Z test_nccl_barrier_timeout (__main__.CommTest) 2022-05-18T05:16:33.5780910Z test_nccl_barrier_timeout_new_group (__main__.CommTest) 2022-05-18T05:16:33.5781200Z test_nccl_barrier_timeout_new_group_non_member (__main__.CommTest) 2022-05-18T05:16:33.5781500Z test_nccl_warn_not_in_group_debug_detail (__main__.CommTest) 2022-05-18T05:16:33.5781790Z test_nccl_warn_not_in_group_debug_info (__main__.CommTest) 2022-05-18T05:16:33.5782070Z test_nccl_warn_not_in_group_debug_off (__main__.CommTest) 2022-05-18T05:16:33.5782350Z test_pass_nccl_options_high_priority_stream (__main__.CommTest) 2022-05-18T05:16:33.5783130Z test_sequence_num_incremented_nccl_default (__main__.CommTest) 2022-05-18T05:16:33.5783430Z test_sequence_num_incremented_nccl_subgroup (__main__.CommTest) 2022-05-18T05:16:33.5783720Z test_sequence_num_set_default_pg_nccl (__main__.CommTest) 2022-05-18T05:16:33.5784000Z test_sequence_num_set_nccl_new_group (__main__.CommTest) 2022-05-18T05:16:33.5791830Z , <__main__.DistributedDataParallelTest testMethod=test_accumulate_gradients_module_with_grad_is_view>, <__main__.DistributedDataParallelTest testMethod=test_arbitrary_forward_return_value>, <__main__.DistributedDataParallelTest testMethod=test_arbitrary_forward_return_value_grad_is_view>, <__main__.DistributedDataParallelTest testMethod=test_bf16_compress_wrapper_is_view>, <__main__.DistributedDataParallelTest testMethod=test_bf16_compress_wrapper_nccl>, <__main__.DistributedDataParallelTest testMethod=test_builtin_ddp_comm_hooks_nccl>, <__main__.DistributedDataParallelTest testMethod=test_builtin_ddp_comm_hooks_nccl_grad_is_view>, <__main__.DistributedDataParallelTest testMethod=test_ddp_checkpointing_dynamic_module>, <__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_allreduce_hook_nccl>, <__main__.DistributedDataParallelTest testMethod=test_ddp_comm_hook_allreduce_hook_nccl_grad_is_view>, <__main__.DistributedDataParallelTest testMethod=test_ddp_comm_hook_allreduce_hook_nccl_static_graph>, <__main__.DistributedDataParallelTest testMethod=test_ddp_comm_hook_allreduce_with_then_hook_nccl>, <__main__.DistributedDataParallelTest testMethod=test_ddp_comm_hook_future_passing_gpu_nccl>, <__main__.DistributedDataParallelTest testMethod=test_ddp_multi_device_module_config>, <__main__.DistributedDataParallelTest testMethod=test_ddp_weight_sharing>, <__main__.DistributedDataParallelTest testMethod=test_ddp_with_lazy_parameters>, <__main__.DistributedDataParallelTest testMethod=test_default_ddp_comm_hooks_nccl>, <__main__.DistributedDataParallelTest testMethod=test_default_ddp_comm_hooks_nccl_is_view>, <__main__.DistributedDataParallelTest testMethod=test_failure_recovery>, <__main__.DistributedDataParallelTest testMethod=test_find_unused_parameters_kwarg_debug_detail>, <__main__.DistributedDataParallelTest testMethod=test_find_unused_parameters_kwarg_debug_info>, <__main__.DistributedDataParallelTest testMethod=test_find_unused_parameters_kwarg_debug_off>, <__main__.DistributedDataParallelTest testMethod=test_find_unused_parameters_kwarg_grad_is_view_debug_detail>, <__main__.DistributedDataParallelTest testMethod=test_find_unused_parameters_kwarg_grad_is_view_debug_info>, <__main__.DistributedDataParallelTest testMethod=test_find_unused_parameters_kwarg_grad_is_view_debug_off>, <__main__.DistributedDataParallelTest testMethod=test_fp16>, <__main__.DistributedDataParallelTest testMethod=test_fp16_compress_wrapper_is_view>, <__main__.DistributedDataParallelTest testMethod=test_fp16_compress_wrapper_nccl>, <__main__.DistributedDataParallelTest testMethod=test_fp16_grad_is_view>, <__main__.DistributedDataParallelTest testMethod=test_grad_layout_1devicemodule_1replicaperprocess>, <__main__.DistributedDataParallelTest testMethod=test_grad_layout_2devicemodule>, <__main__.DistributedDataParallelTest testMethod=test_invalid_powerSGD_state>, <__main__.DistributedDataParallelTest testMethod=test_multiple_outputs_multiple_backward>, <__main__.DistributedDataParallelTest testMethod=test_multiple_outputs_multiple_backward_grad_is_view>, <__main__.DistributedDataParallelTest testMethod=test_nccl_backend_1gpu_module_device_ids_integer_list>, <__main__.DistributedDataParallelTest testMethod=test_nccl_backend_1gpu_module_device_ids_torch_device_list>, <__main__.DistributedDataParallelTest testMethod=test_nccl_backend_2gpu_module>, <__main__.DistributedDataParallelTest testMethod=test_nccl_backend_4gpu_module>, <__main__.DistributedDataParallelTest testMethod=test_nccl_backend_multi_device_ids_not_allowed>, <__main__.DistributedDataParallelTest testMethod=test_nccl_backend_multi_device_module_device_ids_None>, <__main__.DistributedDataParallelTest testMethod=test_nccl_backend_single_device_module_device_ids_None>, <__main__.DistributedDataParallelTest testMethod=test_nccl_backend_single_device_module_empty_device_ids>, <__main__.DistributedDataParallelTest testMethod=test_nccl_propagate_error_reason>, <__main__.DistributedDataParallelTest testMethod=test_no_grad>, <__main__.DistributedDataParallelTest testMethod=test_param_layout_mismatch_error>, <__main__.DistributedDataParallelTest testMethod=test_pass_default_pg>, <__main__.DistributedDataParallelTest testMethod=test_powerSGD_ddp_comm_hook_nccl>, <__main__.DistributedDataParallelTest testMethod=test_powerSGD_ddp_comm_hook_nccl_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:16:33.5799380Z test_accumulate_gradients_module (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5799830Z test_accumulate_gradients_module_with_grad_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5800210Z test_arbitrary_forward_return_value (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5800590Z test_arbitrary_forward_return_value_grad_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5800970Z test_bf16_compress_wrapper_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5801310Z test_bf16_compress_wrapper_nccl (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5801660Z test_builtin_ddp_comm_hooks_nccl (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5802030Z test_builtin_ddp_comm_hooks_nccl_grad_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5802400Z test_ddp_checkpointing_dynamic_module (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5802780Z test_ddp_checkpointing_dynamic_weight_sharing (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5803170Z test_ddp_checkpointing_once_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5803550Z test_ddp_checkpointing_once_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5803960Z test_ddp_checkpointing_twice_static_graph_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5804390Z test_ddp_checkpointing_twice_static_graph_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5804790Z test_ddp_checkpointing_twice_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5805180Z test_ddp_checkpointing_twice_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5805550Z test_ddp_checkpointing_twice_weight_sharing (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5806210Z test_ddp_checkpointing_unused_params_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5806620Z test_ddp_checkpointing_unused_params_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5807030Z test_ddp_checkpointing_weight_sharing_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5807440Z test_ddp_checkpointing_weight_sharing_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5807890Z test_ddp_comm_hook_allreduce_hook_nccl (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5808270Z test_ddp_comm_hook_allreduce_hook_nccl_grad_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5808670Z test_ddp_comm_hook_allreduce_hook_nccl_static_graph (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5809040Z test_ddp_comm_hook_allreduce_with_then_hook_nccl (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5809420Z test_ddp_comm_hook_future_passing_gpu_nccl (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5809790Z test_ddp_multi_device_module_config (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5810130Z test_ddp_weight_sharing (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5810470Z test_ddp_with_lazy_parameters (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5810820Z test_default_ddp_comm_hooks_nccl (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5811370Z test_default_ddp_comm_hooks_nccl_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5811760Z test_failure_recovery (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5812110Z test_find_unused_parameters_kwarg_debug_detail (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5812500Z test_find_unused_parameters_kwarg_debug_info (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5812880Z test_find_unused_parameters_kwarg_debug_off (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5813270Z test_find_unused_parameters_kwarg_grad_is_view_debug_detail (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5813690Z test_find_unused_parameters_kwarg_grad_is_view_debug_info (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5814090Z test_find_unused_parameters_kwarg_grad_is_view_debug_off (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5814430Z test_fp16 (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5814750Z test_fp16_compress_wrapper_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5815110Z test_fp16_compress_wrapper_nccl (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5815440Z test_fp16_grad_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5815810Z test_grad_layout_1devicemodule_1replicaperprocess (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5816180Z test_grad_layout_2devicemodule (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5816520Z test_invalid_powerSGD_state (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5816880Z test_multiple_outputs_multiple_backward (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5817260Z test_multiple_outputs_multiple_backward_grad_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5817660Z test_nccl_backend_1gpu_module_device_ids_integer_list (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5818070Z test_nccl_backend_1gpu_module_device_ids_torch_device_list (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5818440Z test_nccl_backend_2gpu_module (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5818790Z test_nccl_backend_4gpu_module (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5819140Z test_nccl_backend_multi_device_ids_not_allowed (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5819520Z test_nccl_backend_multi_device_module_device_ids_None (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5819910Z test_nccl_backend_single_device_module_device_ids_None (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5820560Z test_nccl_backend_single_device_module_empty_device_ids (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5820940Z test_nccl_propagate_error_reason (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5821270Z test_no_grad (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5821590Z test_param_layout_mismatch_error (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5821920Z test_pass_default_pg (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5822260Z test_powerSGD_ddp_comm_hook_nccl (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5822620Z test_powerSGD_ddp_comm_hook_nccl_grad_is_view (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5822990Z test_sync_batch_norm_empty_input (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5823350Z test_sync_batch_norm_only_empty_input (__main__.DistributedDataParallelTest) 2022-05-18T05:16:33.5823650Z 2022-05-18T05:16:33.5824880Z , <__main__.NcclErrorHandlingTest testMethod=test_nccl_blocking_wait_with_barrier>, <__main__.NcclErrorHandlingTest testMethod=test_nccl_errors_blocking_abort>, <__main__.NcclErrorHandlingTest testMethod=test_nccl_errors_blocking_clean_exit>, <__main__.NcclErrorHandlingTest testMethod=test_nccl_errors_blocking_nonzero_exit>, <__main__.NcclErrorHandlingTest testMethod=test_nccl_errors_blocking_sigkill>, <__main__.NcclErrorHandlingTest testMethod=test_nccl_errors_blocking_sigterm>, <__main__.NcclErrorHandlingTest testMethod=test_nccl_errors_nonblocking>, <__main__.NcclErrorHandlingTest testMethod=test_nccl_timeout>]> 2022-05-18T05:16:33.5825960Z test_invalid_nccl_blocking_wait_env (__main__.NcclErrorHandlingTest) 2022-05-18T05:16:33.5826300Z test_nccl_blocking_wait_with_barrier (__main__.NcclErrorHandlingTest) 2022-05-18T05:16:33.5826610Z test_nccl_errors_blocking_abort (__main__.NcclErrorHandlingTest) 2022-05-18T05:16:33.5826950Z test_nccl_errors_blocking_clean_exit (__main__.NcclErrorHandlingTest) 2022-05-18T05:16:33.5827280Z test_nccl_errors_blocking_nonzero_exit (__main__.NcclErrorHandlingTest) 2022-05-18T05:16:33.5827600Z test_nccl_errors_blocking_sigkill (__main__.NcclErrorHandlingTest) 2022-05-18T05:16:33.5827930Z test_nccl_errors_blocking_sigterm (__main__.NcclErrorHandlingTest) 2022-05-18T05:16:33.5828240Z test_nccl_errors_nonblocking (__main__.NcclErrorHandlingTest) 2022-05-18T05:16:33.5828540Z test_nccl_timeout (__main__.NcclErrorHandlingTest) 2022-05-18T05:16:33.5829080Z ]> 2022-05-18T05:16:33.5829480Z test_init_no_gpus (__main__.ProcessGroupNCCLNoGPUTest) 2022-05-18T05:16:33.5831050Z , <__main__.ProcessGroupNCCLTest testMethod=test_allgather_base_ops>, <__main__.ProcessGroupNCCLTest testMethod=test_allgather_ops>, <__main__.ProcessGroupNCCLTest testMethod=test_allreduce_ops>, <__main__.ProcessGroupNCCLTest testMethod=test_barrier>, <__main__.ProcessGroupNCCLTest testMethod=test_broadcast_ops>, <__main__.ProcessGroupNCCLTest testMethod=test_empty_tensors>, <__main__.ProcessGroupNCCLTest testMethod=test_gather_checks>, <__main__.ProcessGroupNCCLTest testMethod=test_gather_ops>, <__main__.ProcessGroupNCCLTest testMethod=test_gather_stress>, <__main__.ProcessGroupNCCLTest testMethod=test_reduce_ops>, <__main__.ProcessGroupNCCLTest testMethod=test_reduce_scatter_base_basics>, <__main__.ProcessGroupNCCLTest testMethod=test_reduce_scatter_base_ops>, <__main__.ProcessGroupNCCLTest testMethod=test_reduce_scatter_ops>, <__main__.ProcessGroupNCCLTest testMethod=test_scatter_checks>, <__main__.ProcessGroupNCCLTest testMethod=test_scatter_ops>, <__main__.ProcessGroupNCCLTest testMethod=test_scatter_stress>]> 2022-05-18T05:16:33.5832770Z test_allgather_base_basics (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5833070Z test_allgather_base_ops (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5833630Z test_allgather_ops (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5833920Z test_allreduce_ops (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5834190Z test_barrier (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5834470Z test_broadcast_ops (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5834760Z test_empty_tensors (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5835040Z test_gather_checks (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5835320Z test_gather_ops (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5835600Z test_gather_stress (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5835870Z test_reduce_ops (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5836170Z test_reduce_scatter_base_basics (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5836480Z test_reduce_scatter_base_ops (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5836790Z test_reduce_scatter_ops (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5837080Z test_scatter_checks (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5837370Z test_scatter_ops (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5837640Z test_scatter_stress (__main__.ProcessGroupNCCLTest) 2022-05-18T05:16:33.5837990Z ]> 2022-05-18T05:16:33.5838310Z test_common_errors (__main__.RendezvousEnvTest) 2022-05-18T05:16:33.5838570Z 2022-05-18T05:16:33.5839100Z ]> 2022-05-18T05:16:33.5839490Z test_default_store_timeout_nccl (__main__.TimeoutTest) 2022-05-18T05:16:34.7275580Z 2022-05-18T05:16:34.7276310Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:34.7276660Z Running tests... 2022-05-18T05:16:34.7277050Z ---------------------------------------------------------------------- 2022-05-18T05:16:34.7290600Z test_all_reduce_coalesced_nccl (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:34.7343090Z 2022-05-18T05:16:34.7343620Z ---------------------------------------------------------------------- 2022-05-18T05:16:34.7343910Z Ran 1 test in 0.002s 2022-05-18T05:16:34.7344040Z 2022-05-18T05:16:34.7344120Z OK (skipped=1) 2022-05-18T05:16:34.7344240Z 2022-05-18T05:16:34.7344330Z Generating XML reports... 2022-05-18T05:16:34.7344860Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051634.xml 2022-05-18T05:16:36.0421090Z 2022-05-18T05:16:36.0421430Z Running tests... 2022-05-18T05:16:36.0422160Z ---------------------------------------------------------------------- 2022-05-18T05:16:36.0422680Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:36.0430550Z test_broadcast_coalesced_nccl (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:36.0482520Z 2022-05-18T05:16:36.0482900Z ---------------------------------------------------------------------- 2022-05-18T05:16:36.0483190Z Ran 1 test in 0.001s 2022-05-18T05:16:36.0483320Z 2022-05-18T05:16:36.0483400Z OK (skipped=1) 2022-05-18T05:16:36.0484040Z 2022-05-18T05:16:36.0484150Z Generating XML reports... 2022-05-18T05:16:36.0484700Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051636.xml 2022-05-18T05:16:37.3404040Z 2022-05-18T05:16:37.3404790Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:37.3405130Z Running tests... 2022-05-18T05:16:37.3405520Z ---------------------------------------------------------------------- 2022-05-18T05:16:37.3430860Z test_nccl_barrier (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T05:16:37.3483790Z 2022-05-18T05:16:37.3484660Z ---------------------------------------------------------------------- 2022-05-18T05:16:37.3485400Z Ran 1 test in 0.003s 2022-05-18T05:16:37.3485540Z 2022-05-18T05:16:37.3485620Z OK (skipped=1) 2022-05-18T05:16:37.3485740Z 2022-05-18T05:16:37.3485840Z Generating XML reports... 2022-05-18T05:16:37.3486390Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051637.xml 2022-05-18T05:16:38.6461600Z 2022-05-18T05:16:38.6461930Z Running tests... 2022-05-18T05:16:38.6462560Z ---------------------------------------------------------------------- 2022-05-18T05:16:38.6463100Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:38.6469910Z test_nccl_barrier_device_ids (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:38.6522470Z 2022-05-18T05:16:38.6522830Z ---------------------------------------------------------------------- 2022-05-18T05:16:38.6523330Z Ran 1 test in 0.001s 2022-05-18T05:16:38.6523490Z 2022-05-18T05:16:38.6523570Z OK (skipped=1) 2022-05-18T05:16:38.6523690Z 2022-05-18T05:16:38.6523790Z Generating XML reports... 2022-05-18T05:16:38.6524320Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051638.xml 2022-05-18T05:16:39.9503790Z 2022-05-18T05:16:39.9504110Z Running tests... 2022-05-18T05:16:39.9504700Z ---------------------------------------------------------------------- 2022-05-18T05:16:39.9505660Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:39.9512470Z test_nccl_barrier_device_ids_function_argument (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:39.9566560Z 2022-05-18T05:16:39.9566910Z ---------------------------------------------------------------------- 2022-05-18T05:16:39.9567190Z Ran 1 test in 0.001s 2022-05-18T05:16:39.9567390Z 2022-05-18T05:16:39.9567480Z OK (skipped=1) 2022-05-18T05:16:39.9567600Z 2022-05-18T05:16:39.9567710Z Generating XML reports... 2022-05-18T05:16:39.9568240Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051639.xml 2022-05-18T05:16:41.2744370Z 2022-05-18T05:16:41.2744650Z Running tests... 2022-05-18T05:16:41.2745260Z ---------------------------------------------------------------------- 2022-05-18T05:16:41.2745770Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:41.2754410Z test_nccl_barrier_timeout (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:41.2807410Z 2022-05-18T05:16:41.2807840Z ---------------------------------------------------------------------- 2022-05-18T05:16:41.2808110Z Ran 1 test in 0.001s 2022-05-18T05:16:41.2808360Z 2022-05-18T05:16:41.2808450Z OK (skipped=1) 2022-05-18T05:16:41.2808570Z 2022-05-18T05:16:41.2808670Z Generating XML reports... 2022-05-18T05:16:41.2809210Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051641.xml 2022-05-18T05:16:42.5906350Z 2022-05-18T05:16:42.5907060Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:42.5907410Z Running tests... 2022-05-18T05:16:42.5907790Z ---------------------------------------------------------------------- 2022-05-18T05:16:42.5920560Z test_nccl_barrier_timeout_new_group (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:42.5973920Z 2022-05-18T05:16:42.5974290Z ---------------------------------------------------------------------- 2022-05-18T05:16:42.5974570Z Ran 1 test in 0.002s 2022-05-18T05:16:42.5974820Z 2022-05-18T05:16:42.5974900Z OK (skipped=1) 2022-05-18T05:16:42.5975020Z 2022-05-18T05:16:42.5975110Z Generating XML reports... 2022-05-18T05:16:42.5975760Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051642.xml 2022-05-18T05:16:43.9193910Z 2022-05-18T05:16:43.9195160Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:43.9195520Z Running tests... 2022-05-18T05:16:43.9195920Z ---------------------------------------------------------------------- 2022-05-18T05:16:43.9208030Z test_nccl_barrier_timeout_new_group_non_member (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:43.9260560Z 2022-05-18T05:16:43.9261330Z ---------------------------------------------------------------------- 2022-05-18T05:16:43.9262020Z Ran 1 test in 0.002s 2022-05-18T05:16:43.9262780Z 2022-05-18T05:16:43.9263220Z OK (skipped=1) 2022-05-18T05:16:43.9263670Z 2022-05-18T05:16:43.9264050Z Generating XML reports... 2022-05-18T05:16:43.9264980Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051643.xml 2022-05-18T05:16:45.2576470Z 2022-05-18T05:16:45.2576810Z Running tests... 2022-05-18T05:16:45.2577400Z ---------------------------------------------------------------------- 2022-05-18T05:16:45.2577930Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:45.2582750Z test_nccl_warn_not_in_group_debug_detail (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:45.2635680Z 2022-05-18T05:16:45.2636200Z ---------------------------------------------------------------------- 2022-05-18T05:16:45.2636610Z Ran 1 test in 0.001s 2022-05-18T05:16:45.2637100Z 2022-05-18T05:16:45.2637230Z OK (skipped=1) 2022-05-18T05:16:45.2637360Z 2022-05-18T05:16:45.2637460Z Generating XML reports... 2022-05-18T05:16:45.2638010Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051645.xml 2022-05-18T05:16:46.5747590Z 2022-05-18T05:16:46.5748460Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:46.5748820Z Running tests... 2022-05-18T05:16:46.5749200Z ---------------------------------------------------------------------- 2022-05-18T05:16:46.5753640Z test_nccl_warn_not_in_group_debug_info (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:46.5807750Z 2022-05-18T05:16:46.5808330Z ---------------------------------------------------------------------- 2022-05-18T05:16:46.5808620Z Ran 1 test in 0.001s 2022-05-18T05:16:46.5808870Z 2022-05-18T05:16:46.5808960Z OK (skipped=1) 2022-05-18T05:16:46.5809080Z 2022-05-18T05:16:46.5809190Z Generating XML reports... 2022-05-18T05:16:46.5810000Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051646.xml 2022-05-18T05:16:47.8728400Z 2022-05-18T05:16:47.8728740Z Running tests... 2022-05-18T05:16:47.8729410Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:47.8734030Z ---------------------------------------------------------------------- 2022-05-18T05:16:47.8734460Z test_nccl_warn_not_in_group_debug_off (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:16:47.8786370Z 2022-05-18T05:16:47.8786690Z ---------------------------------------------------------------------- 2022-05-18T05:16:47.8786960Z Ran 1 test in 0.001s 2022-05-18T05:16:47.8787080Z 2022-05-18T05:16:47.8787290Z OK (skipped=1) 2022-05-18T05:16:47.8787420Z 2022-05-18T05:16:47.8787510Z Generating XML reports... 2022-05-18T05:16:47.8788400Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051647.xml 2022-05-18T05:16:49.1954180Z 2022-05-18T05:16:49.1954450Z Running tests... 2022-05-18T05:16:49.1955070Z ---------------------------------------------------------------------- 2022-05-18T05:16:49.1955570Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:49.1968920Z test_pass_nccl_options_high_priority_stream (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:49.2023080Z 2022-05-18T05:16:49.2023470Z ---------------------------------------------------------------------- 2022-05-18T05:16:49.2023750Z Ran 1 test in 0.002s 2022-05-18T05:16:49.2024000Z 2022-05-18T05:16:49.2024090Z OK (skipped=1) 2022-05-18T05:16:49.2024210Z 2022-05-18T05:16:49.2024300Z Generating XML reports... 2022-05-18T05:16:49.2024830Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051649.xml 2022-05-18T05:16:50.4875810Z 2022-05-18T05:16:50.4876580Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:50.4877260Z Running tests... 2022-05-18T05:16:50.4877670Z ---------------------------------------------------------------------- 2022-05-18T05:16:50.4880710Z test_sequence_num_incremented_nccl_default (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:50.4933940Z 2022-05-18T05:16:50.4934660Z ---------------------------------------------------------------------- 2022-05-18T05:16:50.4935000Z Ran 1 test in 0.001s 2022-05-18T05:16:50.4935130Z 2022-05-18T05:16:50.4935220Z OK (skipped=1) 2022-05-18T05:16:50.4935340Z 2022-05-18T05:16:50.4935440Z Generating XML reports... 2022-05-18T05:16:50.4935970Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051650.xml 2022-05-18T05:16:51.8076360Z 2022-05-18T05:16:51.8077750Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:51.8078150Z Running tests... 2022-05-18T05:16:51.8078550Z ---------------------------------------------------------------------- 2022-05-18T05:16:51.8081480Z test_sequence_num_incremented_nccl_subgroup (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:51.8136390Z 2022-05-18T05:16:51.8136840Z ---------------------------------------------------------------------- 2022-05-18T05:16:51.8137160Z Ran 1 test in 0.001s 2022-05-18T05:16:51.8137300Z 2022-05-18T05:16:51.8137380Z OK (skipped=1) 2022-05-18T05:16:51.8137500Z 2022-05-18T05:16:51.8137590Z Generating XML reports... 2022-05-18T05:16:51.8138320Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051651.xml 2022-05-18T05:16:53.1295470Z 2022-05-18T05:16:53.1296210Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:53.1296560Z Running tests... 2022-05-18T05:16:53.1296980Z ---------------------------------------------------------------------- 2022-05-18T05:16:53.1301590Z test_sequence_num_set_default_pg_nccl (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:53.1355790Z 2022-05-18T05:16:53.1356200Z ---------------------------------------------------------------------- 2022-05-18T05:16:53.1356500Z Ran 1 test in 0.001s 2022-05-18T05:16:53.1356620Z 2022-05-18T05:16:53.1356700Z OK (skipped=1) 2022-05-18T05:16:53.1356830Z 2022-05-18T05:16:53.1357050Z Generating XML reports... 2022-05-18T05:16:53.1357580Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051653.xml 2022-05-18T05:16:54.4609160Z 2022-05-18T05:16:54.4609910Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:54.4610250Z Running tests... 2022-05-18T05:16:54.4610630Z ---------------------------------------------------------------------- 2022-05-18T05:16:54.4615640Z test_sequence_num_set_nccl_new_group (__main__.CommTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:16:54.4668600Z 2022-05-18T05:16:54.4669430Z ---------------------------------------------------------------------- 2022-05-18T05:16:54.4670450Z Ran 1 test in 0.001s 2022-05-18T05:16:54.4670610Z 2022-05-18T05:16:54.4670700Z OK (skipped=1) 2022-05-18T05:16:54.4670820Z 2022-05-18T05:16:54.4670920Z Generating XML reports... 2022-05-18T05:16:54.4672040Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-CommTest-20220518051654.xml 2022-05-18T05:16:55.7832760Z 2022-05-18T05:16:55.7833100Z Running tests... 2022-05-18T05:16:55.7833710Z ---------------------------------------------------------------------- 2022-05-18T05:16:55.7834210Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:55.7838490Z test_accumulate_gradients_module (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:16:55.7892310Z 2022-05-18T05:16:55.7893100Z ---------------------------------------------------------------------- 2022-05-18T05:16:55.7893420Z Ran 1 test in 0.001s 2022-05-18T05:16:55.7893550Z 2022-05-18T05:16:55.7893640Z OK (skipped=1) 2022-05-18T05:16:55.7893760Z 2022-05-18T05:16:55.7893860Z Generating XML reports... 2022-05-18T05:16:55.7894460Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051655.xml 2022-05-18T05:16:57.0891040Z 2022-05-18T05:16:57.0891330Z Running tests... 2022-05-18T05:16:57.0891990Z ---------------------------------------------------------------------- 2022-05-18T05:16:57.0892500Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:57.0895850Z test_accumulate_gradients_module_with_grad_is_view (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:16:57.0948500Z 2022-05-18T05:16:57.0948840Z ---------------------------------------------------------------------- 2022-05-18T05:16:57.0949490Z Ran 1 test in 0.001s 2022-05-18T05:16:57.0949630Z 2022-05-18T05:16:57.0949710Z OK (skipped=1) 2022-05-18T05:16:57.0949830Z 2022-05-18T05:16:57.0950190Z Generating XML reports... 2022-05-18T05:16:57.0950800Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051657.xml 2022-05-18T05:16:58.4004360Z 2022-05-18T05:16:58.4005120Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:58.4006060Z Running tests... 2022-05-18T05:16:58.4006770Z ---------------------------------------------------------------------- 2022-05-18T05:16:58.4008930Z test_arbitrary_forward_return_value (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:16:58.4061310Z 2022-05-18T05:16:58.4062250Z ---------------------------------------------------------------------- 2022-05-18T05:16:58.4062560Z Ran 1 test in 0.001s 2022-05-18T05:16:58.4062690Z 2022-05-18T05:16:58.4062800Z OK (skipped=1) 2022-05-18T05:16:58.4062920Z 2022-05-18T05:16:58.4063020Z Generating XML reports... 2022-05-18T05:16:58.4063630Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051658.xml 2022-05-18T05:16:59.7289680Z 2022-05-18T05:16:59.7290010Z Running tests... 2022-05-18T05:16:59.7290690Z ---------------------------------------------------------------------- 2022-05-18T05:16:59.7291200Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:16:59.7294780Z test_arbitrary_forward_return_value_grad_is_view (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:16:59.7346790Z 2022-05-18T05:16:59.7347500Z ---------------------------------------------------------------------- 2022-05-18T05:16:59.7348340Z Ran 1 test in 0.001s 2022-05-18T05:16:59.7348480Z 2022-05-18T05:16:59.7348560Z OK (skipped=1) 2022-05-18T05:16:59.7348680Z 2022-05-18T05:16:59.7348780Z Generating XML reports... 2022-05-18T05:16:59.7349390Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051659.xml 2022-05-18T05:17:01.0268790Z 2022-05-18T05:17:01.0269100Z Running tests... 2022-05-18T05:17:01.0269700Z ---------------------------------------------------------------------- 2022-05-18T05:17:01.0270730Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:01.0276210Z test_bf16_compress_wrapper_is_view (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:17:01.0329720Z 2022-05-18T05:17:01.0330390Z ---------------------------------------------------------------------- 2022-05-18T05:17:01.0330710Z Ran 1 test in 0.001s 2022-05-18T05:17:01.0330850Z 2022-05-18T05:17:01.0330930Z OK (skipped=1) 2022-05-18T05:17:01.0337340Z 2022-05-18T05:17:01.0337450Z Generating XML reports... 2022-05-18T05:17:01.0338080Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051701.xml 2022-05-18T05:17:02.3404190Z 2022-05-18T05:17:02.3404930Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:02.3405270Z Running tests... 2022-05-18T05:17:02.3405680Z ---------------------------------------------------------------------- 2022-05-18T05:17:02.3411260Z test_bf16_compress_wrapper_nccl (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:17:02.3468210Z 2022-05-18T05:17:02.3468690Z ---------------------------------------------------------------------- 2022-05-18T05:17:02.3469010Z Ran 1 test in 0.001s 2022-05-18T05:17:02.3469150Z 2022-05-18T05:17:02.3469310Z OK (skipped=1) 2022-05-18T05:17:02.3469780Z 2022-05-18T05:17:02.3469920Z Generating XML reports... 2022-05-18T05:17:02.3470550Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051702.xml 2022-05-18T05:17:03.6893920Z 2022-05-18T05:17:03.6894250Z Running tests... 2022-05-18T05:17:03.6894860Z ---------------------------------------------------------------------- 2022-05-18T05:17:03.6895370Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:03.6898550Z test_builtin_ddp_comm_hooks_nccl (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:17:03.6950700Z 2022-05-18T05:17:03.6951030Z ---------------------------------------------------------------------- 2022-05-18T05:17:03.6951420Z Ran 1 test in 0.001s 2022-05-18T05:17:03.6951560Z 2022-05-18T05:17:03.6951640Z OK (skipped=1) 2022-05-18T05:17:03.6951750Z 2022-05-18T05:17:03.6951860Z Generating XML reports... 2022-05-18T05:17:03.6952440Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051703.xml 2022-05-18T05:17:04.9862800Z 2022-05-18T05:17:04.9863580Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:04.9863940Z Running tests... 2022-05-18T05:17:04.9864330Z ---------------------------------------------------------------------- 2022-05-18T05:17:04.9868850Z test_builtin_ddp_comm_hooks_nccl_grad_is_view (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:17:04.9961220Z 2022-05-18T05:17:04.9961830Z ---------------------------------------------------------------------- 2022-05-18T05:17:04.9962250Z Ran 1 test in 0.001s 2022-05-18T05:17:04.9962390Z 2022-05-18T05:17:04.9962470Z OK (skipped=1) 2022-05-18T05:17:04.9962590Z 2022-05-18T05:17:04.9962690Z Generating XML reports... 2022-05-18T05:17:04.9963400Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051704.xml 2022-05-18T05:17:06.2961190Z 2022-05-18T05:17:06.2961880Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:06.2962230Z Running tests... 2022-05-18T05:17:06.2962620Z ---------------------------------------------------------------------- 2022-05-18T05:17:06.2971890Z test_ddp_checkpointing_dynamic_module (__main__.DistributedDataParallelTest) 2022-05-18T05:17:06.7050590Z Dynamic module can be checkpointed, multiple times, with non-reentrant ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9919 2022-05-18T05:17:06.7113920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9920 2022-05-18T05:17:07.8962470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:07.8963350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:08.1052490Z skip: Need at least 2 CUDA devices (1.809s) 2022-05-18T05:17:08.1120050Z 2022-05-18T05:17:08.1121070Z ---------------------------------------------------------------------- 2022-05-18T05:17:08.1121660Z Ran 1 test in 1.809s 2022-05-18T05:17:08.1121820Z 2022-05-18T05:17:08.1121910Z OK (skipped=1) 2022-05-18T05:17:08.1122020Z 2022-05-18T05:17:08.1122120Z Generating XML reports... 2022-05-18T05:17:08.1122790Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051706.xml 2022-05-18T05:17:09.5204440Z 2022-05-18T05:17:09.5205210Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:09.5205570Z Running tests... 2022-05-18T05:17:09.5205970Z ---------------------------------------------------------------------- 2022-05-18T05:17:09.5216770Z test_ddp_checkpointing_dynamic_weight_sharing (__main__.DistributedDataParallelTest) 2022-05-18T05:17:09.9396200Z Dynamic module can be checkpointed multiple times with weight sharing ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9926 2022-05-18T05:17:09.9469080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9927 2022-05-18T05:17:11.1036280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:11.1556300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:11.4858650Z skip: Need at least 2 CUDA devices (1.965s) 2022-05-18T05:17:11.4928700Z 2022-05-18T05:17:11.4929200Z ---------------------------------------------------------------------- 2022-05-18T05:17:11.4929480Z Ran 1 test in 1.966s 2022-05-18T05:17:11.4929620Z 2022-05-18T05:17:11.4929690Z OK (skipped=1) 2022-05-18T05:17:11.4929810Z 2022-05-18T05:17:11.4929910Z Generating XML reports... 2022-05-18T05:17:11.4930520Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051709.xml 2022-05-18T05:17:12.9003290Z 2022-05-18T05:17:12.9003610Z Running tests... 2022-05-18T05:17:12.9004210Z ---------------------------------------------------------------------- 2022-05-18T05:17:12.9004840Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:12.9017540Z test_ddp_checkpointing_once_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:17:13.3202850Z DDP works as expected when layer is checkpointed only once. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9933 2022-05-18T05:17:13.3268940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9934 2022-05-18T05:17:14.5431910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:14.5437300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:14.8551580Z skip: Need at least 2 CUDA devices (1.955s) 2022-05-18T05:17:14.8624520Z 2022-05-18T05:17:14.8626080Z ---------------------------------------------------------------------- 2022-05-18T05:17:14.8626400Z Ran 1 test in 1.955s 2022-05-18T05:17:14.8626520Z 2022-05-18T05:17:14.8626600Z OK (skipped=1) 2022-05-18T05:17:14.8626720Z 2022-05-18T05:17:14.8626820Z Generating XML reports... 2022-05-18T05:17:14.8627410Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051712.xml 2022-05-18T05:17:16.2571070Z 2022-05-18T05:17:16.2571970Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:16.2572320Z Running tests... 2022-05-18T05:17:16.2572710Z ---------------------------------------------------------------------- 2022-05-18T05:17:16.2584730Z test_ddp_checkpointing_once_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:17:16.6617560Z DDP works as expected when layer is checkpointed only once. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9941 2022-05-18T05:17:16.6681100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9942 2022-05-18T05:17:17.8401560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:17.8410200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:18.1053660Z skip: Need at least 2 CUDA devices (1.848s) 2022-05-18T05:17:18.1122250Z 2022-05-18T05:17:18.1123160Z ---------------------------------------------------------------------- 2022-05-18T05:17:18.1123460Z Ran 1 test in 1.849s 2022-05-18T05:17:18.1123600Z 2022-05-18T05:17:18.1123680Z OK (skipped=1) 2022-05-18T05:17:18.1123800Z 2022-05-18T05:17:18.1123890Z Generating XML reports... 2022-05-18T05:17:18.1124490Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051716.xml 2022-05-18T05:17:19.5136160Z 2022-05-18T05:17:19.5136970Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:19.5137420Z Running tests... 2022-05-18T05:17:19.5137840Z ---------------------------------------------------------------------- 2022-05-18T05:17:19.5145250Z test_ddp_checkpointing_twice_static_graph_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:17:19.9174890Z Regardless of reentrant or non-reentrant checkpointing impl, ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9948 2022-05-18T05:17:19.9242980Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9949 2022-05-18T05:17:21.1047810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:21.1048610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:21.4276550Z skip: Need at least 2 CUDA devices (1.914s) 2022-05-18T05:17:21.4346860Z 2022-05-18T05:17:21.4347670Z ---------------------------------------------------------------------- 2022-05-18T05:17:21.4348330Z Ran 1 test in 1.915s 2022-05-18T05:17:21.4348550Z 2022-05-18T05:17:21.4348650Z OK (skipped=1) 2022-05-18T05:17:21.4348770Z 2022-05-18T05:17:21.4348860Z Generating XML reports... 2022-05-18T05:17:21.4349520Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051719.xml 2022-05-18T05:17:22.8152710Z 2022-05-18T05:17:22.8153020Z Running tests... 2022-05-18T05:17:22.8153630Z ---------------------------------------------------------------------- 2022-05-18T05:17:22.8154140Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:22.8163800Z test_ddp_checkpointing_twice_static_graph_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:17:23.2271450Z Regardless of reentrant or non-reentrant checkpointing impl, ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9955 2022-05-18T05:17:23.2334700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9956 2022-05-18T05:17:24.4450570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:24.4451440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:24.6942460Z skip: Need at least 2 CUDA devices (1.879s) 2022-05-18T05:17:24.7012370Z 2022-05-18T05:17:24.7013120Z ---------------------------------------------------------------------- 2022-05-18T05:17:24.7013430Z Ran 1 test in 1.879s 2022-05-18T05:17:24.7013570Z 2022-05-18T05:17:24.7013660Z OK (skipped=1) 2022-05-18T05:17:24.7013780Z 2022-05-18T05:17:24.7013880Z Generating XML reports... 2022-05-18T05:17:24.7014480Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051722.xml 2022-05-18T05:17:26.1005800Z 2022-05-18T05:17:26.1006590Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:26.1006940Z Running tests... 2022-05-18T05:17:26.1007340Z ---------------------------------------------------------------------- 2022-05-18T05:17:26.1021380Z test_ddp_checkpointing_twice_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:17:26.4952740Z Checkpoitning twice fails for non-static graph with reentrant checkpoint ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9963 2022-05-18T05:17:26.5042240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9964 2022-05-18T05:17:27.6756160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:27.6784800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:28.0008200Z skip: Need at least 2 CUDA devices (1.900s) 2022-05-18T05:17:28.0080840Z 2022-05-18T05:17:28.0081780Z ---------------------------------------------------------------------- 2022-05-18T05:17:28.0082160Z Ran 1 test in 1.901s 2022-05-18T05:17:28.0082290Z 2022-05-18T05:17:28.0082380Z OK (skipped=1) 2022-05-18T05:17:28.0082500Z 2022-05-18T05:17:28.0082600Z Generating XML reports... 2022-05-18T05:17:28.0083210Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051726.xml 2022-05-18T05:17:29.4176440Z 2022-05-18T05:17:29.4176770Z Running tests... 2022-05-18T05:17:29.4177430Z ---------------------------------------------------------------------- 2022-05-18T05:17:29.4177940Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:29.4191510Z test_ddp_checkpointing_twice_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:17:29.8241270Z Checkpoitning twice fails for non-static graph with reentrant checkpoint ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9970 2022-05-18T05:17:29.8300100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9971 2022-05-18T05:17:30.9941710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:31.0034760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:31.3289730Z skip: Need at least 2 CUDA devices (1.911s) 2022-05-18T05:17:31.3355320Z 2022-05-18T05:17:31.3356480Z ---------------------------------------------------------------------- 2022-05-18T05:17:31.3356810Z Ran 1 test in 1.912s 2022-05-18T05:17:31.3356960Z 2022-05-18T05:17:31.3357040Z OK (skipped=1) 2022-05-18T05:17:31.3357170Z 2022-05-18T05:17:31.3357260Z Generating XML reports... 2022-05-18T05:17:31.3357870Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051729.xml 2022-05-18T05:17:32.7187220Z 2022-05-18T05:17:32.7188010Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:32.7188360Z Running tests... 2022-05-18T05:17:32.7188740Z ---------------------------------------------------------------------- 2022-05-18T05:17:32.7197740Z test_ddp_checkpointing_twice_weight_sharing (__main__.DistributedDataParallelTest) 2022-05-18T05:17:33.1122300Z Checkpointing should work with static graph in the case of checkpointing ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9977 2022-05-18T05:17:33.1185850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9978 2022-05-18T05:17:34.3266130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:34.3467810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:34.5833100Z skip: Need at least 2 CUDA devices (1.864s) 2022-05-18T05:17:34.5898620Z 2022-05-18T05:17:34.5899420Z ---------------------------------------------------------------------- 2022-05-18T05:17:34.5899720Z Ran 1 test in 1.865s 2022-05-18T05:17:34.5899860Z 2022-05-18T05:17:34.5899940Z OK (skipped=1) 2022-05-18T05:17:34.5900060Z 2022-05-18T05:17:34.5900150Z Generating XML reports... 2022-05-18T05:17:34.5900740Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051732.xml 2022-05-18T05:17:35.9857890Z 2022-05-18T05:17:35.9858720Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:35.9859080Z Running tests... 2022-05-18T05:17:35.9859490Z ---------------------------------------------------------------------- 2022-05-18T05:17:35.9872050Z test_ddp_checkpointing_unused_params_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:17:36.3829180Z With reentrant autograd checkpointing impl, DDP will fail when there are ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9985 2022-05-18T05:17:36.3923400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9986 2022-05-18T05:17:37.5672700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:37.5673850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:37.7883580Z skip: Need at least 2 CUDA devices (1.802s) 2022-05-18T05:17:37.7949950Z 2022-05-18T05:17:37.7950670Z ---------------------------------------------------------------------- 2022-05-18T05:17:37.7951310Z Ran 1 test in 1.803s 2022-05-18T05:17:37.7951460Z 2022-05-18T05:17:37.7951820Z OK (skipped=1) 2022-05-18T05:17:37.7951960Z 2022-05-18T05:17:37.7952060Z Generating XML reports... 2022-05-18T05:17:37.7952710Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051735.xml 2022-05-18T05:17:39.1841470Z 2022-05-18T05:17:39.1841810Z Running tests... 2022-05-18T05:17:39.1842440Z ---------------------------------------------------------------------- 2022-05-18T05:17:39.1842950Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:39.1856200Z test_ddp_checkpointing_unused_params_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:17:39.5875470Z With reentrant autograd checkpointing impl, DDP will fail when there are ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9992 2022-05-18T05:17:39.5944730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 9993 2022-05-18T05:17:40.7686590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:40.7687420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:40.9806380Z skip: Need at least 2 CUDA devices (1.796s) 2022-05-18T05:17:40.9872620Z 2022-05-18T05:17:40.9873300Z ---------------------------------------------------------------------- 2022-05-18T05:17:40.9873760Z Ran 1 test in 1.797s 2022-05-18T05:17:40.9873940Z 2022-05-18T05:17:40.9875380Z OK (skipped=1) 2022-05-18T05:17:40.9875560Z 2022-05-18T05:17:40.9875680Z Generating XML reports... 2022-05-18T05:17:40.9876350Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051739.xml 2022-05-18T05:17:42.3878430Z 2022-05-18T05:17:42.3879220Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:42.3880090Z Running tests... 2022-05-18T05:17:42.3880510Z ---------------------------------------------------------------------- 2022-05-18T05:17:42.3896020Z test_ddp_checkpointing_weight_sharing_use_reentrant_False (__main__.DistributedDataParallelTest) 2022-05-18T05:17:42.7867000Z Test that checkpointing with weight sharing works. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 9999 2022-05-18T05:17:42.7929620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10000 2022-05-18T05:17:43.9804370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:43.9805230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:44.2304420Z skip: Need at least 2 CUDA devices (1.842s) 2022-05-18T05:17:44.2371820Z 2022-05-18T05:17:44.2372480Z ---------------------------------------------------------------------- 2022-05-18T05:17:44.2372800Z Ran 1 test in 1.843s 2022-05-18T05:17:44.2372930Z 2022-05-18T05:17:44.2373010Z OK (skipped=1) 2022-05-18T05:17:44.2373360Z 2022-05-18T05:17:44.2373460Z Generating XML reports... 2022-05-18T05:17:44.2374070Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051742.xml 2022-05-18T05:17:45.6180940Z 2022-05-18T05:17:45.6181710Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:45.6182480Z Running tests... 2022-05-18T05:17:45.6182940Z ---------------------------------------------------------------------- 2022-05-18T05:17:45.6199090Z test_ddp_checkpointing_weight_sharing_use_reentrant_True (__main__.DistributedDataParallelTest) 2022-05-18T05:17:46.0181480Z Test that checkpointing with weight sharing works. ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10007 2022-05-18T05:17:46.0244800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10008 2022-05-18T05:17:47.1912330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:17:47.1980090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:17:47.3853260Z skip: Need at least 2 CUDA devices (1.767s) 2022-05-18T05:17:47.3924780Z 2022-05-18T05:17:47.3925430Z ---------------------------------------------------------------------- 2022-05-18T05:17:47.3925720Z Ran 1 test in 1.768s 2022-05-18T05:17:47.3925870Z 2022-05-18T05:17:47.3925940Z OK (skipped=1) 2022-05-18T05:17:47.3926060Z 2022-05-18T05:17:47.3926160Z Generating XML reports... 2022-05-18T05:17:47.3926760Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051745.xml 2022-05-18T05:17:48.7857990Z 2022-05-18T05:17:48.7858900Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:48.7859250Z Running tests... 2022-05-18T05:17:48.7859650Z ---------------------------------------------------------------------- 2022-05-18T05:17:48.7863420Z test_ddp_comm_hook_allreduce_hook_nccl (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:17:48.7918130Z 2022-05-18T05:17:48.7918650Z ---------------------------------------------------------------------- 2022-05-18T05:17:48.7918950Z Ran 1 test in 0.001s 2022-05-18T05:17:48.7919080Z 2022-05-18T05:17:48.7919170Z OK (skipped=1) 2022-05-18T05:17:48.7919300Z 2022-05-18T05:17:48.7919400Z Generating XML reports... 2022-05-18T05:17:48.7920260Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051748.xml 2022-05-18T05:17:50.0904220Z 2022-05-18T05:17:50.0904550Z Running tests... 2022-05-18T05:17:50.0905160Z ---------------------------------------------------------------------- 2022-05-18T05:17:50.0905680Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:50.0909240Z test_ddp_comm_hook_allreduce_hook_nccl_grad_is_view (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:17:50.0962000Z 2022-05-18T05:17:50.0962340Z ---------------------------------------------------------------------- 2022-05-18T05:17:50.0962620Z Ran 1 test in 0.001s 2022-05-18T05:17:50.0962800Z 2022-05-18T05:17:50.0962890Z OK (skipped=1) 2022-05-18T05:17:50.0963010Z 2022-05-18T05:17:50.0963120Z Generating XML reports... 2022-05-18T05:17:50.0963970Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051750.xml 2022-05-18T05:17:51.4117540Z 2022-05-18T05:17:51.4118310Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:51.4118680Z Running tests... 2022-05-18T05:17:51.4119070Z ---------------------------------------------------------------------- 2022-05-18T05:17:51.4122480Z test_ddp_comm_hook_allreduce_hook_nccl_static_graph (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:17:51.4178980Z 2022-05-18T05:17:51.4179620Z ---------------------------------------------------------------------- 2022-05-18T05:17:51.4179940Z Ran 1 test in 0.001s 2022-05-18T05:17:51.4180070Z 2022-05-18T05:17:51.4180160Z OK (skipped=1) 2022-05-18T05:17:51.4180400Z 2022-05-18T05:17:51.4180500Z Generating XML reports... 2022-05-18T05:17:51.4181730Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051751.xml 2022-05-18T05:17:52.7106410Z 2022-05-18T05:17:52.7107140Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:52.7107490Z Running tests... 2022-05-18T05:17:52.7107880Z ---------------------------------------------------------------------- 2022-05-18T05:17:52.7124920Z test_ddp_comm_hook_allreduce_with_then_hook_nccl (__main__.DistributedDataParallelTest) 2022-05-18T05:17:52.7125720Z This unit test verifies whether a DDP communication hook that calls allreduce and then ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:17:52.7180030Z 2022-05-18T05:17:52.7180440Z ---------------------------------------------------------------------- 2022-05-18T05:17:52.7180740Z Ran 1 test in 0.002s 2022-05-18T05:17:52.7181260Z 2022-05-18T05:17:52.7181370Z OK (skipped=1) 2022-05-18T05:17:52.7181500Z 2022-05-18T05:17:52.7181730Z Generating XML reports... 2022-05-18T05:17:52.7182460Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051752.xml 2022-05-18T05:17:54.0198610Z 2022-05-18T05:17:54.0199360Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:54.0199720Z Running tests... 2022-05-18T05:17:54.0200130Z ---------------------------------------------------------------------- 2022-05-18T05:17:54.0210070Z test_ddp_comm_hook_future_passing_gpu_nccl (__main__.DistributedDataParallelTest) 2022-05-18T05:17:54.0210570Z This unit test verifies whether the Future object is passed properly using nccl backend. ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:17:54.0263960Z 2022-05-18T05:17:54.0264450Z ---------------------------------------------------------------------- 2022-05-18T05:17:54.0264730Z Ran 1 test in 0.001s 2022-05-18T05:17:54.0264880Z 2022-05-18T05:17:54.0265210Z OK (skipped=1) 2022-05-18T05:17:54.0265350Z 2022-05-18T05:17:54.0265450Z Generating XML reports... 2022-05-18T05:17:54.0266050Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051754.xml 2022-05-18T05:17:55.3435950Z 2022-05-18T05:17:55.3436720Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:55.3437080Z Running tests... 2022-05-18T05:17:55.3437470Z ---------------------------------------------------------------------- 2022-05-18T05:17:55.3455470Z test_ddp_multi_device_module_config (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:17:55.3511560Z 2022-05-18T05:17:55.3512260Z ---------------------------------------------------------------------- 2022-05-18T05:17:55.3513460Z Ran 1 test in 0.002s 2022-05-18T05:17:55.3513630Z 2022-05-18T05:17:55.3513870Z OK (skipped=1) 2022-05-18T05:17:55.3514070Z 2022-05-18T05:17:55.3514380Z Generating XML reports... 2022-05-18T05:17:55.3515050Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051755.xml 2022-05-18T05:17:56.6414910Z 2022-05-18T05:17:56.6415230Z Running tests... 2022-05-18T05:17:56.6415850Z ---------------------------------------------------------------------- 2022-05-18T05:17:56.6416360Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:56.6441350Z test_ddp_weight_sharing (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:17:56.6505970Z 2022-05-18T05:17:56.6506340Z ---------------------------------------------------------------------- 2022-05-18T05:17:56.6506600Z Ran 1 test in 0.003s 2022-05-18T05:17:56.6506730Z 2022-05-18T05:17:56.6506810Z OK (skipped=1) 2022-05-18T05:17:56.6506930Z 2022-05-18T05:17:56.6507030Z Generating XML reports... 2022-05-18T05:17:56.6507970Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051756.xml 2022-05-18T05:17:57.9492210Z 2022-05-18T05:17:57.9492540Z Running tests... 2022-05-18T05:17:57.9493270Z ---------------------------------------------------------------------- 2022-05-18T05:17:57.9493800Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:57.9501760Z test_ddp_with_lazy_parameters (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:17:57.9554860Z 2022-05-18T05:17:57.9555290Z ---------------------------------------------------------------------- 2022-05-18T05:17:57.9555580Z Ran 1 test in 0.001s 2022-05-18T05:17:57.9555710Z 2022-05-18T05:17:57.9556170Z OK (skipped=1) 2022-05-18T05:17:57.9556320Z 2022-05-18T05:17:57.9556420Z Generating XML reports... 2022-05-18T05:17:57.9557030Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051757.xml 2022-05-18T05:17:59.2468180Z 2022-05-18T05:17:59.2469110Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:17:59.2469510Z Running tests... 2022-05-18T05:17:59.2469890Z ---------------------------------------------------------------------- 2022-05-18T05:17:59.2473210Z test_default_ddp_comm_hooks_nccl (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:17:59.2526070Z 2022-05-18T05:17:59.2526760Z ---------------------------------------------------------------------- 2022-05-18T05:17:59.2527070Z Ran 1 test in 0.001s 2022-05-18T05:17:59.2527210Z 2022-05-18T05:17:59.2527290Z OK (skipped=1) 2022-05-18T05:17:59.2527670Z 2022-05-18T05:17:59.2527770Z Generating XML reports... 2022-05-18T05:17:59.2528380Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051759.xml 2022-05-18T05:18:00.5490410Z 2022-05-18T05:18:00.5491190Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:00.5491550Z Running tests... 2022-05-18T05:18:00.5491940Z ---------------------------------------------------------------------- 2022-05-18T05:18:00.5495190Z test_default_ddp_comm_hooks_nccl_is_view (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:00.5548340Z 2022-05-18T05:18:00.5549250Z ---------------------------------------------------------------------- 2022-05-18T05:18:00.5549560Z Ran 1 test in 0.001s 2022-05-18T05:18:00.5549700Z 2022-05-18T05:18:00.5549780Z OK (skipped=1) 2022-05-18T05:18:00.5549910Z 2022-05-18T05:18:00.5550010Z Generating XML reports... 2022-05-18T05:18:00.5550610Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051800.xml 2022-05-18T05:18:01.8569180Z 2022-05-18T05:18:01.8569550Z Running tests... 2022-05-18T05:18:01.8570320Z ---------------------------------------------------------------------- 2022-05-18T05:18:01.8570960Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:01.8616860Z test_failure_recovery (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.005s) 2022-05-18T05:18:01.8682800Z 2022-05-18T05:18:01.8683660Z ---------------------------------------------------------------------- 2022-05-18T05:18:01.8684260Z Ran 1 test in 0.005s 2022-05-18T05:18:01.8684390Z 2022-05-18T05:18:01.8684470Z OK (skipped=1) 2022-05-18T05:18:01.8684600Z 2022-05-18T05:18:01.8684690Z Generating XML reports... 2022-05-18T05:18:01.8685300Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051801.xml 2022-05-18T05:18:03.1578580Z 2022-05-18T05:18:03.1579290Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:03.1580110Z Running tests... 2022-05-18T05:18:03.1580580Z ---------------------------------------------------------------------- 2022-05-18T05:18:03.1584640Z test_find_unused_parameters_kwarg_debug_detail (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:03.1637680Z 2022-05-18T05:18:03.1638260Z ---------------------------------------------------------------------- 2022-05-18T05:18:03.1638950Z Ran 1 test in 0.001s 2022-05-18T05:18:03.1639100Z 2022-05-18T05:18:03.1639180Z OK (skipped=1) 2022-05-18T05:18:03.1639350Z 2022-05-18T05:18:03.1639450Z Generating XML reports... 2022-05-18T05:18:03.1640160Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051803.xml 2022-05-18T05:18:04.4981890Z 2022-05-18T05:18:04.4982170Z Running tests... 2022-05-18T05:18:04.4990100Z ---------------------------------------------------------------------- 2022-05-18T05:18:04.4990640Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:04.4991240Z test_find_unused_parameters_kwarg_debug_info (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:04.5040190Z 2022-05-18T05:18:04.5040730Z ---------------------------------------------------------------------- 2022-05-18T05:18:04.5041050Z Ran 1 test in 0.001s 2022-05-18T05:18:04.5041340Z 2022-05-18T05:18:04.5041890Z OK (skipped=1) 2022-05-18T05:18:04.5042060Z 2022-05-18T05:18:04.5042200Z Generating XML reports... 2022-05-18T05:18:04.5042850Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051804.xml 2022-05-18T05:18:05.7835020Z 2022-05-18T05:18:05.7835320Z Running tests... 2022-05-18T05:18:05.7835930Z ---------------------------------------------------------------------- 2022-05-18T05:18:05.7836470Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:05.7840840Z test_find_unused_parameters_kwarg_debug_off (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:05.7895220Z 2022-05-18T05:18:05.7895570Z ---------------------------------------------------------------------- 2022-05-18T05:18:05.7895850Z Ran 1 test in 0.001s 2022-05-18T05:18:05.7895980Z 2022-05-18T05:18:05.7896070Z OK (skipped=1) 2022-05-18T05:18:05.7896190Z 2022-05-18T05:18:05.7896660Z Generating XML reports... 2022-05-18T05:18:05.7897410Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051805.xml 2022-05-18T05:18:07.0846670Z 2022-05-18T05:18:07.0847370Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:07.0847730Z Running tests... 2022-05-18T05:18:07.0848120Z ---------------------------------------------------------------------- 2022-05-18T05:18:07.0852800Z test_find_unused_parameters_kwarg_grad_is_view_debug_detail (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:07.0913340Z 2022-05-18T05:18:07.0913930Z ---------------------------------------------------------------------- 2022-05-18T05:18:07.0914380Z Ran 1 test in 0.001s 2022-05-18T05:18:07.0914510Z 2022-05-18T05:18:07.0914590Z OK (skipped=1) 2022-05-18T05:18:07.0914720Z 2022-05-18T05:18:07.0915060Z Generating XML reports... 2022-05-18T05:18:07.0915710Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051807.xml 2022-05-18T05:18:08.3847490Z 2022-05-18T05:18:08.3848260Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:08.3848600Z Running tests... 2022-05-18T05:18:08.3848990Z ---------------------------------------------------------------------- 2022-05-18T05:18:08.3853040Z test_find_unused_parameters_kwarg_grad_is_view_debug_info (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:08.3904100Z 2022-05-18T05:18:08.3904810Z ---------------------------------------------------------------------- 2022-05-18T05:18:08.3905240Z Ran 1 test in 0.001s 2022-05-18T05:18:08.3905370Z 2022-05-18T05:18:08.3905700Z OK (skipped=1) 2022-05-18T05:18:08.3906060Z 2022-05-18T05:18:08.3906500Z Generating XML reports... 2022-05-18T05:18:08.3907190Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051808.xml 2022-05-18T05:18:09.6939260Z 2022-05-18T05:18:09.6940020Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:09.6940370Z Running tests... 2022-05-18T05:18:09.6940760Z ---------------------------------------------------------------------- 2022-05-18T05:18:09.6945000Z test_find_unused_parameters_kwarg_grad_is_view_debug_off (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:09.6997220Z 2022-05-18T05:18:09.6998340Z ---------------------------------------------------------------------- 2022-05-18T05:18:09.6999190Z Ran 1 test in 0.001s 2022-05-18T05:18:09.6999420Z 2022-05-18T05:18:09.6999760Z OK (skipped=1) 2022-05-18T05:18:09.6999900Z 2022-05-18T05:18:10.9916840Z Generating XML reports... 2022-05-18T05:18:10.9917840Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051809.xml 2022-05-18T05:18:10.9918210Z 2022-05-18T05:18:10.9918670Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:10.9918970Z Running tests... 2022-05-18T05:18:10.9919360Z ---------------------------------------------------------------------- 2022-05-18T05:18:10.9920930Z test_fp16 (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:10.9975170Z 2022-05-18T05:18:10.9975880Z ---------------------------------------------------------------------- 2022-05-18T05:18:10.9976200Z Ran 1 test in 0.001s 2022-05-18T05:18:10.9976520Z 2022-05-18T05:18:10.9976660Z OK (skipped=1) 2022-05-18T05:18:10.9976800Z 2022-05-18T05:18:10.9976900Z Generating XML reports... 2022-05-18T05:18:10.9977560Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051810.xml 2022-05-18T05:18:12.3026760Z 2022-05-18T05:18:12.3026990Z Running tests... 2022-05-18T05:18:12.3027730Z ---------------------------------------------------------------------- 2022-05-18T05:18:12.3028310Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:12.3031790Z test_fp16_compress_wrapper_is_view (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:12.3084340Z 2022-05-18T05:18:12.3084680Z ---------------------------------------------------------------------- 2022-05-18T05:18:12.3085190Z Ran 1 test in 0.001s 2022-05-18T05:18:12.3085430Z 2022-05-18T05:18:12.3085650Z OK (skipped=1) 2022-05-18T05:18:12.3085780Z 2022-05-18T05:18:12.3085870Z Generating XML reports... 2022-05-18T05:18:12.3086470Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051812.xml 2022-05-18T05:18:13.6032260Z 2022-05-18T05:18:13.6032970Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:13.6033330Z Running tests... 2022-05-18T05:18:13.6033720Z ---------------------------------------------------------------------- 2022-05-18T05:18:13.6037160Z test_fp16_compress_wrapper_nccl (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:13.6089720Z 2022-05-18T05:18:13.6090040Z ---------------------------------------------------------------------- 2022-05-18T05:18:13.6090630Z Ran 1 test in 0.001s 2022-05-18T05:18:13.6091120Z 2022-05-18T05:18:13.6091220Z OK (skipped=1) 2022-05-18T05:18:13.6091340Z 2022-05-18T05:18:13.6091440Z Generating XML reports... 2022-05-18T05:18:13.6092040Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051813.xml 2022-05-18T05:18:14.9279480Z 2022-05-18T05:18:14.9280220Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:14.9280610Z Running tests... 2022-05-18T05:18:14.9281000Z ---------------------------------------------------------------------- 2022-05-18T05:18:14.9283800Z test_fp16_grad_is_view (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:14.9336370Z 2022-05-18T05:18:14.9337150Z ---------------------------------------------------------------------- 2022-05-18T05:18:14.9337450Z Ran 1 test in 0.001s 2022-05-18T05:18:14.9337590Z 2022-05-18T05:18:14.9337960Z OK (skipped=1) 2022-05-18T05:18:14.9338110Z 2022-05-18T05:18:14.9338450Z Generating XML reports... 2022-05-18T05:18:14.9339110Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051814.xml 2022-05-18T05:18:16.2341920Z 2022-05-18T05:18:16.2342680Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:16.2343040Z Running tests... 2022-05-18T05:18:16.2343430Z ---------------------------------------------------------------------- 2022-05-18T05:18:16.2350660Z test_grad_layout_1devicemodule_1replicaperprocess (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:16.2404170Z 2022-05-18T05:18:16.2404660Z ---------------------------------------------------------------------- 2022-05-18T05:18:16.2404950Z Ran 1 test in 0.001s 2022-05-18T05:18:16.2405090Z 2022-05-18T05:18:16.2405170Z OK (skipped=1) 2022-05-18T05:18:16.2405300Z 2022-05-18T05:18:16.2405400Z Generating XML reports... 2022-05-18T05:18:16.2406230Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051816.xml 2022-05-18T05:18:17.5469250Z 2022-05-18T05:18:17.5469580Z Running tests... 2022-05-18T05:18:17.5470170Z ---------------------------------------------------------------------- 2022-05-18T05:18:17.5470700Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:17.5480680Z test_grad_layout_2devicemodule (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:17.5535530Z 2022-05-18T05:18:17.5536080Z ---------------------------------------------------------------------- 2022-05-18T05:18:17.5537620Z Ran 1 test in 0.001s 2022-05-18T05:18:17.5537770Z 2022-05-18T05:18:17.5537840Z OK (skipped=1) 2022-05-18T05:18:17.5537970Z 2022-05-18T05:18:17.5538070Z Generating XML reports... 2022-05-18T05:18:17.5538750Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051817.xml 2022-05-18T05:18:18.8631210Z 2022-05-18T05:18:18.8631970Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:18.8632310Z Running tests... 2022-05-18T05:18:18.8632690Z ---------------------------------------------------------------------- 2022-05-18T05:18:19.2597680Z test_invalid_powerSGD_state (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10063 2022-05-18T05:18:19.2664870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10064 2022-05-18T05:18:20.4418690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:20.4419510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:20.4425500Z 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:18:20.4426810Z 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:18:20.4427930Z 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:18:20.4429940Z 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:18:20.4431120Z 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:18:20.4432230Z 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:18:20.4433310Z 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:18:20.4434930Z 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:18:20.4436020Z 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:18:20.4437110Z 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:18:20.4438200Z 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:18:20.4439770Z 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:18:20.7501680Z ok (1.887s) 2022-05-18T05:18:20.7575630Z 2022-05-18T05:18:20.7576210Z ---------------------------------------------------------------------- 2022-05-18T05:18:20.7576520Z Ran 1 test in 1.887s 2022-05-18T05:18:20.7576680Z 2022-05-18T05:18:20.7576740Z OK 2022-05-18T05:18:20.7576850Z 2022-05-18T05:18:20.7576950Z Generating XML reports... 2022-05-18T05:18:20.7577820Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051818.xml 2022-05-18T05:18:22.1629820Z 2022-05-18T05:18:22.1630600Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:22.1630950Z Running tests... 2022-05-18T05:18:22.1631490Z ---------------------------------------------------------------------- 2022-05-18T05:18:22.1634250Z test_multiple_outputs_multiple_backward (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:22.1685020Z 2022-05-18T05:18:22.1685720Z ---------------------------------------------------------------------- 2022-05-18T05:18:22.1686180Z Ran 1 test in 0.001s 2022-05-18T05:18:22.1686310Z 2022-05-18T05:18:22.1686390Z OK (skipped=1) 2022-05-18T05:18:22.1686530Z 2022-05-18T05:18:22.1686620Z Generating XML reports... 2022-05-18T05:18:22.1687230Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051822.xml 2022-05-18T05:18:23.4690200Z 2022-05-18T05:18:23.4690990Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:23.4691450Z Running tests... 2022-05-18T05:18:23.4691860Z ---------------------------------------------------------------------- 2022-05-18T05:18:23.4695370Z test_multiple_outputs_multiple_backward_grad_is_view (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:23.4747610Z 2022-05-18T05:18:23.4748080Z ---------------------------------------------------------------------- 2022-05-18T05:18:23.4748950Z Ran 1 test in 0.001s 2022-05-18T05:18:23.4749140Z 2022-05-18T05:18:23.4749230Z OK (skipped=1) 2022-05-18T05:18:23.4749350Z 2022-05-18T05:18:23.4749890Z Generating XML reports... 2022-05-18T05:18:23.4750570Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051823.xml 2022-05-18T05:18:24.7881390Z 2022-05-18T05:18:24.7882140Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:24.7883220Z Running tests... 2022-05-18T05:18:24.7884500Z ---------------------------------------------------------------------- 2022-05-18T05:18:24.7889800Z test_nccl_backend_1gpu_module_device_ids_integer_list (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:24.7943200Z 2022-05-18T05:18:24.7943530Z ---------------------------------------------------------------------- 2022-05-18T05:18:24.7943820Z Ran 1 test in 0.001s 2022-05-18T05:18:24.7943950Z 2022-05-18T05:18:24.7944040Z OK (skipped=1) 2022-05-18T05:18:24.7944150Z 2022-05-18T05:18:24.7944250Z Generating XML reports... 2022-05-18T05:18:24.7945020Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051824.xml 2022-05-18T05:18:26.0880700Z 2022-05-18T05:18:26.0881050Z Running tests... 2022-05-18T05:18:26.0881800Z ---------------------------------------------------------------------- 2022-05-18T05:18:26.0882330Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:26.0889690Z test_nccl_backend_1gpu_module_device_ids_torch_device_list (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:26.0942830Z 2022-05-18T05:18:26.0943470Z ---------------------------------------------------------------------- 2022-05-18T05:18:26.0943770Z Ran 1 test in 0.001s 2022-05-18T05:18:26.0943910Z 2022-05-18T05:18:26.0943990Z OK (skipped=1) 2022-05-18T05:18:26.0944110Z 2022-05-18T05:18:26.0944210Z Generating XML reports... 2022-05-18T05:18:26.0945060Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051826.xml 2022-05-18T05:18:27.3943760Z 2022-05-18T05:18:27.3944090Z Running tests... 2022-05-18T05:18:27.3944730Z ---------------------------------------------------------------------- 2022-05-18T05:18:27.3945260Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:27.3952080Z test_nccl_backend_2gpu_module (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:27.4004850Z 2022-05-18T05:18:27.4005230Z ---------------------------------------------------------------------- 2022-05-18T05:18:27.4005510Z Ran 1 test in 0.001s 2022-05-18T05:18:27.4005640Z 2022-05-18T05:18:27.4005730Z OK (skipped=1) 2022-05-18T05:18:27.4005850Z 2022-05-18T05:18:27.4005940Z Generating XML reports... 2022-05-18T05:18:27.4006540Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051827.xml 2022-05-18T05:18:28.6897950Z 2022-05-18T05:18:28.6898280Z Running tests... 2022-05-18T05:18:28.6898910Z ---------------------------------------------------------------------- 2022-05-18T05:18:28.6899410Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:28.6906050Z test_nccl_backend_4gpu_module (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:28.6957830Z 2022-05-18T05:18:28.6958220Z ---------------------------------------------------------------------- 2022-05-18T05:18:28.6958500Z Ran 1 test in 0.001s 2022-05-18T05:18:28.6958690Z 2022-05-18T05:18:28.6958780Z OK (skipped=1) 2022-05-18T05:18:28.6959380Z 2022-05-18T05:18:28.6959490Z Generating XML reports... 2022-05-18T05:18:28.6960100Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051828.xml 2022-05-18T05:18:29.9823130Z 2022-05-18T05:18:29.9824400Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:29.9824740Z Running tests... 2022-05-18T05:18:29.9825110Z ---------------------------------------------------------------------- 2022-05-18T05:18:29.9831280Z test_nccl_backend_multi_device_ids_not_allowed (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:29.9882960Z 2022-05-18T05:18:29.9883700Z ---------------------------------------------------------------------- 2022-05-18T05:18:29.9883990Z Ran 1 test in 0.001s 2022-05-18T05:18:29.9884140Z 2022-05-18T05:18:29.9884220Z OK (skipped=1) 2022-05-18T05:18:29.9884350Z 2022-05-18T05:18:29.9884440Z Generating XML reports... 2022-05-18T05:18:29.9885040Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051829.xml 2022-05-18T05:18:31.2717710Z 2022-05-18T05:18:31.2718480Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:31.2718840Z Running tests... 2022-05-18T05:18:31.2719220Z ---------------------------------------------------------------------- 2022-05-18T05:18:31.2725610Z test_nccl_backend_multi_device_module_device_ids_None (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:31.2777580Z 2022-05-18T05:18:31.2778220Z ---------------------------------------------------------------------- 2022-05-18T05:18:31.2779050Z Ran 1 test in 0.001s 2022-05-18T05:18:31.2779230Z 2022-05-18T05:18:31.2779320Z OK (skipped=1) 2022-05-18T05:18:31.2779440Z 2022-05-18T05:18:31.2779540Z Generating XML reports... 2022-05-18T05:18:31.2780160Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051831.xml 2022-05-18T05:18:32.5741130Z 2022-05-18T05:18:32.5741870Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:32.5742320Z Running tests... 2022-05-18T05:18:32.5742710Z ---------------------------------------------------------------------- 2022-05-18T05:18:32.5745690Z test_nccl_backend_single_device_module_device_ids_None (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:32.5799010Z 2022-05-18T05:18:32.5799430Z ---------------------------------------------------------------------- 2022-05-18T05:18:32.5799710Z Ran 1 test in 0.001s 2022-05-18T05:18:32.5800600Z 2022-05-18T05:18:32.5800930Z OK (skipped=1) 2022-05-18T05:18:32.5801080Z 2022-05-18T05:18:32.5801180Z Generating XML reports... 2022-05-18T05:18:32.5801840Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051832.xml 2022-05-18T05:18:33.8755730Z 2022-05-18T05:18:33.8756070Z Running tests... 2022-05-18T05:18:33.8756700Z ---------------------------------------------------------------------- 2022-05-18T05:18:33.8757230Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:33.8761350Z test_nccl_backend_single_device_module_empty_device_ids (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:33.8813980Z 2022-05-18T05:18:33.8814360Z ---------------------------------------------------------------------- 2022-05-18T05:18:33.8814630Z Ran 1 test in 0.001s 2022-05-18T05:18:33.8814760Z 2022-05-18T05:18:33.8814850Z OK (skipped=1) 2022-05-18T05:18:33.8814970Z 2022-05-18T05:18:33.8815070Z Generating XML reports... 2022-05-18T05:18:33.8815670Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051833.xml 2022-05-18T05:18:35.2295020Z 2022-05-18T05:18:35.2295350Z Running tests... 2022-05-18T05:18:35.2295970Z ---------------------------------------------------------------------- 2022-05-18T05:18:35.2296480Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:35.2316660Z test_nccl_propagate_error_reason (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:18:35.2370430Z 2022-05-18T05:18:35.2370820Z ---------------------------------------------------------------------- 2022-05-18T05:18:35.2371100Z Ran 1 test in 0.002s 2022-05-18T05:18:35.2371230Z 2022-05-18T05:18:35.2371310Z OK (skipped=1) 2022-05-18T05:18:35.2371430Z 2022-05-18T05:18:35.2371540Z Generating XML reports... 2022-05-18T05:18:35.2372140Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051835.xml 2022-05-18T05:18:36.5452340Z 2022-05-18T05:18:36.5453110Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:36.5453460Z Running tests... 2022-05-18T05:18:36.5453860Z ---------------------------------------------------------------------- 2022-05-18T05:18:36.5479390Z test_no_grad (__main__.DistributedDataParallelTest) 2022-05-18T05:18:36.5480020Z Note: this test can be sped up by only running it on a CPU module ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T05:18:36.5533570Z 2022-05-18T05:18:36.5534190Z ---------------------------------------------------------------------- 2022-05-18T05:18:36.5534500Z Ran 1 test in 0.003s 2022-05-18T05:18:36.5534640Z 2022-05-18T05:18:36.5534720Z OK (skipped=1) 2022-05-18T05:18:36.5534840Z 2022-05-18T05:18:36.5535310Z Generating XML reports... 2022-05-18T05:18:36.5535980Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051836.xml 2022-05-18T05:18:37.8563250Z 2022-05-18T05:18:37.8564030Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:37.8564730Z Running tests... 2022-05-18T05:18:37.8565230Z ---------------------------------------------------------------------- 2022-05-18T05:18:37.8581450Z test_param_layout_mismatch_error (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:18:37.8635280Z 2022-05-18T05:18:37.8635680Z ---------------------------------------------------------------------- 2022-05-18T05:18:37.8635980Z Ran 1 test in 0.002s 2022-05-18T05:18:37.8636110Z 2022-05-18T05:18:37.8636190Z OK (skipped=1) 2022-05-18T05:18:37.8636310Z 2022-05-18T05:18:37.8636400Z Generating XML reports... 2022-05-18T05:18:37.8637010Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051837.xml 2022-05-18T05:18:39.1686580Z 2022-05-18T05:18:39.1686930Z Running tests... 2022-05-18T05:18:39.1687540Z ---------------------------------------------------------------------- 2022-05-18T05:18:39.1688070Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:39.1694940Z test_pass_default_pg (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:39.1747800Z 2022-05-18T05:18:39.1748320Z ---------------------------------------------------------------------- 2022-05-18T05:18:39.1748610Z Ran 1 test in 0.001s 2022-05-18T05:18:39.1748730Z 2022-05-18T05:18:39.1748810Z OK (skipped=1) 2022-05-18T05:18:39.1748930Z 2022-05-18T05:18:39.1749150Z Generating XML reports... 2022-05-18T05:18:39.1749770Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051839.xml 2022-05-18T05:18:40.4672700Z 2022-05-18T05:18:40.4673470Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:40.4673820Z Running tests... 2022-05-18T05:18:40.4674200Z ---------------------------------------------------------------------- 2022-05-18T05:18:40.4678020Z test_powerSGD_ddp_comm_hook_nccl (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:40.4730920Z 2022-05-18T05:18:40.4731390Z ---------------------------------------------------------------------- 2022-05-18T05:18:40.4731670Z Ran 1 test in 0.001s 2022-05-18T05:18:40.4731800Z 2022-05-18T05:18:40.4731880Z OK (skipped=1) 2022-05-18T05:18:40.4732110Z 2022-05-18T05:18:40.4732210Z Generating XML reports... 2022-05-18T05:18:40.4732800Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051840.xml 2022-05-18T05:18:41.7716230Z 2022-05-18T05:18:41.7716560Z Running tests... 2022-05-18T05:18:41.7717180Z ---------------------------------------------------------------------- 2022-05-18T05:18:41.7717680Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:41.7721200Z test_powerSGD_ddp_comm_hook_nccl_grad_is_view (__main__.DistributedDataParallelTest) ... skip: c10d was not compiled with the NCCL backend (0.000s) 2022-05-18T05:18:41.7772590Z 2022-05-18T05:18:41.7773160Z ---------------------------------------------------------------------- 2022-05-18T05:18:41.7773500Z Ran 1 test in 0.001s 2022-05-18T05:18:41.7773620Z 2022-05-18T05:18:41.7773720Z OK (skipped=1) 2022-05-18T05:18:41.7773840Z 2022-05-18T05:18:41.7773940Z Generating XML reports... 2022-05-18T05:18:41.7774550Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051841.xml 2022-05-18T05:18:43.0696280Z 2022-05-18T05:18:43.0697040Z Running tests... 2022-05-18T05:18:43.0697700Z ---------------------------------------------------------------------- 2022-05-18T05:18:43.0698340Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:43.4662520Z test_sync_batch_norm_empty_input (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10104 2022-05-18T05:18:43.4758600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10105 2022-05-18T05:18:44.6550410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:44.6551280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:44.9212660Z skip: Need at least 2 CUDA devices (1.851s) 2022-05-18T05:18:44.9275750Z 2022-05-18T05:18:44.9276590Z ---------------------------------------------------------------------- 2022-05-18T05:18:44.9276920Z Ran 1 test in 1.852s 2022-05-18T05:18:44.9277060Z 2022-05-18T05:18:44.9277150Z OK (skipped=1) 2022-05-18T05:18:44.9277270Z 2022-05-18T05:18:44.9277370Z Generating XML reports... 2022-05-18T05:18:44.9277970Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051843.xml 2022-05-18T05:18:46.3205400Z 2022-05-18T05:18:46.3206170Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:46.3206510Z Running tests... 2022-05-18T05:18:46.3206920Z ---------------------------------------------------------------------- 2022-05-18T05:18:46.7204040Z test_sync_batch_norm_only_empty_input (__main__.DistributedDataParallelTest) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10112 2022-05-18T05:18:46.7276440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10113 2022-05-18T05:18:47.9181330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:18:47.9183540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:18:48.1059330Z skip: Need at least 2 CUDA devices (1.785s) 2022-05-18T05:18:48.1126750Z 2022-05-18T05:18:48.1127240Z ---------------------------------------------------------------------- 2022-05-18T05:18:48.1127550Z Ran 1 test in 1.786s 2022-05-18T05:18:48.1127920Z 2022-05-18T05:18:48.1128020Z OK (skipped=1) 2022-05-18T05:18:48.1128130Z 2022-05-18T05:18:48.1128650Z Generating XML reports... 2022-05-18T05:18:48.1129420Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-DistributedDataParallelTest-20220518051846.xml 2022-05-18T05:18:49.5123490Z 2022-05-18T05:18:49.5124200Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:49.5124540Z Running tests... 2022-05-18T05:18:49.5124930Z ---------------------------------------------------------------------- 2022-05-18T05:18:49.5130190Z test_invalid_nccl_blocking_wait_env (__main__.NcclErrorHandlingTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:49.5195450Z 2022-05-18T05:18:49.5196070Z ---------------------------------------------------------------------- 2022-05-18T05:18:49.5196500Z Ran 1 test in 0.001s 2022-05-18T05:18:49.5196710Z 2022-05-18T05:18:49.5196830Z OK (skipped=1) 2022-05-18T05:18:49.5196990Z 2022-05-18T05:18:49.5197130Z Generating XML reports... 2022-05-18T05:18:49.5197940Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-NcclErrorHandlingTest-20220518051849.xml 2022-05-18T05:18:50.8338040Z 2022-05-18T05:18:50.8338400Z Running tests... 2022-05-18T05:18:50.8339020Z ---------------------------------------------------------------------- 2022-05-18T05:18:50.8339540Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:50.8351350Z test_nccl_blocking_wait_with_barrier (__main__.NcclErrorHandlingTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:50.8403550Z 2022-05-18T05:18:50.8404050Z ---------------------------------------------------------------------- 2022-05-18T05:18:50.8404350Z Ran 1 test in 0.001s 2022-05-18T05:18:50.8404490Z 2022-05-18T05:18:50.8404570Z OK (skipped=1) 2022-05-18T05:18:50.8404820Z 2022-05-18T05:18:50.8404920Z Generating XML reports... 2022-05-18T05:18:50.8405480Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-NcclErrorHandlingTest-20220518051850.xml 2022-05-18T05:18:52.1505720Z 2022-05-18T05:18:52.1506500Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:52.1506830Z Running tests... 2022-05-18T05:18:52.1507220Z ---------------------------------------------------------------------- 2022-05-18T05:18:52.1512800Z test_nccl_errors_blocking_abort (__main__.NcclErrorHandlingTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:52.1564490Z 2022-05-18T05:18:52.1564890Z ---------------------------------------------------------------------- 2022-05-18T05:18:52.1565170Z Ran 1 test in 0.001s 2022-05-18T05:18:52.1565290Z 2022-05-18T05:18:52.1565370Z OK (skipped=1) 2022-05-18T05:18:52.1565620Z 2022-05-18T05:18:52.1565720Z Generating XML reports... 2022-05-18T05:18:52.1566550Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-NcclErrorHandlingTest-20220518051852.xml 2022-05-18T05:18:53.4435290Z 2022-05-18T05:18:53.4436070Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:53.4436420Z Running tests... 2022-05-18T05:18:53.4436800Z ---------------------------------------------------------------------- 2022-05-18T05:18:53.4441840Z test_nccl_errors_blocking_clean_exit (__main__.NcclErrorHandlingTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:53.4493500Z 2022-05-18T05:18:53.4494040Z ---------------------------------------------------------------------- 2022-05-18T05:18:53.4494330Z Ran 1 test in 0.001s 2022-05-18T05:18:53.4494460Z 2022-05-18T05:18:53.4494540Z OK (skipped=1) 2022-05-18T05:18:53.4494790Z 2022-05-18T05:18:53.4494880Z Generating XML reports... 2022-05-18T05:18:53.4495460Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-NcclErrorHandlingTest-20220518051853.xml 2022-05-18T05:18:54.7572610Z 2022-05-18T05:18:54.7573370Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:54.7574750Z Running tests... 2022-05-18T05:18:54.7575850Z ---------------------------------------------------------------------- 2022-05-18T05:18:54.7579800Z test_nccl_errors_blocking_nonzero_exit (__main__.NcclErrorHandlingTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:54.7635070Z 2022-05-18T05:18:54.7635690Z ---------------------------------------------------------------------- 2022-05-18T05:18:54.7635990Z Ran 1 test in 0.001s 2022-05-18T05:18:54.7636130Z 2022-05-18T05:18:54.7636210Z OK (skipped=1) 2022-05-18T05:18:54.7636580Z 2022-05-18T05:18:54.7643730Z Generating XML reports... 2022-05-18T05:18:54.7644430Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-NcclErrorHandlingTest-20220518051854.xml 2022-05-18T05:18:56.0908260Z 2022-05-18T05:18:56.0909080Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:56.0909430Z Running tests... 2022-05-18T05:18:56.0909840Z ---------------------------------------------------------------------- 2022-05-18T05:18:56.0915380Z test_nccl_errors_blocking_sigkill (__main__.NcclErrorHandlingTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:56.0969370Z 2022-05-18T05:18:56.0969850Z ---------------------------------------------------------------------- 2022-05-18T05:18:56.0970150Z Ran 1 test in 0.001s 2022-05-18T05:18:56.0970460Z 2022-05-18T05:18:56.0970540Z OK (skipped=1) 2022-05-18T05:18:56.0971020Z 2022-05-18T05:18:56.0971160Z Generating XML reports... 2022-05-18T05:18:56.0971770Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-NcclErrorHandlingTest-20220518051856.xml 2022-05-18T05:18:57.3923430Z 2022-05-18T05:18:57.3924190Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:57.3924530Z Running tests... 2022-05-18T05:18:57.3924920Z ---------------------------------------------------------------------- 2022-05-18T05:18:57.3931530Z test_nccl_errors_blocking_sigterm (__main__.NcclErrorHandlingTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:18:57.3985430Z 2022-05-18T05:18:57.3985930Z ---------------------------------------------------------------------- 2022-05-18T05:18:57.3986230Z Ran 1 test in 0.001s 2022-05-18T05:18:57.3986360Z 2022-05-18T05:18:57.3986430Z OK (skipped=1) 2022-05-18T05:18:57.3986550Z 2022-05-18T05:18:57.3986640Z Generating XML reports... 2022-05-18T05:18:57.3987220Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-NcclErrorHandlingTest-20220518051857.xml 2022-05-18T05:18:58.6794010Z 2022-05-18T05:18:58.6794800Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:58.6795160Z Running tests... 2022-05-18T05:18:58.6795550Z ---------------------------------------------------------------------- 2022-05-18T05:18:58.6812790Z test_nccl_errors_nonblocking (__main__.NcclErrorHandlingTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:18:58.6865530Z 2022-05-18T05:18:58.6866170Z ---------------------------------------------------------------------- 2022-05-18T05:18:58.6866480Z Ran 1 test in 0.002s 2022-05-18T05:18:58.6866620Z 2022-05-18T05:18:58.6866700Z OK (skipped=1) 2022-05-18T05:18:58.6866820Z 2022-05-18T05:18:58.6867040Z Generating XML reports... 2022-05-18T05:18:58.6867890Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-NcclErrorHandlingTest-20220518051858.xml 2022-05-18T05:18:59.9791210Z 2022-05-18T05:18:59.9791530Z Running tests... 2022-05-18T05:18:59.9792140Z ---------------------------------------------------------------------- 2022-05-18T05:18:59.9792660Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:18:59.9810520Z test_nccl_timeout (__main__.NcclErrorHandlingTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:18:59.9864900Z 2022-05-18T05:18:59.9865280Z ---------------------------------------------------------------------- 2022-05-18T05:18:59.9865970Z Ran 1 test in 0.002s 2022-05-18T05:18:59.9866130Z 2022-05-18T05:18:59.9866320Z OK (skipped=1) 2022-05-18T05:18:59.9866450Z 2022-05-18T05:18:59.9866550Z Generating XML reports... 2022-05-18T05:18:59.9867200Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-NcclErrorHandlingTest-20220518051859.xml 2022-05-18T05:19:01.2842780Z 2022-05-18T05:19:01.2843140Z Running tests... 2022-05-18T05:19:01.2843780Z ---------------------------------------------------------------------- 2022-05-18T05:19:01.2844290Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:01.2850890Z test_init_no_gpus (__main__.ProcessGroupNCCLNoGPUTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:19:01.2903010Z 2022-05-18T05:19:01.2903390Z ---------------------------------------------------------------------- 2022-05-18T05:19:01.2903680Z Ran 1 test in 0.001s 2022-05-18T05:19:01.2903810Z 2022-05-18T05:19:01.2903890Z OK (skipped=1) 2022-05-18T05:19:01.2904010Z 2022-05-18T05:19:01.2904230Z Generating XML reports... 2022-05-18T05:19:01.2904830Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLNoGPUTest-20220518051901.xml 2022-05-18T05:19:02.5769950Z 2022-05-18T05:19:02.5771180Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:02.5771710Z Running tests... 2022-05-18T05:19:02.5772130Z ---------------------------------------------------------------------- 2022-05-18T05:19:02.5790890Z test_allgather_base_basics (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:19:02.5843590Z 2022-05-18T05:19:02.5844120Z ---------------------------------------------------------------------- 2022-05-18T05:19:02.5844420Z Ran 1 test in 0.002s 2022-05-18T05:19:02.5844570Z 2022-05-18T05:19:02.5844650Z OK (skipped=1) 2022-05-18T05:19:02.5844780Z 2022-05-18T05:19:02.5844870Z Generating XML reports... 2022-05-18T05:19:02.5845440Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051902.xml 2022-05-18T05:19:03.8836020Z 2022-05-18T05:19:03.8836790Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:03.8837150Z Running tests... 2022-05-18T05:19:03.8837560Z ---------------------------------------------------------------------- 2022-05-18T05:19:03.8851240Z test_allgather_base_ops (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:19:03.8963220Z 2022-05-18T05:19:03.8963910Z ---------------------------------------------------------------------- 2022-05-18T05:19:03.8964340Z Ran 1 test in 0.002s 2022-05-18T05:19:03.8964530Z 2022-05-18T05:19:03.8964850Z OK (skipped=1) 2022-05-18T05:19:03.8965260Z 2022-05-18T05:19:03.8965370Z Generating XML reports... 2022-05-18T05:19:03.8965960Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051903.xml 2022-05-18T05:19:05.2283970Z 2022-05-18T05:19:05.2284750Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:05.2285120Z Running tests... 2022-05-18T05:19:05.2285500Z ---------------------------------------------------------------------- 2022-05-18T05:19:05.2305590Z test_allgather_ops (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:19:05.2359040Z 2022-05-18T05:19:05.2359590Z ---------------------------------------------------------------------- 2022-05-18T05:19:05.2359910Z Ran 1 test in 0.002s 2022-05-18T05:19:05.2360040Z 2022-05-18T05:19:05.2360120Z OK (skipped=1) 2022-05-18T05:19:05.2360250Z 2022-05-18T05:19:05.2360590Z Generating XML reports... 2022-05-18T05:19:05.2361620Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051905.xml 2022-05-18T05:19:06.5476120Z 2022-05-18T05:19:06.5476450Z Running tests... 2022-05-18T05:19:06.5477090Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:06.5477600Z ---------------------------------------------------------------------- 2022-05-18T05:19:06.5515000Z test_allreduce_ops (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.004s) 2022-05-18T05:19:06.5569060Z 2022-05-18T05:19:06.5569490Z ---------------------------------------------------------------------- 2022-05-18T05:19:06.5569790Z Ran 1 test in 0.004s 2022-05-18T05:19:06.5569920Z 2022-05-18T05:19:06.5570010Z OK (skipped=1) 2022-05-18T05:19:06.5570130Z 2022-05-18T05:19:06.5570230Z Generating XML reports... 2022-05-18T05:19:06.5570800Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051906.xml 2022-05-18T05:19:07.8510500Z 2022-05-18T05:19:07.8510830Z Running tests... 2022-05-18T05:19:07.8511450Z ---------------------------------------------------------------------- 2022-05-18T05:19:07.8511970Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:07.8531810Z test_barrier (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:19:07.8584750Z 2022-05-18T05:19:07.8585430Z ---------------------------------------------------------------------- 2022-05-18T05:19:07.8585750Z Ran 1 test in 0.002s 2022-05-18T05:19:07.8585890Z 2022-05-18T05:19:07.8585980Z OK (skipped=1) 2022-05-18T05:19:07.8586110Z 2022-05-18T05:19:07.8586460Z Generating XML reports... 2022-05-18T05:19:07.8587080Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051907.xml 2022-05-18T05:19:09.1389910Z 2022-05-18T05:19:09.1390670Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:09.1391060Z Running tests... 2022-05-18T05:19:09.1391450Z ---------------------------------------------------------------------- 2022-05-18T05:19:09.1415550Z test_broadcast_ops (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:19:09.1472520Z 2022-05-18T05:19:09.1473090Z ---------------------------------------------------------------------- 2022-05-18T05:19:09.1473770Z Ran 1 test in 0.003s 2022-05-18T05:19:09.1473910Z 2022-05-18T05:19:09.1474000Z OK (skipped=1) 2022-05-18T05:19:09.1474120Z 2022-05-18T05:19:09.1474220Z Generating XML reports... 2022-05-18T05:19:09.1474800Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051909.xml 2022-05-18T05:19:10.4490100Z 2022-05-18T05:19:10.4490830Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:10.4491200Z Running tests... 2022-05-18T05:19:10.4491590Z ---------------------------------------------------------------------- 2022-05-18T05:19:10.4513540Z test_empty_tensors (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:19:10.4565190Z 2022-05-18T05:19:10.4565740Z ---------------------------------------------------------------------- 2022-05-18T05:19:10.4566170Z Ran 1 test in 0.003s 2022-05-18T05:19:10.4566300Z 2022-05-18T05:19:10.4566400Z OK (skipped=1) 2022-05-18T05:19:10.4566520Z 2022-05-18T05:19:10.4566610Z Generating XML reports... 2022-05-18T05:19:10.4568310Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051910.xml 2022-05-18T05:19:11.7588790Z 2022-05-18T05:19:11.7589670Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:11.7590180Z Running tests... 2022-05-18T05:19:11.7590820Z ---------------------------------------------------------------------- 2022-05-18T05:19:11.7620060Z test_gather_checks (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T05:19:11.7672980Z 2022-05-18T05:19:11.7673810Z ---------------------------------------------------------------------- 2022-05-18T05:19:11.7674130Z Ran 1 test in 0.003s 2022-05-18T05:19:11.7674520Z 2022-05-18T05:19:11.7674610Z OK (skipped=1) 2022-05-18T05:19:11.7674740Z 2022-05-18T05:19:11.7674840Z Generating XML reports... 2022-05-18T05:19:11.7675450Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051911.xml 2022-05-18T05:19:13.0587560Z 2022-05-18T05:19:13.0588300Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:13.0588650Z Running tests... 2022-05-18T05:19:13.0589040Z ---------------------------------------------------------------------- 2022-05-18T05:19:13.0612890Z test_gather_ops (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:19:13.0666060Z 2022-05-18T05:19:13.0666690Z ---------------------------------------------------------------------- 2022-05-18T05:19:13.0667120Z Ran 1 test in 0.003s 2022-05-18T05:19:13.0667260Z 2022-05-18T05:19:13.0667350Z OK (skipped=1) 2022-05-18T05:19:13.0667470Z 2022-05-18T05:19:13.0667810Z Generating XML reports... 2022-05-18T05:19:13.0668790Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051913.xml 2022-05-18T05:19:14.3667230Z 2022-05-18T05:19:14.3668010Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:14.3668360Z Running tests... 2022-05-18T05:19:14.3668760Z ---------------------------------------------------------------------- 2022-05-18T05:19:14.3696810Z test_gather_stress (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T05:19:14.3751140Z 2022-05-18T05:19:14.3751490Z ---------------------------------------------------------------------- 2022-05-18T05:19:14.3751790Z Ran 1 test in 0.003s 2022-05-18T05:19:14.3751920Z 2022-05-18T05:19:14.3751990Z OK (skipped=1) 2022-05-18T05:19:14.3752110Z 2022-05-18T05:19:14.3752210Z Generating XML reports... 2022-05-18T05:19:14.3752770Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051914.xml 2022-05-18T05:19:15.6951240Z 2022-05-18T05:19:15.6952060Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:15.6952410Z Running tests... 2022-05-18T05:19:15.6952810Z ---------------------------------------------------------------------- 2022-05-18T05:19:15.6975690Z test_reduce_ops (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:19:15.7026800Z 2022-05-18T05:19:15.7027200Z ---------------------------------------------------------------------- 2022-05-18T05:19:15.7027500Z Ran 1 test in 0.003s 2022-05-18T05:19:15.7027630Z 2022-05-18T05:19:15.7027710Z OK (skipped=1) 2022-05-18T05:19:15.7027830Z 2022-05-18T05:19:15.7028050Z Generating XML reports... 2022-05-18T05:19:15.7028630Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051915.xml 2022-05-18T05:19:16.9828380Z 2022-05-18T05:19:16.9829130Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:16.9829500Z Running tests... 2022-05-18T05:19:16.9829890Z ---------------------------------------------------------------------- 2022-05-18T05:19:16.9847780Z test_reduce_scatter_base_basics (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:19:16.9900080Z 2022-05-18T05:19:16.9900410Z ---------------------------------------------------------------------- 2022-05-18T05:19:16.9900690Z Ran 1 test in 0.002s 2022-05-18T05:19:16.9901610Z 2022-05-18T05:19:16.9901700Z OK (skipped=1) 2022-05-18T05:19:16.9901820Z 2022-05-18T05:19:16.9901910Z Generating XML reports... 2022-05-18T05:19:16.9902500Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051916.xml 2022-05-18T05:19:18.2848430Z 2022-05-18T05:19:18.2849220Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:18.2849570Z Running tests... 2022-05-18T05:19:18.2850080Z ---------------------------------------------------------------------- 2022-05-18T05:19:18.2862780Z test_reduce_scatter_base_ops (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:19:18.2915160Z 2022-05-18T05:19:18.2915750Z ---------------------------------------------------------------------- 2022-05-18T05:19:18.2916050Z Ran 1 test in 0.002s 2022-05-18T05:19:18.2916190Z 2022-05-18T05:19:18.2916270Z OK (skipped=1) 2022-05-18T05:19:18.2916400Z 2022-05-18T05:19:18.2916500Z Generating XML reports... 2022-05-18T05:19:18.2917070Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051918.xml 2022-05-18T05:19:19.6070440Z 2022-05-18T05:19:19.6071150Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:19.6071490Z Running tests... 2022-05-18T05:19:19.6071880Z ---------------------------------------------------------------------- 2022-05-18T05:19:19.6128040Z test_reduce_scatter_ops (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.006s) 2022-05-18T05:19:19.6184600Z 2022-05-18T05:19:19.6185350Z ---------------------------------------------------------------------- 2022-05-18T05:19:19.6185830Z Ran 1 test in 0.006s 2022-05-18T05:19:19.6185980Z 2022-05-18T05:19:19.6186260Z OK (skipped=1) 2022-05-18T05:19:19.6186390Z 2022-05-18T05:19:19.6186680Z Generating XML reports... 2022-05-18T05:19:19.6187310Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051919.xml 2022-05-18T05:19:20.9207240Z 2022-05-18T05:19:20.9207990Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:20.9208350Z Running tests... 2022-05-18T05:19:20.9208870Z ---------------------------------------------------------------------- 2022-05-18T05:19:20.9232040Z test_scatter_checks (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:19:20.9285950Z 2022-05-18T05:19:20.9286630Z ---------------------------------------------------------------------- 2022-05-18T05:19:20.9287070Z Ran 1 test in 0.003s 2022-05-18T05:19:20.9287380Z 2022-05-18T05:19:20.9287850Z OK (skipped=1) 2022-05-18T05:19:20.9288060Z 2022-05-18T05:19:20.9288400Z Generating XML reports... 2022-05-18T05:19:20.9289040Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051920.xml 2022-05-18T05:19:22.2582210Z 2022-05-18T05:19:22.2582980Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:22.2583320Z Running tests... 2022-05-18T05:19:22.2583690Z ---------------------------------------------------------------------- 2022-05-18T05:19:22.2604600Z test_scatter_ops (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:19:22.2657410Z 2022-05-18T05:19:22.2658040Z ---------------------------------------------------------------------- 2022-05-18T05:19:22.2658360Z Ran 1 test in 0.002s 2022-05-18T05:19:22.2658500Z 2022-05-18T05:19:22.2658680Z OK (skipped=1) 2022-05-18T05:19:22.2658820Z 2022-05-18T05:19:22.2658920Z Generating XML reports... 2022-05-18T05:19:22.2659590Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051922.xml 2022-05-18T05:19:23.5726040Z 2022-05-18T05:19:23.5726800Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:23.5727850Z Running tests... 2022-05-18T05:19:23.5728260Z ---------------------------------------------------------------------- 2022-05-18T05:19:23.5754180Z test_scatter_stress (__main__.ProcessGroupNCCLTest) ... skip: c10d was not compiled with the NCCL backend (0.003s) 2022-05-18T05:19:23.5808660Z 2022-05-18T05:19:23.5809190Z ---------------------------------------------------------------------- 2022-05-18T05:19:23.5809500Z Ran 1 test in 0.003s 2022-05-18T05:19:23.5809630Z 2022-05-18T05:19:23.5809710Z OK (skipped=1) 2022-05-18T05:19:23.5810080Z 2022-05-18T05:19:23.5810200Z Generating XML reports... 2022-05-18T05:19:23.5810790Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-ProcessGroupNCCLTest-20220518051923.xml 2022-05-18T05:19:24.8837080Z 2022-05-18T05:19:24.8837410Z Running tests... 2022-05-18T05:19:24.8838270Z ---------------------------------------------------------------------- 2022-05-18T05:19:24.8838840Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:24.8899990Z test_common_errors (__main__.RendezvousEnvTest) ... skip: c10d was not compiled with the NCCL backend (0.006s) 2022-05-18T05:19:24.8953090Z 2022-05-18T05:19:24.8953630Z ---------------------------------------------------------------------- 2022-05-18T05:19:24.8953940Z Ran 1 test in 0.007s 2022-05-18T05:19:24.8954050Z 2022-05-18T05:19:24.8954140Z OK (skipped=1) 2022-05-18T05:19:24.8954620Z 2022-05-18T05:19:24.8954760Z Generating XML reports... 2022-05-18T05:19:24.8955340Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-RendezvousEnvTest-20220518051924.xml 2022-05-18T05:19:26.2109950Z 2022-05-18T05:19:26.2110730Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_nccl 2022-05-18T05:19:26.2111060Z Running tests... 2022-05-18T05:19:26.2111440Z ---------------------------------------------------------------------- 2022-05-18T05:19:26.2115980Z test_default_store_timeout_nccl (__main__.TimeoutTest) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:19:26.2168920Z 2022-05-18T05:19:26.2169310Z ---------------------------------------------------------------------- 2022-05-18T05:19:26.2169580Z Ran 1 test in 0.001s 2022-05-18T05:19:26.2169710Z 2022-05-18T05:19:26.2169800Z OK (skipped=1) 2022-05-18T05:19:26.2169920Z 2022-05-18T05:19:26.2170010Z Generating XML reports... 2022-05-18T05:19:26.2170530Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_nccl/TEST-TimeoutTest-20220518051926.xml 2022-05-18T05:19:26.5453090Z Running distributed/test_c10d_spawn_nccl ... [2022-05-18 05:19:26.544674] 2022-05-18T05:19:26.5453840Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_c10d_spawn_nccl.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:19:26.544842] 2022-05-18T05:19:27.6358300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp75fynx73 2022-05-18T05:19:27.6362880Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp75fynx73/_remote_module_non_scriptable.py 2022-05-18T05:19:28.0227080Z , <__main__.ProcessGroupShareTensorTest testMethod=test_shared_allreduce_nccl>, <__main__.ProcessGroupShareTensorTest testMethod=test_shared_broadcast_nccl>, <__main__.ProcessGroupShareTensorTest testMethod=test_shared_reduce_nccl>]> 2022-05-18T05:19:28.0227940Z test_shared_allgather_nccl (__main__.ProcessGroupShareTensorTest) 2022-05-18T05:19:28.0228290Z test_shared_allreduce_nccl (__main__.ProcessGroupShareTensorTest) 2022-05-18T05:19:28.0228630Z test_shared_broadcast_nccl (__main__.ProcessGroupShareTensorTest) 2022-05-18T05:19:28.0228960Z test_shared_reduce_nccl (__main__.ProcessGroupShareTensorTest) 2022-05-18T05:19:28.0229900Z 2022-05-18T05:19:28.0230210Z 2022-05-18T05:19:28.0231140Z , <__main__.TestDistributedNNFunctionsNccl testMethod=test_all_to_all>, <__main__.TestDistributedNNFunctionsNccl testMethod=test_all_to_all_single>, <__main__.TestDistributedNNFunctionsNccl testMethod=test_allreduce>, <__main__.TestDistributedNNFunctionsNccl testMethod=test_broadcast>, <__main__.TestDistributedNNFunctionsNccl testMethod=test_reduce>, <__main__.TestDistributedNNFunctionsNccl testMethod=test_reduce_scatter>]> 2022-05-18T05:19:28.0232050Z test_all_gather (__main__.TestDistributedNNFunctionsNccl) 2022-05-18T05:19:28.0232510Z test_all_to_all (__main__.TestDistributedNNFunctionsNccl) 2022-05-18T05:19:28.0232840Z test_all_to_all_single (__main__.TestDistributedNNFunctionsNccl) 2022-05-18T05:19:28.0233170Z test_allreduce (__main__.TestDistributedNNFunctionsNccl) 2022-05-18T05:19:28.0233490Z test_broadcast (__main__.TestDistributedNNFunctionsNccl) 2022-05-18T05:19:28.0233800Z test_reduce (__main__.TestDistributedNNFunctionsNccl) 2022-05-18T05:19:28.0234120Z test_reduce_scatter (__main__.TestDistributedNNFunctionsNccl) 2022-05-18T05:19:29.1322970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpim47tb0n 2022-05-18T05:19:29.1326650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpim47tb0n/_remote_module_non_scriptable.py 2022-05-18T05:19:29.5226680Z 2022-05-18T05:19:29.5227450Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_nccl 2022-05-18T05:19:29.5227800Z Running tests... 2022-05-18T05:19:29.5228190Z ---------------------------------------------------------------------- 2022-05-18T05:19:29.5235450Z test_shared_allgather_nccl (__main__.ProcessGroupShareTensorTest) ... skip: At least 2 CUDA GPUS needed (0.001s) 2022-05-18T05:19:29.5290330Z 2022-05-18T05:19:29.5290830Z ---------------------------------------------------------------------- 2022-05-18T05:19:29.5291110Z Ran 1 test in 0.001s 2022-05-18T05:19:29.5291250Z 2022-05-18T05:19:29.5291330Z OK (skipped=1) 2022-05-18T05:19:29.5291460Z 2022-05-18T05:19:29.5291550Z Generating XML reports... 2022-05-18T05:19:29.5292160Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_nccl/TEST-ProcessGroupShareTensorTest-20220518051929.xml 2022-05-18T05:19:30.8297430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0_mqbzsn 2022-05-18T05:19:30.8300720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp0_mqbzsn/_remote_module_non_scriptable.py 2022-05-18T05:19:31.2253970Z 2022-05-18T05:19:31.2254750Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_nccl 2022-05-18T05:19:31.2255140Z Running tests... 2022-05-18T05:19:31.2255540Z ---------------------------------------------------------------------- 2022-05-18T05:19:31.2262170Z test_shared_allreduce_nccl (__main__.ProcessGroupShareTensorTest) ... skip: At least 2 CUDA GPUS needed (0.001s) 2022-05-18T05:19:31.2316790Z 2022-05-18T05:19:31.2317480Z ---------------------------------------------------------------------- 2022-05-18T05:19:31.2317790Z Ran 1 test in 0.001s 2022-05-18T05:19:31.2317930Z 2022-05-18T05:19:31.2318010Z OK (skipped=1) 2022-05-18T05:19:31.2318130Z 2022-05-18T05:19:31.2318210Z Generating XML reports... 2022-05-18T05:19:31.2319060Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_nccl/TEST-ProcessGroupShareTensorTest-20220518051931.xml 2022-05-18T05:19:32.5289910Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7qyjv6pw 2022-05-18T05:19:32.5292770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7qyjv6pw/_remote_module_non_scriptable.py 2022-05-18T05:19:32.9131520Z 2022-05-18T05:19:32.9131860Z Running tests... 2022-05-18T05:19:32.9132470Z ---------------------------------------------------------------------- 2022-05-18T05:19:32.9133000Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_nccl 2022-05-18T05:19:32.9139960Z test_shared_broadcast_nccl (__main__.ProcessGroupShareTensorTest) ... skip: At least 2 CUDA GPUS needed (0.001s) 2022-05-18T05:19:32.9193330Z 2022-05-18T05:19:32.9193810Z ---------------------------------------------------------------------- 2022-05-18T05:19:32.9194100Z Ran 1 test in 0.001s 2022-05-18T05:19:32.9194230Z 2022-05-18T05:19:32.9194310Z OK (skipped=1) 2022-05-18T05:19:32.9194420Z 2022-05-18T05:19:32.9194520Z Generating XML reports... 2022-05-18T05:19:32.9195380Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_nccl/TEST-ProcessGroupShareTensorTest-20220518051932.xml 2022-05-18T05:19:34.2088790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpixblmo_u 2022-05-18T05:19:34.2091500Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpixblmo_u/_remote_module_non_scriptable.py 2022-05-18T05:19:34.5988020Z 2022-05-18T05:19:34.5989290Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_nccl 2022-05-18T05:19:34.5989690Z Running tests... 2022-05-18T05:19:34.5990100Z ---------------------------------------------------------------------- 2022-05-18T05:19:34.5995950Z test_shared_reduce_nccl (__main__.ProcessGroupShareTensorTest) ... skip: At least 2 CUDA GPUS needed (0.001s) 2022-05-18T05:19:34.6050060Z 2022-05-18T05:19:34.6050560Z ---------------------------------------------------------------------- 2022-05-18T05:19:34.6050860Z Ran 1 test in 0.001s 2022-05-18T05:19:34.6051000Z 2022-05-18T05:19:34.6051090Z OK (skipped=1) 2022-05-18T05:19:34.6051200Z 2022-05-18T05:19:34.6051290Z Generating XML reports... 2022-05-18T05:19:34.6051910Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_nccl/TEST-ProcessGroupShareTensorTest-20220518051934.xml 2022-05-18T05:19:35.9262270Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyf4gx4iu 2022-05-18T05:19:35.9265100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyf4gx4iu/_remote_module_non_scriptable.py 2022-05-18T05:19:36.3124530Z 2022-05-18T05:19:36.3125310Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_nccl 2022-05-18T05:19:36.3125670Z Running tests... 2022-05-18T05:19:36.3126060Z ---------------------------------------------------------------------- 2022-05-18T05:19:36.3130870Z test_all_gather (__main__.TestDistributedNNFunctionsNccl) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:19:36.3184230Z 2022-05-18T05:19:36.3184810Z ---------------------------------------------------------------------- 2022-05-18T05:19:36.3185080Z Ran 1 test in 0.001s 2022-05-18T05:19:36.3185240Z 2022-05-18T05:19:36.3185320Z OK (skipped=1) 2022-05-18T05:19:36.3185440Z 2022-05-18T05:19:36.3185540Z Generating XML reports... 2022-05-18T05:19:36.3186160Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_nccl/TEST-TestDistributedNNFunctionsNccl-20220518051936.xml 2022-05-18T05:19:37.6139790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2q6v0vd_ 2022-05-18T05:19:37.6147040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp2q6v0vd_/_remote_module_non_scriptable.py 2022-05-18T05:19:38.0030410Z 2022-05-18T05:19:38.0031190Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_nccl 2022-05-18T05:19:38.0032200Z Running tests... 2022-05-18T05:19:38.0032610Z ---------------------------------------------------------------------- 2022-05-18T05:19:38.0035580Z test_all_to_all (__main__.TestDistributedNNFunctionsNccl) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:19:38.0089190Z 2022-05-18T05:19:38.0089760Z ---------------------------------------------------------------------- 2022-05-18T05:19:38.0090060Z Ran 1 test in 0.001s 2022-05-18T05:19:38.0090190Z 2022-05-18T05:19:38.0090270Z OK (skipped=1) 2022-05-18T05:19:38.0090390Z 2022-05-18T05:19:38.0090610Z Generating XML reports... 2022-05-18T05:19:38.0091230Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_nccl/TEST-TestDistributedNNFunctionsNccl-20220518051938.xml 2022-05-18T05:19:39.2967140Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnb9l63r0 2022-05-18T05:19:39.2969970Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnb9l63r0/_remote_module_non_scriptable.py 2022-05-18T05:19:39.6831480Z 2022-05-18T05:19:39.6831800Z Running tests... 2022-05-18T05:19:39.6832420Z ---------------------------------------------------------------------- 2022-05-18T05:19:39.6832960Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_nccl 2022-05-18T05:19:39.6837860Z test_all_to_all_single (__main__.TestDistributedNNFunctionsNccl) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:19:39.6891010Z 2022-05-18T05:19:39.6891480Z ---------------------------------------------------------------------- 2022-05-18T05:19:39.6891770Z Ran 1 test in 0.001s 2022-05-18T05:19:39.6891900Z 2022-05-18T05:19:39.6891980Z OK (skipped=1) 2022-05-18T05:19:39.6892100Z 2022-05-18T05:19:39.6892190Z Generating XML reports... 2022-05-18T05:19:39.6893210Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_nccl/TEST-TestDistributedNNFunctionsNccl-20220518051939.xml 2022-05-18T05:19:40.9834330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7_oqt2qq 2022-05-18T05:19:40.9837160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7_oqt2qq/_remote_module_non_scriptable.py 2022-05-18T05:19:41.3749510Z 2022-05-18T05:19:41.3750330Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_nccl 2022-05-18T05:19:41.3750690Z Running tests... 2022-05-18T05:19:41.3751110Z ---------------------------------------------------------------------- 2022-05-18T05:19:41.3754840Z test_allreduce (__main__.TestDistributedNNFunctionsNccl) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:19:41.3811130Z 2022-05-18T05:19:41.3811720Z ---------------------------------------------------------------------- 2022-05-18T05:19:41.3812030Z Ran 1 test in 0.001s 2022-05-18T05:19:41.3812180Z 2022-05-18T05:19:41.3812260Z OK (skipped=1) 2022-05-18T05:19:41.3812380Z 2022-05-18T05:19:41.3812480Z Generating XML reports... 2022-05-18T05:19:41.3813080Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_nccl/TEST-TestDistributedNNFunctionsNccl-20220518051941.xml 2022-05-18T05:19:42.6819550Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo848g09y 2022-05-18T05:19:42.6822960Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpo848g09y/_remote_module_non_scriptable.py 2022-05-18T05:19:43.0656470Z 2022-05-18T05:19:43.0657390Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_nccl 2022-05-18T05:19:43.0658620Z Running tests... 2022-05-18T05:19:43.0659090Z ---------------------------------------------------------------------- 2022-05-18T05:19:43.0663100Z test_broadcast (__main__.TestDistributedNNFunctionsNccl) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:19:43.0717790Z 2022-05-18T05:19:43.0718500Z ---------------------------------------------------------------------- 2022-05-18T05:19:43.0718810Z Ran 1 test in 0.001s 2022-05-18T05:19:43.0718940Z 2022-05-18T05:19:43.0719150Z OK (skipped=1) 2022-05-18T05:19:43.0719270Z 2022-05-18T05:19:43.0719370Z Generating XML reports... 2022-05-18T05:19:43.0720010Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_nccl/TEST-TestDistributedNNFunctionsNccl-20220518051943.xml 2022-05-18T05:19:44.3874920Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpatgp_kke 2022-05-18T05:19:44.3877580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpatgp_kke/_remote_module_non_scriptable.py 2022-05-18T05:19:44.7914660Z 2022-05-18T05:19:44.7915420Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_nccl 2022-05-18T05:19:44.7915770Z Running tests... 2022-05-18T05:19:44.7916150Z ---------------------------------------------------------------------- 2022-05-18T05:19:44.7923620Z test_reduce (__main__.TestDistributedNNFunctionsNccl) ... skip: c10d was not compiled with the NCCL backend (0.001s) 2022-05-18T05:19:44.7986890Z 2022-05-18T05:19:44.7987770Z ---------------------------------------------------------------------- 2022-05-18T05:19:44.7988110Z Ran 1 test in 0.001s 2022-05-18T05:19:44.7988230Z 2022-05-18T05:19:44.7988310Z OK (skipped=1) 2022-05-18T05:19:44.7988430Z 2022-05-18T05:19:44.7988530Z Generating XML reports... 2022-05-18T05:19:44.7989160Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_nccl/TEST-TestDistributedNNFunctionsNccl-20220518051944.xml 2022-05-18T05:19:46.1642830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeh_enxm1 2022-05-18T05:19:46.1652680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeh_enxm1/_remote_module_non_scriptable.py 2022-05-18T05:19:46.5484070Z 2022-05-18T05:19:46.5484810Z Test results will be stored in test-reports/python-unittest/distributed.test_c10d_spawn_nccl 2022-05-18T05:19:46.5485160Z Running tests... 2022-05-18T05:19:46.5485560Z ---------------------------------------------------------------------- 2022-05-18T05:19:46.5507920Z test_reduce_scatter (__main__.TestDistributedNNFunctionsNccl) ... skip: c10d was not compiled with the NCCL backend (0.002s) 2022-05-18T05:19:46.5562930Z 2022-05-18T05:19:46.5563530Z ---------------------------------------------------------------------- 2022-05-18T05:19:46.5563840Z Ran 1 test in 0.003s 2022-05-18T05:19:46.5563970Z 2022-05-18T05:19:46.5564060Z OK (skipped=1) 2022-05-18T05:19:46.5564170Z 2022-05-18T05:19:46.5564650Z Generating XML reports... 2022-05-18T05:19:46.5565330Z Generated XML report: test-reports/python-unittest/distributed.test_c10d_spawn_nccl/TEST-TestDistributedNNFunctionsNccl-20220518051946.xml 2022-05-18T05:19:47.0266510Z Running distributed/test_distributed_spawn ... [2022-05-18 05:19:47.002974] 2022-05-18T05:19:47.0266990Z MPI not available -- MPI backend tests will be skipped 2022-05-18T05:19:47.0267320Z Running distributed tests for the test backend with env init_method 2022-05-18T05:19:47.0268060Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_distributed_spawn.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:19:47.026354] 2022-05-18T05:19:48.8501070Z 2022-05-18T05:19:48.9901980Z Running distributed tests for the test backend with file init_method 2022-05-18T05:19:48.9902910Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_distributed_spawn.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:19:48.989960] 2022-05-18T05:19:50.3615550Z 2022-05-18T05:19:50.5052670Z Running distributed tests for the gloo backend with env init_method 2022-05-18T05:19:50.5053650Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_distributed_spawn.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:19:50.504997] 2022-05-18T05:19:51.8907490Z 2022-05-18T05:19:51.8938730Z , <__main__.TestDistBackendWithSpawn testMethod=test_3_level_hierarchical_model_averager>, <__main__.TestDistBackendWithSpawn testMethod=test_Backend_enum_class>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallelCPU>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallelCPU_grad_is_view>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_2D_Input>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_Channels_Last>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_Running_Value>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_gradient>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_No_Affine>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_Single_Input_Per_Process>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_non_default_stream>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_requires_grad>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_with_amp_and_grad_is_view>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedSampler_padding>, <__main__.TestDistBackendWithSpawn testMethod=test_SyncBatchNorm_process_group>, <__main__.TestDistBackendWithSpawn testMethod=test_accumulate_gradients_no_sync>, <__main__.TestDistBackendWithSpawn testMethod=test_accumulate_gradients_no_sync_allreduce_hook>, <__main__.TestDistBackendWithSpawn testMethod=test_accumulate_gradients_no_sync_allreduce_with_then_hook>, <__main__.TestDistBackendWithSpawn testMethod=test_accumulate_gradients_no_sync_grad_is_view>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_coalesced_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_coalesced_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_coalesced_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_coalesced_simple>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_coalesced_with_empty>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_multigpu>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_multigpu_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_object_default_pg>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_object_subgroup>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_full_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_full_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_full_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_full_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_max_complex_unsupported>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_complex_unsupported_ops>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_full_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_full_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_full_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_full_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_multigpu>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_multigpu_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_result_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum_async>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum_cuda_async>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_full_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_full_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_full_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_average_parameters>, <__main__.TestDistBackendWithSpawn testMethod=test_backend_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_backend_group>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_full_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_group>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_timeout_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_timeout_global>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_timeout_group>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_gloo>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_gloo_tags>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_mixed_backend_err>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_nccl>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_no_rank_zero_nccl>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_op_err>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_op_list_err>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_ring_exchange_nccl>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_self_nccl>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_tensor_err>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast_group>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast_multigpu>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast_object_list>, <__main__.TestDistBackendWithSpawn testMethod=test_compute_bucket_assignment_by_size_sparse_error_with_logger>, <__main__.TestDistBackendWithSpawn testMethod=test_compute_bucket_assignment_by_size_sparse_error_without_logger>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_broadcast_buffer>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_broadcast_buffer_via_hook>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_buffer_hook_allreduce>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_buffer_hook_allreduce_return_future>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_build_debug_param_to_name_mapping>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_build_debug_param_to_name_mapping_requires_grad>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_comm_hook_logging>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_control_flow_different_across_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_control_flow_same_across_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_create_graph>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_device>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_forward_backward_hook>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_grad_div_uneven_inputs>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_parity_allreduce>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_parity_allreduce_process_group>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_parity_post_localSGD>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_parity_powerSGD>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adam_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adam_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_ignore_params_arg>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_inference>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_join_model_equivalence>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_logging_data_cpu>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_logging_data_gpu>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_model_diff_num_params_across_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_model_diff_shape_across_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_multiple_nested_unused_params_err_ignore_params>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_multiple_nested_unused_params_error>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_namedtuple>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_new_tensor_in_fwd>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_new_tensor_in_fwd_static_graph>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_profiling_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_profiling_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_python_error_logged>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_returns_tensor_with_no_grad>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_shared_grad_acc_unused_params>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_static_graph_nested_types>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_sync_bn_training_vs_eval>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_sync_module_states>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_uneven_input_exception>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_uneven_input_join_disable>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_uneven_inputs>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_uneven_inputs_stop_iteration_sync_bn>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_unused_params_rebuild_buckets_exception>, <__main__.TestDistBackendWithSpawn testMethod=test_destroy_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_destroy_group>, <__main__.TestDistBackendWithSpawn testMethod=test_detect_ddp_is_actually_static>, <__main__.TestDistBackendWithSpawn testMethod=test_different_graph_across_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_dump_DDP_relevant_env_vars>, <__main__.TestDistBackendWithSpawn testMethod=test_gather>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_checks>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_group>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_object>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_object_subgroup>, <__main__.TestDistBackendWithSpawn testMethod=test_get_backend>, <__main__.TestDistBackendWithSpawn testMethod=test_get_future>, <__main__.TestDistBackendWithSpawn testMethod=test_get_rank>, <__main__.TestDistBackendWithSpawn testMethod=test_get_rank_size_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_get_rank_size_group>, <__main__.TestDistBackendWithSpawn testMethod=test_invalid_static_graph>, <__main__.TestDistBackendWithSpawn testMethod=test_irecv>, <__main__.TestDistBackendWithSpawn testMethod=test_isend>, <__main__.TestDistBackendWithSpawn testMethod=test_isend_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_isend_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_allreduce_hang>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_allreduce_hang_wait_all_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_failure_order>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_gloo>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_gloo_rank_0_timeout>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_gloo_subgroup>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_wait_all_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_nccl_backend_bool_allgather>, <__main__.TestDistBackendWithSpawn testMethod=test_nccl_backend_bool_allreduce>, <__main__.TestDistBackendWithSpawn testMethod=test_nccl_backend_bool_broadcast>, <__main__.TestDistBackendWithSpawn testMethod=test_nccl_backend_bool_reduce>, <__main__.TestDistBackendWithSpawn testMethod=test_nccl_high_priority_stream>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_by_enumeration>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_by_enumeration_input_rank_exceeds_world_size>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_by_enumeration_negative_input_rank>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_group_size_exceeds_world_size>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_overlap_not_allowed>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_world_size_not_divisible_by_group_size>, <__main__.TestDistBackendWithSpawn testMethod=test_output_unused_in_loss_dict_module>, <__main__.TestDistBackendWithSpawn testMethod=test_output_unused_in_loss_tuple_module>, <__main__.TestDistBackendWithSpawn testMethod=test_periodic_model_averager>, <__main__.TestDistBackendWithSpawn testMethod=test_periodic_model_averager_param_group>, <__main__.TestDistBackendWithSpawn testMethod=test_post_localSGD_optimizer_parity>, <__main__.TestDistBackendWithSpawn testMethod=test_post_localSGD_optimizer_parity_grad_is_view>, <__main__.TestDistBackendWithSpawn testMethod=test_post_localSGD_optimizer_parity_with_hierarchical_sgd>, <__main__.TestDistBackendWithSpawn testMethod=test_post_localSGD_optimizer_parity_with_hierarchical_sgd_grad_is_view>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_full_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_full_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_full_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_full_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_max>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_min>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_multigpu>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_product>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_sum_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_sum_cuda_twice>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_sum_twice>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_checks>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_group>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_object_list>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_any_source>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_any_source_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_any_source_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_nccl>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_nccl_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_nccl_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_with_tag>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_with_tag_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_with_tag_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_sparse_all_reduce_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_sparse_all_reduce_sum_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_stateless_api_with_ddp>, <__main__.TestDistBackendWithSpawn testMethod=test_static_graph_api_cpu>, <__main__.TestDistBackendWithSpawn testMethod=test_sync_bn_logged>, <__main__.TestDistBackendWithSpawn testMethod=test_undefined_grad_parity_unused_parameters>, <__main__.TestDistBackendWithSpawn testMethod=test_verify_model_across_rank_with_logger>, <__main__.TestDistBackendWithSpawn testMethod=test_verify_model_across_rank_without_logger>]> 2022-05-18T05:19:51.8969630Z test_1_level_hierarchical_model_averager_equivalent_to_periodic_model_averager (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8970070Z test_3_level_hierarchical_model_averager (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8970420Z test_Backend_enum_class (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8970760Z test_DistributedDataParallel (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8971110Z test_DistributedDataParallelCPU (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8971490Z test_DistributedDataParallelCPU_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8971880Z test_DistributedDataParallel_SyncBatchNorm (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8972380Z test_DistributedDataParallel_SyncBatchNorm_2D_Input (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8972800Z test_DistributedDataParallel_SyncBatchNorm_Channels_Last (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8973240Z test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_Running_Value (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8973690Z test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_gradient (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8974460Z test_DistributedDataParallel_SyncBatchNorm_No_Affine (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8974880Z test_DistributedDataParallel_SyncBatchNorm_Single_Input_Per_Process (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8975300Z test_DistributedDataParallel_non_default_stream (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8975690Z test_DistributedDataParallel_requires_grad (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8976080Z test_DistributedDataParallel_with_amp_and_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8976460Z test_DistributedSampler_padding (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8976800Z test_SyncBatchNorm_process_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8977150Z test_accumulate_gradients_no_sync (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8977500Z test_accumulate_gradients_no_sync_allreduce_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8977940Z test_accumulate_gradients_no_sync_allreduce_with_then_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8978330Z test_accumulate_gradients_no_sync_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8978660Z test_all_gather (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8978980Z test_all_gather_coalesced_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8979540Z test_all_gather_coalesced_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8979940Z test_all_gather_coalesced_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8980340Z test_all_gather_coalesced_simple (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8980680Z test_all_gather_coalesced_with_empty (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8981010Z test_all_gather_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8981320Z test_all_gather_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8981640Z test_all_gather_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8981970Z test_all_gather_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8982270Z test_all_gather_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8982580Z test_all_gather_multigpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8982910Z test_all_gather_multigpu_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8983250Z test_all_gather_object_default_pg (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8983580Z test_all_gather_object_subgroup (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8983930Z test_all_reduce_coalesced_full_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8984280Z test_all_reduce_coalesced_full_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8984640Z test_all_reduce_coalesced_full_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8985000Z test_all_reduce_coalesced_full_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8985340Z test_all_reduce_coalesced_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8985690Z test_all_reduce_coalesced_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8986040Z test_all_reduce_coalesced_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8986390Z test_all_reduce_coalesced_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8986710Z test_all_reduce_coalesced_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8987060Z test_all_reduce_coalesced_max_complex_unsupported (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8987410Z test_all_reduce_coalesced_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8987750Z test_all_reduce_coalesced_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8988070Z test_all_reduce_coalesced_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8988410Z test_all_reduce_complex_unsupported_ops (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8989030Z test_all_reduce_full_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8989490Z test_all_reduce_full_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8989840Z test_all_reduce_full_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8990180Z test_all_reduce_full_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8990510Z test_all_reduce_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8990840Z test_all_reduce_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8991160Z test_all_reduce_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8991480Z test_all_reduce_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8991790Z test_all_reduce_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8992090Z test_all_reduce_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8992410Z test_all_reduce_multigpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8992750Z test_all_reduce_multigpu_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8993090Z test_all_reduce_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8993400Z test_all_reduce_result_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8993720Z test_all_reduce_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8994030Z test_all_reduce_sum_async (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8994560Z test_all_reduce_sum_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8994940Z test_all_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8995260Z test_all_reduce_sum_cuda_async (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8995600Z test_all_reduce_sum_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8995910Z test_all_to_all (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8996220Z test_all_to_all_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8996540Z test_all_to_all_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8996860Z test_all_to_all_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8997180Z test_all_to_all_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8997510Z test_all_to_all_full_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8997830Z test_all_to_all_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8998150Z test_all_to_all_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8998480Z test_all_to_all_single_equal_split (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8998840Z test_all_to_all_single_equal_split_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8999200Z test_all_to_all_single_equal_split_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8999570Z test_all_to_all_single_equal_split_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.8999940Z test_all_to_all_single_equal_split_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9000310Z test_all_to_all_single_equal_split_full_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9000680Z test_all_to_all_single_equal_split_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9001040Z test_all_to_all_single_equal_split_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9001400Z test_all_to_all_single_unequal_split (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9001770Z test_all_to_all_single_unequal_split_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9002130Z test_all_to_all_single_unequal_split_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9002500Z test_all_to_all_single_unequal_split_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9002880Z test_all_to_all_single_unequal_split_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9003250Z test_all_to_all_single_unequal_split_full_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9003890Z test_all_to_all_single_unequal_split_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9004270Z test_all_to_all_single_unequal_split_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9004610Z test_average_parameters (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9004930Z test_backend_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9005240Z test_backend_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9005540Z test_barrier (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9005840Z test_barrier_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9006150Z test_barrier_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9006480Z test_barrier_full_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9006800Z test_barrier_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9007110Z test_barrier_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9007440Z test_barrier_timeout_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9007780Z test_barrier_timeout_global (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9008210Z test_barrier_timeout_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9008670Z test_batch_isend_irecv_gloo (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9009000Z test_batch_isend_irecv_gloo_tags (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9009600Z test_batch_isend_irecv_mixed_backend_err (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9009980Z test_batch_isend_irecv_nccl (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9010320Z test_batch_isend_irecv_no_rank_zero_nccl (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9010650Z test_batch_isend_irecv_op_err (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9010980Z test_batch_isend_irecv_op_list_err (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9011340Z test_batch_isend_irecv_ring_exchange_nccl (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9011680Z test_batch_isend_irecv_self_nccl (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9012000Z test_batch_isend_irecv_tensor_err (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9012310Z test_broadcast (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9012610Z test_broadcast_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9012920Z test_broadcast_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9013240Z test_broadcast_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9013550Z test_broadcast_multigpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9013860Z test_broadcast_object_list (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9014230Z test_compute_bucket_assignment_by_size_sparse_error_with_logger (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9014640Z test_compute_bucket_assignment_by_size_sparse_error_without_logger (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9015010Z test_ddp_broadcast_buffer (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9015330Z test_ddp_broadcast_buffer_via_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9015690Z test_ddp_buffer_hook_allreduce (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9016040Z test_ddp_buffer_hook_allreduce_return_future (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9016400Z test_ddp_build_debug_param_to_name_mapping (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9016780Z test_ddp_build_debug_param_to_name_mapping_requires_grad (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9017140Z test_ddp_comm_hook_logging (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9017480Z test_ddp_control_flow_different_across_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9017830Z test_ddp_control_flow_same_across_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9018160Z test_ddp_create_graph (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9018710Z test_ddp_device (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9019030Z test_ddp_forward_backward_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9019360Z test_ddp_grad_div_uneven_inputs (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9019700Z test_ddp_hook_parity_allreduce (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9020040Z test_ddp_hook_parity_allreduce_process_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9020400Z test_ddp_hook_parity_post_localSGD (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9020730Z test_ddp_hook_parity_powerSGD (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9021100Z test_ddp_hook_with_optimizer_parity_adam_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9021500Z test_ddp_hook_with_optimizer_parity_adam_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9021950Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9022450Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9022940Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9023620Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9024160Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9024650Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9025130Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9025620Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9026060Z test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9026460Z test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9026820Z test_ddp_ignore_params_arg (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9027130Z test_ddp_inference (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9027450Z test_ddp_join_model_equivalence (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9027770Z test_ddp_logging_data_cpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9028090Z test_ddp_logging_data_gpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9028430Z test_ddp_model_diff_num_params_across_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9028780Z test_ddp_model_diff_shape_across_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9029160Z test_ddp_multiple_nested_unused_params_err_ignore_params (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9029520Z test_ddp_multiple_nested_unused_params_error (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9029860Z test_ddp_namedtuple (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9030170Z test_ddp_new_tensor_in_fwd (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9030510Z test_ddp_new_tensor_in_fwd_static_graph (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9030860Z test_ddp_profiling_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9031210Z test_ddp_profiling_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9031540Z test_ddp_python_error_logged (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9032120Z test_ddp_returns_tensor_with_no_grad (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9032460Z test_ddp_shared_grad_acc_unused_params (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9032810Z test_ddp_static_graph_nested_types (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9033150Z test_ddp_sync_bn_training_vs_eval (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9033480Z test_ddp_sync_module_states (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9033810Z test_ddp_uneven_input_exception (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9034140Z test_ddp_uneven_input_join_disable (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9034460Z test_ddp_uneven_inputs (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9034790Z test_ddp_uneven_inputs_stop_iteration_sync_bn (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9035160Z test_ddp_unused_params_rebuild_buckets_exception (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9035510Z test_destroy_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9035820Z test_destroy_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9036140Z test_detect_ddp_is_actually_static (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9036470Z test_different_graph_across_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9036800Z test_dump_DDP_relevant_env_vars (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9037110Z test_gather (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9037590Z test_gather_checks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9037930Z test_gather_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9038240Z test_gather_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9038540Z test_gather_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9038840Z test_gather_object (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9039150Z test_gather_object_subgroup (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9039650Z test_get_backend (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9039960Z test_get_future (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9040250Z test_get_rank (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9040550Z test_get_rank_size_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9040880Z test_get_rank_size_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9041210Z test_invalid_static_graph (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9041520Z test_irecv (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9041800Z test_isend (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9042120Z test_isend_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9042440Z test_isend_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9042910Z test_monitored_barrier_allreduce_hang (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9043400Z test_monitored_barrier_allreduce_hang_wait_all_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9043790Z test_monitored_barrier_failure_order (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9044130Z test_monitored_barrier_gloo (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9044480Z test_monitored_barrier_gloo_rank_0_timeout (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9044840Z test_monitored_barrier_gloo_subgroup (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9045190Z test_monitored_barrier_wait_all_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9045540Z test_nccl_backend_bool_allgather (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9045890Z test_nccl_backend_bool_allreduce (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9046220Z test_nccl_backend_bool_broadcast (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9046560Z test_nccl_backend_bool_reduce (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9046890Z test_nccl_high_priority_stream (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9047480Z test_new_subgroups (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9047820Z test_new_subgroups_by_enumeration (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9048200Z test_new_subgroups_by_enumeration_input_rank_exceeds_world_size (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9048610Z test_new_subgroups_by_enumeration_negative_input_rank (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9049000Z test_new_subgroups_group_size_exceeds_world_size (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9049380Z test_new_subgroups_overlap_not_allowed (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9049760Z test_new_subgroups_world_size_not_divisible_by_group_size (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9050130Z test_output_unused_in_loss_dict_module (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9050480Z test_output_unused_in_loss_tuple_module (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9050840Z test_periodic_model_averager (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9051190Z test_periodic_model_averager_param_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9051560Z test_post_localSGD_optimizer_parity (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9051930Z test_post_localSGD_optimizer_parity_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9052530Z test_post_localSGD_optimizer_parity_with_hierarchical_sgd (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9052990Z test_post_localSGD_optimizer_parity_with_hierarchical_sgd_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9053380Z test_reduce_full_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9053710Z test_reduce_full_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9054040Z test_reduce_full_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9054370Z test_reduce_full_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9054700Z test_reduce_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9055020Z test_reduce_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9055330Z test_reduce_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9055650Z test_reduce_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9055950Z test_reduce_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9056250Z test_reduce_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9056560Z test_reduce_multigpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9056880Z test_reduce_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9057170Z test_reduce_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9057480Z test_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9057800Z test_reduce_sum_cuda_twice (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9058110Z test_reduce_sum_twice (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9058420Z test_scatter (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9058720Z test_scatter_checks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9059020Z test_scatter_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9059330Z test_scatter_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9059720Z test_scatter_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9060050Z test_scatter_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9060370Z test_scatter_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9060690Z test_scatter_object_list (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9060990Z test_send_recv (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9061290Z test_send_recv_any_source (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9061640Z test_send_recv_any_source_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9062010Z test_send_recv_any_source_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9062630Z test_send_recv_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9062960Z test_send_recv_nccl (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9063290Z test_send_recv_nccl_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9063640Z test_send_recv_nccl_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9063990Z test_send_recv_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9064320Z test_send_recv_with_tag (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9064660Z test_send_recv_with_tag_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9065020Z test_send_recv_with_tag_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9065360Z test_sparse_all_reduce_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9065680Z test_sparse_all_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9066030Z test_stateless_api_with_ddp (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9066350Z test_static_graph_api_cpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9066670Z test_sync_bn_logged (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9067020Z test_undefined_grad_parity_unused_parameters (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9067390Z test_verify_model_across_rank_with_logger (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:51.9067970Z test_verify_model_across_rank_without_logger (__main__.TestDistBackendWithSpawn) 2022-05-18T05:19:53.2957330Z 2022-05-18T05:19:53.2958090Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:19:53.2959090Z Running tests... 2022-05-18T05:19:53.2959780Z ---------------------------------------------------------------------- 2022-05-18T05:19:53.7046200Z test_1_level_hierarchical_model_averager_equivalent_to_periodic_model_averager (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10218 2022-05-18T05:19:53.7178660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10219 2022-05-18T05:19:53.7297810Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10220 2022-05-18T05:19:55.2650470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:19:55.2652810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:19:55.2761090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:19:55.2766640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:19:55.3519290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:19:55.3526600Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:19:55.3563960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:19:55.3568090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:19:55.4588010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:19:55.8603140Z skip: Need at least 2 CUDA devices (2.564s) 2022-05-18T05:19:55.8669140Z 2022-05-18T05:19:55.8669940Z ---------------------------------------------------------------------- 2022-05-18T05:19:55.8670290Z Ran 1 test in 2.565s 2022-05-18T05:19:55.8670420Z 2022-05-18T05:19:55.8670500Z OK (skipped=1) 2022-05-18T05:19:55.8670600Z 2022-05-18T05:19:55.8670700Z Generating XML reports... 2022-05-18T05:19:55.8671540Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518051953.xml 2022-05-18T05:19:57.5046570Z 2022-05-18T05:19:57.5047300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:19:57.5047630Z Running tests... 2022-05-18T05:19:57.5048010Z ---------------------------------------------------------------------- 2022-05-18T05:19:57.5144170Z test_3_level_hierarchical_model_averager (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.009s) 2022-05-18T05:19:57.5207070Z 2022-05-18T05:19:57.5207910Z ---------------------------------------------------------------------- 2022-05-18T05:19:57.5208260Z Ran 1 test in 0.010s 2022-05-18T05:19:57.5208390Z 2022-05-18T05:19:57.5208480Z OK (skipped=1) 2022-05-18T05:19:57.5208980Z 2022-05-18T05:19:57.5209080Z Generating XML reports... 2022-05-18T05:19:57.5209960Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518051957.xml 2022-05-18T05:19:59.0651710Z 2022-05-18T05:19:59.0652450Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:19:59.0652800Z Running tests... 2022-05-18T05:19:59.0653200Z ---------------------------------------------------------------------- 2022-05-18T05:19:59.4750110Z test_Backend_enum_class (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10230 2022-05-18T05:19:59.4840800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10231 2022-05-18T05:19:59.5003500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10232 2022-05-18T05:20:01.0034950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:01.0627660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:01.0629390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:01.0630750Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:01.0632270Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:01.1277790Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:01.1439920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:01.1443620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:01.3118190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:01.6967730Z ok (2.631s) 2022-05-18T05:20:01.7030230Z 2022-05-18T05:20:01.7030890Z ---------------------------------------------------------------------- 2022-05-18T05:20:01.7031240Z Ran 1 test in 2.632s 2022-05-18T05:20:01.7031370Z 2022-05-18T05:20:01.7031440Z OK 2022-05-18T05:20:01.7031540Z 2022-05-18T05:20:01.7031640Z Generating XML reports... 2022-05-18T05:20:01.7032240Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518051959.xml 2022-05-18T05:20:03.3606100Z 2022-05-18T05:20:03.3606680Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:03.3607030Z Running tests... 2022-05-18T05:20:03.3607420Z ---------------------------------------------------------------------- 2022-05-18T05:20:03.7694270Z test_DistributedDataParallel (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10239 2022-05-18T05:20:03.7771660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10240 2022-05-18T05:20:03.7914150Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10241 2022-05-18T05:20:05.3642800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:05.3645440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:05.3647930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:05.3648980Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:05.3649680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:05.3652110Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:05.3772760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:05.4752850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:05.4856540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:05.6981080Z skip: CUDA is not available. (2.336s) 2022-05-18T05:20:05.7081980Z 2022-05-18T05:20:05.7116930Z ---------------------------------------------------------------------- 2022-05-18T05:20:05.7117630Z Ran 1 test in 2.336s 2022-05-18T05:20:05.7118040Z 2022-05-18T05:20:05.7118370Z OK (skipped=1) 2022-05-18T05:20:05.7119180Z 2022-05-18T05:20:05.7119700Z Generating XML reports... 2022-05-18T05:20:05.7120620Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052003.xml 2022-05-18T05:20:07.3446650Z 2022-05-18T05:20:07.3447340Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:07.3447690Z Running tests... 2022-05-18T05:20:07.3448070Z ---------------------------------------------------------------------- 2022-05-18T05:20:07.7555030Z test_DistributedDataParallelCPU (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10249 2022-05-18T05:20:07.7627850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10250 2022-05-18T05:20:07.7786770Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10251 2022-05-18T05:20:09.2653920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:09.2763370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:09.3068480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:09.3071400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:09.3664160Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:09.3668070Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:09.3700810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:09.3709220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:09.3881200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp46sy4b98 2022-05-18T05:20:09.3882280Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd0wn67lm 2022-05-18T05:20:09.3884560Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp46sy4b98/_remote_module_non_scriptable.py 2022-05-18T05:20:09.3886510Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpd0wn67lm/_remote_module_non_scriptable.py 2022-05-18T05:20:09.4782970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:09.4926930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeczheap3 2022-05-18T05:20:09.4930470Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeczheap3/_remote_module_non_scriptable.py 2022-05-18T05:20:09.5541180Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:20:09.5547180Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:20:09.5582530Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:20:09.8601080Z ok (2.515s) 2022-05-18T05:20:09.8666170Z 2022-05-18T05:20:09.8666850Z ---------------------------------------------------------------------- 2022-05-18T05:20:09.8667280Z Ran 1 test in 2.516s 2022-05-18T05:20:09.8667410Z 2022-05-18T05:20:09.8667480Z OK 2022-05-18T05:20:09.8667590Z 2022-05-18T05:20:09.8667690Z Generating XML reports... 2022-05-18T05:20:09.8668540Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052007.xml 2022-05-18T05:20:11.5331760Z 2022-05-18T05:20:11.5333200Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:11.5333610Z Running tests... 2022-05-18T05:20:11.5334040Z ---------------------------------------------------------------------- 2022-05-18T05:20:11.9441860Z test_DistributedDataParallelCPU_grad_is_view (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10258 2022-05-18T05:20:11.9592700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10259 2022-05-18T05:20:11.9663590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10260 2022-05-18T05:20:13.4892790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:13.5023460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:13.5028410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:13.5031460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:13.5038310Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:13.5050360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:13.5071280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:13.5173880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:13.5217540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:13.5324980Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe37qkyr5 2022-05-18T05:20:13.5426310Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb63q3tjp 2022-05-18T05:20:13.5448760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpe37qkyr5/_remote_module_non_scriptable.py 2022-05-18T05:20:13.5504220Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpb63q3tjp/_remote_module_non_scriptable.py 2022-05-18T05:20:13.5505790Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq7nladgi 2022-05-18T05:20:13.5575930Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq7nladgi/_remote_module_non_scriptable.py 2022-05-18T05:20:13.5867750Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:20:13.5875800Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:20:13.5911680Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:20:14.0785590Z ok (2.545s) 2022-05-18T05:20:14.0851970Z 2022-05-18T05:20:14.0852670Z ---------------------------------------------------------------------- 2022-05-18T05:20:14.0852990Z Ran 1 test in 2.546s 2022-05-18T05:20:14.0853120Z 2022-05-18T05:20:14.0853180Z OK 2022-05-18T05:20:14.0853280Z 2022-05-18T05:20:14.0853380Z Generating XML reports... 2022-05-18T05:20:14.0853970Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052011.xml 2022-05-18T05:20:15.7306200Z 2022-05-18T05:20:15.7306930Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:15.7307780Z Running tests... 2022-05-18T05:20:15.7308440Z ---------------------------------------------------------------------- 2022-05-18T05:20:16.1660180Z test_DistributedDataParallel_SyncBatchNorm (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10268 2022-05-18T05:20:16.1719690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10269 2022-05-18T05:20:16.1825410Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10270 2022-05-18T05:20:17.7268730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:17.7280680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:17.7282880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:17.7284120Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:17.7285780Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:17.7813400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:17.7851660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:17.8624460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:17.8632320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:18.1876260Z skip: CUDA is not available. (2.457s) 2022-05-18T05:20:18.1946890Z 2022-05-18T05:20:18.1947780Z ---------------------------------------------------------------------- 2022-05-18T05:20:18.1948120Z Ran 1 test in 2.457s 2022-05-18T05:20:18.1948260Z 2022-05-18T05:20:18.1948340Z OK (skipped=1) 2022-05-18T05:20:18.1948460Z 2022-05-18T05:20:18.1948550Z Generating XML reports... 2022-05-18T05:20:18.1949160Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052015.xml 2022-05-18T05:20:19.8536890Z 2022-05-18T05:20:19.8537620Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:19.8537960Z Running tests... 2022-05-18T05:20:19.8538340Z ---------------------------------------------------------------------- 2022-05-18T05:20:20.2584210Z test_DistributedDataParallel_SyncBatchNorm_2D_Input (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10279 2022-05-18T05:20:20.2657570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10280 2022-05-18T05:20:20.2795260Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10281 2022-05-18T05:20:21.7817670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:21.7822370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:21.7836940Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:21.7841070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:21.7856480Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:21.7858370Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:21.7875030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:21.7879000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:21.9784330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:22.2321880Z skip: CUDA is not available. (2.378s) 2022-05-18T05:20:22.2386140Z 2022-05-18T05:20:22.2388250Z ---------------------------------------------------------------------- 2022-05-18T05:20:22.2389090Z Ran 1 test in 2.379s 2022-05-18T05:20:22.2389440Z 2022-05-18T05:20:22.2389670Z OK (skipped=1) 2022-05-18T05:20:22.2389990Z 2022-05-18T05:20:22.2390230Z Generating XML reports... 2022-05-18T05:20:22.2391880Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052019.xml 2022-05-18T05:20:23.8985340Z 2022-05-18T05:20:23.8985670Z Running tests... 2022-05-18T05:20:23.8986270Z ---------------------------------------------------------------------- 2022-05-18T05:20:23.8986770Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:24.3066410Z test_DistributedDataParallel_SyncBatchNorm_Channels_Last (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10288 2022-05-18T05:20:24.3145260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10289 2022-05-18T05:20:24.3291420Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10290 2022-05-18T05:20:25.8062700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:25.8068380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:25.8171880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:25.8174980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:25.8301140Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:25.9049840Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:25.9074870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:25.9181930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:25.9489020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:26.3136160Z skip: CUDA is not available. (2.415s) 2022-05-18T05:20:26.3204410Z 2022-05-18T05:20:26.3205290Z ---------------------------------------------------------------------- 2022-05-18T05:20:26.3205600Z Ran 1 test in 2.415s 2022-05-18T05:20:26.3205850Z 2022-05-18T05:20:26.3205930Z OK (skipped=1) 2022-05-18T05:20:26.3206050Z 2022-05-18T05:20:26.3206150Z Generating XML reports... 2022-05-18T05:20:26.3206790Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052023.xml 2022-05-18T05:20:27.9682830Z 2022-05-18T05:20:27.9683570Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:27.9683920Z Running tests... 2022-05-18T05:20:27.9684310Z ---------------------------------------------------------------------- 2022-05-18T05:20:28.3809440Z test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_Running_Value (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10298 2022-05-18T05:20:28.3968320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10299 2022-05-18T05:20:28.4080010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10300 2022-05-18T05:20:29.8627480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:29.8629040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:29.8739680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:29.8742170Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:29.8855890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:29.8980550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:29.9013020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:29.9770220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:29.9884260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:30.3386320Z skip: CUDA is not available. (2.370s) 2022-05-18T05:20:30.3449870Z 2022-05-18T05:20:30.3450720Z ---------------------------------------------------------------------- 2022-05-18T05:20:30.3451030Z Ran 1 test in 2.371s 2022-05-18T05:20:30.3451240Z 2022-05-18T05:20:30.3451710Z OK (skipped=1) 2022-05-18T05:20:30.3451880Z 2022-05-18T05:20:30.3451980Z Generating XML reports... 2022-05-18T05:20:30.3452600Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052027.xml 2022-05-18T05:20:31.9905230Z 2022-05-18T05:20:31.9905930Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:32.3894290Z Running tests... 2022-05-18T05:20:32.3895040Z ---------------------------------------------------------------------- 2022-05-18T05:20:32.3895580Z test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_gradient (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10307 2022-05-18T05:20:32.3966960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10308 2022-05-18T05:20:32.4100370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10309 2022-05-18T05:20:33.9187230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:33.9304480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:33.9526760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:33.9533990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:33.9638040Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:33.9642920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:34.0560260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:34.0775990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:34.1571860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:34.4010250Z skip: CUDA is not available. (2.410s) 2022-05-18T05:20:34.4077070Z 2022-05-18T05:20:34.4078150Z ---------------------------------------------------------------------- 2022-05-18T05:20:34.4079410Z Ran 1 test in 2.411s 2022-05-18T05:20:34.4080130Z 2022-05-18T05:20:34.4080900Z OK (skipped=1) 2022-05-18T05:20:34.4081590Z 2022-05-18T05:20:34.4082150Z Generating XML reports... 2022-05-18T05:20:34.4083150Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052031.xml 2022-05-18T05:20:36.0880440Z 2022-05-18T05:20:36.0881160Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:36.0881940Z Running tests... 2022-05-18T05:20:36.0882420Z ---------------------------------------------------------------------- 2022-05-18T05:20:36.4988020Z test_DistributedDataParallel_SyncBatchNorm_No_Affine (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10318 2022-05-18T05:20:36.5064660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10319 2022-05-18T05:20:36.5200450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10320 2022-05-18T05:20:38.0471480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:38.0473810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:38.0476450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:38.0477700Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:38.0480400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:38.1138530Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:38.1151830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:38.2049750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:38.2375670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:38.4830860Z skip: CUDA is not available. (2.395s) 2022-05-18T05:20:38.4894190Z 2022-05-18T05:20:38.4894940Z ---------------------------------------------------------------------- 2022-05-18T05:20:38.4895240Z Ran 1 test in 2.395s 2022-05-18T05:20:38.4895370Z 2022-05-18T05:20:38.4895470Z OK (skipped=1) 2022-05-18T05:20:38.4895590Z 2022-05-18T05:20:38.4895690Z Generating XML reports... 2022-05-18T05:20:38.4896260Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052036.xml 2022-05-18T05:20:40.1423050Z 2022-05-18T05:20:40.1423380Z Running tests... 2022-05-18T05:20:40.1424040Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:40.5463570Z ---------------------------------------------------------------------- 2022-05-18T05:20:40.5464660Z test_DistributedDataParallel_SyncBatchNorm_Single_Input_Per_Process (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10327 2022-05-18T05:20:40.5593170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10328 2022-05-18T05:20:40.5718180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10329 2022-05-18T05:20:42.0582710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:42.1350080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:42.1351600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:42.1352740Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:42.1354260Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:42.1814860Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:42.1850470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:42.2382840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:42.3665050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:42.6253990Z skip: CUDA is not available. (2.483s) 2022-05-18T05:20:42.6320040Z 2022-05-18T05:20:42.6320690Z ---------------------------------------------------------------------- 2022-05-18T05:20:42.6320980Z Ran 1 test in 2.483s 2022-05-18T05:20:42.6321250Z 2022-05-18T05:20:42.6321340Z OK (skipped=1) 2022-05-18T05:20:42.6321490Z 2022-05-18T05:20:42.6321580Z Generating XML reports... 2022-05-18T05:20:42.6322180Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052040.xml 2022-05-18T05:20:44.2795600Z 2022-05-18T05:20:44.2796340Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:44.2796690Z Running tests... 2022-05-18T05:20:44.2797060Z ---------------------------------------------------------------------- 2022-05-18T05:20:44.6826470Z test_DistributedDataParallel_non_default_stream (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10336 2022-05-18T05:20:44.6985470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10337 2022-05-18T05:20:44.7117250Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10338 2022-05-18T05:20:46.4370080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:46.4372200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:46.4375720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:46.4377420Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:46.4382340Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:46.4383130Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:46.4398950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:46.4505980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:46.4607880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:46.6463730Z skip: Need at least 3 CUDA devices (2.367s) 2022-05-18T05:20:46.6529080Z 2022-05-18T05:20:46.6529720Z ---------------------------------------------------------------------- 2022-05-18T05:20:46.6530160Z Ran 1 test in 2.367s 2022-05-18T05:20:46.6530300Z 2022-05-18T05:20:46.6530380Z OK (skipped=1) 2022-05-18T05:20:46.6530500Z 2022-05-18T05:20:46.6530600Z Generating XML reports... 2022-05-18T05:20:46.6531200Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052044.xml 2022-05-18T05:20:48.2971480Z 2022-05-18T05:20:48.2971810Z Running tests... 2022-05-18T05:20:48.2972420Z ---------------------------------------------------------------------- 2022-05-18T05:20:48.2972940Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:48.7024640Z test_DistributedDataParallel_requires_grad (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10346 2022-05-18T05:20:48.7171270Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10347 2022-05-18T05:20:48.7292350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10348 2022-05-18T05:20:50.2391400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:50.2393870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:50.2400980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:50.2403850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:50.2501990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:50.2504550Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:50.2519730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:50.2523970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:50.4774270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:51.2010550Z ok (2.904s) 2022-05-18T05:20:51.2078140Z 2022-05-18T05:20:51.2079080Z ---------------------------------------------------------------------- 2022-05-18T05:20:51.2079840Z Ran 1 test in 2.904s 2022-05-18T05:20:51.2080250Z 2022-05-18T05:20:51.2080590Z OK 2022-05-18T05:20:51.2080990Z 2022-05-18T05:20:51.2081370Z Generating XML reports... 2022-05-18T05:20:51.2082310Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052048.xml 2022-05-18T05:20:52.8556790Z 2022-05-18T05:20:52.8557490Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:52.8557830Z Running tests... 2022-05-18T05:20:52.8558220Z ---------------------------------------------------------------------- 2022-05-18T05:20:53.2576540Z test_DistributedDataParallel_with_amp_and_grad_is_view (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10356 2022-05-18T05:20:53.2721330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10357 2022-05-18T05:20:53.2832540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10358 2022-05-18T05:20:54.7593430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:54.7595140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:54.7598400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:54.7599670Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:54.7601560Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:54.7709390Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:54.8385130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:54.8825170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:54.9776740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:55.1573370Z skip: CUDA is not available. (2.301s) 2022-05-18T05:20:55.1694440Z 2022-05-18T05:20:55.1695020Z ---------------------------------------------------------------------- 2022-05-18T05:20:55.1695300Z Ran 1 test in 2.302s 2022-05-18T05:20:55.1695440Z 2022-05-18T05:20:55.1695520Z OK (skipped=1) 2022-05-18T05:20:55.1695640Z 2022-05-18T05:20:55.1695860Z Generating XML reports... 2022-05-18T05:20:55.1696460Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052052.xml 2022-05-18T05:20:56.8501030Z 2022-05-18T05:20:56.8501750Z Running tests... 2022-05-18T05:20:56.8502460Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:20:57.2675130Z ---------------------------------------------------------------------- 2022-05-18T05:20:57.2675760Z test_DistributedSampler_padding (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10366 2022-05-18T05:20:57.2824580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10367 2022-05-18T05:20:57.2959120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10368 2022-05-18T05:20:58.7715030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:20:58.7716390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:20:58.7796640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:20:58.7800860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:58.7926850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:58.7932260Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:20:58.8661700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:20:58.9080880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:20:58.9183260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:20:59.1627950Z skip: Need at least 3 CUDA devices (2.312s) 2022-05-18T05:20:59.1717020Z 2022-05-18T05:20:59.1717620Z ---------------------------------------------------------------------- 2022-05-18T05:20:59.1717950Z Ran 1 test in 2.313s 2022-05-18T05:20:59.1718090Z 2022-05-18T05:20:59.1718170Z OK (skipped=1) 2022-05-18T05:20:59.1718290Z 2022-05-18T05:20:59.1718390Z Generating XML reports... 2022-05-18T05:20:59.1719690Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052056.xml 2022-05-18T05:21:00.8258410Z 2022-05-18T05:21:00.8259170Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:00.8260130Z Running tests... 2022-05-18T05:21:00.8260560Z ---------------------------------------------------------------------- 2022-05-18T05:21:00.8285550Z test_SyncBatchNorm_process_group (__main__.TestDistBackendWithSpawn) ... skip: no torchvision (0.003s) 2022-05-18T05:21:00.8337960Z 2022-05-18T05:21:00.8338350Z ---------------------------------------------------------------------- 2022-05-18T05:21:00.8338630Z Ran 1 test in 0.003s 2022-05-18T05:21:00.8338760Z 2022-05-18T05:21:00.8338850Z OK (skipped=1) 2022-05-18T05:21:00.8338980Z 2022-05-18T05:21:00.8339070Z Generating XML reports... 2022-05-18T05:21:00.8339770Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052100.xml 2022-05-18T05:21:02.3683980Z 2022-05-18T05:21:02.3684750Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:02.3685110Z Running tests... 2022-05-18T05:21:02.3685500Z ---------------------------------------------------------------------- 2022-05-18T05:21:02.3707560Z test_accumulate_gradients_no_sync (__main__.TestDistBackendWithSpawn) 2022-05-18T05:21:02.7660680Z Runs _test_accumulate_gradients_no_sync using default inputs ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10377 2022-05-18T05:21:02.7824220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10378 2022-05-18T05:21:02.7935130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10379 2022-05-18T05:21:04.2623870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:04.2625230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:04.2627040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:04.2630300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:04.2632590Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:04.2634050Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:04.2653820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:04.2678380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:04.2682610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:04.2813200Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbgoo6awc 2022-05-18T05:21:04.2818890Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp10rnlexc 2022-05-18T05:21:04.2820610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzwbwi1eb 2022-05-18T05:21:04.2827550Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbgoo6awc/_remote_module_non_scriptable.py 2022-05-18T05:21:04.2833110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp10rnlexc/_remote_module_non_scriptable.py 2022-05-18T05:21:04.2839030Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpzwbwi1eb/_remote_module_non_scriptable.py 2022-05-18T05:21:04.6615200Z ok (2.293s) 2022-05-18T05:21:04.6679540Z 2022-05-18T05:21:04.6680420Z ---------------------------------------------------------------------- 2022-05-18T05:21:04.6680900Z Ran 1 test in 2.293s 2022-05-18T05:21:04.6681040Z 2022-05-18T05:21:04.6681110Z OK 2022-05-18T05:21:04.6681570Z 2022-05-18T05:21:04.6681680Z Generating XML reports... 2022-05-18T05:21:04.6682280Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052102.xml 2022-05-18T05:21:06.3043510Z 2022-05-18T05:21:06.3044240Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:06.3044980Z Running tests... 2022-05-18T05:21:06.3045820Z ---------------------------------------------------------------------- 2022-05-18T05:21:06.3074030Z test_accumulate_gradients_no_sync_allreduce_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:21:06.7325270Z Runs multiple iterations on _test_accumulate_gradients_no_sync ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10387 2022-05-18T05:21:06.7408970Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10388 2022-05-18T05:21:06.7530810Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10389 2022-05-18T05:21:08.2300890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:08.2378000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:08.2379120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:08.2380830Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:08.2383740Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:08.2500330Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:08.2634160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:08.2783950Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpftl7ejcb 2022-05-18T05:21:08.2787110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpftl7ejcb/_remote_module_non_scriptable.py 2022-05-18T05:21:08.4768910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:08.4772340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:08.4924130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmposvxszhp 2022-05-18T05:21:08.4925110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpehzmx8uh 2022-05-18T05:21:08.4927320Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpehzmx8uh/_remote_module_non_scriptable.py 2022-05-18T05:21:08.4928200Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmposvxszhp/_remote_module_non_scriptable.py 2022-05-18T05:21:08.5596400Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:21:08.5624430Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:21:08.5624890Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:21:08.8604210Z ok (2.556s) 2022-05-18T05:21:08.8671700Z 2022-05-18T05:21:08.8672470Z ---------------------------------------------------------------------- 2022-05-18T05:21:08.8672790Z Ran 1 test in 2.556s 2022-05-18T05:21:08.8672930Z 2022-05-18T05:21:08.8672980Z OK 2022-05-18T05:21:08.8673090Z 2022-05-18T05:21:08.8673180Z Generating XML reports... 2022-05-18T05:21:08.8673780Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052106.xml 2022-05-18T05:21:10.4924350Z 2022-05-18T05:21:10.4925050Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:10.4925390Z Running tests... 2022-05-18T05:21:10.4925780Z ---------------------------------------------------------------------- 2022-05-18T05:21:10.4957510Z test_accumulate_gradients_no_sync_allreduce_with_then_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:21:10.8998490Z Runs multiple iterations on _test_accumulate_gradients_no_sync using allreduce ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10396 2022-05-18T05:21:10.9071620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10397 2022-05-18T05:21:10.9208490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10398 2022-05-18T05:21:12.4048690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:12.4785130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:12.4789560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:12.4793210Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:12.4797590Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:12.4994500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:12.5845000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:12.6005590Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpln3ufc63 2022-05-18T05:21:12.6009110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpln3ufc63/_remote_module_non_scriptable.py 2022-05-18T05:21:12.6112550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:12.6260120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3cglt9ot 2022-05-18T05:21:12.6263540Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp3cglt9ot/_remote_module_non_scriptable.py 2022-05-18T05:21:12.7272300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:12.7424130Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdrg041sw 2022-05-18T05:21:12.7427850Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpdrg041sw/_remote_module_non_scriptable.py 2022-05-18T05:21:12.8115070Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:21:12.8118220Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:21:12.8121970Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:21:13.0163200Z ok (2.524s) 2022-05-18T05:21:13.0230720Z 2022-05-18T05:21:13.0231260Z ---------------------------------------------------------------------- 2022-05-18T05:21:13.0231550Z Ran 1 test in 2.524s 2022-05-18T05:21:13.0231670Z 2022-05-18T05:21:13.0231740Z OK 2022-05-18T05:21:13.0231840Z 2022-05-18T05:21:13.0231940Z Generating XML reports... 2022-05-18T05:21:13.0232660Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052110.xml 2022-05-18T05:21:14.6626830Z 2022-05-18T05:21:14.6627160Z Running tests... 2022-05-18T05:21:14.6627770Z ---------------------------------------------------------------------- 2022-05-18T05:21:14.6628750Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:14.6650560Z test_accumulate_gradients_no_sync_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:21:15.0658710Z Runs _test_accumulate_gradients_no_sync using default inputs ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10405 2022-05-18T05:21:15.0722030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10406 2022-05-18T05:21:15.0884130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10407 2022-05-18T05:21:16.8408020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:16.8412130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:16.8413710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:16.8415290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:16.8416550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:16.8983920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:16.9150850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:16.9159010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:16.9310840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5pug7pm9 2022-05-18T05:21:16.9311930Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_cf5uq_ 2022-05-18T05:21:16.9314100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5pug7pm9/_remote_module_non_scriptable.py 2022-05-18T05:21:16.9315140Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp1_cf5uq_/_remote_module_non_scriptable.py 2022-05-18T05:21:17.1468210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:17.1616370Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyaxr53he 2022-05-18T05:21:17.1619580Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpyaxr53he/_remote_module_non_scriptable.py 2022-05-18T05:21:17.4831520Z ok (2.820s) 2022-05-18T05:21:17.4897360Z 2022-05-18T05:21:17.4898080Z ---------------------------------------------------------------------- 2022-05-18T05:21:17.4898530Z Ran 1 test in 2.821s 2022-05-18T05:21:17.4898670Z 2022-05-18T05:21:17.4898730Z OK 2022-05-18T05:21:17.4898830Z 2022-05-18T05:21:17.4898930Z Generating XML reports... 2022-05-18T05:21:17.4899800Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052114.xml 2022-05-18T05:21:19.1557600Z 2022-05-18T05:21:19.1558360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:19.1558730Z Running tests... 2022-05-18T05:21:19.1559130Z ---------------------------------------------------------------------- 2022-05-18T05:21:19.5632940Z test_all_gather (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10415 2022-05-18T05:21:19.5717300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10416 2022-05-18T05:21:19.5882130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10417 2022-05-18T05:21:21.0619290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:21.0620720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:21.1288020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:21.1291210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:21.1637980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:21.1640050Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:21.1654800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:21.1658430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:21.2666690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:21.7324680Z ok (2.577s) 2022-05-18T05:21:21.7387830Z 2022-05-18T05:21:21.7388290Z ---------------------------------------------------------------------- 2022-05-18T05:21:21.7388580Z Ran 1 test in 2.577s 2022-05-18T05:21:21.7388830Z 2022-05-18T05:21:21.7388900Z OK 2022-05-18T05:21:21.7389000Z 2022-05-18T05:21:21.7389820Z Generating XML reports... 2022-05-18T05:21:21.7390510Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052119.xml 2022-05-18T05:21:23.3700160Z 2022-05-18T05:21:23.3700490Z Running tests... 2022-05-18T05:21:23.3701100Z ---------------------------------------------------------------------- 2022-05-18T05:21:23.3701610Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:23.7754290Z test_all_gather_coalesced_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10424 2022-05-18T05:21:23.7834810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10425 2022-05-18T05:21:23.7990790Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10426 2022-05-18T05:21:25.2953020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:25.3062260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:25.3527270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:25.3535140Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:25.3561610Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:25.3806710Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:25.3820340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:25.4770230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:25.5930340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:25.9848780Z ok (2.615s) 2022-05-18T05:21:25.9915490Z 2022-05-18T05:21:25.9917970Z ---------------------------------------------------------------------- 2022-05-18T05:21:25.9918980Z Ran 1 test in 2.615s 2022-05-18T05:21:25.9920300Z 2022-05-18T05:21:25.9920670Z OK 2022-05-18T05:21:25.9921070Z 2022-05-18T05:21:25.9921450Z Generating XML reports... 2022-05-18T05:21:25.9922350Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052123.xml 2022-05-18T05:21:27.6680760Z 2022-05-18T05:21:27.6681450Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:27.6681790Z Running tests... 2022-05-18T05:21:27.6682310Z ---------------------------------------------------------------------- 2022-05-18T05:21:28.0672210Z test_all_gather_coalesced_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10434 2022-05-18T05:21:28.0743710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10435 2022-05-18T05:21:28.0879340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10436 2022-05-18T05:21:29.5721650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:29.5834920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:29.6015440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:29.6018250Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:29.6021320Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:29.6585990Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:29.6987490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:29.7810640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:29.8919930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:29.9289800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:21:29.9294400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:21:29.9296170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:21:29.9297260Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:29.9298970Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:29.9394840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:30.2354870Z ok (2.567s) 2022-05-18T05:21:30.2421500Z 2022-05-18T05:21:30.2421980Z ---------------------------------------------------------------------- 2022-05-18T05:21:30.2422270Z Ran 1 test in 2.568s 2022-05-18T05:21:30.2422420Z 2022-05-18T05:21:30.2422470Z OK 2022-05-18T05:21:30.2422570Z 2022-05-18T05:21:30.2422670Z Generating XML reports... 2022-05-18T05:21:30.2424000Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052127.xml 2022-05-18T05:21:31.8825720Z 2022-05-18T05:21:31.8826440Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:31.8826770Z Running tests... 2022-05-18T05:21:31.8827170Z ---------------------------------------------------------------------- 2022-05-18T05:21:32.2799970Z test_all_gather_coalesced_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10443 2022-05-18T05:21:32.2874610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10444 2022-05-18T05:21:32.3041890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10445 2022-05-18T05:21:33.9912490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:34.0043250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:34.0046190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:34.0049890Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:34.0052550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:34.0145840Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:34.0158600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:34.2251960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:34.2257900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:21:34.2258810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:34.2491330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:21:34.2493220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:21:34.2495250Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:34.2496740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:34.3124730Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:34.7798780Z ok (2.897s) 2022-05-18T05:21:34.7872660Z 2022-05-18T05:21:34.7873760Z ---------------------------------------------------------------------- 2022-05-18T05:21:34.7874530Z Ran 1 test in 2.898s 2022-05-18T05:21:34.7874720Z 2022-05-18T05:21:34.7874800Z OK 2022-05-18T05:21:34.7874910Z 2022-05-18T05:21:34.7875000Z Generating XML reports... 2022-05-18T05:21:34.7875660Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052131.xml 2022-05-18T05:21:36.4702830Z 2022-05-18T05:21:36.4703540Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:36.4703880Z Running tests... 2022-05-18T05:21:36.4704260Z ---------------------------------------------------------------------- 2022-05-18T05:21:36.9008100Z test_all_gather_coalesced_simple (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10453 2022-05-18T05:21:36.9114230Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10454 2022-05-18T05:21:36.9218550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10455 2022-05-18T05:21:38.4154560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:38.4155720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:38.4773890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:38.4776460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:38.4887310Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:38.5169200Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:38.5183530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:38.6038460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:38.7150860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:39.2361440Z ok (2.766s) 2022-05-18T05:21:39.2425370Z 2022-05-18T05:21:39.2426000Z ---------------------------------------------------------------------- 2022-05-18T05:21:39.2426330Z Ran 1 test in 2.766s 2022-05-18T05:21:39.2426460Z 2022-05-18T05:21:39.2426520Z OK 2022-05-18T05:21:39.2426620Z 2022-05-18T05:21:39.2426720Z Generating XML reports... 2022-05-18T05:21:39.2427440Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052136.xml 2022-05-18T05:21:40.8777260Z 2022-05-18T05:21:40.8778000Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:40.8778360Z Running tests... 2022-05-18T05:21:40.8778740Z ---------------------------------------------------------------------- 2022-05-18T05:21:41.2842810Z test_all_gather_coalesced_with_empty (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10462 2022-05-18T05:21:41.2919990Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10463 2022-05-18T05:21:41.3056580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10464 2022-05-18T05:21:42.7909270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:42.8519970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:42.8525870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:42.8528830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:42.8634110Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:42.8739320Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:42.8752820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:42.9713080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:43.1017410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:43.3887470Z ok (2.511s) 2022-05-18T05:21:43.3951790Z 2022-05-18T05:21:43.3952540Z ---------------------------------------------------------------------- 2022-05-18T05:21:43.3952860Z Ran 1 test in 2.511s 2022-05-18T05:21:43.3953000Z 2022-05-18T05:21:43.3953070Z OK 2022-05-18T05:21:43.3953190Z 2022-05-18T05:21:43.3953300Z Generating XML reports... 2022-05-18T05:21:43.3954150Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052140.xml 2022-05-18T05:21:45.0287670Z 2022-05-18T05:21:45.0288000Z Running tests... 2022-05-18T05:21:45.0288600Z ---------------------------------------------------------------------- 2022-05-18T05:21:45.0289100Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:45.4394740Z test_all_gather_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10471 2022-05-18T05:21:45.4468320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10472 2022-05-18T05:21:45.4601270Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10473 2022-05-18T05:21:47.0428440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:47.0438240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:47.0440510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:47.0441950Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:47.0443740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:47.1283150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:47.1678980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:47.2839130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:47.3533510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:47.7416390Z ok (2.713s) 2022-05-18T05:21:47.7481160Z 2022-05-18T05:21:47.7481820Z ---------------------------------------------------------------------- 2022-05-18T05:21:47.7482130Z Ran 1 test in 2.713s 2022-05-18T05:21:47.7482270Z 2022-05-18T05:21:47.7482340Z OK 2022-05-18T05:21:47.7482440Z 2022-05-18T05:21:47.7482540Z Generating XML reports... 2022-05-18T05:21:47.7483470Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052145.xml 2022-05-18T05:21:49.3979850Z 2022-05-18T05:21:49.3980580Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:49.3980910Z Running tests... 2022-05-18T05:21:49.3981300Z ---------------------------------------------------------------------- 2022-05-18T05:21:49.4005430Z test_all_gather_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all gather (0.002s) 2022-05-18T05:21:49.4104000Z 2022-05-18T05:21:49.4105350Z ---------------------------------------------------------------------- 2022-05-18T05:21:49.4105690Z Ran 1 test in 0.003s 2022-05-18T05:21:49.4105820Z 2022-05-18T05:21:49.4105910Z OK (skipped=1) 2022-05-18T05:21:49.4106030Z 2022-05-18T05:21:49.4106120Z Generating XML reports... 2022-05-18T05:21:49.4106720Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052149.xml 2022-05-18T05:21:50.9468610Z 2022-05-18T05:21:50.9469470Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:50.9469810Z Running tests... 2022-05-18T05:21:50.9470290Z ---------------------------------------------------------------------- 2022-05-18T05:21:50.9495080Z test_all_gather_cuda_complex (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all gather (0.003s) 2022-05-18T05:21:50.9549000Z 2022-05-18T05:21:50.9549640Z ---------------------------------------------------------------------- 2022-05-18T05:21:50.9549990Z Ran 1 test in 0.003s 2022-05-18T05:21:50.9550130Z 2022-05-18T05:21:50.9550220Z OK (skipped=1) 2022-05-18T05:21:50.9550340Z 2022-05-18T05:21:50.9550430Z Generating XML reports... 2022-05-18T05:21:50.9551030Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052150.xml 2022-05-18T05:21:52.5008560Z 2022-05-18T05:21:52.5009330Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:52.5009660Z Running tests... 2022-05-18T05:21:52.5010050Z ---------------------------------------------------------------------- 2022-05-18T05:21:52.9036060Z test_all_gather_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10485 2022-05-18T05:21:52.9112280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10486 2022-05-18T05:21:52.9268660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10487 2022-05-18T05:21:54.4334010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:54.4768860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:54.4771070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:54.4772250Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:54.4774570Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:54.5393860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:54.5552380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:54.7271590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:54.7515340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:54.7532300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:21:54.8306980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:21:54.8309350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:21:54.8313680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:54.8319980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:54.9146810Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:55.3575800Z ok (2.856s) 2022-05-18T05:21:55.3642060Z 2022-05-18T05:21:55.3642540Z ---------------------------------------------------------------------- 2022-05-18T05:21:55.3642980Z Ran 1 test in 2.857s 2022-05-18T05:21:55.3643240Z 2022-05-18T05:21:55.3643320Z OK 2022-05-18T05:21:55.3643430Z 2022-05-18T05:21:55.3643530Z Generating XML reports... 2022-05-18T05:21:55.3644160Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052152.xml 2022-05-18T05:21:57.0098310Z 2022-05-18T05:21:57.0098990Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:21:57.0099340Z Running tests... 2022-05-18T05:21:57.0099720Z ---------------------------------------------------------------------- 2022-05-18T05:21:57.4578210Z test_all_gather_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10495 2022-05-18T05:21:57.4653010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10496 2022-05-18T05:21:57.4785360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10497 2022-05-18T05:21:58.9940280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:21:58.9948130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:21:58.9950820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:21:58.9955650Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:58.9958890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:58.9961440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:21:59.0604160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:21:59.1017110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:21:59.1020990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:21:59.1030610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:21:59.2267350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:21:59.2268270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:21:59.2269900Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:59.2271430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:59.2281880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:21:59.7324660Z ok (2.722s) 2022-05-18T05:21:59.7390180Z 2022-05-18T05:21:59.7390760Z ---------------------------------------------------------------------- 2022-05-18T05:21:59.7391080Z Ran 1 test in 2.723s 2022-05-18T05:21:59.7391830Z 2022-05-18T05:21:59.7391950Z OK 2022-05-18T05:21:59.7392060Z 2022-05-18T05:21:59.7392160Z Generating XML reports... 2022-05-18T05:21:59.7392790Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052157.xml 2022-05-18T05:22:01.3966210Z 2022-05-18T05:22:01.3966940Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:01.3967280Z Running tests... 2022-05-18T05:22:01.3967690Z ---------------------------------------------------------------------- 2022-05-18T05:22:01.3993710Z test_all_gather_multigpu (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl backend supports allgather multigpu (0.003s) 2022-05-18T05:22:01.4046450Z 2022-05-18T05:22:01.4047680Z ---------------------------------------------------------------------- 2022-05-18T05:22:01.4048180Z Ran 1 test in 0.003s 2022-05-18T05:22:01.4048530Z 2022-05-18T05:22:01.4048840Z OK (skipped=1) 2022-05-18T05:22:01.4048970Z 2022-05-18T05:22:01.4049080Z Generating XML reports... 2022-05-18T05:22:01.4049720Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052201.xml 2022-05-18T05:22:02.9497570Z 2022-05-18T05:22:02.9498340Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:02.9499110Z Running tests... 2022-05-18T05:22:02.9499720Z ---------------------------------------------------------------------- 2022-05-18T05:22:02.9524230Z test_all_gather_multigpu_complex (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl backend supports allgather multigpu (0.003s) 2022-05-18T05:22:02.9577000Z 2022-05-18T05:22:02.9577640Z ---------------------------------------------------------------------- 2022-05-18T05:22:02.9578150Z Ran 1 test in 0.003s 2022-05-18T05:22:02.9578470Z 2022-05-18T05:22:02.9579560Z OK (skipped=1) 2022-05-18T05:22:02.9579730Z 2022-05-18T05:22:02.9579880Z Generating XML reports... 2022-05-18T05:22:02.9581030Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052202.xml 2022-05-18T05:22:04.5272200Z 2022-05-18T05:22:04.5272930Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:04.5273270Z Running tests... 2022-05-18T05:22:04.5273660Z ---------------------------------------------------------------------- 2022-05-18T05:22:04.9270100Z test_all_gather_object_default_pg (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10508 2022-05-18T05:22:04.9404430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10509 2022-05-18T05:22:04.9518000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10510 2022-05-18T05:22:06.4897480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:06.4898710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:06.4899450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:06.4900940Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:06.4902620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:06.4905970Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:06.4926170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:06.4928780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:06.7333350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:06.9793820Z ok (2.452s) 2022-05-18T05:22:06.9865950Z 2022-05-18T05:22:06.9866780Z ---------------------------------------------------------------------- 2022-05-18T05:22:06.9867540Z Ran 1 test in 2.452s 2022-05-18T05:22:06.9867930Z 2022-05-18T05:22:06.9868240Z OK 2022-05-18T05:22:06.9868840Z 2022-05-18T05:22:06.9869290Z Generating XML reports... 2022-05-18T05:22:06.9870260Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052204.xml 2022-05-18T05:22:08.6512330Z 2022-05-18T05:22:08.6513090Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:08.6513420Z Running tests... 2022-05-18T05:22:08.6513800Z ---------------------------------------------------------------------- 2022-05-18T05:22:09.0504210Z test_all_gather_object_subgroup (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10518 2022-05-18T05:22:09.0575690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10519 2022-05-18T05:22:09.0729180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10520 2022-05-18T05:22:10.5795740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:10.6181980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:10.6182810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:10.6185910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:10.6187020Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:10.6192580Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:10.6211450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:10.6222040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:10.6223660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:10.7279930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:22:10.7281610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:22:10.7287310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:22:10.7290760Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:10.7399530Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:10.7477970Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:10.8517470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 2 2022-05-18T05:22:10.8519520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 1 2022-05-18T05:22:10.8567900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 0 2022-05-18T05:22:10.8570670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:22:10.8640750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:22:10.8642670Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:22:10.8693860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 2 2022-05-18T05:22:10.8695100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 1 2022-05-18T05:22:10.8804170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 0 2022-05-18T05:22:10.8805760Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:22:10.8807720Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:22:10.8811740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:22:11.2380580Z ok (2.587s) 2022-05-18T05:22:11.2448320Z 2022-05-18T05:22:11.2448830Z ---------------------------------------------------------------------- 2022-05-18T05:22:11.2449110Z Ran 1 test in 2.587s 2022-05-18T05:22:11.2449250Z 2022-05-18T05:22:11.2449310Z OK 2022-05-18T05:22:11.2449410Z 2022-05-18T05:22:11.2449510Z Generating XML reports... 2022-05-18T05:22:11.2450100Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052208.xml 2022-05-18T05:22:12.8800620Z 2022-05-18T05:22:12.8801350Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:12.8801720Z Running tests... 2022-05-18T05:22:12.8802090Z ---------------------------------------------------------------------- 2022-05-18T05:22:13.2801820Z test_all_reduce_coalesced_full_group_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10527 2022-05-18T05:22:13.2965060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10528 2022-05-18T05:22:13.3085280Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10529 2022-05-18T05:22:14.8215110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:14.8305100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:14.8309120Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:14.8310160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:14.8313230Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:14.8520450Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:14.9214600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:15.0766120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:15.1029630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:15.1060910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:22:15.1145730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:22:15.1670450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:22:15.1676970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:15.2266970Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:15.2268930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:15.7325230Z ok (2.852s) 2022-05-18T05:22:15.7391480Z 2022-05-18T05:22:15.7392170Z ---------------------------------------------------------------------- 2022-05-18T05:22:15.7392490Z Ran 1 test in 2.853s 2022-05-18T05:22:15.7392620Z 2022-05-18T05:22:15.7392690Z OK 2022-05-18T05:22:15.7392790Z 2022-05-18T05:22:15.7392890Z Generating XML reports... 2022-05-18T05:22:15.7393470Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052212.xml 2022-05-18T05:22:17.4521280Z 2022-05-18T05:22:17.4521600Z Running tests... 2022-05-18T05:22:17.4522190Z ---------------------------------------------------------------------- 2022-05-18T05:22:17.4522710Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:17.8594250Z test_all_reduce_coalesced_full_group_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10537 2022-05-18T05:22:17.8683850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10538 2022-05-18T05:22:17.8827000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10539 2022-05-18T05:22:19.4014080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:19.4146310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:19.4150190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:19.4153460Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:19.4156980Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:19.4762930Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:19.4776590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:19.6039500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:19.6049210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:19.6179810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:22:19.6182960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:22:19.6185510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:22:19.6187920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:19.6189500Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:19.6291410Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:19.8599980Z ok (2.408s) 2022-05-18T05:22:19.8697440Z 2022-05-18T05:22:19.8698670Z ---------------------------------------------------------------------- 2022-05-18T05:22:19.8701770Z Ran 1 test in 2.408s 2022-05-18T05:22:19.8702960Z 2022-05-18T05:22:19.8703360Z OK 2022-05-18T05:22:19.8703760Z 2022-05-18T05:22:19.8704120Z Generating XML reports... 2022-05-18T05:22:19.8704930Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052217.xml 2022-05-18T05:22:21.5123850Z 2022-05-18T05:22:21.5124600Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:21.5124940Z Running tests... 2022-05-18T05:22:21.5125940Z ---------------------------------------------------------------------- 2022-05-18T05:22:21.9131240Z test_all_reduce_coalesced_full_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10546 2022-05-18T05:22:21.9205730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10547 2022-05-18T05:22:21.9311550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10548 2022-05-18T05:22:23.4083570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:23.4770260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:23.4773750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:23.4775020Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:23.4776540Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:23.4880010Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:23.4911690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:23.4912510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:23.6038890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:23.7019840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:22:23.7021780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:22:23.7026190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:22:23.7027470Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:23.7028410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:23.7814890Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:24.0479310Z ok (2.535s) 2022-05-18T05:22:24.0541070Z 2022-05-18T05:22:24.0541980Z ---------------------------------------------------------------------- 2022-05-18T05:22:24.0542300Z Ran 1 test in 2.536s 2022-05-18T05:22:24.0542430Z 2022-05-18T05:22:24.0542500Z OK 2022-05-18T05:22:24.0542600Z 2022-05-18T05:22:24.0542700Z Generating XML reports... 2022-05-18T05:22:24.0543300Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052221.xml 2022-05-18T05:22:25.6843850Z 2022-05-18T05:22:25.6844600Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:25.6845660Z Running tests... 2022-05-18T05:22:25.6846160Z ---------------------------------------------------------------------- 2022-05-18T05:22:26.1017970Z test_all_reduce_coalesced_full_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10555 2022-05-18T05:22:26.1180900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10556 2022-05-18T05:22:26.1286660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10557 2022-05-18T05:22:27.6941400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:27.7054780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:27.7282740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:27.7289870Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:27.7802030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:27.7958790Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:27.7989320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:27.9771070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:27.9774990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:28.0011580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:22:28.0015310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:22:28.0037560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:22:28.0044910Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:28.0268550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:28.0270350Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:28.3218390Z ok (2.637s) 2022-05-18T05:22:28.3286310Z 2022-05-18T05:22:28.3287150Z ---------------------------------------------------------------------- 2022-05-18T05:22:28.3287970Z Ran 1 test in 2.638s 2022-05-18T05:22:28.3288400Z 2022-05-18T05:22:28.3289140Z OK 2022-05-18T05:22:28.3289560Z 2022-05-18T05:22:28.3289960Z Generating XML reports... 2022-05-18T05:22:28.3290910Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052225.xml 2022-05-18T05:22:29.9782510Z 2022-05-18T05:22:29.9783230Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:29.9783580Z Running tests... 2022-05-18T05:22:29.9783970Z ---------------------------------------------------------------------- 2022-05-18T05:22:30.3862840Z test_all_reduce_coalesced_group_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10565 2022-05-18T05:22:30.3937400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10566 2022-05-18T05:22:30.4071580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10567 2022-05-18T05:22:31.9773570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:31.9775440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:31.9778530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:31.9779800Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:31.9781680Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:32.0679670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:32.1423630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:32.1813890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:32.1818250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:22:32.3468760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:32.3494880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:22:32.3663710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:22:32.3666590Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:32.3668620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:32.3895790Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:33.1105840Z ok (3.132s) 2022-05-18T05:22:33.1168730Z 2022-05-18T05:22:33.1169440Z ---------------------------------------------------------------------- 2022-05-18T05:22:33.1169980Z Ran 1 test in 3.133s 2022-05-18T05:22:33.1170180Z 2022-05-18T05:22:33.1170550Z OK 2022-05-18T05:22:33.1170670Z 2022-05-18T05:22:33.1170770Z Generating XML reports... 2022-05-18T05:22:33.1171430Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052229.xml 2022-05-18T05:22:34.7473030Z 2022-05-18T05:22:34.7473360Z Running tests... 2022-05-18T05:22:34.7474020Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:35.1386990Z ---------------------------------------------------------------------- 2022-05-18T05:22:35.1388170Z test_all_reduce_coalesced_group_min (__main__.TestDistBackendWithSpawn) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70754 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.391s) 2022-05-18T05:22:35.1433100Z 2022-05-18T05:22:35.1433450Z ---------------------------------------------------------------------- 2022-05-18T05:22:35.1433900Z Ran 1 test in 0.391s 2022-05-18T05:22:35.1434220Z 2022-05-18T05:22:35.1434370Z OK (skipped=1) 2022-05-18T05:22:35.1434500Z 2022-05-18T05:22:35.1434590Z Generating XML reports... 2022-05-18T05:22:35.1435310Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052234.xml 2022-05-18T05:22:36.7525980Z 2022-05-18T05:22:36.7526730Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:36.7527070Z Running tests... 2022-05-18T05:22:36.7527450Z ---------------------------------------------------------------------- 2022-05-18T05:22:37.1594680Z test_all_reduce_coalesced_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10576 2022-05-18T05:22:37.1670470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10577 2022-05-18T05:22:37.1814540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10578 2022-05-18T05:22:38.8215830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:38.8224210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:38.8227260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:38.8231680Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:38.8237760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:38.8248480Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:38.8272720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:38.8281180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:38.8282090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:38.8282850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:22:38.8606910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:22:38.8610520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:22:38.8615700Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:38.8620300Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:38.8834810Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:39.3603170Z ok (2.608s) 2022-05-18T05:22:39.3667460Z 2022-05-18T05:22:39.3668190Z ---------------------------------------------------------------------- 2022-05-18T05:22:39.3668610Z Ran 1 test in 2.608s 2022-05-18T05:22:39.3668770Z 2022-05-18T05:22:39.3668840Z OK 2022-05-18T05:22:39.3668940Z 2022-05-18T05:22:39.3669050Z Generating XML reports... 2022-05-18T05:22:39.3669630Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052236.xml 2022-05-18T05:22:41.0019550Z 2022-05-18T05:22:41.0020300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:41.0020640Z Running tests... 2022-05-18T05:22:41.0021170Z ---------------------------------------------------------------------- 2022-05-18T05:22:41.4027920Z test_all_reduce_coalesced_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10586 2022-05-18T05:22:41.4113300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10587 2022-05-18T05:22:41.4250890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10588 2022-05-18T05:22:42.8994430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:42.8995750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:42.9115740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:42.9123150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:42.9135180Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:42.9763410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:42.9777200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:43.0768300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:43.1019450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:43.1023230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:22:43.1141200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:22:43.1143290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:22:43.1146060Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:43.1147410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:43.1928590Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:22:43.7327790Z ok (2.731s) 2022-05-18T05:22:43.7392950Z 2022-05-18T05:22:43.7393660Z ---------------------------------------------------------------------- 2022-05-18T05:22:43.7393990Z Ran 1 test in 2.731s 2022-05-18T05:22:43.7394120Z 2022-05-18T05:22:43.7394190Z OK 2022-05-18T05:22:43.7394290Z 2022-05-18T05:22:43.7394380Z Generating XML reports... 2022-05-18T05:22:43.7394990Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052240.xml 2022-05-18T05:22:45.3850160Z 2022-05-18T05:22:45.3850890Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:45.3851220Z Running tests... 2022-05-18T05:22:45.3851620Z ---------------------------------------------------------------------- 2022-05-18T05:22:45.7925220Z test_all_reduce_coalesced_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10595 2022-05-18T05:22:45.8070050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10596 2022-05-18T05:22:45.8191050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10597 2022-05-18T05:22:47.3274380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:47.3385840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:47.3387400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:47.3391620Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:47.3392750Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:47.3507410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:47.3538380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:47.5300370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:47.5676160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:47.8432610Z ok (2.458s) 2022-05-18T05:22:47.8499780Z 2022-05-18T05:22:47.8501030Z ---------------------------------------------------------------------- 2022-05-18T05:22:47.8502740Z Ran 1 test in 2.459s 2022-05-18T05:22:47.8503330Z 2022-05-18T05:22:47.8503620Z OK 2022-05-18T05:22:47.8503740Z 2022-05-18T05:22:47.8503880Z Generating XML reports... 2022-05-18T05:22:47.8504510Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052245.xml 2022-05-18T05:22:49.4912450Z 2022-05-18T05:22:49.4912770Z Running tests... 2022-05-18T05:22:49.4913370Z ---------------------------------------------------------------------- 2022-05-18T05:22:49.4913900Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:49.8956030Z test_all_reduce_coalesced_max_complex_unsupported (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10605 2022-05-18T05:22:49.9045720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10606 2022-05-18T05:22:49.9103890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10607 2022-05-18T05:22:51.4913270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:51.4915910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:51.5097690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:51.5105770Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:51.5301970Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:51.5306290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:51.5340870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:51.5351380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:51.7114810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:52.2109680Z ok (2.719s) 2022-05-18T05:22:52.2176930Z 2022-05-18T05:22:52.2177640Z ---------------------------------------------------------------------- 2022-05-18T05:22:52.2177950Z Ran 1 test in 2.720s 2022-05-18T05:22:52.2178210Z 2022-05-18T05:22:52.2178280Z OK 2022-05-18T05:22:52.2178410Z 2022-05-18T05:22:52.2178510Z Generating XML reports... 2022-05-18T05:22:52.2179100Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052249.xml 2022-05-18T05:22:53.8506830Z 2022-05-18T05:22:53.8507570Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:53.8507910Z Running tests... 2022-05-18T05:22:53.8508330Z ---------------------------------------------------------------------- 2022-05-18T05:22:54.2509450Z test_all_reduce_coalesced_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10614 2022-05-18T05:22:54.2586300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10615 2022-05-18T05:22:54.2717930Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10616 2022-05-18T05:22:55.7513670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:22:55.7619420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:22:55.7629990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:22:55.7632790Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:55.8522030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:55.8525200Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:22:55.8662780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:22:55.9777430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:22:56.0567670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:22:56.4826610Z ok (2.632s) 2022-05-18T05:22:56.4889690Z 2022-05-18T05:22:56.4890330Z ---------------------------------------------------------------------- 2022-05-18T05:22:56.4890630Z Ran 1 test in 2.632s 2022-05-18T05:22:56.4890760Z 2022-05-18T05:22:56.4890830Z OK 2022-05-18T05:22:56.4890920Z 2022-05-18T05:22:56.4891020Z Generating XML reports... 2022-05-18T05:22:56.4892170Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052253.xml 2022-05-18T05:22:58.1617700Z 2022-05-18T05:22:58.1618450Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:22:58.1618780Z Running tests... 2022-05-18T05:22:58.1619170Z ---------------------------------------------------------------------- 2022-05-18T05:22:58.5679600Z test_all_reduce_coalesced_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10624 2022-05-18T05:22:58.5839400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10625 2022-05-18T05:22:58.5943500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10626 2022-05-18T05:23:00.1038410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:00.1041870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:00.1046570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:00.1049520Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:00.1149740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:00.1152230Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:00.1289880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:00.1293280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:00.2283630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:00.4720060Z ok (2.310s) 2022-05-18T05:23:00.4785120Z 2022-05-18T05:23:00.4785660Z ---------------------------------------------------------------------- 2022-05-18T05:23:00.4786200Z Ran 1 test in 2.311s 2022-05-18T05:23:00.4786440Z 2022-05-18T05:23:00.4786650Z OK 2022-05-18T05:23:00.4786770Z 2022-05-18T05:23:00.4786880Z Generating XML reports... 2022-05-18T05:23:00.4787790Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052258.xml 2022-05-18T05:23:02.1101800Z 2022-05-18T05:23:02.1102510Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:02.1102850Z Running tests... 2022-05-18T05:23:02.1103240Z ---------------------------------------------------------------------- 2022-05-18T05:23:02.5129930Z test_all_reduce_coalesced_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10633 2022-05-18T05:23:02.5208320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10634 2022-05-18T05:23:02.5345680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10635 2022-05-18T05:23:04.0429430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:04.0506280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:04.1034530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:04.1043280Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:04.1065530Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:04.1807510Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:04.1822950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:04.2267720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:04.3518940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:04.7541930Z ok (2.644s) 2022-05-18T05:23:04.7604430Z 2022-05-18T05:23:04.7605090Z ---------------------------------------------------------------------- 2022-05-18T05:23:04.7605420Z Ran 1 test in 2.644s 2022-05-18T05:23:04.7605540Z 2022-05-18T05:23:04.7605620Z OK 2022-05-18T05:23:04.7605720Z 2022-05-18T05:23:04.7605820Z Generating XML reports... 2022-05-18T05:23:04.7606410Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052302.xml 2022-05-18T05:23:06.4061440Z 2022-05-18T05:23:06.4062190Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:06.4062550Z Running tests... 2022-05-18T05:23:06.4062930Z ---------------------------------------------------------------------- 2022-05-18T05:23:06.8075540Z test_all_reduce_complex_unsupported_ops (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10642 2022-05-18T05:23:06.8148200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10643 2022-05-18T05:23:06.8284200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10644 2022-05-18T05:23:08.3680770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:08.3820360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:08.3824460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:08.3827430Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:08.3833230Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:08.4621080Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:08.5550250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:08.5829820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:08.5935950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:09.1065970Z ok (2.700s) 2022-05-18T05:23:09.1133230Z 2022-05-18T05:23:09.1134240Z ---------------------------------------------------------------------- 2022-05-18T05:23:09.1134560Z Ran 1 test in 2.701s 2022-05-18T05:23:09.1134720Z 2022-05-18T05:23:09.1134780Z OK 2022-05-18T05:23:09.1134910Z 2022-05-18T05:23:09.1135010Z Generating XML reports... 2022-05-18T05:23:09.1135620Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052306.xml 2022-05-18T05:23:10.7436130Z 2022-05-18T05:23:10.7437010Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:10.7437410Z Running tests... 2022-05-18T05:23:10.7437810Z ---------------------------------------------------------------------- 2022-05-18T05:23:11.1586680Z test_all_reduce_full_group_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10652 2022-05-18T05:23:11.1661180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10653 2022-05-18T05:23:11.1798160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10654 2022-05-18T05:23:12.7792800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:12.7818970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:12.7819970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:12.7822010Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:12.7823690Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:12.8157840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:12.8857000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:12.9312940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:13.0769180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:13.1631820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:23:13.1634920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:23:13.1638470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:23:13.1644960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:13.1649620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:13.1664740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:13.5555230Z ok (2.812s) 2022-05-18T05:23:13.5618820Z 2022-05-18T05:23:13.5619490Z ---------------------------------------------------------------------- 2022-05-18T05:23:13.5619800Z Ran 1 test in 2.812s 2022-05-18T05:23:13.5619930Z 2022-05-18T05:23:13.5619990Z OK 2022-05-18T05:23:13.5620090Z 2022-05-18T05:23:13.5620190Z Generating XML reports... 2022-05-18T05:23:13.5620770Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052310.xml 2022-05-18T05:23:15.2009500Z 2022-05-18T05:23:15.2009840Z Running tests... 2022-05-18T05:23:15.2011020Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:15.6083150Z ---------------------------------------------------------------------- 2022-05-18T05:23:15.6083690Z test_all_reduce_full_group_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10661 2022-05-18T05:23:15.6188410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10662 2022-05-18T05:23:15.6304440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10663 2022-05-18T05:23:17.1246480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:17.1880440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:17.1882690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:17.1883850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:17.1885600Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:17.1994240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:17.2011370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:17.3521400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:17.3525450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:17.3651050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:23:17.3652270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:23:17.3656120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:23:17.3657280Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:17.3658790Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:17.3759190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:17.6101570Z ok (2.409s) 2022-05-18T05:23:17.6173710Z 2022-05-18T05:23:17.6174590Z ---------------------------------------------------------------------- 2022-05-18T05:23:17.6174910Z Ran 1 test in 2.409s 2022-05-18T05:23:17.6175040Z 2022-05-18T05:23:17.6175100Z OK 2022-05-18T05:23:17.6175200Z 2022-05-18T05:23:17.6175290Z Generating XML reports... 2022-05-18T05:23:17.6176130Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052315.xml 2022-05-18T05:23:19.2768040Z 2022-05-18T05:23:19.2768770Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:19.2769220Z Running tests... 2022-05-18T05:23:19.2769660Z ---------------------------------------------------------------------- 2022-05-18T05:23:19.6820270Z test_all_reduce_full_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10671 2022-05-18T05:23:19.6879550Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10672 2022-05-18T05:23:19.7000340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10673 2022-05-18T05:23:21.1780940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:21.2268510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:21.2270310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:21.2271720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:21.2273220Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:21.2745210Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:21.2769010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:21.2775240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:21.3519130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:21.3805450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:23:21.3808680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:23:21.3809970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:23:21.3811730Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:21.3813750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:21.3919920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:21.6753920Z ok (2.398s) 2022-05-18T05:23:21.6819640Z 2022-05-18T05:23:21.6820240Z ---------------------------------------------------------------------- 2022-05-18T05:23:21.6820770Z Ran 1 test in 2.399s 2022-05-18T05:23:21.6820930Z 2022-05-18T05:23:21.6821010Z OK 2022-05-18T05:23:21.6821110Z 2022-05-18T05:23:21.6821210Z Generating XML reports... 2022-05-18T05:23:21.6821820Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052319.xml 2022-05-18T05:23:23.3256880Z 2022-05-18T05:23:23.3257210Z Running tests... 2022-05-18T05:23:23.3257810Z ---------------------------------------------------------------------- 2022-05-18T05:23:23.3258310Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:23.7272830Z test_all_reduce_full_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10680 2022-05-18T05:23:23.7412610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10681 2022-05-18T05:23:23.7538680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10682 2022-05-18T05:23:25.2617790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:25.2628370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:25.2631100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:25.2633330Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:25.2635980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:25.2649730Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:25.2673110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:25.2682780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:25.2684900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:25.2700820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:23:25.2702710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:23:25.2902390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:23:25.2905100Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:25.3521320Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:25.3649320Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:25.6733060Z ok (2.347s) 2022-05-18T05:23:25.6799490Z 2022-05-18T05:23:25.6800110Z ---------------------------------------------------------------------- 2022-05-18T05:23:25.6800430Z Ran 1 test in 2.348s 2022-05-18T05:23:25.6800570Z 2022-05-18T05:23:25.6800630Z OK 2022-05-18T05:23:25.6800740Z 2022-05-18T05:23:25.6800840Z Generating XML reports... 2022-05-18T05:23:25.6801420Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052323.xml 2022-05-18T05:23:27.3237760Z 2022-05-18T05:23:27.3238510Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:27.3238850Z Running tests... 2022-05-18T05:23:27.3239230Z ---------------------------------------------------------------------- 2022-05-18T05:23:27.7301030Z test_all_reduce_group_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10689 2022-05-18T05:23:27.7378350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10690 2022-05-18T05:23:27.7518950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10691 2022-05-18T05:23:29.3314830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:29.3820930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:29.4069280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:29.4071980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:29.4770830Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:29.4773670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:29.4894820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:29.6038410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:29.6269990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:23:29.6274970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:23:29.7266310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:29.7270440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:23:29.7273280Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:29.7303640Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:29.7812200Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:30.2379730Z ok (2.914s) 2022-05-18T05:23:30.2443620Z 2022-05-18T05:23:30.2444330Z ---------------------------------------------------------------------- 2022-05-18T05:23:30.2444630Z Ran 1 test in 2.915s 2022-05-18T05:23:30.2444880Z 2022-05-18T05:23:30.2444950Z OK 2022-05-18T05:23:30.2445060Z 2022-05-18T05:23:30.2445180Z Generating XML reports... 2022-05-18T05:23:30.2445870Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052327.xml 2022-05-18T05:23:31.8858230Z 2022-05-18T05:23:31.8858560Z Running tests... 2022-05-18T05:23:31.8859180Z ---------------------------------------------------------------------- 2022-05-18T05:23:31.8859690Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:32.2985450Z test_all_reduce_group_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10699 2022-05-18T05:23:32.3056450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10700 2022-05-18T05:23:32.3191580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10701 2022-05-18T05:23:33.8142920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:33.8251200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:33.8255240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:33.8256600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:33.8258400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:33.8910900Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:33.8947430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:33.9666590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:33.9769490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:33.9775200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:23:34.0065530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:23:34.0067800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:23:34.0069360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:34.0070860Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:34.0945980Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:34.5216220Z ok (2.636s) 2022-05-18T05:23:34.5308500Z 2022-05-18T05:23:34.5310140Z ---------------------------------------------------------------------- 2022-05-18T05:23:34.5310880Z Ran 1 test in 2.636s 2022-05-18T05:23:34.5312310Z 2022-05-18T05:23:34.5313040Z OK 2022-05-18T05:23:34.5314130Z 2022-05-18T05:23:34.5314550Z Generating XML reports... 2022-05-18T05:23:34.5315510Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052331.xml 2022-05-18T05:23:36.1634330Z 2022-05-18T05:23:36.1635100Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:36.1635950Z Running tests... 2022-05-18T05:23:36.1636350Z ---------------------------------------------------------------------- 2022-05-18T05:23:36.5616040Z test_all_reduce_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10708 2022-05-18T05:23:36.5766820Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10709 2022-05-18T05:23:36.5869880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10710 2022-05-18T05:23:38.2522370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:38.2776280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:38.2778020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:38.2779320Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:38.2781290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:38.2783370Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:38.3042960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:38.3047130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:38.3060730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:23:38.3265860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:23:38.3969510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:38.3978250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:23:38.3980960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:38.4554110Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:38.4763380Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:38.9833930Z ok (2.820s) 2022-05-18T05:23:38.9900080Z 2022-05-18T05:23:38.9900810Z ---------------------------------------------------------------------- 2022-05-18T05:23:38.9901230Z Ran 1 test in 2.820s 2022-05-18T05:23:38.9901360Z 2022-05-18T05:23:38.9901430Z OK 2022-05-18T05:23:38.9901540Z 2022-05-18T05:23:38.9901640Z Generating XML reports... 2022-05-18T05:23:38.9902690Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052336.xml 2022-05-18T05:23:40.6348420Z 2022-05-18T05:23:40.6348750Z Running tests... 2022-05-18T05:23:40.6349370Z ---------------------------------------------------------------------- 2022-05-18T05:23:40.6349880Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:41.0456600Z test_all_reduce_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10718 2022-05-18T05:23:41.0602050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10719 2022-05-18T05:23:41.0703900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10720 2022-05-18T05:23:42.5720980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:42.6318160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:42.6372810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:42.6378890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:42.6783420Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:42.6785990Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:42.7277740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:42.8535580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:42.8566890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:23:42.9302030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:23:42.9305010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:42.9311320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:23:42.9313980Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:42.9410990Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:42.9412170Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:23:43.3869400Z ok (2.752s) 2022-05-18T05:23:43.3931770Z 2022-05-18T05:23:43.3932640Z ---------------------------------------------------------------------- 2022-05-18T05:23:43.3933180Z Ran 1 test in 2.752s 2022-05-18T05:23:43.3933340Z 2022-05-18T05:23:43.3933410Z OK 2022-05-18T05:23:43.3933750Z 2022-05-18T05:23:43.3933870Z Generating XML reports... 2022-05-18T05:23:43.3934490Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052340.xml 2022-05-18T05:23:45.0235820Z 2022-05-18T05:23:45.0236530Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:45.0236880Z Running tests... 2022-05-18T05:23:45.0237290Z ---------------------------------------------------------------------- 2022-05-18T05:23:45.4188690Z test_all_reduce_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10727 2022-05-18T05:23:45.4347290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10728 2022-05-18T05:23:45.4451250Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10729 2022-05-18T05:23:46.9189770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:46.9795690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:46.9796870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:46.9798690Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:46.9800030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:46.9810420Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:47.0086860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:47.1021230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:47.2269900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:47.6280150Z ok (2.603s) 2022-05-18T05:23:47.6328730Z 2022-05-18T05:23:47.6329610Z ---------------------------------------------------------------------- 2022-05-18T05:23:47.6329920Z Ran 1 test in 2.603s 2022-05-18T05:23:47.6330050Z 2022-05-18T05:23:47.6330120Z OK 2022-05-18T05:23:47.6330230Z 2022-05-18T05:23:47.6330330Z Generating XML reports... 2022-05-18T05:23:47.6330940Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052345.xml 2022-05-18T05:23:49.2958810Z 2022-05-18T05:23:49.2959140Z Running tests... 2022-05-18T05:23:49.2959750Z ---------------------------------------------------------------------- 2022-05-18T05:23:49.2960380Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:49.7020120Z test_all_reduce_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10737 2022-05-18T05:23:49.7139780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10738 2022-05-18T05:23:49.7273920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10739 2022-05-18T05:23:51.1828610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:51.1933810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:51.2277720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:51.2280620Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:51.2825050Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:51.2827410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:51.2843590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:51.2847370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:51.4770890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:51.9530260Z ok (2.657s) 2022-05-18T05:23:51.9594320Z 2022-05-18T05:23:51.9594950Z ---------------------------------------------------------------------- 2022-05-18T05:23:51.9595250Z Ran 1 test in 2.657s 2022-05-18T05:23:51.9595390Z 2022-05-18T05:23:51.9595450Z OK 2022-05-18T05:23:51.9595560Z 2022-05-18T05:23:51.9595660Z Generating XML reports... 2022-05-18T05:23:51.9596510Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052349.xml 2022-05-18T05:23:53.5903460Z 2022-05-18T05:23:53.5904210Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:53.5904550Z Running tests... 2022-05-18T05:23:53.5904940Z ---------------------------------------------------------------------- 2022-05-18T05:23:53.9880200Z test_all_reduce_multigpu (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10746 2022-05-18T05:23:54.0019190Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10747 2022-05-18T05:23:54.0089360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10748 2022-05-18T05:23:55.4923810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:55.5031380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:55.5034840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:55.5036690Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:55.5037890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:55.5821860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:55.5836730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:55.6540140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:55.7369520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:23:55.9348240Z skip: CUDA is not available. (2.344s) 2022-05-18T05:23:55.9410290Z 2022-05-18T05:23:55.9410770Z ---------------------------------------------------------------------- 2022-05-18T05:23:55.9411070Z Ran 1 test in 2.345s 2022-05-18T05:23:55.9411200Z 2022-05-18T05:23:55.9411280Z OK (skipped=1) 2022-05-18T05:23:55.9411400Z 2022-05-18T05:23:55.9411630Z Generating XML reports... 2022-05-18T05:23:55.9412230Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052353.xml 2022-05-18T05:23:57.5721380Z 2022-05-18T05:23:57.5722590Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:23:57.5723000Z Running tests... 2022-05-18T05:23:57.5723420Z ---------------------------------------------------------------------- 2022-05-18T05:23:57.9852150Z test_all_reduce_multigpu_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10755 2022-05-18T05:23:57.9928410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10756 2022-05-18T05:23:58.0065450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10757 2022-05-18T05:23:59.5486130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:23:59.5676070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:23:59.6018850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:23:59.6021550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:59.6137230Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:59.6441180Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:23:59.6455350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:23:59.7270900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:23:59.8178260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:00.0102460Z skip: CUDA is not available. (2.438s) 2022-05-18T05:24:00.0170330Z 2022-05-18T05:24:00.0171090Z ---------------------------------------------------------------------- 2022-05-18T05:24:00.0171410Z Ran 1 test in 2.438s 2022-05-18T05:24:00.0172010Z 2022-05-18T05:24:00.0172210Z OK (skipped=1) 2022-05-18T05:24:00.0172340Z 2022-05-18T05:24:00.0172440Z Generating XML reports... 2022-05-18T05:24:00.0173060Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052357.xml 2022-05-18T05:24:01.6553820Z 2022-05-18T05:24:01.6554610Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:01.6555600Z Running tests... 2022-05-18T05:24:01.6556530Z ---------------------------------------------------------------------- 2022-05-18T05:24:02.0630810Z test_all_reduce_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10765 2022-05-18T05:24:02.0700690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10766 2022-05-18T05:24:02.0812020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10767 2022-05-18T05:24:03.5843380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:24:03.6039820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:24:03.6045420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:24:03.6048980Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:03.6055720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:03.6144840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:03.6287050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:03.6291060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:03.7268690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:03.9826540Z ok (2.327s) 2022-05-18T05:24:03.9892570Z 2022-05-18T05:24:03.9893220Z ---------------------------------------------------------------------- 2022-05-18T05:24:03.9893660Z Ran 1 test in 2.328s 2022-05-18T05:24:03.9893970Z 2022-05-18T05:24:03.9894100Z OK 2022-05-18T05:24:03.9894240Z 2022-05-18T05:24:03.9894350Z Generating XML reports... 2022-05-18T05:24:03.9895050Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052401.xml 2022-05-18T05:24:05.6319250Z 2022-05-18T05:24:05.6319570Z Running tests... 2022-05-18T05:24:05.6320160Z ---------------------------------------------------------------------- 2022-05-18T05:24:05.6320660Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:06.0296830Z test_all_reduce_result_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10774 2022-05-18T05:24:06.0374200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10775 2022-05-18T05:24:06.0510100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10776 2022-05-18T05:24:07.6165800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:24:07.6590950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:24:07.6592600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:24:07.6593890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:07.6595350Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:07.7475310Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:07.7624320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:07.7628590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:07.9763160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:08.3241860Z skip: CUDA is not available. (2.692s) 2022-05-18T05:24:08.3321560Z 2022-05-18T05:24:08.3323170Z ---------------------------------------------------------------------- 2022-05-18T05:24:08.3324290Z Ran 1 test in 2.693s 2022-05-18T05:24:08.3324760Z 2022-05-18T05:24:08.3325120Z OK (skipped=1) 2022-05-18T05:24:08.3326050Z 2022-05-18T05:24:08.3326460Z Generating XML reports... 2022-05-18T05:24:08.3327430Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052405.xml 2022-05-18T05:24:09.9862120Z 2022-05-18T05:24:09.9862890Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:09.9863570Z Running tests... 2022-05-18T05:24:09.9863990Z ---------------------------------------------------------------------- 2022-05-18T05:24:10.3840990Z test_all_reduce_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10784 2022-05-18T05:24:10.3906830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10785 2022-05-18T05:24:10.4097800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10786 2022-05-18T05:24:11.8909030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:24:11.9284530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:24:11.9771540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:24:11.9774580Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:11.9886360Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:11.9891200Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:11.9932680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:11.9943880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:12.1019190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:12.3591070Z ok (2.373s) 2022-05-18T05:24:12.3655750Z 2022-05-18T05:24:12.3656340Z ---------------------------------------------------------------------- 2022-05-18T05:24:12.3656630Z Ran 1 test in 2.373s 2022-05-18T05:24:12.3656760Z 2022-05-18T05:24:12.3656820Z OK 2022-05-18T05:24:12.3656920Z 2022-05-18T05:24:12.3657030Z Generating XML reports... 2022-05-18T05:24:12.3657610Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052409.xml 2022-05-18T05:24:14.0040650Z 2022-05-18T05:24:14.0040980Z Running tests... 2022-05-18T05:24:14.0041610Z ---------------------------------------------------------------------- 2022-05-18T05:24:14.0042120Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:14.4065910Z test_all_reduce_sum_async (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10793 2022-05-18T05:24:14.4137410Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10794 2022-05-18T05:24:14.4267590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10795 2022-05-18T05:24:16.0172080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:24:16.0174970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:24:16.0175830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:24:16.0177030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:16.0178490Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:16.0179500Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:16.0761730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:16.1208450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:16.1212070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:16.4318570Z ok (2.428s) 2022-05-18T05:24:16.4381300Z 2022-05-18T05:24:16.4382090Z ---------------------------------------------------------------------- 2022-05-18T05:24:16.4382550Z Ran 1 test in 2.428s 2022-05-18T05:24:16.4382710Z 2022-05-18T05:24:16.4382780Z OK 2022-05-18T05:24:16.4382880Z 2022-05-18T05:24:16.4382980Z Generating XML reports... 2022-05-18T05:24:16.4383580Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052414.xml 2022-05-18T05:24:18.0836700Z 2022-05-18T05:24:18.0837480Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:18.0837820Z Running tests... 2022-05-18T05:24:18.0838670Z ---------------------------------------------------------------------- 2022-05-18T05:24:18.5045480Z test_all_reduce_sum_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10803 2022-05-18T05:24:18.5207710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10804 2022-05-18T05:24:18.5220790Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10805 2022-05-18T05:24:20.1364070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:24:20.1367490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:24:20.1369000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:24:20.1370440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:20.1371740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:20.2265580Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:20.2408540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:20.3294260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:20.4771730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:20.8560390Z ok (2.772s) 2022-05-18T05:24:20.8626550Z 2022-05-18T05:24:20.8627880Z ---------------------------------------------------------------------- 2022-05-18T05:24:20.8628430Z Ran 1 test in 2.773s 2022-05-18T05:24:20.8628570Z 2022-05-18T05:24:20.8628640Z OK 2022-05-18T05:24:20.8628740Z 2022-05-18T05:24:20.8628910Z Generating XML reports... 2022-05-18T05:24:20.8629530Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052418.xml 2022-05-18T05:24:22.4903920Z 2022-05-18T05:24:22.4904250Z Running tests... 2022-05-18T05:24:22.4904970Z ---------------------------------------------------------------------- 2022-05-18T05:24:22.4905470Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:22.8866600Z test_all_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10812 2022-05-18T05:24:22.9006720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10813 2022-05-18T05:24:22.9130310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10814 2022-05-18T05:24:24.4770550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:24:24.4780680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:24:24.4788160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:24:24.4792390Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:24.4796350Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:24.4807780Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:24.4852910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:24.4963880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:24.5065760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:24.7330870Z skip: CUDA is not available. (2.242s) 2022-05-18T05:24:24.7392300Z 2022-05-18T05:24:24.7392970Z ---------------------------------------------------------------------- 2022-05-18T05:24:24.7393270Z Ran 1 test in 2.243s 2022-05-18T05:24:24.7393400Z 2022-05-18T05:24:24.7393470Z OK (skipped=1) 2022-05-18T05:24:24.7393590Z 2022-05-18T05:24:24.7393690Z Generating XML reports... 2022-05-18T05:24:24.7394560Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052422.xml 2022-05-18T05:24:26.3693910Z 2022-05-18T05:24:26.3694670Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:26.3695010Z Running tests... 2022-05-18T05:24:26.3695390Z ---------------------------------------------------------------------- 2022-05-18T05:24:26.7785430Z test_all_reduce_sum_cuda_async (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10821 2022-05-18T05:24:26.7855680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10822 2022-05-18T05:24:26.7968220Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10823 2022-05-18T05:24:28.3533320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:24:28.3823300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:24:28.3824850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:24:28.3826400Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:28.3827820Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:28.3937120Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:28.4789090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:28.5820690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:28.5927440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:28.9123610Z skip: CUDA is not available. (2.543s) 2022-05-18T05:24:28.9188820Z 2022-05-18T05:24:28.9189640Z ---------------------------------------------------------------------- 2022-05-18T05:24:28.9189940Z Ran 1 test in 2.543s 2022-05-18T05:24:28.9190050Z 2022-05-18T05:24:28.9190140Z OK (skipped=1) 2022-05-18T05:24:28.9190260Z 2022-05-18T05:24:28.9190360Z Generating XML reports... 2022-05-18T05:24:28.9191170Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052426.xml 2022-05-18T05:24:30.5406120Z 2022-05-18T05:24:30.5406460Z Running tests... 2022-05-18T05:24:30.5407120Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:30.9398900Z ---------------------------------------------------------------------- 2022-05-18T05:24:30.9399440Z test_all_reduce_sum_cuda_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10831 2022-05-18T05:24:30.9468500Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10832 2022-05-18T05:24:30.9601600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10833 2022-05-18T05:24:32.4545130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:24:32.4669750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:24:32.4671850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:24:32.4673500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:32.4674830Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:32.5556080Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:24:32.5569320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:24:32.6578390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:24:32.6900180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:24:32.9396780Z skip: CUDA is not available. (2.399s) 2022-05-18T05:24:32.9460290Z 2022-05-18T05:24:32.9460940Z ---------------------------------------------------------------------- 2022-05-18T05:24:32.9461270Z Ran 1 test in 2.399s 2022-05-18T05:24:32.9461400Z 2022-05-18T05:24:32.9461470Z OK (skipped=1) 2022-05-18T05:24:32.9461590Z 2022-05-18T05:24:32.9461880Z Generating XML reports... 2022-05-18T05:24:32.9462510Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052430.xml 2022-05-18T05:24:34.5803230Z 2022-05-18T05:24:34.5803960Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:34.5805590Z Running tests... 2022-05-18T05:24:34.5806080Z ---------------------------------------------------------------------- 2022-05-18T05:24:34.5827950Z test_all_to_all (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports all_to_all (0.002s) 2022-05-18T05:24:34.5880720Z 2022-05-18T05:24:34.5881230Z ---------------------------------------------------------------------- 2022-05-18T05:24:34.5881520Z Ran 1 test in 0.003s 2022-05-18T05:24:34.5881650Z 2022-05-18T05:24:34.5881870Z OK (skipped=1) 2022-05-18T05:24:34.5882000Z 2022-05-18T05:24:34.5882090Z Generating XML reports... 2022-05-18T05:24:34.5882690Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052434.xml 2022-05-18T05:24:36.1164980Z 2022-05-18T05:24:36.1165750Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:36.1166110Z Running tests... 2022-05-18T05:24:36.1166490Z ---------------------------------------------------------------------- 2022-05-18T05:24:36.1190480Z test_all_to_all_complex (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports all_to_all (0.003s) 2022-05-18T05:24:36.1243420Z 2022-05-18T05:24:36.1243880Z ---------------------------------------------------------------------- 2022-05-18T05:24:36.1244180Z Ran 1 test in 0.003s 2022-05-18T05:24:36.1244310Z 2022-05-18T05:24:36.1244390Z OK (skipped=1) 2022-05-18T05:24:36.1244980Z 2022-05-18T05:24:36.1245150Z Generating XML reports... 2022-05-18T05:24:36.1245820Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052436.xml 2022-05-18T05:24:37.6483130Z 2022-05-18T05:24:37.6483860Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:37.6484210Z Running tests... 2022-05-18T05:24:37.6484720Z ---------------------------------------------------------------------- 2022-05-18T05:24:37.6508160Z test_all_to_all_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only NCCL supports CUDA all_to_all (0.002s) 2022-05-18T05:24:37.6561720Z 2022-05-18T05:24:37.6562500Z ---------------------------------------------------------------------- 2022-05-18T05:24:37.6562800Z Ran 1 test in 0.003s 2022-05-18T05:24:37.6562940Z 2022-05-18T05:24:37.6563020Z OK (skipped=1) 2022-05-18T05:24:37.6563140Z 2022-05-18T05:24:37.6563240Z Generating XML reports... 2022-05-18T05:24:37.6564470Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052437.xml 2022-05-18T05:24:39.2207690Z 2022-05-18T05:24:39.2208020Z Running tests... 2022-05-18T05:24:39.2208640Z ---------------------------------------------------------------------- 2022-05-18T05:24:39.2209150Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:39.2233700Z test_all_to_all_cuda_complex (__main__.TestDistBackendWithSpawn) ... skip: Only NCCL supports CUDA all_to_all (0.003s) 2022-05-18T05:24:39.2287660Z 2022-05-18T05:24:39.2288240Z ---------------------------------------------------------------------- 2022-05-18T05:24:39.2288520Z Ran 1 test in 0.003s 2022-05-18T05:24:39.2288650Z 2022-05-18T05:24:39.2288730Z OK (skipped=1) 2022-05-18T05:24:39.2288850Z 2022-05-18T05:24:39.2288950Z Generating XML reports... 2022-05-18T05:24:39.2289520Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052439.xml 2022-05-18T05:24:40.7746660Z 2022-05-18T05:24:40.7747410Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:40.7747750Z Running tests... 2022-05-18T05:24:40.7748130Z ---------------------------------------------------------------------- 2022-05-18T05:24:40.7770710Z test_all_to_all_full_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports all_to_all (0.002s) 2022-05-18T05:24:40.7823710Z 2022-05-18T05:24:40.7824230Z ---------------------------------------------------------------------- 2022-05-18T05:24:40.7824550Z Ran 1 test in 0.003s 2022-05-18T05:24:40.7824680Z 2022-05-18T05:24:40.7824760Z OK (skipped=1) 2022-05-18T05:24:40.7825010Z 2022-05-18T05:24:40.7825110Z Generating XML reports... 2022-05-18T05:24:40.7825690Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052440.xml 2022-05-18T05:24:42.3144560Z 2022-05-18T05:24:42.3145350Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:42.3145690Z Running tests... 2022-05-18T05:24:42.3146100Z ---------------------------------------------------------------------- 2022-05-18T05:24:42.3170100Z test_all_to_all_full_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only NCCL supports CUDA all_to_all (0.003s) 2022-05-18T05:24:42.3222510Z 2022-05-18T05:24:42.3222890Z ---------------------------------------------------------------------- 2022-05-18T05:24:42.3223610Z Ran 1 test in 0.003s 2022-05-18T05:24:42.3223740Z 2022-05-18T05:24:42.3223820Z OK (skipped=1) 2022-05-18T05:24:42.3223940Z 2022-05-18T05:24:42.3224040Z Generating XML reports... 2022-05-18T05:24:42.3224650Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052442.xml 2022-05-18T05:24:43.8442090Z 2022-05-18T05:24:43.8442830Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:43.8443200Z Running tests... 2022-05-18T05:24:43.8443600Z ---------------------------------------------------------------------- 2022-05-18T05:24:43.8467420Z test_all_to_all_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports all_to_all (0.002s) 2022-05-18T05:24:43.8521320Z 2022-05-18T05:24:43.8522040Z ---------------------------------------------------------------------- 2022-05-18T05:24:43.8522350Z Ran 1 test in 0.003s 2022-05-18T05:24:43.8522480Z 2022-05-18T05:24:43.8522560Z OK (skipped=1) 2022-05-18T05:24:43.8522700Z 2022-05-18T05:24:43.8522800Z Generating XML reports... 2022-05-18T05:24:43.8523400Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052443.xml 2022-05-18T05:24:45.3815100Z 2022-05-18T05:24:45.3815860Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:45.3816200Z Running tests... 2022-05-18T05:24:45.3817020Z ---------------------------------------------------------------------- 2022-05-18T05:24:45.3840730Z test_all_to_all_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:24:45.3894680Z 2022-05-18T05:24:45.3895530Z ---------------------------------------------------------------------- 2022-05-18T05:24:45.3895880Z Ran 1 test in 0.003s 2022-05-18T05:24:45.3903110Z 2022-05-18T05:24:45.3903240Z OK (skipped=1) 2022-05-18T05:24:45.3903380Z 2022-05-18T05:24:45.3903480Z Generating XML reports... 2022-05-18T05:24:45.3904140Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052445.xml 2022-05-18T05:24:46.9065910Z 2022-05-18T05:24:46.9066210Z Running tests... 2022-05-18T05:24:46.9066830Z ---------------------------------------------------------------------- 2022-05-18T05:24:46.9067320Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:46.9089180Z test_all_to_all_single_equal_split (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.002s) 2022-05-18T05:24:46.9141040Z 2022-05-18T05:24:46.9141660Z ---------------------------------------------------------------------- 2022-05-18T05:24:46.9141970Z Ran 1 test in 0.003s 2022-05-18T05:24:46.9142100Z 2022-05-18T05:24:46.9142270Z OK (skipped=1) 2022-05-18T05:24:46.9142410Z 2022-05-18T05:24:46.9142510Z Generating XML reports... 2022-05-18T05:24:46.9143370Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052446.xml 2022-05-18T05:24:48.4806410Z 2022-05-18T05:24:48.4807160Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:48.4807510Z Running tests... 2022-05-18T05:24:48.4807890Z ---------------------------------------------------------------------- 2022-05-18T05:24:48.4831220Z test_all_to_all_single_equal_split_complex (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.002s) 2022-05-18T05:24:48.4891230Z 2022-05-18T05:24:48.4891850Z ---------------------------------------------------------------------- 2022-05-18T05:24:48.4892150Z Ran 1 test in 0.003s 2022-05-18T05:24:48.4892280Z 2022-05-18T05:24:48.4892360Z OK (skipped=1) 2022-05-18T05:24:48.4892480Z 2022-05-18T05:24:48.4892570Z Generating XML reports... 2022-05-18T05:24:48.4893140Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052448.xml 2022-05-18T05:24:50.0453960Z 2022-05-18T05:24:50.0454230Z Running tests... 2022-05-18T05:24:50.0454860Z ---------------------------------------------------------------------- 2022-05-18T05:24:50.0455370Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:50.0480830Z test_all_to_all_single_equal_split_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:24:50.0534320Z 2022-05-18T05:24:50.0534850Z ---------------------------------------------------------------------- 2022-05-18T05:24:50.0535150Z Ran 1 test in 0.003s 2022-05-18T05:24:50.0535280Z 2022-05-18T05:24:50.0535470Z OK (skipped=1) 2022-05-18T05:24:50.0535590Z 2022-05-18T05:24:50.0536180Z Generating XML reports... 2022-05-18T05:24:50.0536810Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052450.xml 2022-05-18T05:24:51.5813420Z 2022-05-18T05:24:51.5814160Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:51.5815920Z Running tests... 2022-05-18T05:24:51.5816470Z ---------------------------------------------------------------------- 2022-05-18T05:24:51.5840700Z test_all_to_all_single_equal_split_cuda_complex (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:24:51.5893790Z 2022-05-18T05:24:51.5894740Z ---------------------------------------------------------------------- 2022-05-18T05:24:51.5895080Z Ran 1 test in 0.003s 2022-05-18T05:24:51.5895200Z 2022-05-18T05:24:51.5895280Z OK (skipped=1) 2022-05-18T05:24:51.5895400Z 2022-05-18T05:24:51.5895620Z Generating XML reports... 2022-05-18T05:24:51.5896230Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052451.xml 2022-05-18T05:24:53.1220050Z 2022-05-18T05:24:53.1220880Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:53.1221240Z Running tests... 2022-05-18T05:24:53.1221640Z ---------------------------------------------------------------------- 2022-05-18T05:24:53.1244710Z test_all_to_all_single_equal_split_full_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.002s) 2022-05-18T05:24:53.1303420Z 2022-05-18T05:24:53.1304030Z ---------------------------------------------------------------------- 2022-05-18T05:24:53.1304350Z Ran 1 test in 0.003s 2022-05-18T05:24:53.1304490Z 2022-05-18T05:24:53.1304570Z OK (skipped=1) 2022-05-18T05:24:53.1304690Z 2022-05-18T05:24:53.1304780Z Generating XML reports... 2022-05-18T05:24:53.1305500Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052453.xml 2022-05-18T05:24:54.6575600Z 2022-05-18T05:24:54.6576240Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:54.6576600Z Running tests... 2022-05-18T05:24:54.6577000Z ---------------------------------------------------------------------- 2022-05-18T05:24:54.6601540Z test_all_to_all_single_equal_split_full_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:24:54.6655130Z 2022-05-18T05:24:54.6655840Z ---------------------------------------------------------------------- 2022-05-18T05:24:54.6656150Z Ran 1 test in 0.003s 2022-05-18T05:24:54.6656290Z 2022-05-18T05:24:54.6656370Z OK (skipped=1) 2022-05-18T05:24:54.6656480Z 2022-05-18T05:24:54.6656580Z Generating XML reports... 2022-05-18T05:24:54.6657150Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052454.xml 2022-05-18T05:24:56.1967870Z 2022-05-18T05:24:56.1968620Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:56.1968960Z Running tests... 2022-05-18T05:24:56.1969870Z ---------------------------------------------------------------------- 2022-05-18T05:24:56.1991730Z test_all_to_all_single_equal_split_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.002s) 2022-05-18T05:24:56.2043860Z 2022-05-18T05:24:56.2044440Z ---------------------------------------------------------------------- 2022-05-18T05:24:56.2044890Z Ran 1 test in 0.003s 2022-05-18T05:24:56.2045030Z 2022-05-18T05:24:56.2045110Z OK (skipped=1) 2022-05-18T05:24:56.2045240Z 2022-05-18T05:24:56.2045330Z Generating XML reports... 2022-05-18T05:24:56.2045920Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052456.xml 2022-05-18T05:24:57.7384180Z 2022-05-18T05:24:57.7384970Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:57.7385320Z Running tests... 2022-05-18T05:24:57.7385720Z ---------------------------------------------------------------------- 2022-05-18T05:24:57.7410870Z test_all_to_all_single_equal_split_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:24:57.7463960Z 2022-05-18T05:24:57.7464610Z ---------------------------------------------------------------------- 2022-05-18T05:24:57.7464910Z Ran 1 test in 0.003s 2022-05-18T05:24:57.7465040Z 2022-05-18T05:24:57.7465110Z OK (skipped=1) 2022-05-18T05:24:57.7465230Z 2022-05-18T05:24:57.7465810Z Generating XML reports... 2022-05-18T05:24:57.7466480Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052457.xml 2022-05-18T05:24:59.3183000Z 2022-05-18T05:24:59.3183860Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:24:59.3184210Z Running tests... 2022-05-18T05:24:59.3184610Z ---------------------------------------------------------------------- 2022-05-18T05:24:59.3208290Z test_all_to_all_single_unequal_split (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.002s) 2022-05-18T05:24:59.3260700Z 2022-05-18T05:24:59.3261250Z ---------------------------------------------------------------------- 2022-05-18T05:24:59.3261560Z Ran 1 test in 0.003s 2022-05-18T05:24:59.3261680Z 2022-05-18T05:24:59.3261760Z OK (skipped=1) 2022-05-18T05:24:59.3261880Z 2022-05-18T05:24:59.3261970Z Generating XML reports... 2022-05-18T05:24:59.3262650Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052459.xml 2022-05-18T05:25:00.8576720Z 2022-05-18T05:25:00.8577030Z Running tests... 2022-05-18T05:25:00.8577680Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:00.8578160Z ---------------------------------------------------------------------- 2022-05-18T05:25:00.8601390Z test_all_to_all_single_unequal_split_complex (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.002s) 2022-05-18T05:25:00.8654070Z 2022-05-18T05:25:00.8654760Z ---------------------------------------------------------------------- 2022-05-18T05:25:00.8655080Z Ran 1 test in 0.003s 2022-05-18T05:25:00.8655210Z 2022-05-18T05:25:00.8655290Z OK (skipped=1) 2022-05-18T05:25:00.8655410Z 2022-05-18T05:25:00.8655510Z Generating XML reports... 2022-05-18T05:25:00.8656120Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052500.xml 2022-05-18T05:25:02.3821710Z 2022-05-18T05:25:02.3822480Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:02.3822820Z Running tests... 2022-05-18T05:25:02.3823210Z ---------------------------------------------------------------------- 2022-05-18T05:25:02.3847300Z test_all_to_all_single_unequal_split_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:25:02.3900350Z 2022-05-18T05:25:02.3900960Z ---------------------------------------------------------------------- 2022-05-18T05:25:02.3901290Z Ran 1 test in 0.003s 2022-05-18T05:25:02.3901420Z 2022-05-18T05:25:02.3901510Z OK (skipped=1) 2022-05-18T05:25:02.3901630Z 2022-05-18T05:25:02.3901720Z Generating XML reports... 2022-05-18T05:25:02.3902310Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052502.xml 2022-05-18T05:25:03.9046330Z 2022-05-18T05:25:03.9047110Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:03.9047450Z Running tests... 2022-05-18T05:25:03.9047840Z ---------------------------------------------------------------------- 2022-05-18T05:25:03.9079740Z test_all_to_all_single_unequal_split_cuda_complex (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:25:03.9132930Z 2022-05-18T05:25:03.9133530Z ---------------------------------------------------------------------- 2022-05-18T05:25:03.9133840Z Ran 1 test in 0.004s 2022-05-18T05:25:03.9133970Z 2022-05-18T05:25:03.9134050Z OK (skipped=1) 2022-05-18T05:25:03.9134170Z 2022-05-18T05:25:03.9134250Z Generating XML reports... 2022-05-18T05:25:03.9135110Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052503.xml 2022-05-18T05:25:05.4544890Z 2022-05-18T05:25:05.4546090Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:05.4546480Z Running tests... 2022-05-18T05:25:05.4546890Z ---------------------------------------------------------------------- 2022-05-18T05:25:05.4570710Z test_all_to_all_single_unequal_split_full_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.003s) 2022-05-18T05:25:05.4624640Z 2022-05-18T05:25:05.4625430Z ---------------------------------------------------------------------- 2022-05-18T05:25:05.4625810Z Ran 1 test in 0.003s 2022-05-18T05:25:05.4625940Z 2022-05-18T05:25:05.4626020Z OK (skipped=1) 2022-05-18T05:25:05.4626570Z 2022-05-18T05:25:05.4626680Z Generating XML reports... 2022-05-18T05:25:05.4627300Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052505.xml 2022-05-18T05:25:06.9885370Z 2022-05-18T05:25:06.9886140Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:06.9886490Z Running tests... 2022-05-18T05:25:06.9886880Z ---------------------------------------------------------------------- 2022-05-18T05:25:06.9912320Z test_all_to_all_single_unequal_split_full_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:25:06.9965480Z 2022-05-18T05:25:06.9965850Z ---------------------------------------------------------------------- 2022-05-18T05:25:06.9966170Z Ran 1 test in 0.003s 2022-05-18T05:25:06.9966310Z 2022-05-18T05:25:06.9966390Z OK (skipped=1) 2022-05-18T05:25:06.9966500Z 2022-05-18T05:25:06.9968800Z Generating XML reports... 2022-05-18T05:25:06.9969800Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052506.xml 2022-05-18T05:25:08.5385210Z 2022-05-18T05:25:08.5386020Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:08.5387270Z Running tests... 2022-05-18T05:25:08.5387830Z ---------------------------------------------------------------------- 2022-05-18T05:25:08.5410850Z test_all_to_all_single_unequal_split_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.003s) 2022-05-18T05:25:08.5466860Z 2022-05-18T05:25:08.5467600Z ---------------------------------------------------------------------- 2022-05-18T05:25:08.5467920Z Ran 1 test in 0.003s 2022-05-18T05:25:08.5468060Z 2022-05-18T05:25:08.5468590Z OK (skipped=1) 2022-05-18T05:25:08.5468720Z 2022-05-18T05:25:08.5468810Z Generating XML reports... 2022-05-18T05:25:08.5469430Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052508.xml 2022-05-18T05:25:10.1276020Z 2022-05-18T05:25:10.1276360Z Running tests... 2022-05-18T05:25:10.1276980Z ---------------------------------------------------------------------- 2022-05-18T05:25:10.1277510Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:10.1302510Z test_all_to_all_single_unequal_split_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:25:10.1356610Z 2022-05-18T05:25:10.1357270Z ---------------------------------------------------------------------- 2022-05-18T05:25:10.1357610Z Ran 1 test in 0.003s 2022-05-18T05:25:10.1357870Z 2022-05-18T05:25:10.1357960Z OK (skipped=1) 2022-05-18T05:25:10.1358100Z 2022-05-18T05:25:10.1358200Z Generating XML reports... 2022-05-18T05:25:10.1358780Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052510.xml 2022-05-18T05:25:11.6825740Z 2022-05-18T05:25:11.6826480Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:11.6826820Z Running tests... 2022-05-18T05:25:11.6827210Z ---------------------------------------------------------------------- 2022-05-18T05:25:12.0919630Z test_average_parameters (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10894 2022-05-18T05:25:12.1052070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10895 2022-05-18T05:25:12.1154670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10896 2022-05-18T05:25:13.6441670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:25:13.6552230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:25:13.7270450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:25:13.7273430Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:13.7400540Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:13.7405010Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:13.8304930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:13.8522130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:13.9777120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:14.1904960Z skip: Need at least 2 CUDA devices (2.508s) 2022-05-18T05:25:14.1970860Z 2022-05-18T05:25:14.1971510Z ---------------------------------------------------------------------- 2022-05-18T05:25:14.1971830Z Ran 1 test in 2.508s 2022-05-18T05:25:14.1971960Z 2022-05-18T05:25:14.1972040Z OK (skipped=1) 2022-05-18T05:25:14.1972170Z 2022-05-18T05:25:14.1972250Z Generating XML reports... 2022-05-18T05:25:14.1972860Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052511.xml 2022-05-18T05:25:15.8270240Z 2022-05-18T05:25:15.8271020Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:15.8271690Z Running tests... 2022-05-18T05:25:15.8272270Z ---------------------------------------------------------------------- 2022-05-18T05:25:15.8294320Z test_backend_full_group (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.002s) 2022-05-18T05:25:15.8346900Z 2022-05-18T05:25:15.8347280Z ---------------------------------------------------------------------- 2022-05-18T05:25:15.8347600Z Ran 1 test in 0.003s 2022-05-18T05:25:15.8347710Z 2022-05-18T05:25:15.8347790Z OK (skipped=1) 2022-05-18T05:25:15.8347910Z 2022-05-18T05:25:15.8348000Z Generating XML reports... 2022-05-18T05:25:15.8348580Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052515.xml 2022-05-18T05:25:17.3696570Z 2022-05-18T05:25:17.3697300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:17.3697650Z Running tests... 2022-05-18T05:25:17.3698030Z ---------------------------------------------------------------------- 2022-05-18T05:25:17.3722590Z test_backend_group (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.003s) 2022-05-18T05:25:17.3775010Z 2022-05-18T05:25:17.3775670Z ---------------------------------------------------------------------- 2022-05-18T05:25:17.3776000Z Ran 1 test in 0.003s 2022-05-18T05:25:17.3776130Z 2022-05-18T05:25:17.3776210Z OK (skipped=1) 2022-05-18T05:25:17.3776330Z 2022-05-18T05:25:17.3776410Z Generating XML reports... 2022-05-18T05:25:17.3777120Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052517.xml 2022-05-18T05:25:18.9087180Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:18.9087510Z 2022-05-18T05:25:18.9087600Z Running tests... 2022-05-18T05:25:18.9090320Z ---------------------------------------------------------------------- 2022-05-18T05:25:19.3325830Z test_barrier (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10908 2022-05-18T05:25:19.3404330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10909 2022-05-18T05:25:19.3566880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10910 2022-05-18T05:25:20.8366020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:25:20.8470840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:25:20.8610880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:25:20.8618230Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:20.8725820Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:20.9373030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:20.9387010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:21.0021910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:21.1023180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:22.8375120Z ok (3.929s) 2022-05-18T05:25:22.8444270Z 2022-05-18T05:25:22.8445140Z ---------------------------------------------------------------------- 2022-05-18T05:25:22.8445500Z Ran 1 test in 3.929s 2022-05-18T05:25:22.8446000Z 2022-05-18T05:25:22.8446080Z OK 2022-05-18T05:25:22.8446200Z 2022-05-18T05:25:22.8446300Z Generating XML reports... 2022-05-18T05:25:22.8446900Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052518.xml 2022-05-18T05:25:24.4690320Z 2022-05-18T05:25:24.4691050Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:24.4692030Z Running tests... 2022-05-18T05:25:24.4692440Z ---------------------------------------------------------------------- 2022-05-18T05:25:24.8687220Z test_barrier_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10917 2022-05-18T05:25:24.8768470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10918 2022-05-18T05:25:24.8909540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10919 2022-05-18T05:25:26.3758460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:25:26.4139530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:25:26.4141110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:25:26.4142450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:26.4145900Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:26.4766650Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:26.4779640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:26.5794060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:26.6014400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:26.9826650Z skip: CUDA is not available. (2.513s) 2022-05-18T05:25:26.9893300Z 2022-05-18T05:25:26.9893930Z ---------------------------------------------------------------------- 2022-05-18T05:25:26.9894750Z Ran 1 test in 2.514s 2022-05-18T05:25:26.9894890Z 2022-05-18T05:25:26.9894970Z OK (skipped=1) 2022-05-18T05:25:26.9895110Z 2022-05-18T05:25:26.9895260Z Generating XML reports... 2022-05-18T05:25:26.9895880Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052524.xml 2022-05-18T05:25:28.6337720Z 2022-05-18T05:25:28.6338500Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:28.6338840Z Running tests... 2022-05-18T05:25:28.6339240Z ---------------------------------------------------------------------- 2022-05-18T05:25:29.0458940Z test_barrier_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10926 2022-05-18T05:25:29.0532510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10927 2022-05-18T05:25:29.0695590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10928 2022-05-18T05:25:30.6209490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:25:30.6324800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:25:30.6326530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:25:30.6328050Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:30.6330040Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:30.7165840Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:30.7180480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:30.8187040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:30.8191400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:30.8426420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:25:30.8553060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:25:30.8555890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:25:30.8557460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:25:30.8558940Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:25:30.9207590Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:25:32.5867730Z ok (3.953s) 2022-05-18T05:25:32.5931020Z 2022-05-18T05:25:32.5931930Z ---------------------------------------------------------------------- 2022-05-18T05:25:32.5932260Z Ran 1 test in 3.953s 2022-05-18T05:25:32.5932390Z 2022-05-18T05:25:32.5932460Z OK 2022-05-18T05:25:32.5932560Z 2022-05-18T05:25:32.5932650Z Generating XML reports... 2022-05-18T05:25:32.5933520Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052528.xml 2022-05-18T05:25:34.2382120Z 2022-05-18T05:25:34.2383320Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:34.2383710Z Running tests... 2022-05-18T05:25:34.2384120Z ---------------------------------------------------------------------- 2022-05-18T05:25:34.6367990Z test_barrier_full_group_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10936 2022-05-18T05:25:34.6457310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10937 2022-05-18T05:25:34.6619450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10938 2022-05-18T05:25:36.1357590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:25:36.1358530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:25:36.1835220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:25:36.1844480Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:36.2267020Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:36.2371420Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:36.2384780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:36.4328040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:36.4772280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:36.7333980Z skip: CUDA is not available. (2.495s) 2022-05-18T05:25:36.7398020Z 2022-05-18T05:25:36.7398810Z ---------------------------------------------------------------------- 2022-05-18T05:25:36.7399120Z Ran 1 test in 2.496s 2022-05-18T05:25:36.7399270Z 2022-05-18T05:25:36.7399360Z OK (skipped=1) 2022-05-18T05:25:36.7399480Z 2022-05-18T05:25:36.7399750Z Generating XML reports... 2022-05-18T05:25:36.7400510Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052534.xml 2022-05-18T05:25:38.3805730Z 2022-05-18T05:25:38.3806490Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:38.3806830Z Running tests... 2022-05-18T05:25:38.3807750Z ---------------------------------------------------------------------- 2022-05-18T05:25:38.7615590Z test_barrier_group (__main__.TestDistBackendWithSpawn) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70562 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.381s) 2022-05-18T05:25:38.7661270Z 2022-05-18T05:25:38.7661690Z ---------------------------------------------------------------------- 2022-05-18T05:25:38.7661960Z Ran 1 test in 0.381s 2022-05-18T05:25:38.7662100Z 2022-05-18T05:25:38.7662180Z OK (skipped=1) 2022-05-18T05:25:38.7662290Z 2022-05-18T05:25:38.7662450Z Generating XML reports... 2022-05-18T05:25:38.7663180Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052538.xml 2022-05-18T05:25:40.3977970Z 2022-05-18T05:25:40.3978740Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:40.3979090Z Running tests... 2022-05-18T05:25:40.3979490Z ---------------------------------------------------------------------- 2022-05-18T05:25:40.8065510Z test_barrier_group_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10948 2022-05-18T05:25:40.8137030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10949 2022-05-18T05:25:40.8275400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10950 2022-05-18T05:25:42.3801490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:25:42.4162850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:25:42.4164250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:25:42.4166210Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:42.4167930Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:42.4768640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:42.4930420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:42.6021970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:42.6142650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:42.9306400Z skip: CUDA is not available. (2.533s) 2022-05-18T05:25:42.9370970Z 2022-05-18T05:25:42.9372030Z ---------------------------------------------------------------------- 2022-05-18T05:25:42.9372630Z Ran 1 test in 2.533s 2022-05-18T05:25:42.9372790Z 2022-05-18T05:25:42.9372870Z OK (skipped=1) 2022-05-18T05:25:42.9372990Z 2022-05-18T05:25:42.9373170Z Generating XML reports... 2022-05-18T05:25:42.9373790Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052540.xml 2022-05-18T05:25:44.5767830Z 2022-05-18T05:25:44.5768650Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:44.5773500Z Running tests... 2022-05-18T05:25:44.5774120Z ---------------------------------------------------------------------- 2022-05-18T05:25:44.9816810Z test_barrier_timeout_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10957 2022-05-18T05:25:44.9973890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10958 2022-05-18T05:25:45.0076680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10959 2022-05-18T05:25:46.5829990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:25:46.5834210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:25:46.5843600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:25:46.5847090Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:46.5852680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:46.5863430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:46.5879640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:46.5888380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:46.5890090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:46.5905830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:25:46.6005570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:25:46.6008340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:25:46.6009880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:25:46.6018960Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:25:46.6519220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:25:48.1076040Z ok (3.531s) 2022-05-18T05:25:48.1139970Z 2022-05-18T05:25:48.1140900Z ---------------------------------------------------------------------- 2022-05-18T05:25:48.1141390Z Ran 1 test in 3.531s 2022-05-18T05:25:48.1141520Z 2022-05-18T05:25:48.1141590Z OK 2022-05-18T05:25:48.1141690Z 2022-05-18T05:25:48.1141790Z Generating XML reports... 2022-05-18T05:25:48.1142410Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052544.xml 2022-05-18T05:25:49.7703470Z 2022-05-18T05:25:49.7704170Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:49.7704510Z Running tests... 2022-05-18T05:25:49.7704900Z ---------------------------------------------------------------------- 2022-05-18T05:25:49.7732810Z test_barrier_timeout_global (__main__.TestDistBackendWithSpawn) ... skip: Requires file:// initialization method. Both tcp:// and env:// rely on the TCP store for which reinitialization has proven racy. (0.003s) 2022-05-18T05:25:49.7784840Z 2022-05-18T05:25:49.7785910Z ---------------------------------------------------------------------- 2022-05-18T05:25:49.7786230Z Ran 1 test in 0.003s 2022-05-18T05:25:49.7786380Z 2022-05-18T05:25:49.7786460Z OK (skipped=1) 2022-05-18T05:25:49.7786580Z 2022-05-18T05:25:49.7786670Z Generating XML reports... 2022-05-18T05:25:49.7787260Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052549.xml 2022-05-18T05:25:51.3055790Z 2022-05-18T05:25:51.3056550Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:51.3056870Z Running tests... 2022-05-18T05:25:51.3057250Z ---------------------------------------------------------------------- 2022-05-18T05:25:51.6890860Z test_barrier_timeout_group (__main__.TestDistBackendWithSpawn) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70755 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.383s) 2022-05-18T05:25:51.6938270Z 2022-05-18T05:25:51.6938760Z ---------------------------------------------------------------------- 2022-05-18T05:25:51.6939120Z Ran 1 test in 0.384s 2022-05-18T05:25:51.6939250Z 2022-05-18T05:25:51.6939350Z OK (skipped=1) 2022-05-18T05:25:51.6939470Z 2022-05-18T05:25:51.6939570Z Generating XML reports... 2022-05-18T05:25:51.6940300Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052551.xml 2022-05-18T05:25:53.3070240Z 2022-05-18T05:25:53.3071030Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:53.3071380Z Running tests... 2022-05-18T05:25:53.3071770Z ---------------------------------------------------------------------- 2022-05-18T05:25:53.7118900Z test_batch_isend_irecv_gloo (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10971 2022-05-18T05:25:53.7188770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10972 2022-05-18T05:25:53.7322910Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10973 2022-05-18T05:25:55.2298140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:25:55.2299010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:25:55.2391110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:25:55.2393960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:55.2499000Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:55.2502780Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:55.2760700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:55.3535260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:25:55.4777700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:56.0641910Z ok (2.756s) 2022-05-18T05:25:56.0722300Z 2022-05-18T05:25:56.0724300Z ---------------------------------------------------------------------- 2022-05-18T05:25:56.0724980Z Ran 1 test in 2.758s 2022-05-18T05:25:56.0726110Z 2022-05-18T05:25:56.0726480Z OK 2022-05-18T05:25:56.0726890Z 2022-05-18T05:25:56.0727260Z Generating XML reports... 2022-05-18T05:25:56.0728320Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052553.xml 2022-05-18T05:25:57.6991950Z 2022-05-18T05:25:57.6992680Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:25:57.6993030Z Running tests... 2022-05-18T05:25:57.6993410Z ---------------------------------------------------------------------- 2022-05-18T05:25:58.0985880Z test_batch_isend_irecv_gloo_tags (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 10980 2022-05-18T05:25:58.1058710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 10981 2022-05-18T05:25:58.1174630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 10982 2022-05-18T05:25:59.6036440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:25:59.6038250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:25:59.6048240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:25:59.6051100Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:59.6146430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:59.6154530Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:25:59.6169940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:25:59.6182430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:25:59.7560550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:00.4824870Z ok (2.783s) 2022-05-18T05:26:00.4891940Z 2022-05-18T05:26:00.4892790Z ---------------------------------------------------------------------- 2022-05-18T05:26:00.4893570Z Ran 1 test in 2.784s 2022-05-18T05:26:00.4893730Z 2022-05-18T05:26:00.4893800Z OK 2022-05-18T05:26:00.4893910Z 2022-05-18T05:26:00.4894000Z Generating XML reports... 2022-05-18T05:26:00.4894700Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052557.xml 2022-05-18T05:26:02.1084260Z 2022-05-18T05:26:02.1085010Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:02.1085490Z Running tests... 2022-05-18T05:26:02.1085880Z ---------------------------------------------------------------------- 2022-05-18T05:26:02.1118460Z test_batch_isend_irecv_mixed_backend_err (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.003s) 2022-05-18T05:26:02.1171040Z 2022-05-18T05:26:02.1171550Z ---------------------------------------------------------------------- 2022-05-18T05:26:02.1171860Z Ran 1 test in 0.004s 2022-05-18T05:26:02.1171980Z 2022-05-18T05:26:02.1172060Z OK (skipped=1) 2022-05-18T05:26:02.1172180Z 2022-05-18T05:26:02.1172270Z Generating XML reports... 2022-05-18T05:26:02.1172990Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052602.xml 2022-05-18T05:26:03.6512780Z 2022-05-18T05:26:03.6513520Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:03.6513870Z Running tests... 2022-05-18T05:26:03.6514250Z ---------------------------------------------------------------------- 2022-05-18T05:26:03.6548650Z test_batch_isend_irecv_nccl (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.004s) 2022-05-18T05:26:03.6600930Z 2022-05-18T05:26:03.6601480Z ---------------------------------------------------------------------- 2022-05-18T05:26:03.6601770Z Ran 1 test in 0.004s 2022-05-18T05:26:03.6601910Z 2022-05-18T05:26:03.6602000Z OK (skipped=1) 2022-05-18T05:26:03.6602110Z 2022-05-18T05:26:03.6602210Z Generating XML reports... 2022-05-18T05:26:03.6602920Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052603.xml 2022-05-18T05:26:05.2056840Z 2022-05-18T05:26:05.2057630Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:05.2058000Z Running tests... 2022-05-18T05:26:05.2058390Z ---------------------------------------------------------------------- 2022-05-18T05:26:05.2095940Z test_batch_isend_irecv_no_rank_zero_nccl (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.004s) 2022-05-18T05:26:05.2149490Z 2022-05-18T05:26:05.2149990Z ---------------------------------------------------------------------- 2022-05-18T05:26:05.2150280Z Ran 1 test in 0.004s 2022-05-18T05:26:05.2150400Z 2022-05-18T05:26:05.2150480Z OK (skipped=1) 2022-05-18T05:26:05.2151000Z 2022-05-18T05:26:05.2151090Z Generating XML reports... 2022-05-18T05:26:05.2151820Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052605.xml 2022-05-18T05:26:06.7455800Z 2022-05-18T05:26:06.7456600Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:06.7456950Z Running tests... 2022-05-18T05:26:06.7457350Z ---------------------------------------------------------------------- 2022-05-18T05:26:06.7487970Z test_batch_isend_irecv_op_err (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.003s) 2022-05-18T05:26:06.7541570Z 2022-05-18T05:26:06.7542110Z ---------------------------------------------------------------------- 2022-05-18T05:26:06.7542420Z Ran 1 test in 0.003s 2022-05-18T05:26:06.7542550Z 2022-05-18T05:26:06.7542630Z OK (skipped=1) 2022-05-18T05:26:06.7542750Z 2022-05-18T05:26:06.7542840Z Generating XML reports... 2022-05-18T05:26:06.7543570Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052606.xml 2022-05-18T05:26:08.3007600Z 2022-05-18T05:26:08.3008300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:08.3008650Z Running tests... 2022-05-18T05:26:08.3009030Z ---------------------------------------------------------------------- 2022-05-18T05:26:08.3035830Z test_batch_isend_irecv_op_list_err (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.003s) 2022-05-18T05:26:08.3088890Z 2022-05-18T05:26:08.3089620Z ---------------------------------------------------------------------- 2022-05-18T05:26:08.3089930Z Ran 1 test in 0.003s 2022-05-18T05:26:08.3090060Z 2022-05-18T05:26:08.3090140Z OK (skipped=1) 2022-05-18T05:26:08.3090390Z 2022-05-18T05:26:08.3090490Z Generating XML reports... 2022-05-18T05:26:08.3091090Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052608.xml 2022-05-18T05:26:09.8724160Z 2022-05-18T05:26:09.8724950Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:09.8725300Z Running tests... 2022-05-18T05:26:09.8725670Z ---------------------------------------------------------------------- 2022-05-18T05:26:09.8758840Z test_batch_isend_irecv_ring_exchange_nccl (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.003s) 2022-05-18T05:26:09.8811850Z 2022-05-18T05:26:09.8813290Z ---------------------------------------------------------------------- 2022-05-18T05:26:09.8813620Z Ran 1 test in 0.004s 2022-05-18T05:26:09.8813760Z 2022-05-18T05:26:09.8813840Z OK (skipped=1) 2022-05-18T05:26:09.8813960Z 2022-05-18T05:26:09.8814400Z Generating XML reports... 2022-05-18T05:26:09.8815010Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052609.xml 2022-05-18T05:26:11.4490430Z 2022-05-18T05:26:11.4491120Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:11.4491460Z Running tests... 2022-05-18T05:26:11.4491850Z ---------------------------------------------------------------------- 2022-05-18T05:26:11.4525590Z test_batch_isend_irecv_self_nccl (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.004s) 2022-05-18T05:26:11.4579590Z 2022-05-18T05:26:11.4580160Z ---------------------------------------------------------------------- 2022-05-18T05:26:11.4580470Z Ran 1 test in 0.004s 2022-05-18T05:26:11.4580590Z 2022-05-18T05:26:11.4580670Z OK (skipped=1) 2022-05-18T05:26:11.4580790Z 2022-05-18T05:26:11.4580880Z Generating XML reports... 2022-05-18T05:26:11.4581600Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052611.xml 2022-05-18T05:26:13.0075330Z 2022-05-18T05:26:13.0076360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:13.0077270Z Running tests... 2022-05-18T05:26:13.0077690Z ---------------------------------------------------------------------- 2022-05-18T05:26:13.0103380Z test_batch_isend_irecv_tensor_err (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.003s) 2022-05-18T05:26:13.0160910Z 2022-05-18T05:26:13.0161520Z ---------------------------------------------------------------------- 2022-05-18T05:26:13.0161860Z Ran 1 test in 0.003s 2022-05-18T05:26:13.0161990Z 2022-05-18T05:26:13.0162080Z OK (skipped=1) 2022-05-18T05:26:13.0162200Z 2022-05-18T05:26:13.0162290Z Generating XML reports... 2022-05-18T05:26:13.0162950Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052613.xml 2022-05-18T05:26:14.5646570Z 2022-05-18T05:26:14.5647340Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:14.5647690Z Running tests... 2022-05-18T05:26:14.5648100Z ---------------------------------------------------------------------- 2022-05-18T05:26:14.9687580Z test_broadcast (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11007 2022-05-18T05:26:14.9776000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11008 2022-05-18T05:26:14.9927390Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11009 2022-05-18T05:26:16.5249300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:26:16.5358470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:26:16.5361050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:26:16.5363480Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:16.5365030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:16.6016960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:16.6169000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:16.7273630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:16.7887500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:17.1075330Z ok (2.543s) 2022-05-18T05:26:17.1139150Z 2022-05-18T05:26:17.1139810Z ---------------------------------------------------------------------- 2022-05-18T05:26:17.1140280Z Ran 1 test in 2.543s 2022-05-18T05:26:17.1140420Z 2022-05-18T05:26:17.1140490Z OK 2022-05-18T05:26:17.1140590Z 2022-05-18T05:26:17.1140690Z Generating XML reports... 2022-05-18T05:26:17.1141320Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052614.xml 2022-05-18T05:26:18.7538360Z 2022-05-18T05:26:18.7539130Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:18.7539470Z Running tests... 2022-05-18T05:26:18.7539850Z ---------------------------------------------------------------------- 2022-05-18T05:26:19.1560570Z test_broadcast_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11016 2022-05-18T05:26:19.1702160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11017 2022-05-18T05:26:19.1805750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11018 2022-05-18T05:26:20.7429190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:26:20.7498800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:26:20.7500250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:26:20.7502190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:20.7503370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:20.7618820Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:20.7646770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:20.8620790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:20.9779360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:21.2330180Z skip: CUDA is not available. (2.479s) 2022-05-18T05:26:21.2395140Z 2022-05-18T05:26:21.2395990Z ---------------------------------------------------------------------- 2022-05-18T05:26:21.2396300Z Ran 1 test in 2.479s 2022-05-18T05:26:21.2396420Z 2022-05-18T05:26:21.2396630Z OK (skipped=1) 2022-05-18T05:26:21.2396750Z 2022-05-18T05:26:21.2396850Z Generating XML reports... 2022-05-18T05:26:21.2397940Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052618.xml 2022-05-18T05:26:22.8746100Z 2022-05-18T05:26:22.8746430Z Running tests... 2022-05-18T05:26:22.8747020Z ---------------------------------------------------------------------- 2022-05-18T05:26:22.8747530Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:23.2816650Z test_broadcast_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11026 2022-05-18T05:26:23.2886910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11027 2022-05-18T05:26:23.3021210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11028 2022-05-18T05:26:24.8534930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:26:24.8537930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:26:24.8539030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:26:24.8540320Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:24.8542000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:24.8542660Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:24.8987320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:25.1013240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:25.1053710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:25.1295950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:26:25.1296820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:26:25.1298600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:26:25.1301020Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:26:25.1302700Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:26:25.1304040Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:26:25.4820360Z ok (2.607s) 2022-05-18T05:26:25.4884530Z 2022-05-18T05:26:25.4885330Z ---------------------------------------------------------------------- 2022-05-18T05:26:25.4885640Z Ran 1 test in 2.608s 2022-05-18T05:26:25.4885770Z 2022-05-18T05:26:25.4885830Z OK 2022-05-18T05:26:25.4885940Z 2022-05-18T05:26:25.4886030Z Generating XML reports... 2022-05-18T05:26:25.4886860Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052622.xml 2022-05-18T05:26:27.1354520Z 2022-05-18T05:26:27.1355260Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:27.1355600Z Running tests... 2022-05-18T05:26:27.1355990Z ---------------------------------------------------------------------- 2022-05-18T05:26:27.5503600Z test_broadcast_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11035 2022-05-18T05:26:27.5581950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11036 2022-05-18T05:26:27.5676720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11037 2022-05-18T05:26:29.0589170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:26:29.1041450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:26:29.1065040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:26:29.1067940Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:29.1166760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:29.1647860Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:29.1661940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:29.3637600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:29.3646260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:26:29.3647510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:29.4071580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:26:29.4072970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:26:29.4074680Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:26:29.4076420Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:26:29.4767290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:26:30.0551610Z ok (2.920s) 2022-05-18T05:26:30.0618190Z 2022-05-18T05:26:30.0618850Z ---------------------------------------------------------------------- 2022-05-18T05:26:30.0619250Z Ran 1 test in 2.920s 2022-05-18T05:26:30.0619530Z 2022-05-18T05:26:30.0619590Z OK 2022-05-18T05:26:30.0619700Z 2022-05-18T05:26:30.0619800Z Generating XML reports... 2022-05-18T05:26:30.0620410Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052627.xml 2022-05-18T05:26:31.7048450Z 2022-05-18T05:26:31.7049670Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:31.7050180Z Running tests... 2022-05-18T05:26:31.7050710Z ---------------------------------------------------------------------- 2022-05-18T05:26:32.1036050Z test_broadcast_multigpu (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11045 2022-05-18T05:26:32.1110690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11046 2022-05-18T05:26:32.1243410Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11047 2022-05-18T05:26:33.6528020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:26:33.7279410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:26:33.7283470Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:33.7284870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:26:33.7286660Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:33.7288090Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:33.7845160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:33.9474320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:33.9766250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:34.2236240Z skip: CUDA is not available. (2.519s) 2022-05-18T05:26:34.2304160Z 2022-05-18T05:26:34.2304620Z ---------------------------------------------------------------------- 2022-05-18T05:26:34.2304970Z Ran 1 test in 2.519s 2022-05-18T05:26:34.2305100Z 2022-05-18T05:26:34.2305180Z OK (skipped=1) 2022-05-18T05:26:34.2305300Z 2022-05-18T05:26:34.2307250Z Generating XML reports... 2022-05-18T05:26:34.2308290Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052631.xml 2022-05-18T05:26:35.8553560Z 2022-05-18T05:26:35.8553900Z Running tests... 2022-05-18T05:26:35.8554580Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:35.8555070Z ---------------------------------------------------------------------- 2022-05-18T05:26:36.2618340Z test_broadcast_object_list (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11054 2022-05-18T05:26:36.2693850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11055 2022-05-18T05:26:36.2829890Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11056 2022-05-18T05:26:37.8953220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:26:37.8962630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:26:37.9054250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:26:37.9063500Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:37.9067580Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:37.9466970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:37.9781340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:37.9783990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:38.1843590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:38.5344770Z ok (2.679s) 2022-05-18T05:26:38.5408200Z 2022-05-18T05:26:38.5410480Z ---------------------------------------------------------------------- 2022-05-18T05:26:38.5411630Z Ran 1 test in 2.679s 2022-05-18T05:26:38.5412680Z 2022-05-18T05:26:38.5413050Z OK 2022-05-18T05:26:38.5413470Z 2022-05-18T05:26:38.5413860Z Generating XML reports... 2022-05-18T05:26:38.5415040Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052635.xml 2022-05-18T05:26:40.2124420Z 2022-05-18T05:26:40.2125150Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:40.2125490Z Running tests... 2022-05-18T05:26:40.2125870Z ---------------------------------------------------------------------- 2022-05-18T05:26:40.2148960Z test_compute_bucket_assignment_by_size_sparse_error_with_logger (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.002s) 2022-05-18T05:26:40.2200900Z 2022-05-18T05:26:40.2201390Z ---------------------------------------------------------------------- 2022-05-18T05:26:40.2201730Z Ran 1 test in 0.003s 2022-05-18T05:26:40.2201850Z 2022-05-18T05:26:40.2201940Z OK (skipped=1) 2022-05-18T05:26:40.2202050Z 2022-05-18T05:26:40.2202600Z Generating XML reports... 2022-05-18T05:26:40.2203510Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052640.xml 2022-05-18T05:26:41.7595110Z 2022-05-18T05:26:41.7595860Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:41.7596200Z Running tests... 2022-05-18T05:26:41.7596740Z ---------------------------------------------------------------------- 2022-05-18T05:26:41.7620130Z test_compute_bucket_assignment_by_size_sparse_error_without_logger (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.002s) 2022-05-18T05:26:41.7672740Z 2022-05-18T05:26:41.7673240Z ---------------------------------------------------------------------- 2022-05-18T05:26:41.7673580Z Ran 1 test in 0.003s 2022-05-18T05:26:41.7673710Z 2022-05-18T05:26:41.7673790Z OK (skipped=1) 2022-05-18T05:26:41.7673900Z 2022-05-18T05:26:41.7673980Z Generating XML reports... 2022-05-18T05:26:41.7674560Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052641.xml 2022-05-18T05:26:43.2916300Z 2022-05-18T05:26:43.2917070Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:43.2917400Z Running tests... 2022-05-18T05:26:43.2917790Z ---------------------------------------------------------------------- 2022-05-18T05:26:43.6978390Z test_ddp_broadcast_buffer (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11069 2022-05-18T05:26:43.7076370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11070 2022-05-18T05:26:43.7182220Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11071 2022-05-18T05:26:45.3235880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:26:45.3350860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:26:45.3354380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:26:45.3358000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:45.3362180Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:45.3515380Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:45.3664250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:45.3668630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:45.4772940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:45.7066200Z skip: Need at least 2 CUDA devices (2.415s) 2022-05-18T05:26:45.7129180Z 2022-05-18T05:26:45.7130130Z ---------------------------------------------------------------------- 2022-05-18T05:26:45.7130530Z Ran 1 test in 2.415s 2022-05-18T05:26:45.7130660Z 2022-05-18T05:26:45.7130740Z OK (skipped=1) 2022-05-18T05:26:45.7130860Z 2022-05-18T05:26:45.7130960Z Generating XML reports... 2022-05-18T05:26:45.7131540Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052643.xml 2022-05-18T05:26:47.3532380Z 2022-05-18T05:26:47.3533300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:47.3533790Z Running tests... 2022-05-18T05:26:47.3534200Z ---------------------------------------------------------------------- 2022-05-18T05:26:47.7652190Z test_ddp_broadcast_buffer_via_hook (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11078 2022-05-18T05:26:47.7724420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11079 2022-05-18T05:26:47.7861930Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11080 2022-05-18T05:26:49.3943880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:26:49.3945360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:26:49.4068410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:26:49.4071850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:49.4766930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:49.4773180Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:49.4788450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:49.4791750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:49.5213850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:49.8147080Z skip: Need at least 2 CUDA devices (2.461s) 2022-05-18T05:26:49.8224270Z 2022-05-18T05:26:49.8225630Z ---------------------------------------------------------------------- 2022-05-18T05:26:49.8226960Z Ran 1 test in 2.462s 2022-05-18T05:26:49.8227920Z 2022-05-18T05:26:49.8228550Z OK (skipped=1) 2022-05-18T05:26:49.8228990Z 2022-05-18T05:26:49.8229350Z Generating XML reports... 2022-05-18T05:26:49.8230370Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052647.xml 2022-05-18T05:26:51.4827060Z 2022-05-18T05:26:51.4827810Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:51.4828160Z Running tests... 2022-05-18T05:26:51.4828660Z ---------------------------------------------------------------------- 2022-05-18T05:26:51.8959270Z test_ddp_buffer_hook_allreduce (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11088 2022-05-18T05:26:51.9121290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11089 2022-05-18T05:26:51.9124270Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11090 2022-05-18T05:26:53.4780070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:26:53.4972660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:26:53.4974990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:26:53.4976810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:53.4978390Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:53.5286330Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:53.6160540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:53.7175240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:53.7380790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:54.0303770Z skip: Need at least 2 CUDA devices (2.547s) 2022-05-18T05:26:54.0368820Z 2022-05-18T05:26:54.0369860Z ---------------------------------------------------------------------- 2022-05-18T05:26:54.0370210Z Ran 1 test in 2.548s 2022-05-18T05:26:54.0370360Z 2022-05-18T05:26:54.0370440Z OK (skipped=1) 2022-05-18T05:26:54.0370560Z 2022-05-18T05:26:54.0370650Z Generating XML reports... 2022-05-18T05:26:54.0371700Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052651.xml 2022-05-18T05:26:55.6529330Z 2022-05-18T05:26:55.6530110Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:55.6530490Z Running tests... 2022-05-18T05:26:55.6531140Z ---------------------------------------------------------------------- 2022-05-18T05:26:56.0543840Z test_ddp_buffer_hook_allreduce_return_future (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11097 2022-05-18T05:26:56.0661090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11098 2022-05-18T05:26:56.0811830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11099 2022-05-18T05:26:57.6171860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:26:57.6175530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:26:57.6176600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:26:57.6177910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:57.6180370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:57.6181100Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:26:57.6200670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:26:57.6204700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:26:57.6210930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:26:57.8586600Z skip: Need at least 2 CUDA devices (2.205s) 2022-05-18T05:26:57.8652110Z 2022-05-18T05:26:57.8653670Z ---------------------------------------------------------------------- 2022-05-18T05:26:57.8654220Z Ran 1 test in 2.206s 2022-05-18T05:26:57.8654740Z 2022-05-18T05:26:57.8654820Z OK (skipped=1) 2022-05-18T05:26:57.8654940Z 2022-05-18T05:26:57.8655040Z Generating XML reports... 2022-05-18T05:26:57.8655640Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052655.xml 2022-05-18T05:26:59.4925310Z 2022-05-18T05:26:59.4926060Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:26:59.4926430Z Running tests... 2022-05-18T05:26:59.4926820Z ---------------------------------------------------------------------- 2022-05-18T05:26:59.4976790Z test_ddp_build_debug_param_to_name_mapping (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.005s) 2022-05-18T05:26:59.5030280Z 2022-05-18T05:26:59.5030770Z ---------------------------------------------------------------------- 2022-05-18T05:26:59.5031120Z Ran 1 test in 0.005s 2022-05-18T05:26:59.5031240Z 2022-05-18T05:26:59.5031340Z OK (skipped=1) 2022-05-18T05:26:59.5031460Z 2022-05-18T05:26:59.5031550Z Generating XML reports... 2022-05-18T05:26:59.5032130Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052659.xml 2022-05-18T05:27:01.0638380Z 2022-05-18T05:27:01.0639180Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:01.0639530Z Running tests... 2022-05-18T05:27:01.0640370Z ---------------------------------------------------------------------- 2022-05-18T05:27:01.4651270Z test_ddp_build_debug_param_to_name_mapping_requires_grad (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11109 2022-05-18T05:27:01.4714800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11110 2022-05-18T05:27:01.4878990Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11111 2022-05-18T05:27:02.9791000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:02.9797540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:02.9799670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:02.9800820Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:02.9802950Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:02.9902670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:03.0038650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:03.0042810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:03.0939900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:03.3872310Z skip: Need at least 2 CUDA devices (2.323s) 2022-05-18T05:27:03.3936500Z 2022-05-18T05:27:03.3937350Z ---------------------------------------------------------------------- 2022-05-18T05:27:03.3937690Z Ran 1 test in 2.324s 2022-05-18T05:27:03.3937820Z 2022-05-18T05:27:03.3937900Z OK (skipped=1) 2022-05-18T05:27:03.3938020Z 2022-05-18T05:27:03.3938130Z Generating XML reports... 2022-05-18T05:27:03.3938710Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052701.xml 2022-05-18T05:27:05.0281040Z 2022-05-18T05:27:05.0281850Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:05.0282190Z Running tests... 2022-05-18T05:27:05.0282580Z ---------------------------------------------------------------------- 2022-05-18T05:27:05.4328420Z test_ddp_comm_hook_logging (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11118 2022-05-18T05:27:05.4397240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11119 2022-05-18T05:27:05.4521450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11120 2022-05-18T05:27:06.9412300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:06.9770130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:06.9897720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:06.9900740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:07.0006640Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:07.0129980Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:07.1027570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:07.1284930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:07.2274620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:07.5516730Z skip: Need at least 3 CUDA devices (2.523s) 2022-05-18T05:27:07.5589940Z 2022-05-18T05:27:07.5590810Z ---------------------------------------------------------------------- 2022-05-18T05:27:07.5591170Z Ran 1 test in 2.524s 2022-05-18T05:27:07.5591310Z 2022-05-18T05:27:07.5591390Z OK (skipped=1) 2022-05-18T05:27:07.5591510Z 2022-05-18T05:27:07.5591610Z Generating XML reports... 2022-05-18T05:27:07.5592260Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052705.xml 2022-05-18T05:27:09.1824840Z 2022-05-18T05:27:09.1825150Z Running tests... 2022-05-18T05:27:09.1825820Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:09.1826430Z ---------------------------------------------------------------------- 2022-05-18T05:27:09.1895080Z test_ddp_control_flow_different_across_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.007s) 2022-05-18T05:27:09.1948070Z 2022-05-18T05:27:09.1948630Z ---------------------------------------------------------------------- 2022-05-18T05:27:09.1948940Z Ran 1 test in 0.007s 2022-05-18T05:27:09.1949060Z 2022-05-18T05:27:09.1949140Z OK (skipped=1) 2022-05-18T05:27:09.1949260Z 2022-05-18T05:27:09.1949350Z Generating XML reports... 2022-05-18T05:27:09.1950060Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052709.xml 2022-05-18T05:27:10.7624830Z 2022-05-18T05:27:10.7625610Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:10.7625950Z Running tests... 2022-05-18T05:27:10.7626340Z ---------------------------------------------------------------------- 2022-05-18T05:27:10.7684000Z test_ddp_control_flow_same_across_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.006s) 2022-05-18T05:27:10.7736750Z 2022-05-18T05:27:10.7737380Z ---------------------------------------------------------------------- 2022-05-18T05:27:10.7737730Z Ran 1 test in 0.006s 2022-05-18T05:27:10.7737860Z 2022-05-18T05:27:10.7737940Z OK (skipped=1) 2022-05-18T05:27:10.7738050Z 2022-05-18T05:27:10.7738150Z Generating XML reports... 2022-05-18T05:27:10.7738720Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052710.xml 2022-05-18T05:27:12.3319490Z 2022-05-18T05:27:12.3320380Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:12.3320780Z Running tests... 2022-05-18T05:27:12.3321230Z ---------------------------------------------------------------------- 2022-05-18T05:27:12.7377670Z test_ddp_create_graph (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11132 2022-05-18T05:27:12.7451510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11133 2022-05-18T05:27:12.7553440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11134 2022-05-18T05:27:14.3045790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:14.3699570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:14.3701050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:14.3702880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:14.3704340Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:14.4596140Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:14.4609250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:14.4746700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuq5mp8nh 2022-05-18T05:27:14.4749940Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpuq5mp8nh/_remote_module_non_scriptable.py 2022-05-18T05:27:14.5757510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:14.5877680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:14.5917380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5nne3a7v 2022-05-18T05:27:14.5920680Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5nne3a7v/_remote_module_non_scriptable.py 2022-05-18T05:27:14.6016970Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq_4u1s5m 2022-05-18T05:27:14.6020180Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpq_4u1s5m/_remote_module_non_scriptable.py 2022-05-18T05:27:14.6235370Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6237190Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6238800Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6256140Z /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-18T05:27:14.6257830Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T05:27:14.6263010Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:27:14.6264870Z /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-18T05:27:14.6271340Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T05:27:14.6272100Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:27:14.6274630Z /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-18T05:27:14.6275830Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T05:27:14.6279280Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:27:14.6281640Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6283700Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6288680Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6291470Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6299970Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6301710Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6303050Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6304550Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6306330Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6307720Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6309040Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6310350Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6311650Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6312960Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.6314260Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:27:14.9828330Z ok (2.651s) 2022-05-18T05:27:14.9894220Z 2022-05-18T05:27:14.9894930Z ---------------------------------------------------------------------- 2022-05-18T05:27:14.9895250Z Ran 1 test in 2.651s 2022-05-18T05:27:14.9895380Z 2022-05-18T05:27:14.9895450Z OK 2022-05-18T05:27:14.9895550Z 2022-05-18T05:27:14.9895680Z Generating XML reports... 2022-05-18T05:27:14.9896250Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052712.xml 2022-05-18T05:27:16.6167290Z 2022-05-18T05:27:16.6168180Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:16.6168580Z Running tests... 2022-05-18T05:27:16.6169030Z ---------------------------------------------------------------------- 2022-05-18T05:27:16.6240940Z test_ddp_device (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.007s) 2022-05-18T05:27:16.6292870Z 2022-05-18T05:27:16.6293240Z ---------------------------------------------------------------------- 2022-05-18T05:27:16.6293530Z Ran 1 test in 0.008s 2022-05-18T05:27:16.6293660Z 2022-05-18T05:27:16.6293750Z OK (skipped=1) 2022-05-18T05:27:16.6293870Z 2022-05-18T05:27:16.6293960Z Generating XML reports... 2022-05-18T05:27:16.6294910Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052716.xml 2022-05-18T05:27:18.1649270Z 2022-05-18T05:27:18.1649960Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:18.1650320Z Running tests... 2022-05-18T05:27:18.1650700Z ---------------------------------------------------------------------- 2022-05-18T05:27:18.1697800Z test_ddp_forward_backward_hook (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.005s) 2022-05-18T05:27:18.1751120Z 2022-05-18T05:27:18.1751510Z ---------------------------------------------------------------------- 2022-05-18T05:27:18.1751800Z Ran 1 test in 0.005s 2022-05-18T05:27:18.1751930Z 2022-05-18T05:27:18.1752010Z OK (skipped=1) 2022-05-18T05:27:18.1752140Z 2022-05-18T05:27:18.1752230Z Generating XML reports... 2022-05-18T05:27:18.1752810Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052718.xml 2022-05-18T05:27:19.7138670Z 2022-05-18T05:27:19.7139450Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:19.7140290Z Running tests... 2022-05-18T05:27:19.7140750Z ---------------------------------------------------------------------- 2022-05-18T05:27:20.1233160Z test_ddp_grad_div_uneven_inputs (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11145 2022-05-18T05:27:20.1310730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11146 2022-05-18T05:27:20.1451300Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11147 2022-05-18T05:27:21.7088080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:21.7212010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:21.7270130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:21.7273210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:21.7810470Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:21.7812180Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:21.7827320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:21.7831190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:21.9774100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:22.1568190Z skip: Need at least 2 CUDA devices (2.443s) 2022-05-18T05:27:22.1637460Z 2022-05-18T05:27:22.1638220Z ---------------------------------------------------------------------- 2022-05-18T05:27:22.1638530Z Ran 1 test in 2.443s 2022-05-18T05:27:22.1638670Z 2022-05-18T05:27:22.1638750Z OK (skipped=1) 2022-05-18T05:27:22.1638870Z 2022-05-18T05:27:22.1638960Z Generating XML reports... 2022-05-18T05:27:22.1639560Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052719.xml 2022-05-18T05:27:23.7969460Z 2022-05-18T05:27:23.7970260Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:23.7970610Z Running tests... 2022-05-18T05:27:23.7970990Z ---------------------------------------------------------------------- 2022-05-18T05:27:24.1971220Z test_ddp_hook_parity_allreduce (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11155 2022-05-18T05:27:24.2114810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11156 2022-05-18T05:27:24.2260960Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11157 2022-05-18T05:27:25.7400140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:25.7402700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:25.7403940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:25.7404900Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:25.7406880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:25.7408280Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:25.7430030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:25.7437040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:25.7441320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:25.9838120Z skip: Need at least 3 CUDA devices (2.187s) 2022-05-18T05:27:25.9902530Z 2022-05-18T05:27:25.9903040Z ---------------------------------------------------------------------- 2022-05-18T05:27:25.9903500Z Ran 1 test in 2.187s 2022-05-18T05:27:25.9903640Z 2022-05-18T05:27:25.9903710Z OK (skipped=1) 2022-05-18T05:27:25.9903830Z 2022-05-18T05:27:25.9903930Z Generating XML reports... 2022-05-18T05:27:25.9904520Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052723.xml 2022-05-18T05:27:27.6274620Z 2022-05-18T05:27:27.6275380Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:27.6275720Z Running tests... 2022-05-18T05:27:27.6276100Z ---------------------------------------------------------------------- 2022-05-18T05:27:28.0344770Z test_ddp_hook_parity_allreduce_process_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11164 2022-05-18T05:27:28.0953790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11165 2022-05-18T05:27:28.1136750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11166 2022-05-18T05:27:29.5605630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:29.6043120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:29.6046920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:29.6051600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:29.6055900Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:29.6620430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:29.6634260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:29.7272370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:29.7652760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:30.1056230Z skip: Need at least 3 CUDA devices (2.478s) 2022-05-18T05:27:30.1122940Z 2022-05-18T05:27:30.1123640Z ---------------------------------------------------------------------- 2022-05-18T05:27:30.1123970Z Ran 1 test in 2.478s 2022-05-18T05:27:30.1124690Z 2022-05-18T05:27:30.1124830Z OK (skipped=1) 2022-05-18T05:27:30.1124950Z 2022-05-18T05:27:30.1125050Z Generating XML reports... 2022-05-18T05:27:30.1125680Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052727.xml 2022-05-18T05:27:31.7824000Z 2022-05-18T05:27:31.7824760Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:31.7825100Z Running tests... 2022-05-18T05:27:31.7825510Z ---------------------------------------------------------------------- 2022-05-18T05:27:32.1968410Z test_ddp_hook_parity_post_localSGD (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11174 2022-05-18T05:27:32.2041260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11175 2022-05-18T05:27:32.2210990Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11176 2022-05-18T05:27:33.8292210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:33.8295600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:33.8296060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:33.8297840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:33.8302270Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:33.8302960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:33.8318560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:33.8420120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:33.8521550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:34.2332190Z skip: Need at least 3 CUDA devices (2.451s) 2022-05-18T05:27:34.2396820Z 2022-05-18T05:27:34.2397460Z ---------------------------------------------------------------------- 2022-05-18T05:27:34.2397750Z Ran 1 test in 2.451s 2022-05-18T05:27:34.2397870Z 2022-05-18T05:27:34.2397950Z OK (skipped=1) 2022-05-18T05:27:34.2398480Z 2022-05-18T05:27:34.2398580Z Generating XML reports... 2022-05-18T05:27:34.2399430Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052731.xml 2022-05-18T05:27:35.8994230Z 2022-05-18T05:27:35.8994540Z Running tests... 2022-05-18T05:27:35.8995220Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:35.8995720Z ---------------------------------------------------------------------- 2022-05-18T05:27:36.3034350Z test_ddp_hook_parity_powerSGD (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11183 2022-05-18T05:27:36.3106500Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11184 2022-05-18T05:27:36.3220000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11185 2022-05-18T05:27:37.8530670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:37.8651720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:37.8654020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:37.8655400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:37.8657970Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:37.9101270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:37.9294450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:38.1025140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:38.1028970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:38.3530090Z skip: Need at least 3 CUDA devices (2.453s) 2022-05-18T05:27:38.3595670Z 2022-05-18T05:27:38.3596480Z ---------------------------------------------------------------------- 2022-05-18T05:27:38.3596770Z Ran 1 test in 2.454s 2022-05-18T05:27:38.3596910Z 2022-05-18T05:27:38.3597000Z OK (skipped=1) 2022-05-18T05:27:38.3597110Z 2022-05-18T05:27:38.3597210Z Generating XML reports... 2022-05-18T05:27:38.3597810Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052735.xml 2022-05-18T05:27:39.9876430Z 2022-05-18T05:27:39.9877200Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:39.9877690Z Running tests... 2022-05-18T05:27:39.9878210Z ---------------------------------------------------------------------- 2022-05-18T05:27:40.4016480Z test_ddp_hook_with_optimizer_parity_adam_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11192 2022-05-18T05:27:40.4110640Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11193 2022-05-18T05:27:40.4249610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11194 2022-05-18T05:27:41.9718850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:41.9768370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:41.9769680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:41.9771480Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:41.9773210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:41.9829870Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:41.9955410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:42.1125580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:42.1126300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:42.3575740Z skip: Need at least 2 CUDA devices (2.370s) 2022-05-18T05:27:42.3642300Z 2022-05-18T05:27:42.3642980Z ---------------------------------------------------------------------- 2022-05-18T05:27:42.3643440Z Ran 1 test in 2.370s 2022-05-18T05:27:42.3643570Z 2022-05-18T05:27:42.3643650Z OK (skipped=1) 2022-05-18T05:27:42.3643760Z 2022-05-18T05:27:42.3643860Z Generating XML reports... 2022-05-18T05:27:42.3644740Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052739.xml 2022-05-18T05:27:43.9960560Z 2022-05-18T05:27:43.9961320Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:43.9961660Z Running tests... 2022-05-18T05:27:43.9962070Z ---------------------------------------------------------------------- 2022-05-18T05:27:44.4089720Z test_ddp_hook_with_optimizer_parity_adam_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11202 2022-05-18T05:27:44.4205110Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11203 2022-05-18T05:27:44.4352410Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11204 2022-05-18T05:27:45.9414820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:45.9416310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:45.9818530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:45.9821150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:46.0058380Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:46.0059770Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:46.0075130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:46.0078940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:46.2273550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:46.4282170Z skip: Need at least 2 CUDA devices (2.432s) 2022-05-18T05:27:46.4349540Z 2022-05-18T05:27:46.4350470Z ---------------------------------------------------------------------- 2022-05-18T05:27:46.4350800Z Ran 1 test in 2.432s 2022-05-18T05:27:46.4350930Z 2022-05-18T05:27:46.4351010Z OK (skipped=1) 2022-05-18T05:27:46.4351130Z 2022-05-18T05:27:46.4351230Z Generating XML reports... 2022-05-18T05:27:46.4351810Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052743.xml 2022-05-18T05:27:48.1149510Z 2022-05-18T05:27:48.1149800Z Running tests... 2022-05-18T05:27:48.1150440Z ---------------------------------------------------------------------- 2022-05-18T05:27:48.1150960Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:48.5351280Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11211 2022-05-18T05:27:48.5489530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11212 2022-05-18T05:27:48.5563470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11213 2022-05-18T05:27:50.0673800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:50.0674740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:50.0772310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:50.0775030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:50.0894750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:50.1016820Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:50.1152640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:50.2273640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:50.3523520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:50.6106310Z skip: Need at least 2 CUDA devices (2.495s) 2022-05-18T05:27:50.6169300Z 2022-05-18T05:27:50.6170180Z ---------------------------------------------------------------------- 2022-05-18T05:27:50.6170490Z Ran 1 test in 2.496s 2022-05-18T05:27:50.6170620Z 2022-05-18T05:27:50.6170700Z OK (skipped=1) 2022-05-18T05:27:50.6170820Z 2022-05-18T05:27:50.6170920Z Generating XML reports... 2022-05-18T05:27:50.6171750Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052748.xml 2022-05-18T05:27:52.3138800Z 2022-05-18T05:27:52.3139510Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:52.3139860Z Running tests... 2022-05-18T05:27:52.3140250Z ---------------------------------------------------------------------- 2022-05-18T05:27:52.7253810Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11221 2022-05-18T05:27:52.7359250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11222 2022-05-18T05:27:52.7517360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11223 2022-05-18T05:27:54.3664920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:54.3667040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:54.3669160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:54.3671270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:54.3675640Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:54.3676330Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:54.3692530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:54.3800010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:54.3900950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:54.7605950Z skip: Need at least 2 CUDA devices (2.447s) 2022-05-18T05:27:54.7669710Z 2022-05-18T05:27:54.7670630Z ---------------------------------------------------------------------- 2022-05-18T05:27:54.7670940Z Ran 1 test in 2.447s 2022-05-18T05:27:54.7671070Z 2022-05-18T05:27:54.7671290Z OK (skipped=1) 2022-05-18T05:27:54.7671410Z 2022-05-18T05:27:54.7671510Z Generating XML reports... 2022-05-18T05:27:54.7672110Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052752.xml 2022-05-18T05:27:56.4691500Z 2022-05-18T05:27:56.4692290Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:27:56.4692650Z Running tests... 2022-05-18T05:27:56.4693040Z ---------------------------------------------------------------------- 2022-05-18T05:27:56.8932640Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11230 2022-05-18T05:27:56.9010200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11231 2022-05-18T05:27:56.9149140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11232 2022-05-18T05:27:58.4975640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:27:58.5461900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:27:58.5462970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:27:58.5467880Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:58.5469540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:58.5811290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:27:58.6033070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:27:58.6035810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:27:58.7506240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:27:58.9828430Z skip: Need at least 2 CUDA devices (2.513s) 2022-05-18T05:27:58.9892890Z 2022-05-18T05:27:58.9893440Z ---------------------------------------------------------------------- 2022-05-18T05:27:58.9893750Z Ran 1 test in 2.514s 2022-05-18T05:27:58.9893880Z 2022-05-18T05:27:58.9893960Z OK (skipped=1) 2022-05-18T05:27:58.9894200Z 2022-05-18T05:27:58.9894300Z Generating XML reports... 2022-05-18T05:27:58.9894900Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052756.xml 2022-05-18T05:28:00.7036600Z 2022-05-18T05:28:00.7037460Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:00.7038130Z Running tests... 2022-05-18T05:28:00.7038590Z ---------------------------------------------------------------------- 2022-05-18T05:28:01.1437360Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11240 2022-05-18T05:28:01.1583930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11241 2022-05-18T05:28:01.1694120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11242 2022-05-18T05:28:02.6893170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:02.7010940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:02.7509200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:02.7511550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:02.7723890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:02.7726530Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:02.7843120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:02.7846470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:02.9773330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:03.2820790Z skip: Need at least 2 CUDA devices (2.578s) 2022-05-18T05:28:03.2892130Z 2022-05-18T05:28:03.2893000Z ---------------------------------------------------------------------- 2022-05-18T05:28:03.2893350Z Ran 1 test in 2.579s 2022-05-18T05:28:03.2893480Z 2022-05-18T05:28:03.2893570Z OK (skipped=1) 2022-05-18T05:28:03.2893680Z 2022-05-18T05:28:03.2893780Z Generating XML reports... 2022-05-18T05:28:03.2894370Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052800.xml 2022-05-18T05:28:05.0271860Z 2022-05-18T05:28:05.0272730Z Running tests... 2022-05-18T05:28:05.0273390Z ---------------------------------------------------------------------- 2022-05-18T05:28:05.0273920Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:05.4444400Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11249 2022-05-18T05:28:05.4542100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11250 2022-05-18T05:28:05.4683290Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11251 2022-05-18T05:28:06.9920490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:07.0022740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:07.0024190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:07.0026220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:07.0028980Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:07.0031440Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:07.0153930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:07.1138100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:07.1959200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:07.3905770Z skip: Need at least 2 CUDA devices (2.363s) 2022-05-18T05:28:07.3973480Z 2022-05-18T05:28:07.3974320Z ---------------------------------------------------------------------- 2022-05-18T05:28:07.3974670Z Ran 1 test in 2.364s 2022-05-18T05:28:07.3974800Z 2022-05-18T05:28:07.3974890Z OK (skipped=1) 2022-05-18T05:28:07.3975010Z 2022-05-18T05:28:07.3975110Z Generating XML reports... 2022-05-18T05:28:07.3975710Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052805.xml 2022-05-18T05:28:09.0581900Z 2022-05-18T05:28:09.0583110Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:09.0583470Z Running tests... 2022-05-18T05:28:09.0583850Z ---------------------------------------------------------------------- 2022-05-18T05:28:09.4614010Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11258 2022-05-18T05:28:09.4693070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11259 2022-05-18T05:28:09.4836120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11260 2022-05-18T05:28:10.9904720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:11.0772140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:11.0775020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:11.0780140Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:11.0783230Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:11.0869150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:11.0936480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:11.1037460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:11.1946070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:11.3984340Z skip: Need at least 2 CUDA devices (2.340s) 2022-05-18T05:28:11.4048330Z 2022-05-18T05:28:11.4049430Z ---------------------------------------------------------------------- 2022-05-18T05:28:11.4049740Z Ran 1 test in 2.341s 2022-05-18T05:28:11.4050070Z 2022-05-18T05:28:11.4050510Z OK (skipped=1) 2022-05-18T05:28:11.4050640Z 2022-05-18T05:28:11.4050800Z Generating XML reports... 2022-05-18T05:28:11.4051410Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052809.xml 2022-05-18T05:28:13.0542580Z 2022-05-18T05:28:13.0543360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:13.0543720Z Running tests... 2022-05-18T05:28:13.0544110Z ---------------------------------------------------------------------- 2022-05-18T05:28:13.4611040Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11268 2022-05-18T05:28:13.4682680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11269 2022-05-18T05:28:13.4819210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11270 2022-05-18T05:28:14.9937930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:14.9986780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:15.0272450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:15.0275350Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:15.0763490Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:15.1017500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:15.1309280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:15.2273820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:15.3524370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:15.6051620Z skip: Need at least 2 CUDA devices (2.551s) 2022-05-18T05:28:15.6118990Z 2022-05-18T05:28:15.6119850Z ---------------------------------------------------------------------- 2022-05-18T05:28:15.6120220Z Ran 1 test in 2.551s 2022-05-18T05:28:15.6120350Z 2022-05-18T05:28:15.6120440Z OK (skipped=1) 2022-05-18T05:28:15.6120550Z 2022-05-18T05:28:15.6120650Z Generating XML reports... 2022-05-18T05:28:15.6121240Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052813.xml 2022-05-18T05:28:17.3848100Z 2022-05-18T05:28:17.3848880Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:17.3849250Z Running tests... 2022-05-18T05:28:17.3849640Z ---------------------------------------------------------------------- 2022-05-18T05:28:17.7945180Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11277 2022-05-18T05:28:17.8027730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11278 2022-05-18T05:28:17.8151200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11279 2022-05-18T05:28:19.4056420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:19.4057890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:19.4058870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:19.4069560Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:19.4070720Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:19.4072270Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:19.4100350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:19.4104490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:19.4113390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:19.6819180Z skip: Need at least 2 CUDA devices (2.297s) 2022-05-18T05:28:19.6883570Z 2022-05-18T05:28:19.6884240Z ---------------------------------------------------------------------- 2022-05-18T05:28:19.6884550Z Ran 1 test in 2.297s 2022-05-18T05:28:19.6884680Z 2022-05-18T05:28:19.6884770Z OK (skipped=1) 2022-05-18T05:28:19.6884890Z 2022-05-18T05:28:19.6885010Z Generating XML reports... 2022-05-18T05:28:19.6886910Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052817.xml 2022-05-18T05:28:21.3751270Z 2022-05-18T05:28:21.3752020Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:21.3752370Z Running tests... 2022-05-18T05:28:21.3752780Z ---------------------------------------------------------------------- 2022-05-18T05:28:21.7917910Z test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11287 2022-05-18T05:28:21.7999870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11288 2022-05-18T05:28:21.8134320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11289 2022-05-18T05:28:23.3325790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:23.3821290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:23.4132610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:23.4134690Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:23.4771120Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:23.4772340Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:23.4897950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:23.5885450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:23.6015720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:23.7971290Z skip: Need at least 2 CUDA devices (2.422s) 2022-05-18T05:28:23.8039100Z 2022-05-18T05:28:23.8039860Z ---------------------------------------------------------------------- 2022-05-18T05:28:23.8040710Z Ran 1 test in 2.422s 2022-05-18T05:28:23.8040900Z 2022-05-18T05:28:23.8040990Z OK (skipped=1) 2022-05-18T05:28:23.8041110Z 2022-05-18T05:28:23.8041200Z Generating XML reports... 2022-05-18T05:28:23.8041810Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052821.xml 2022-05-18T05:28:25.4754290Z 2022-05-18T05:28:25.4755070Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:25.4755440Z Running tests... 2022-05-18T05:28:25.4755850Z ---------------------------------------------------------------------- 2022-05-18T05:28:25.8988570Z test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11296 2022-05-18T05:28:25.9072220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11297 2022-05-18T05:28:25.9231180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11298 2022-05-18T05:28:27.5206370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:27.5294200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:27.5294690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:27.5296890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:27.5298760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:27.5409350Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:27.5425070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:27.5428480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:27.6482400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:27.8358560Z skip: Need at least 2 CUDA devices (2.360s) 2022-05-18T05:28:27.8437070Z 2022-05-18T05:28:27.8438220Z ---------------------------------------------------------------------- 2022-05-18T05:28:27.8438880Z Ran 1 test in 2.361s 2022-05-18T05:28:27.8439810Z 2022-05-18T05:28:27.8440190Z OK (skipped=1) 2022-05-18T05:28:27.8440610Z 2022-05-18T05:28:27.8440990Z Generating XML reports... 2022-05-18T05:28:27.8441950Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052825.xml 2022-05-18T05:28:29.6344180Z 2022-05-18T05:28:29.6345040Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:29.6345400Z Running tests... 2022-05-18T05:28:29.6345810Z ---------------------------------------------------------------------- 2022-05-18T05:28:29.6373340Z test_ddp_ignore_params_arg (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.003s) 2022-05-18T05:28:29.6430670Z 2022-05-18T05:28:29.6431810Z ---------------------------------------------------------------------- 2022-05-18T05:28:29.6432130Z Ran 1 test in 0.003s 2022-05-18T05:28:29.6432280Z 2022-05-18T05:28:29.6432370Z OK (skipped=1) 2022-05-18T05:28:29.6432520Z 2022-05-18T05:28:29.6432620Z Generating XML reports... 2022-05-18T05:28:29.6433220Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052829.xml 2022-05-18T05:28:31.2733230Z 2022-05-18T05:28:31.2734030Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:31.2734380Z Running tests... 2022-05-18T05:28:31.2735220Z ---------------------------------------------------------------------- 2022-05-18T05:28:31.7037260Z test_ddp_inference (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11308 2022-05-18T05:28:31.7121850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11309 2022-05-18T05:28:31.7268570Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11310 2022-05-18T05:28:33.2638300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:33.2773530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:33.2774780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:33.2776950Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:33.2778500Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:33.3654220Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:33.3669680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:33.3886860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:33.4983460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:33.7460840Z skip: Need at least 2 CUDA devices (2.473s) 2022-05-18T05:28:33.7532600Z 2022-05-18T05:28:33.7533460Z ---------------------------------------------------------------------- 2022-05-18T05:28:33.7533810Z Ran 1 test in 2.473s 2022-05-18T05:28:33.7533940Z 2022-05-18T05:28:33.7534020Z OK (skipped=1) 2022-05-18T05:28:33.7534140Z 2022-05-18T05:28:33.7534240Z Generating XML reports... 2022-05-18T05:28:33.7534860Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052831.xml 2022-05-18T05:28:35.5303360Z 2022-05-18T05:28:35.5304130Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:35.5304580Z Running tests... 2022-05-18T05:28:35.5304990Z ---------------------------------------------------------------------- 2022-05-18T05:28:35.9542040Z test_ddp_join_model_equivalence (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11317 2022-05-18T05:28:35.9615830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11318 2022-05-18T05:28:35.9721740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11319 2022-05-18T05:28:37.5281310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:37.5282550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:37.5504390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:37.5507060Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:37.5609980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:37.6020090Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:37.6034740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:37.6580570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:37.7061530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:37.9719840Z skip: Need at least 2 CUDA devices (2.441s) 2022-05-18T05:28:37.9790050Z 2022-05-18T05:28:37.9791400Z ---------------------------------------------------------------------- 2022-05-18T05:28:37.9791730Z Ran 1 test in 2.442s 2022-05-18T05:28:37.9791870Z 2022-05-18T05:28:37.9791950Z OK (skipped=1) 2022-05-18T05:28:37.9792070Z 2022-05-18T05:28:37.9792170Z Generating XML reports... 2022-05-18T05:28:37.9792760Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052835.xml 2022-05-18T05:28:39.7706090Z 2022-05-18T05:28:39.7706880Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:39.7707240Z Running tests... 2022-05-18T05:28:39.7707920Z ---------------------------------------------------------------------- 2022-05-18T05:28:40.2158880Z test_ddp_logging_data_cpu (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11326 2022-05-18T05:28:40.2244890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11327 2022-05-18T05:28:40.2394940Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11328 2022-05-18T05:28:41.8865710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:41.8978170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:41.9092620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:41.9095670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:41.9752660Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:41.9754310Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:41.9770880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:41.9774440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:41.9933120Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpugnge5as 2022-05-18T05:28:41.9934240Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6inlss2p 2022-05-18T05:28:41.9935720Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpugnge5as/_remote_module_non_scriptable.py 2022-05-18T05:28:41.9936650Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp6inlss2p/_remote_module_non_scriptable.py 2022-05-18T05:28:42.0136920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:42.0286490Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgjlngp48 2022-05-18T05:28:42.0289190Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgjlngp48/_remote_module_non_scriptable.py 2022-05-18T05:28:42.0867170Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:28:42.0869590Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:28:42.0898560Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:28:42.5032600Z ok (2.732s) 2022-05-18T05:28:42.5103550Z 2022-05-18T05:28:42.5104330Z ---------------------------------------------------------------------- 2022-05-18T05:28:42.5104650Z Ran 1 test in 2.733s 2022-05-18T05:28:42.5104790Z 2022-05-18T05:28:42.5104860Z OK 2022-05-18T05:28:42.5105330Z 2022-05-18T05:28:42.5105480Z Generating XML reports... 2022-05-18T05:28:42.5106110Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052839.xml 2022-05-18T05:28:44.2628740Z 2022-05-18T05:28:44.2629110Z Running tests... 2022-05-18T05:28:44.2629750Z ---------------------------------------------------------------------- 2022-05-18T05:28:44.2630370Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:44.6974840Z test_ddp_logging_data_gpu (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11336 2022-05-18T05:28:44.7134260Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11337 2022-05-18T05:28:44.7245300Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11338 2022-05-18T05:28:46.3531520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:46.3596540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:46.3597740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:46.3599400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:46.3600300Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:46.3709230Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:46.3852960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:46.3855220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:46.6023930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:46.8582420Z skip: CUDA is not available. (2.595s) 2022-05-18T05:28:46.8653280Z 2022-05-18T05:28:46.8654460Z ---------------------------------------------------------------------- 2022-05-18T05:28:46.8654820Z Ran 1 test in 2.596s 2022-05-18T05:28:46.8654950Z 2022-05-18T05:28:46.8655040Z OK (skipped=1) 2022-05-18T05:28:46.8655170Z 2022-05-18T05:28:46.8655260Z Generating XML reports... 2022-05-18T05:28:46.8656290Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052844.xml 2022-05-18T05:28:48.6445730Z 2022-05-18T05:28:48.6446600Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:48.6446950Z Running tests... 2022-05-18T05:28:48.6447350Z ---------------------------------------------------------------------- 2022-05-18T05:28:48.6482610Z test_ddp_model_diff_num_params_across_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.004s) 2022-05-18T05:28:48.6546740Z 2022-05-18T05:28:48.6547430Z ---------------------------------------------------------------------- 2022-05-18T05:28:48.6547840Z Ran 1 test in 0.004s 2022-05-18T05:28:48.6547980Z 2022-05-18T05:28:48.6548100Z OK (skipped=1) 2022-05-18T05:28:48.6548230Z 2022-05-18T05:28:48.6548360Z Generating XML reports... 2022-05-18T05:28:48.6548980Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052848.xml 2022-05-18T05:28:50.3153640Z 2022-05-18T05:28:50.3154460Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:50.3154820Z Running tests... 2022-05-18T05:28:50.3155220Z ---------------------------------------------------------------------- 2022-05-18T05:28:50.3187460Z test_ddp_model_diff_shape_across_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.003s) 2022-05-18T05:28:50.3241130Z 2022-05-18T05:28:50.3241930Z ---------------------------------------------------------------------- 2022-05-18T05:28:50.3242280Z Ran 1 test in 0.004s 2022-05-18T05:28:50.3242420Z 2022-05-18T05:28:50.3242500Z OK (skipped=1) 2022-05-18T05:28:50.3242620Z 2022-05-18T05:28:50.3242720Z Generating XML reports... 2022-05-18T05:28:50.3243300Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052850.xml 2022-05-18T05:28:51.9229710Z 2022-05-18T05:28:51.9230520Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:51.9230870Z Running tests... 2022-05-18T05:28:51.9231270Z ---------------------------------------------------------------------- 2022-05-18T05:28:51.9255990Z test_ddp_multiple_nested_unused_params_err_ignore_params (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.003s) 2022-05-18T05:28:51.9316140Z 2022-05-18T05:28:51.9317320Z ---------------------------------------------------------------------- 2022-05-18T05:28:51.9317730Z Ran 1 test in 0.003s 2022-05-18T05:28:51.9317870Z 2022-05-18T05:28:51.9317960Z OK (skipped=1) 2022-05-18T05:28:51.9318080Z 2022-05-18T05:28:51.9318180Z Generating XML reports... 2022-05-18T05:28:51.9318790Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052851.xml 2022-05-18T05:28:53.5073550Z 2022-05-18T05:28:53.5074350Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:53.5074700Z Running tests... 2022-05-18T05:28:53.5075070Z ---------------------------------------------------------------------- 2022-05-18T05:28:53.5099300Z test_ddp_multiple_nested_unused_params_error (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.002s) 2022-05-18T05:28:53.5152480Z 2022-05-18T05:28:53.5153220Z ---------------------------------------------------------------------- 2022-05-18T05:28:53.5153560Z Ran 1 test in 0.003s 2022-05-18T05:28:53.5153760Z 2022-05-18T05:28:53.5153900Z OK (skipped=1) 2022-05-18T05:28:53.5154030Z 2022-05-18T05:28:53.5154130Z Generating XML reports... 2022-05-18T05:28:53.5154820Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052853.xml 2022-05-18T05:28:55.0954990Z 2022-05-18T05:28:55.0956470Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:55.0956940Z Running tests... 2022-05-18T05:28:55.0957320Z ---------------------------------------------------------------------- 2022-05-18T05:28:55.0998750Z test_ddp_namedtuple (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.004s) 2022-05-18T05:28:55.1052950Z 2022-05-18T05:28:55.1053510Z ---------------------------------------------------------------------- 2022-05-18T05:28:55.1053800Z Ran 1 test in 0.005s 2022-05-18T05:28:55.1053940Z 2022-05-18T05:28:55.1054030Z OK (skipped=1) 2022-05-18T05:28:55.1054150Z 2022-05-18T05:28:55.1054240Z Generating XML reports... 2022-05-18T05:28:55.1054820Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052855.xml 2022-05-18T05:28:56.6764970Z 2022-05-18T05:28:56.6765770Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:28:56.6766140Z Running tests... 2022-05-18T05:28:56.6766930Z ---------------------------------------------------------------------- 2022-05-18T05:28:57.0833680Z test_ddp_new_tensor_in_fwd (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11356 2022-05-18T05:28:57.0910820Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11357 2022-05-18T05:28:57.1081740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11358 2022-05-18T05:28:58.6709910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:28:58.7276910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:28:58.7278020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:28:58.7281430Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:58.7282140Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:58.7390820Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:28:58.7556220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:28:58.7565540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:28:58.8475090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:28:59.0860020Z skip: Need at least 2 CUDA devices (2.409s) 2022-05-18T05:28:59.0927080Z 2022-05-18T05:28:59.0928200Z ---------------------------------------------------------------------- 2022-05-18T05:28:59.0928500Z Ran 1 test in 2.410s 2022-05-18T05:29:00.7645370Z 2022-05-18T05:29:00.7645700Z OK (skipped=1) 2022-05-18T05:29:00.7645870Z 2022-05-18T05:29:00.7645970Z Generating XML reports... 2022-05-18T05:29:00.7646710Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052856.xml 2022-05-18T05:29:00.7647000Z 2022-05-18T05:29:00.7647310Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:00.7647590Z Running tests... 2022-05-18T05:29:00.7647980Z ---------------------------------------------------------------------- 2022-05-18T05:29:01.1813840Z test_ddp_new_tensor_in_fwd_static_graph (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11365 2022-05-18T05:29:01.1976130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11366 2022-05-18T05:29:01.1984210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11367 2022-05-18T05:29:02.8061310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:02.8170590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:02.8523980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:02.8526920Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:02.8639240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:02.8641570Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:02.8755630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:03.0233020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:03.1023820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:03.3877740Z skip: Need at least 2 CUDA devices (2.623s) 2022-05-18T05:29:03.3944490Z 2022-05-18T05:29:03.3945180Z ---------------------------------------------------------------------- 2022-05-18T05:29:03.3945490Z Ran 1 test in 2.623s 2022-05-18T05:29:03.3945630Z 2022-05-18T05:29:03.3945720Z OK (skipped=1) 2022-05-18T05:29:03.3946200Z 2022-05-18T05:29:03.3946350Z Generating XML reports... 2022-05-18T05:29:03.3946970Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052900.xml 2022-05-18T05:29:05.0884690Z 2022-05-18T05:29:05.0885500Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:05.0886030Z Running tests... 2022-05-18T05:29:05.0886490Z ---------------------------------------------------------------------- 2022-05-18T05:29:05.0909650Z test_ddp_profiling_autograd_profiler (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.002s) 2022-05-18T05:29:05.0961140Z 2022-05-18T05:29:05.0961670Z ---------------------------------------------------------------------- 2022-05-18T05:29:05.0961980Z Ran 1 test in 0.003s 2022-05-18T05:29:05.0962110Z 2022-05-18T05:29:05.0962190Z OK (skipped=1) 2022-05-18T05:29:05.0962310Z 2022-05-18T05:29:05.0962410Z Generating XML reports... 2022-05-18T05:29:05.0963380Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052905.xml 2022-05-18T05:29:06.6691270Z 2022-05-18T05:29:06.6692050Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:06.6692400Z Running tests... 2022-05-18T05:29:06.6692800Z ---------------------------------------------------------------------- 2022-05-18T05:29:06.6721040Z test_ddp_profiling_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.003s) 2022-05-18T05:29:06.6775840Z 2022-05-18T05:29:06.6776230Z ---------------------------------------------------------------------- 2022-05-18T05:29:06.6776610Z Ran 1 test in 0.003s 2022-05-18T05:29:06.6776750Z 2022-05-18T05:29:06.6776870Z OK (skipped=1) 2022-05-18T05:29:06.6777370Z 2022-05-18T05:29:06.6777470Z Generating XML reports... 2022-05-18T05:29:06.6778350Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052906.xml 2022-05-18T05:29:08.2404310Z 2022-05-18T05:29:08.2405200Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:08.2405560Z Running tests... 2022-05-18T05:29:08.2406030Z ---------------------------------------------------------------------- 2022-05-18T05:29:08.6546430Z test_ddp_python_error_logged (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11379 2022-05-18T05:29:08.6615790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11380 2022-05-18T05:29:08.6714550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11381 2022-05-18T05:29:10.1677550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:10.1679050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:10.1812730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:10.1815880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:10.2268650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:10.2696610Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:10.2710730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:10.3740460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:10.4773860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:10.7335470Z skip: Need at least 2 CUDA devices (2.493s) 2022-05-18T05:29:10.7404710Z 2022-05-18T05:29:10.7405360Z ---------------------------------------------------------------------- 2022-05-18T05:29:10.7405670Z Ran 1 test in 2.493s 2022-05-18T05:29:10.7405810Z 2022-05-18T05:29:10.7405900Z OK (skipped=1) 2022-05-18T05:29:10.7406010Z 2022-05-18T05:29:10.7406110Z Generating XML reports... 2022-05-18T05:29:10.7406750Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052908.xml 2022-05-18T05:29:12.4673990Z 2022-05-18T05:29:12.4675090Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:12.4675490Z Running tests... 2022-05-18T05:29:12.4675940Z ---------------------------------------------------------------------- 2022-05-18T05:29:12.8941080Z test_ddp_returns_tensor_with_no_grad (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11389 2022-05-18T05:29:12.9020730Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11390 2022-05-18T05:29:12.9161690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11391 2022-05-18T05:29:14.4304280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:14.4312500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:14.5035670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:14.5038510Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:14.5131540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:14.5137730Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:14.5153380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:14.5157590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:14.6105680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:14.9304830Z skip: Need at least 2 CUDA devices (2.463s) 2022-05-18T05:29:14.9370780Z 2022-05-18T05:29:14.9371880Z ---------------------------------------------------------------------- 2022-05-18T05:29:14.9372230Z Ran 1 test in 2.463s 2022-05-18T05:29:14.9372370Z 2022-05-18T05:29:14.9372440Z OK (skipped=1) 2022-05-18T05:29:14.9372570Z 2022-05-18T05:29:14.9372660Z Generating XML reports... 2022-05-18T05:29:14.9373260Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052912.xml 2022-05-18T05:29:16.6302460Z 2022-05-18T05:29:16.6303250Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:16.6303600Z Running tests... 2022-05-18T05:29:16.6303990Z ---------------------------------------------------------------------- 2022-05-18T05:29:16.6344510Z test_ddp_shared_grad_acc_unused_params (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.004s) 2022-05-18T05:29:16.6400140Z 2022-05-18T05:29:16.6401070Z ---------------------------------------------------------------------- 2022-05-18T05:29:16.6401530Z Ran 1 test in 0.004s 2022-05-18T05:29:16.6401670Z 2022-05-18T05:29:16.6401800Z OK (skipped=1) 2022-05-18T05:29:16.6401930Z 2022-05-18T05:29:16.6402020Z Generating XML reports... 2022-05-18T05:29:16.6402630Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052916.xml 2022-05-18T05:29:18.2139620Z 2022-05-18T05:29:18.2140910Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:18.2141320Z Running tests... 2022-05-18T05:29:18.2141740Z ---------------------------------------------------------------------- 2022-05-18T05:29:18.6388590Z test_ddp_static_graph_nested_types (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11400 2022-05-18T05:29:18.6536770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11401 2022-05-18T05:29:18.6559710Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11402 2022-05-18T05:29:20.2400110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:20.2401810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:20.2402990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:20.2407380Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:20.2408890Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:20.2410990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:20.2529080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:20.4063350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:20.4775360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:20.7336530Z skip: Need at least 2 CUDA devices (2.519s) 2022-05-18T05:29:20.7402290Z 2022-05-18T05:29:20.7403040Z ---------------------------------------------------------------------- 2022-05-18T05:29:20.7403350Z Ran 1 test in 2.520s 2022-05-18T05:29:20.7403520Z 2022-05-18T05:29:20.7403600Z OK (skipped=1) 2022-05-18T05:29:20.7403720Z 2022-05-18T05:29:20.7403820Z Generating XML reports... 2022-05-18T05:29:20.7404410Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052918.xml 2022-05-18T05:29:22.4642620Z 2022-05-18T05:29:22.4642970Z Running tests... 2022-05-18T05:29:22.4643600Z ---------------------------------------------------------------------- 2022-05-18T05:29:22.4644860Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:22.8865570Z test_ddp_sync_bn_training_vs_eval (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11410 2022-05-18T05:29:22.8929920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11411 2022-05-18T05:29:22.9100360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11412 2022-05-18T05:29:24.4776280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:24.5296740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:24.5298180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:24.5299930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:24.5300740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:24.5426650Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:24.6031660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:24.6549340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:24.7415700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:24.9837570Z skip: Need at least 2 CUDA devices (2.519s) 2022-05-18T05:29:24.9903380Z 2022-05-18T05:29:24.9904260Z ---------------------------------------------------------------------- 2022-05-18T05:29:24.9904840Z Ran 1 test in 2.520s 2022-05-18T05:29:24.9905000Z 2022-05-18T05:29:24.9905090Z OK (skipped=1) 2022-05-18T05:29:24.9905310Z 2022-05-18T05:29:24.9905410Z Generating XML reports... 2022-05-18T05:29:24.9906030Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052922.xml 2022-05-18T05:29:26.7107300Z 2022-05-18T05:29:26.7108130Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:26.7108480Z Running tests... 2022-05-18T05:29:26.7108900Z ---------------------------------------------------------------------- 2022-05-18T05:29:27.1353510Z test_ddp_sync_module_states (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11419 2022-05-18T05:29:27.1432670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11420 2022-05-18T05:29:27.1579440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11421 2022-05-18T05:29:28.6830840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:28.7280250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:28.7283950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:28.7285050Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:28.7287100Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:28.7694990Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:28.7711020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:28.7714640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:28.9806160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:29.2329650Z skip: Need at least 2 CUDA devices (2.522s) 2022-05-18T05:29:29.2393560Z 2022-05-18T05:29:29.2394270Z ---------------------------------------------------------------------- 2022-05-18T05:29:29.2394660Z Ran 1 test in 2.523s 2022-05-18T05:29:29.2394910Z 2022-05-18T05:29:29.2395000Z OK (skipped=1) 2022-05-18T05:29:29.2395170Z 2022-05-18T05:29:29.2395270Z Generating XML reports... 2022-05-18T05:29:29.2395900Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052926.xml 2022-05-18T05:29:30.9340930Z 2022-05-18T05:29:30.9341730Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:30.9342080Z Running tests... 2022-05-18T05:29:30.9342480Z ---------------------------------------------------------------------- 2022-05-18T05:29:31.3547640Z test_ddp_uneven_input_exception (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11428 2022-05-18T05:29:31.3713230Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11429 2022-05-18T05:29:31.3831370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11430 2022-05-18T05:29:33.0549330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:33.0555350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:33.0556220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:33.0557760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:33.0559300Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:33.0562930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:33.0578910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:33.0685550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:33.0787590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:33.3878670Z skip: Need at least 2 CUDA devices (2.454s) 2022-05-18T05:29:33.3944580Z 2022-05-18T05:29:33.3945270Z ---------------------------------------------------------------------- 2022-05-18T05:29:33.3945580Z Ran 1 test in 2.454s 2022-05-18T05:29:33.3945710Z 2022-05-18T05:29:33.3945790Z OK (skipped=1) 2022-05-18T05:29:33.3945920Z 2022-05-18T05:29:33.3946000Z Generating XML reports... 2022-05-18T05:29:33.3946600Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052930.xml 2022-05-18T05:29:35.0763310Z 2022-05-18T05:29:35.0764100Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:35.0764500Z Running tests... 2022-05-18T05:29:35.0764900Z ---------------------------------------------------------------------- 2022-05-18T05:29:35.4930360Z test_ddp_uneven_input_join_disable (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11440 2022-05-18T05:29:35.5007480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11441 2022-05-18T05:29:35.5142420Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11442 2022-05-18T05:29:37.0302000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:37.0413410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:37.1026950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:37.1028890Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:37.1291750Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:37.1293840Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:37.1306700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:37.1310040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:37.2156690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:37.4829050Z skip: Need at least 2 CUDA devices (2.406s) 2022-05-18T05:29:37.4896510Z 2022-05-18T05:29:37.4897210Z ---------------------------------------------------------------------- 2022-05-18T05:29:37.4897510Z Ran 1 test in 2.407s 2022-05-18T05:29:37.4897640Z 2022-05-18T05:29:37.4897730Z OK (skipped=1) 2022-05-18T05:29:37.4897850Z 2022-05-18T05:29:37.4897950Z Generating XML reports... 2022-05-18T05:29:37.4898610Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052935.xml 2022-05-18T05:29:39.1633740Z 2022-05-18T05:29:39.1634560Z Running tests... 2022-05-18T05:29:39.1635230Z ---------------------------------------------------------------------- 2022-05-18T05:29:39.1635760Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:39.5840230Z test_ddp_uneven_inputs (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11449 2022-05-18T05:29:39.5946880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11450 2022-05-18T05:29:39.6051640Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11451 2022-05-18T05:29:41.1092050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:41.1207200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:41.1208210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:41.1210450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:41.1211680Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:41.1999470Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:41.2016450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:41.2278300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:41.2381830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:41.4830860Z skip: Need at least 2 CUDA devices (2.320s) 2022-05-18T05:29:41.4899500Z 2022-05-18T05:29:41.4900200Z ---------------------------------------------------------------------- 2022-05-18T05:29:41.4900520Z Ran 1 test in 2.320s 2022-05-18T05:29:41.4900650Z 2022-05-18T05:29:41.4900740Z OK (skipped=1) 2022-05-18T05:29:41.4900870Z 2022-05-18T05:29:41.4900970Z Generating XML reports... 2022-05-18T05:29:41.4901560Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052939.xml 2022-05-18T05:29:43.2098890Z 2022-05-18T05:29:43.2099630Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:43.2100600Z Running tests... 2022-05-18T05:29:43.2101020Z ---------------------------------------------------------------------- 2022-05-18T05:29:43.6306440Z test_ddp_uneven_inputs_stop_iteration_sync_bn (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11459 2022-05-18T05:29:43.6387600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11460 2022-05-18T05:29:43.6523850Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11461 2022-05-18T05:29:45.2398700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:45.2399170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:45.2399990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:45.2402990Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:45.2404770Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:45.2412130Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:45.2426350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:45.2533950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:45.2635090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:45.4828760Z skip: Need at least 2 CUDA devices (2.273s) 2022-05-18T05:29:45.4892900Z 2022-05-18T05:29:45.4893620Z ---------------------------------------------------------------------- 2022-05-18T05:29:45.4893900Z Ran 1 test in 2.273s 2022-05-18T05:29:45.4894050Z 2022-05-18T05:29:45.4894140Z OK (skipped=1) 2022-05-18T05:29:45.4894260Z 2022-05-18T05:29:45.4894360Z Generating XML reports... 2022-05-18T05:29:45.4894950Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052943.xml 2022-05-18T05:29:47.1836470Z 2022-05-18T05:29:47.1837260Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:47.1837800Z Running tests... 2022-05-18T05:29:47.1838330Z ---------------------------------------------------------------------- 2022-05-18T05:29:47.1884650Z test_ddp_unused_params_rebuild_buckets_exception (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.005s) 2022-05-18T05:29:47.1938190Z 2022-05-18T05:29:47.1938680Z ---------------------------------------------------------------------- 2022-05-18T05:29:47.1938960Z Ran 1 test in 0.005s 2022-05-18T05:29:47.1939090Z 2022-05-18T05:29:47.1939180Z OK (skipped=1) 2022-05-18T05:29:47.1939310Z 2022-05-18T05:29:47.1939400Z Generating XML reports... 2022-05-18T05:29:47.1939980Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052947.xml 2022-05-18T05:29:48.7935010Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:48.7935530Z 2022-05-18T05:29:48.7935930Z Running tests... 2022-05-18T05:29:48.7936660Z ---------------------------------------------------------------------- 2022-05-18T05:29:49.2066570Z test_destroy_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11470 2022-05-18T05:29:49.2141470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11471 2022-05-18T05:29:49.2243800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11472 2022-05-18T05:29:50.7389120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:50.7390100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:50.7394300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:50.7395620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:50.7397460Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:50.7980310Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:50.8530730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:50.9355500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:50.9358240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:50.9596060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:29:51.0026630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:29:51.0030260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:29:51.0034020Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:29:51.0441710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:29:51.0564290Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:29:51.4617040Z ok (2.668s) 2022-05-18T05:29:51.4684730Z 2022-05-18T05:29:51.4685630Z ---------------------------------------------------------------------- 2022-05-18T05:29:51.4685960Z Ran 1 test in 2.669s 2022-05-18T05:29:51.4686090Z 2022-05-18T05:29:51.4686160Z OK 2022-05-18T05:29:51.4686270Z 2022-05-18T05:29:51.4686370Z Generating XML reports... 2022-05-18T05:29:51.4686960Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052948.xml 2022-05-18T05:29:53.2000890Z 2022-05-18T05:29:53.2001200Z Running tests... 2022-05-18T05:29:53.2001850Z ---------------------------------------------------------------------- 2022-05-18T05:29:53.2002380Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:53.6202920Z test_destroy_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11480 2022-05-18T05:29:53.6353290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11481 2022-05-18T05:29:53.6461590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11482 2022-05-18T05:29:55.1869890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:55.2274290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:55.2275270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:55.2277010Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:55.2280030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:55.2675330Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:55.2688900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:29:55.4722320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:55.4738390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:29:55.4793340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:29:55.4797570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:29:55.4839590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:29:55.4842400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:29:55.4845510Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:29:55.4962460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:29:56.1084320Z ok (2.908s) 2022-05-18T05:29:56.1151890Z 2022-05-18T05:29:56.1152760Z ---------------------------------------------------------------------- 2022-05-18T05:29:56.1153250Z Ran 1 test in 2.909s 2022-05-18T05:29:56.1153470Z 2022-05-18T05:29:56.1153570Z OK 2022-05-18T05:29:56.1153750Z 2022-05-18T05:29:56.1154050Z Generating XML reports... 2022-05-18T05:29:56.1155520Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052953.xml 2022-05-18T05:29:57.8307220Z 2022-05-18T05:29:57.8307930Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:29:57.8308290Z Running tests... 2022-05-18T05:29:57.8308680Z ---------------------------------------------------------------------- 2022-05-18T05:29:58.2491250Z test_detect_ddp_is_actually_static (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11489 2022-05-18T05:29:58.2598130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11490 2022-05-18T05:29:58.2700770Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11491 2022-05-18T05:29:59.8032510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:29:59.8033740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:29:59.8528780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:29:59.8531830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:59.9284510Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:59.9292150Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:29:59.9306120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:29:59.9310340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:00.1031370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:00.4203390Z skip: Need at least 2 CUDA devices (2.589s) 2022-05-18T05:30:00.4270700Z 2022-05-18T05:30:00.4271460Z ---------------------------------------------------------------------- 2022-05-18T05:30:00.4271780Z Ran 1 test in 2.590s 2022-05-18T05:30:00.4271900Z 2022-05-18T05:30:00.4272060Z OK (skipped=1) 2022-05-18T05:30:00.4272450Z 2022-05-18T05:30:00.4272560Z Generating XML reports... 2022-05-18T05:30:00.4273170Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518052957.xml 2022-05-18T05:30:02.1170000Z 2022-05-18T05:30:02.1170350Z Running tests... 2022-05-18T05:30:02.1170980Z ---------------------------------------------------------------------- 2022-05-18T05:30:02.1171600Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:02.1201990Z test_different_graph_across_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.003s) 2022-05-18T05:30:02.1259010Z 2022-05-18T05:30:02.1260060Z ---------------------------------------------------------------------- 2022-05-18T05:30:02.1260410Z Ran 1 test in 0.003s 2022-05-18T05:30:02.1260600Z 2022-05-18T05:30:02.1260930Z OK (skipped=1) 2022-05-18T05:30:02.1261220Z 2022-05-18T05:30:02.1261340Z Generating XML reports... 2022-05-18T05:30:02.1262000Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053002.xml 2022-05-18T05:30:03.7654020Z 2022-05-18T05:30:03.7654370Z Running tests... 2022-05-18T05:30:03.7655000Z ---------------------------------------------------------------------- 2022-05-18T05:30:03.7655510Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:04.1866080Z test_dump_DDP_relevant_env_vars (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11502 2022-05-18T05:30:04.2012910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11503 2022-05-18T05:30:04.2118750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11504 2022-05-18T05:30:05.7276260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:05.7405100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:05.7408540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:05.7409060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:05.7411610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:05.8268550Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:05.8285530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:05.8288640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:05.8524670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:06.3353300Z ok (2.570s) 2022-05-18T05:30:06.3423570Z 2022-05-18T05:30:06.3424360Z ---------------------------------------------------------------------- 2022-05-18T05:30:06.3424720Z Ran 1 test in 2.570s 2022-05-18T05:30:06.3424860Z 2022-05-18T05:30:06.3424930Z OK 2022-05-18T05:30:06.3425040Z 2022-05-18T05:30:06.3425140Z Generating XML reports... 2022-05-18T05:30:06.3425740Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053003.xml 2022-05-18T05:30:08.1208350Z 2022-05-18T05:30:08.1209130Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:08.1209500Z Running tests... 2022-05-18T05:30:08.1209900Z ---------------------------------------------------------------------- 2022-05-18T05:30:08.5681930Z test_gather (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11511 2022-05-18T05:30:08.5841040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11512 2022-05-18T05:30:08.5950130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11513 2022-05-18T05:30:10.1662420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:10.1666770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:10.2278130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:10.2281230Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:10.2668550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:10.2670320Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:10.2686890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:10.2689800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:10.3474910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:10.9862830Z ok (2.865s) 2022-05-18T05:30:10.9932850Z 2022-05-18T05:30:10.9933610Z ---------------------------------------------------------------------- 2022-05-18T05:30:10.9933950Z Ran 1 test in 2.866s 2022-05-18T05:30:10.9934090Z 2022-05-18T05:30:10.9934160Z OK 2022-05-18T05:30:10.9934260Z 2022-05-18T05:30:10.9934730Z Generating XML reports... 2022-05-18T05:30:10.9935480Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053008.xml 2022-05-18T05:30:12.8110780Z 2022-05-18T05:30:12.8111610Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:12.8111960Z Running tests... 2022-05-18T05:30:12.8112360Z ---------------------------------------------------------------------- 2022-05-18T05:30:13.2482680Z test_gather_checks (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11521 2022-05-18T05:30:13.2656210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11522 2022-05-18T05:30:13.2759680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11523 2022-05-18T05:30:14.8290500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:14.8351580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:14.8524530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:14.8527070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:14.8531490Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:14.9258430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:14.9273940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:14.9776590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:15.0771520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:15.5530810Z ok (2.742s) 2022-05-18T05:30:15.5599160Z 2022-05-18T05:30:15.5599980Z ---------------------------------------------------------------------- 2022-05-18T05:30:15.5600400Z Ran 1 test in 2.742s 2022-05-18T05:30:15.5600540Z 2022-05-18T05:30:15.5600870Z OK 2022-05-18T05:30:15.5601000Z 2022-05-18T05:30:15.5601100Z Generating XML reports... 2022-05-18T05:30:15.5601710Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053012.xml 2022-05-18T05:30:17.2756190Z 2022-05-18T05:30:17.2756680Z Running tests... 2022-05-18T05:30:17.2757350Z ---------------------------------------------------------------------- 2022-05-18T05:30:17.2757870Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:17.2782870Z test_gather_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA gather (0.003s) 2022-05-18T05:30:17.2836480Z 2022-05-18T05:30:17.2837010Z ---------------------------------------------------------------------- 2022-05-18T05:30:17.2837310Z Ran 1 test in 0.003s 2022-05-18T05:30:17.2837440Z 2022-05-18T05:30:17.2837520Z OK (skipped=1) 2022-05-18T05:30:17.2837640Z 2022-05-18T05:30:17.2837740Z Generating XML reports... 2022-05-18T05:30:17.2838330Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053017.xml 2022-05-18T05:30:18.8991820Z 2022-05-18T05:30:18.8992200Z Running tests... 2022-05-18T05:30:18.8992840Z ---------------------------------------------------------------------- 2022-05-18T05:30:18.8993360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:19.3209680Z test_gather_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11532 2022-05-18T05:30:19.3281510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11533 2022-05-18T05:30:19.3428010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11534 2022-05-18T05:30:20.9007630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:20.9010130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:20.9011450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:20.9013360Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:20.9014120Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:20.9015900Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:20.9037280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:20.9046820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:20.9048640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:20.9069780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:30:20.9071060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:30:20.9780640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:30:20.9783100Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:20.9886850Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:20.9888570Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:22.3570090Z ok (3.458s) 2022-05-18T05:30:22.3636200Z 2022-05-18T05:30:22.3636800Z ---------------------------------------------------------------------- 2022-05-18T05:30:22.3637120Z Ran 1 test in 3.458s 2022-05-18T05:30:22.3637250Z 2022-05-18T05:30:22.3637320Z OK 2022-05-18T05:30:22.3637420Z 2022-05-18T05:30:22.3637510Z Generating XML reports... 2022-05-18T05:30:22.3638700Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053018.xml 2022-05-18T05:30:24.0696880Z 2022-05-18T05:30:24.0697640Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:24.0698000Z Running tests... 2022-05-18T05:30:24.0698520Z ---------------------------------------------------------------------- 2022-05-18T05:30:24.4830640Z test_gather_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11542 2022-05-18T05:30:24.4918330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11543 2022-05-18T05:30:24.5061920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11544 2022-05-18T05:30:26.0090260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:26.0151480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:26.0152900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:26.0154090Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:26.0155950Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:26.0274950Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:26.1073800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:26.1190640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:26.1196510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:30:26.2275420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:26.2291360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:30:26.2736990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:30:26.2738830Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:26.2742560Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:26.3519920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:26.8728320Z ok (2.803s) 2022-05-18T05:30:26.8794540Z 2022-05-18T05:30:26.8795080Z ---------------------------------------------------------------------- 2022-05-18T05:30:26.8795380Z Ran 1 test in 2.803s 2022-05-18T05:30:26.8795520Z 2022-05-18T05:30:26.8795580Z OK 2022-05-18T05:30:26.8795680Z 2022-05-18T05:30:26.8795790Z Generating XML reports... 2022-05-18T05:30:26.8796380Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053024.xml 2022-05-18T05:30:28.5642400Z 2022-05-18T05:30:28.5643200Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:28.5643580Z Running tests... 2022-05-18T05:30:28.5643970Z ---------------------------------------------------------------------- 2022-05-18T05:30:28.9848670Z test_gather_object (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11551 2022-05-18T05:30:28.9928010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11552 2022-05-18T05:30:29.0029620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11553 2022-05-18T05:30:30.5400560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:30.5511120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:30.5512730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:30.5514430Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:30.5516220Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:30.5518210Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:30.5632800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:30.7279910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:30.7398510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:31.0698210Z ok (2.505s) 2022-05-18T05:30:31.0770600Z 2022-05-18T05:30:31.0771390Z ---------------------------------------------------------------------- 2022-05-18T05:30:31.0771720Z Ran 1 test in 2.506s 2022-05-18T05:30:31.0771850Z 2022-05-18T05:30:31.0771920Z OK 2022-05-18T05:30:31.0772020Z 2022-05-18T05:30:31.0772450Z Generating XML reports... 2022-05-18T05:30:31.0773240Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053028.xml 2022-05-18T05:30:32.8034650Z 2022-05-18T05:30:32.8035420Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:32.8056920Z Running tests... 2022-05-18T05:30:32.8058280Z ---------------------------------------------------------------------- 2022-05-18T05:30:33.2329200Z test_gather_object_subgroup (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11561 2022-05-18T05:30:33.2406320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11562 2022-05-18T05:30:33.2575760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11563 2022-05-18T05:30:34.8103770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:34.8210650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:34.8661650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:34.8663870Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:34.9113240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:34.9114360Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:34.9130560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:34.9133290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:35.1026380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:35.1430600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:30:35.2157320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:30:35.2160830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:30:35.2162270Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:35.2164490Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:35.2264800Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:35.2359440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 0 2022-05-18T05:30:35.2364080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 1 2022-05-18T05:30:35.2365420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 2 2022-05-18T05:30:35.2366880Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:30:35.2368720Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:30:35.3175570Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:30:35.3865930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 1 2022-05-18T05:30:35.3973110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 0 2022-05-18T05:30:35.3975360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 2 2022-05-18T05:30:35.3976730Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:30:35.3978790Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:30:35.4192980Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:30:35.7862300Z ok (2.986s) 2022-05-18T05:30:35.7930420Z 2022-05-18T05:30:35.7931320Z ---------------------------------------------------------------------- 2022-05-18T05:30:35.7931960Z Ran 1 test in 2.986s 2022-05-18T05:30:35.7932290Z 2022-05-18T05:30:35.7932570Z OK 2022-05-18T05:30:35.7932690Z 2022-05-18T05:30:35.7932920Z Generating XML reports... 2022-05-18T05:30:35.7933570Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053032.xml 2022-05-18T05:30:37.4873420Z 2022-05-18T05:30:37.4874180Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:37.4874540Z Running tests... 2022-05-18T05:30:37.4874930Z ---------------------------------------------------------------------- 2022-05-18T05:30:37.9111880Z test_get_backend (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11571 2022-05-18T05:30:37.9187790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11572 2022-05-18T05:30:37.9290810Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11573 2022-05-18T05:30:39.4559020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:39.4561500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:39.4772350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:39.4775000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:39.5292800Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:39.5294090Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:39.5650060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:39.6584720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:39.6602440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:30:39.6702190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:30:39.7276130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:39.7281940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:30:39.7287530Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:39.7288980Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:39.7290720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:40.3345100Z ok (2.847s) 2022-05-18T05:30:40.3409860Z 2022-05-18T05:30:40.3410780Z ---------------------------------------------------------------------- 2022-05-18T05:30:40.3411230Z Ran 1 test in 2.847s 2022-05-18T05:30:40.3411370Z 2022-05-18T05:30:40.3411430Z OK 2022-05-18T05:30:40.3411910Z 2022-05-18T05:30:40.3412050Z Generating XML reports... 2022-05-18T05:30:40.3412680Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053037.xml 2022-05-18T05:30:42.0599730Z 2022-05-18T05:30:42.0600550Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:42.0600900Z Running tests... 2022-05-18T05:30:42.0601410Z ---------------------------------------------------------------------- 2022-05-18T05:30:42.4822220Z test_get_future (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11580 2022-05-18T05:30:42.4899490Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11581 2022-05-18T05:30:42.5045920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11582 2022-05-18T05:30:44.0913500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:44.0914850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:44.0924940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:44.0928030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:44.1034600Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:44.1158740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:44.1172640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:44.2279130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:44.2281250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:44.6075390Z ok (2.547s) 2022-05-18T05:30:44.6142520Z 2022-05-18T05:30:44.6143410Z ---------------------------------------------------------------------- 2022-05-18T05:30:44.6143960Z Ran 1 test in 2.548s 2022-05-18T05:30:44.6144310Z 2022-05-18T05:30:44.6144590Z OK 2022-05-18T05:30:44.6144700Z 2022-05-18T05:30:44.6144800Z Generating XML reports... 2022-05-18T05:30:44.6145390Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053042.xml 2022-05-18T05:30:46.3110580Z 2022-05-18T05:30:46.3111360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:46.3111710Z Running tests... 2022-05-18T05:30:46.3112210Z ---------------------------------------------------------------------- 2022-05-18T05:30:46.7367980Z test_get_rank (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11590 2022-05-18T05:30:46.7434860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11591 2022-05-18T05:30:46.7572830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11592 2022-05-18T05:30:48.2985000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:48.3100760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:48.3526030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:48.3528640Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:48.3879820Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:48.3881860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:48.4021560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:48.4022830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:48.5819230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:49.5237270Z ok (3.212s) 2022-05-18T05:30:49.5314740Z 2022-05-18T05:30:49.5315690Z ---------------------------------------------------------------------- 2022-05-18T05:30:49.5316020Z Ran 1 test in 3.213s 2022-05-18T05:30:49.5316150Z 2022-05-18T05:30:49.5316220Z OK 2022-05-18T05:30:49.5316330Z 2022-05-18T05:30:49.5316430Z Generating XML reports... 2022-05-18T05:30:49.5317030Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053046.xml 2022-05-18T05:30:51.2382280Z 2022-05-18T05:30:51.2383040Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:51.2383850Z Running tests... 2022-05-18T05:30:51.2384540Z ---------------------------------------------------------------------- 2022-05-18T05:30:51.6603260Z test_get_rank_size_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11599 2022-05-18T05:30:51.6683690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11600 2022-05-18T05:30:51.6792960Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11601 2022-05-18T05:30:53.3526100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:53.3528880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:53.3530170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:53.3532250Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:53.3536470Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:53.3537410Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:53.3553590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:53.3561620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:53.3562560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:53.3582510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:30:53.3583720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:30:53.3698260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:30:53.3700620Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:53.3808190Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:53.3972650Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:53.7803840Z ok (2.542s) 2022-05-18T05:30:53.7870390Z 2022-05-18T05:30:53.7871280Z ---------------------------------------------------------------------- 2022-05-18T05:30:53.7871620Z Ran 1 test in 2.542s 2022-05-18T05:30:53.7871750Z 2022-05-18T05:30:53.7871820Z OK 2022-05-18T05:30:53.7871920Z 2022-05-18T05:30:53.7872020Z Generating XML reports... 2022-05-18T05:30:53.7873130Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053051.xml 2022-05-18T05:30:55.4803090Z 2022-05-18T05:30:55.4803450Z Running tests... 2022-05-18T05:30:55.4804090Z ---------------------------------------------------------------------- 2022-05-18T05:30:55.4804600Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:55.8988920Z test_get_rank_size_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11609 2022-05-18T05:30:55.9065720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11610 2022-05-18T05:30:55.9239630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11611 2022-05-18T05:30:57.4419260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:30:57.5295010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:30:57.5295900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:30:57.5297440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:57.5298270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:57.5303420Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:30:57.6033040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:30:57.7275580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:30:57.7279400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:30:57.7285180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:30:57.7299840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:30:57.7372650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:30:57.7375810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:57.7497880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:57.7499380Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:30:58.1872340Z ok (2.707s) 2022-05-18T05:30:58.1938530Z 2022-05-18T05:30:58.1939230Z ---------------------------------------------------------------------- 2022-05-18T05:30:58.1939680Z Ran 1 test in 2.707s 2022-05-18T05:30:58.1939820Z 2022-05-18T05:30:58.1939870Z OK 2022-05-18T05:30:58.1939980Z 2022-05-18T05:30:58.1940090Z Generating XML reports... 2022-05-18T05:30:58.1940680Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053055.xml 2022-05-18T05:30:59.9285300Z 2022-05-18T05:30:59.9286110Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:30:59.9288570Z Running tests... 2022-05-18T05:30:59.9291690Z ---------------------------------------------------------------------- 2022-05-18T05:30:59.9332620Z test_invalid_static_graph (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.005s) 2022-05-18T05:30:59.9393810Z 2022-05-18T05:30:59.9394740Z ---------------------------------------------------------------------- 2022-05-18T05:30:59.9395100Z Ran 1 test in 0.005s 2022-05-18T05:30:59.9395250Z 2022-05-18T05:30:59.9395750Z OK (skipped=1) 2022-05-18T05:30:59.9395930Z 2022-05-18T05:30:59.9396030Z Generating XML reports... 2022-05-18T05:30:59.9396660Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053059.xml 2022-05-18T05:31:01.5520890Z 2022-05-18T05:31:01.5521240Z Running tests... 2022-05-18T05:31:01.5521850Z ---------------------------------------------------------------------- 2022-05-18T05:31:01.5522370Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:01.9768960Z test_irecv (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11620 2022-05-18T05:31:01.9921830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11621 2022-05-18T05:31:02.0031240Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11622 2022-05-18T05:31:03.6335880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:31:03.6336850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:31:03.6338280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:31:03.6339950Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:03.6344700Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:03.6345420Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:03.6362020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:03.6367730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:03.6376590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:04.3350580Z ok (2.783s) 2022-05-18T05:31:04.3419550Z 2022-05-18T05:31:04.3420390Z ---------------------------------------------------------------------- 2022-05-18T05:31:04.3421010Z Ran 1 test in 2.783s 2022-05-18T05:31:04.3421170Z 2022-05-18T05:31:04.3421240Z OK 2022-05-18T05:31:04.3421340Z 2022-05-18T05:31:04.3421440Z Generating XML reports... 2022-05-18T05:31:04.3422050Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053101.xml 2022-05-18T05:31:06.0748240Z 2022-05-18T05:31:06.0748610Z Running tests... 2022-05-18T05:31:06.0749310Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:06.4945450Z ---------------------------------------------------------------------- 2022-05-18T05:31:06.4945990Z test_isend (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11630 2022-05-18T05:31:06.5019150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11631 2022-05-18T05:31:06.5155970Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11632 2022-05-18T05:31:08.0622670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:31:08.1024020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:31:08.1026410Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:08.1027070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:31:08.1029450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:08.2036080Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:08.2051800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:08.2061320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:08.3531890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:08.8455390Z ok (2.771s) 2022-05-18T05:31:08.8525020Z 2022-05-18T05:31:08.8525790Z ---------------------------------------------------------------------- 2022-05-18T05:31:08.8526100Z Ran 1 test in 2.771s 2022-05-18T05:31:08.8526230Z 2022-05-18T05:31:08.8526300Z OK 2022-05-18T05:31:08.8526400Z 2022-05-18T05:31:08.8526500Z Generating XML reports... 2022-05-18T05:31:08.8527090Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053106.xml 2022-05-18T05:31:10.5772080Z 2022-05-18T05:31:10.5772880Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:10.5773220Z Running tests... 2022-05-18T05:31:10.5773590Z ---------------------------------------------------------------------- 2022-05-18T05:31:10.9969370Z test_isend_autograd_profiler (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11639 2022-05-18T05:31:11.0048670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11640 2022-05-18T05:31:11.0185550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11641 2022-05-18T05:31:12.6173770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:31:12.6286670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:31:12.6287740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:31:12.6289930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:12.6291590Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:12.6417620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:12.6433860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:12.6438630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:12.7447380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:13.2655870Z ok (2.688s) 2022-05-18T05:31:13.2734270Z 2022-05-18T05:31:13.2735190Z ---------------------------------------------------------------------- 2022-05-18T05:31:13.2735570Z Ran 1 test in 2.688s 2022-05-18T05:31:13.2735710Z 2022-05-18T05:31:13.2735780Z OK 2022-05-18T05:31:13.2735880Z 2022-05-18T05:31:13.2735980Z Generating XML reports... 2022-05-18T05:31:13.2736880Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053110.xml 2022-05-18T05:31:14.9791280Z 2022-05-18T05:31:14.9792090Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:14.9792430Z Running tests... 2022-05-18T05:31:14.9792830Z ---------------------------------------------------------------------- 2022-05-18T05:31:14.9818030Z test_isend_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: torch.profiler not enabled for mac/windows: https://github.com/pytorch/pytorch/pull/56124 (0.003s) 2022-05-18T05:31:14.9872760Z 2022-05-18T05:31:14.9873560Z ---------------------------------------------------------------------- 2022-05-18T05:31:14.9873870Z Ran 1 test in 0.003s 2022-05-18T05:31:14.9874020Z 2022-05-18T05:31:14.9874490Z OK (skipped=1) 2022-05-18T05:31:14.9874930Z 2022-05-18T05:31:14.9875050Z Generating XML reports... 2022-05-18T05:31:14.9875650Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053114.xml 2022-05-18T05:31:16.5850400Z 2022-05-18T05:31:16.5851170Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:16.5851590Z Running tests... 2022-05-18T05:31:16.5852020Z ---------------------------------------------------------------------- 2022-05-18T05:31:16.5876070Z test_monitored_barrier_allreduce_hang (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.003s) 2022-05-18T05:31:16.5929480Z 2022-05-18T05:31:16.5929940Z ---------------------------------------------------------------------- 2022-05-18T05:31:16.5930230Z Ran 1 test in 0.003s 2022-05-18T05:31:16.5930350Z 2022-05-18T05:31:16.5930440Z OK (skipped=1) 2022-05-18T05:31:16.5930570Z 2022-05-18T05:31:16.5930730Z Generating XML reports... 2022-05-18T05:31:16.5931420Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053116.xml 2022-05-18T05:31:18.1830910Z 2022-05-18T05:31:18.1831270Z Running tests... 2022-05-18T05:31:18.1831900Z ---------------------------------------------------------------------- 2022-05-18T05:31:18.1832410Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:18.1856630Z test_monitored_barrier_allreduce_hang_wait_all_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.002s) 2022-05-18T05:31:18.1909960Z 2022-05-18T05:31:18.1910740Z ---------------------------------------------------------------------- 2022-05-18T05:31:18.1911060Z Ran 1 test in 0.003s 2022-05-18T05:31:18.1911190Z 2022-05-18T05:31:18.1911270Z OK (skipped=1) 2022-05-18T05:31:18.1911390Z 2022-05-18T05:31:18.1911500Z Generating XML reports... 2022-05-18T05:31:18.1912420Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053118.xml 2022-05-18T05:31:19.7950740Z 2022-05-18T05:31:19.7951480Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:19.7951860Z Running tests... 2022-05-18T05:31:19.7952260Z ---------------------------------------------------------------------- 2022-05-18T05:31:19.7984670Z test_monitored_barrier_failure_order (__main__.TestDistBackendWithSpawn) ... skip: MacOS uses uv transport which does not have as robust error handling as tcp transport (0.003s) 2022-05-18T05:31:19.8040840Z 2022-05-18T05:31:19.8041580Z ---------------------------------------------------------------------- 2022-05-18T05:31:19.8041890Z Ran 1 test in 0.004s 2022-05-18T05:31:19.8042020Z 2022-05-18T05:31:19.8042100Z OK (skipped=1) 2022-05-18T05:31:19.8042230Z 2022-05-18T05:31:19.8042340Z Generating XML reports... 2022-05-18T05:31:19.8042940Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053119.xml 2022-05-18T05:31:21.4048080Z 2022-05-18T05:31:21.4048910Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:21.4049260Z Running tests... 2022-05-18T05:31:21.4049780Z ---------------------------------------------------------------------- 2022-05-18T05:31:21.4085340Z test_monitored_barrier_gloo (__main__.TestDistBackendWithSpawn) ... skip: MacOS uses uv transport which does not have as robust error handling as tcp transport (0.004s) 2022-05-18T05:31:21.4140850Z 2022-05-18T05:31:21.4141590Z ---------------------------------------------------------------------- 2022-05-18T05:31:21.4141930Z Ran 1 test in 0.004s 2022-05-18T05:31:21.4142060Z 2022-05-18T05:31:21.4142150Z OK (skipped=1) 2022-05-18T05:31:21.4142270Z 2022-05-18T05:31:21.4142360Z Generating XML reports... 2022-05-18T05:31:21.4143470Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053121.xml 2022-05-18T05:31:23.0167130Z 2022-05-18T05:31:23.0167480Z Running tests... 2022-05-18T05:31:23.0168120Z ---------------------------------------------------------------------- 2022-05-18T05:31:23.0168620Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:23.4660180Z test_monitored_barrier_gloo_rank_0_timeout (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11660 2022-05-18T05:31:23.5322540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11661 2022-05-18T05:31:23.5597110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11662 2022-05-18T05:31:25.0444220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:31:25.0769600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:31:25.0770990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:31:25.0772450Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:25.0773320Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:25.1290440Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:25.1304360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:25.1308360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:25.1874390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:25.2402240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:31:25.2403920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:31:25.2531270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:31:25.2533640Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:31:25.3164480Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:31:25.3166090Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:31:25.3170380Z [E ProcessGroupGloo.cpp:136] Rank 0 timed out in monitoredBarrier after 0 ms. 2022-05-18T05:31:25.3171120Z No ranks successfully processed in monitoredBarrier. 2022-05-18T05:31:25.3263070Z [E ProcessGroupGloo.cpp:136] [Rank 0]: Rank 1 failed to pass monitoredBarrier in 0 ms 2022-05-18T05:31:25.7862560Z ok (2.769s) 2022-05-18T05:31:25.7933430Z 2022-05-18T05:31:25.7934300Z ---------------------------------------------------------------------- 2022-05-18T05:31:25.7934630Z Ran 1 test in 2.770s 2022-05-18T05:31:25.7934770Z 2022-05-18T05:31:25.7934850Z OK 2022-05-18T05:31:25.7934960Z 2022-05-18T05:31:25.7935060Z Generating XML reports... 2022-05-18T05:31:25.7935680Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053123.xml 2022-05-18T05:31:27.5186300Z 2022-05-18T05:31:27.5187090Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:27.5187450Z Running tests... 2022-05-18T05:31:27.5187840Z ---------------------------------------------------------------------- 2022-05-18T05:31:27.9311850Z test_monitored_barrier_gloo_subgroup (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11669 2022-05-18T05:31:27.9387060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11670 2022-05-18T05:31:27.9451550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11671 2022-05-18T05:31:29.4555790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:31:29.4556730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:31:29.4775130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:31:29.4778220Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:29.5232340Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:29.5233350Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:29.5249100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:29.5252600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:29.5258630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:31:29.6553520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:29.7552110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:31:29.7553130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:31:29.7555060Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:31:29.7556260Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:31:29.7793750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:31:29.9283220Z [E ProcessGroupGloo.cpp:136] [Rank 0]: Rank 1 failed to pass monitoredBarrier in 100 ms 2022-05-18T05:31:29.9779090Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/distributed_c10d.py:278: UserWarning: Running monitored_barrier on global rank 2 which does not belong to the given group. 2022-05-18T05:31:29.9780530Z warnings.warn( 2022-05-18T05:31:30.1926210Z ok (2.674s) 2022-05-18T05:31:30.1991750Z 2022-05-18T05:31:30.1992570Z ---------------------------------------------------------------------- 2022-05-18T05:31:30.1992870Z Ran 1 test in 2.674s 2022-05-18T05:31:30.1993020Z 2022-05-18T05:31:30.1993080Z OK 2022-05-18T05:31:30.1993210Z 2022-05-18T05:31:30.1993310Z Generating XML reports... 2022-05-18T05:31:30.1993910Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053127.xml 2022-05-18T05:31:31.8979460Z 2022-05-18T05:31:31.8980220Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:31.8980570Z Running tests... 2022-05-18T05:31:31.8981060Z ---------------------------------------------------------------------- 2022-05-18T05:31:32.3214540Z test_monitored_barrier_wait_all_ranks (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11678 2022-05-18T05:31:32.3365570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11679 2022-05-18T05:31:32.3469150Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11680 2022-05-18T05:31:33.9684650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:31:33.9774280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:31:33.9776060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:31:33.9777560Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:33.9779430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:33.9792710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:33.9806370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:34.1149560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:34.1609970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:34.2266820Z [E ProcessGroupGloo.cpp:2791] [Rank 0]: Rank 1 failed to pass monitoredBarrier in 100 ms 2022-05-18T05:31:34.3515140Z [E ProcessGroupGloo.cpp:2791] [Rank 0]: Rank 2 failed to pass monitoredBarrier in 100 ms 2022-05-18T05:31:34.3515640Z [E ProcessGroupGloo.cpp:136] [Rank 0]: Ranks 1, 2 failed to pass monitoredBarrier in 100 ms 2022-05-18T05:31:34.6681170Z ok (2.770s) 2022-05-18T05:31:34.6745740Z 2022-05-18T05:31:34.6746990Z ---------------------------------------------------------------------- 2022-05-18T05:31:34.6747320Z Ran 1 test in 2.770s 2022-05-18T05:31:34.6747460Z 2022-05-18T05:31:34.6747520Z OK 2022-05-18T05:31:34.6747620Z 2022-05-18T05:31:34.6747730Z Generating XML reports... 2022-05-18T05:31:34.6748340Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053131.xml 2022-05-18T05:31:36.3780810Z 2022-05-18T05:31:36.3781170Z Running tests... 2022-05-18T05:31:36.3781770Z ---------------------------------------------------------------------- 2022-05-18T05:31:36.3782270Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:36.3815340Z test_nccl_backend_bool_allgather (__main__.TestDistBackendWithSpawn) ... skip: Test requires backend to be one of {'nccl'} (0.003s) 2022-05-18T05:31:36.3866980Z 2022-05-18T05:31:36.3867530Z ---------------------------------------------------------------------- 2022-05-18T05:31:36.3868610Z Ran 1 test in 0.004s 2022-05-18T05:31:36.3868760Z 2022-05-18T05:31:36.3868850Z OK (skipped=1) 2022-05-18T05:31:36.3868970Z 2022-05-18T05:31:36.3869060Z Generating XML reports... 2022-05-18T05:31:36.3869660Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053136.xml 2022-05-18T05:31:37.9645530Z 2022-05-18T05:31:37.9646290Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:37.9646640Z Running tests... 2022-05-18T05:31:37.9647030Z ---------------------------------------------------------------------- 2022-05-18T05:31:37.9684530Z test_nccl_backend_bool_allreduce (__main__.TestDistBackendWithSpawn) ... skip: Test requires backend to be one of {'nccl'} (0.004s) 2022-05-18T05:31:37.9737630Z 2022-05-18T05:31:37.9738160Z ---------------------------------------------------------------------- 2022-05-18T05:31:37.9738460Z Ran 1 test in 0.004s 2022-05-18T05:31:37.9738600Z 2022-05-18T05:31:37.9738670Z OK (skipped=1) 2022-05-18T05:31:37.9738790Z 2022-05-18T05:31:37.9738880Z Generating XML reports... 2022-05-18T05:31:37.9739830Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053137.xml 2022-05-18T05:31:39.5358030Z 2022-05-18T05:31:39.5358800Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:39.5359160Z Running tests... 2022-05-18T05:31:39.5360000Z ---------------------------------------------------------------------- 2022-05-18T05:31:39.5391810Z test_nccl_backend_bool_broadcast (__main__.TestDistBackendWithSpawn) ... skip: Test requires backend to be one of {'nccl'} (0.003s) 2022-05-18T05:31:39.5443740Z 2022-05-18T05:31:39.5444220Z ---------------------------------------------------------------------- 2022-05-18T05:31:39.5444520Z Ran 1 test in 0.004s 2022-05-18T05:31:39.5444630Z 2022-05-18T05:31:39.5444710Z OK (skipped=1) 2022-05-18T05:31:39.5444850Z 2022-05-18T05:31:39.5445010Z Generating XML reports... 2022-05-18T05:31:39.5445820Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053139.xml 2022-05-18T05:31:41.1143140Z 2022-05-18T05:31:41.1144300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:41.1144930Z Running tests... 2022-05-18T05:31:41.1145700Z ---------------------------------------------------------------------- 2022-05-18T05:31:41.1196640Z test_nccl_backend_bool_reduce (__main__.TestDistBackendWithSpawn) ... skip: Test requires backend to be one of {'nccl'} (0.005s) 2022-05-18T05:31:41.1250980Z 2022-05-18T05:31:41.1251520Z ---------------------------------------------------------------------- 2022-05-18T05:31:41.1251810Z Ran 1 test in 0.006s 2022-05-18T05:31:41.1251950Z 2022-05-18T05:31:41.1252030Z OK (skipped=1) 2022-05-18T05:31:41.1252150Z 2022-05-18T05:31:41.1252240Z Generating XML reports... 2022-05-18T05:31:41.1252830Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053141.xml 2022-05-18T05:31:42.6641360Z 2022-05-18T05:31:42.6642150Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:42.6642500Z Running tests... 2022-05-18T05:31:42.6642870Z ---------------------------------------------------------------------- 2022-05-18T05:31:42.6675410Z test_nccl_high_priority_stream (__main__.TestDistBackendWithSpawn) ... skip: Only NCCL backend supports high priority stream (0.003s) 2022-05-18T05:31:42.6729660Z 2022-05-18T05:31:42.6730280Z ---------------------------------------------------------------------- 2022-05-18T05:31:42.6730600Z Ran 1 test in 0.004s 2022-05-18T05:31:42.6730730Z 2022-05-18T05:31:42.6730810Z OK (skipped=1) 2022-05-18T05:31:42.6730930Z 2022-05-18T05:31:42.6731020Z Generating XML reports... 2022-05-18T05:31:42.6731750Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053142.xml 2022-05-18T05:31:44.2498210Z 2022-05-18T05:31:44.2499040Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:44.2499460Z Running tests... 2022-05-18T05:31:44.2499950Z ---------------------------------------------------------------------- 2022-05-18T05:31:44.2532960Z test_new_subgroups (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.003s) 2022-05-18T05:31:44.2591870Z 2022-05-18T05:31:44.2592500Z ---------------------------------------------------------------------- 2022-05-18T05:31:44.2592820Z Ran 1 test in 0.004s 2022-05-18T05:31:44.2592950Z 2022-05-18T05:31:44.2593040Z OK (skipped=1) 2022-05-18T05:31:44.2593160Z 2022-05-18T05:31:44.2593260Z Generating XML reports... 2022-05-18T05:31:44.2593850Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053144.xml 2022-05-18T05:31:45.8981590Z 2022-05-18T05:31:45.8981880Z Running tests... 2022-05-18T05:31:45.8982520Z ---------------------------------------------------------------------- 2022-05-18T05:31:45.8983030Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:45.9016470Z test_new_subgroups_by_enumeration (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.003s) 2022-05-18T05:31:45.9069020Z 2022-05-18T05:31:45.9069960Z ---------------------------------------------------------------------- 2022-05-18T05:31:45.9070310Z Ran 1 test in 0.004s 2022-05-18T05:31:45.9070550Z 2022-05-18T05:31:45.9070640Z OK (skipped=1) 2022-05-18T05:31:45.9070760Z 2022-05-18T05:31:45.9070850Z Generating XML reports... 2022-05-18T05:31:45.9071440Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053145.xml 2022-05-18T05:31:47.4853500Z 2022-05-18T05:31:47.4854270Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:47.4854640Z Running tests... 2022-05-18T05:31:47.4855020Z ---------------------------------------------------------------------- 2022-05-18T05:31:47.4882920Z test_new_subgroups_by_enumeration_input_rank_exceeds_world_size (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.003s) 2022-05-18T05:31:47.4935930Z 2022-05-18T05:31:47.4936350Z ---------------------------------------------------------------------- 2022-05-18T05:31:47.4936650Z Ran 1 test in 0.003s 2022-05-18T05:31:47.4936780Z 2022-05-18T05:31:47.4936860Z OK (skipped=1) 2022-05-18T05:31:47.4936980Z 2022-05-18T05:31:47.4937070Z Generating XML reports... 2022-05-18T05:31:47.4937760Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053147.xml 2022-05-18T05:31:49.0555030Z 2022-05-18T05:31:49.0555760Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:49.0556130Z Running tests... 2022-05-18T05:31:49.0556520Z ---------------------------------------------------------------------- 2022-05-18T05:31:49.4614770Z test_new_subgroups_by_enumeration_negative_input_rank (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11705 2022-05-18T05:31:49.4689100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11706 2022-05-18T05:31:49.4822490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11707 2022-05-18T05:31:51.0266410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:31:51.0754910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:31:51.1043190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:31:51.1052200Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:51.1286710Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:51.1287770Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:51.1412710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:51.1416320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:51.3526000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:51.5355530Z skip: CUDA is not available. (2.480s) 2022-05-18T05:31:51.5423250Z 2022-05-18T05:31:51.5424150Z ---------------------------------------------------------------------- 2022-05-18T05:31:51.5424760Z Ran 1 test in 2.480s 2022-05-18T05:31:51.5425690Z 2022-05-18T05:31:51.5426240Z OK (skipped=1) 2022-05-18T05:31:51.5426970Z 2022-05-18T05:31:51.5427300Z Generating XML reports... 2022-05-18T05:31:51.5427940Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053149.xml 2022-05-18T05:31:53.2471120Z 2022-05-18T05:31:53.2471470Z Running tests... 2022-05-18T05:31:53.2472090Z ---------------------------------------------------------------------- 2022-05-18T05:31:53.2473220Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:53.6699810Z test_new_subgroups_group_size_exceeds_world_size (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11715 2022-05-18T05:31:53.6873300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11716 2022-05-18T05:31:53.7171810Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11717 2022-05-18T05:31:55.3651150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:31:55.3778510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:31:55.3780300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:31:55.3781510Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:55.3783190Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:55.3900620Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:31:55.4585500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:31:55.5003600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:31:55.6134720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:31:55.9348400Z skip: CUDA is not available. (2.688s) 2022-05-18T05:31:55.9414470Z 2022-05-18T05:31:55.9415440Z ---------------------------------------------------------------------- 2022-05-18T05:31:55.9415740Z Ran 1 test in 2.688s 2022-05-18T05:31:55.9415870Z 2022-05-18T05:31:55.9415960Z OK (skipped=1) 2022-05-18T05:31:55.9416100Z 2022-05-18T05:31:55.9416200Z Generating XML reports... 2022-05-18T05:31:55.9416790Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053153.xml 2022-05-18T05:31:57.6987290Z 2022-05-18T05:31:57.6989860Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:57.6990310Z Running tests... 2022-05-18T05:31:57.6990740Z ---------------------------------------------------------------------- 2022-05-18T05:31:57.7024220Z test_new_subgroups_overlap_not_allowed (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.004s) 2022-05-18T05:31:57.7085990Z 2022-05-18T05:31:57.7086820Z ---------------------------------------------------------------------- 2022-05-18T05:31:57.7087160Z Ran 1 test in 0.004s 2022-05-18T05:31:57.7087300Z 2022-05-18T05:31:57.7087390Z OK (skipped=1) 2022-05-18T05:31:57.7087510Z 2022-05-18T05:31:57.7087610Z Generating XML reports... 2022-05-18T05:31:57.7088220Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053157.xml 2022-05-18T05:31:59.4403610Z 2022-05-18T05:31:59.4404410Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:31:59.4404770Z Running tests... 2022-05-18T05:31:59.4405150Z ---------------------------------------------------------------------- 2022-05-18T05:31:59.4430840Z test_new_subgroups_world_size_not_divisible_by_group_size (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.003s) 2022-05-18T05:31:59.4488900Z 2022-05-18T05:31:59.4489790Z ---------------------------------------------------------------------- 2022-05-18T05:31:59.4499190Z Ran 1 test in 0.003s 2022-05-18T05:31:59.4499530Z 2022-05-18T05:31:59.4499640Z OK (skipped=1) 2022-05-18T05:31:59.4499770Z 2022-05-18T05:31:59.4500600Z Generating XML reports... 2022-05-18T05:31:59.4502140Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053159.xml 2022-05-18T05:32:01.1038390Z 2022-05-18T05:32:01.1039180Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:01.1039980Z Running tests... 2022-05-18T05:32:01.1040620Z ---------------------------------------------------------------------- 2022-05-18T05:32:01.5490160Z test_output_unused_in_loss_dict_module (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11728 2022-05-18T05:32:01.5703060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11729 2022-05-18T05:32:01.5819450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11730 2022-05-18T05:32:03.2603470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:03.3301120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:03.3302060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:03.3303850Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:03.3307040Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:03.3888790Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:03.4828210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:03.4992820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:03.5115780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:03.8007020Z skip: Need at least 2 CUDA devices (2.697s) 2022-05-18T05:32:03.8091660Z 2022-05-18T05:32:03.8100290Z ---------------------------------------------------------------------- 2022-05-18T05:32:03.8101180Z Ran 1 test in 2.697s 2022-05-18T05:32:03.8101790Z 2022-05-18T05:32:03.8102210Z OK (skipped=1) 2022-05-18T05:32:03.8102620Z 2022-05-18T05:32:03.8103010Z Generating XML reports... 2022-05-18T05:32:03.8103940Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053201.xml 2022-05-18T05:32:05.5497390Z 2022-05-18T05:32:05.5498170Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:05.5498530Z Running tests... 2022-05-18T05:32:05.5498940Z ---------------------------------------------------------------------- 2022-05-18T05:32:05.9772460Z test_output_unused_in_loss_tuple_module (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11738 2022-05-18T05:32:05.9867170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11739 2022-05-18T05:32:05.9991460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11740 2022-05-18T05:32:07.5474460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:07.6027390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:07.6028740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:07.6030060Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:07.6031410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:07.6279460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:07.6421920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:07.8325050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:07.8329020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:08.1078130Z skip: Need at least 2 CUDA devices (2.558s) 2022-05-18T05:32:08.1146960Z 2022-05-18T05:32:08.1147720Z ---------------------------------------------------------------------- 2022-05-18T05:32:08.1148250Z Ran 1 test in 2.558s 2022-05-18T05:32:08.1148580Z 2022-05-18T05:32:08.1148820Z OK (skipped=1) 2022-05-18T05:32:08.1149130Z 2022-05-18T05:32:08.1149980Z Generating XML reports... 2022-05-18T05:32:08.1150840Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053205.xml 2022-05-18T05:32:09.8593190Z 2022-05-18T05:32:09.8593560Z Running tests... 2022-05-18T05:32:09.8594200Z ---------------------------------------------------------------------- 2022-05-18T05:32:09.8594720Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:10.2876480Z test_periodic_model_averager (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11747 2022-05-18T05:32:10.2956470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11748 2022-05-18T05:32:10.3096200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11749 2022-05-18T05:32:11.9402400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:11.9405200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:11.9406020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:11.9407130Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:11.9407810Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:11.9408870Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:11.9534790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:12.1011580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:12.1130120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:12.3352970Z skip: Need at least 2 CUDA devices (2.476s) 2022-05-18T05:32:12.3420210Z 2022-05-18T05:32:12.3420800Z ---------------------------------------------------------------------- 2022-05-18T05:32:12.3421110Z Ran 1 test in 2.476s 2022-05-18T05:32:12.3421250Z 2022-05-18T05:32:12.3421330Z OK (skipped=1) 2022-05-18T05:32:12.3421460Z 2022-05-18T05:32:12.3421640Z Generating XML reports... 2022-05-18T05:32:12.3422540Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053209.xml 2022-05-18T05:32:14.0952260Z 2022-05-18T05:32:14.0953070Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:14.0953460Z Running tests... 2022-05-18T05:32:14.0953860Z ---------------------------------------------------------------------- 2022-05-18T05:32:14.5291950Z test_periodic_model_averager_param_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11757 2022-05-18T05:32:14.5384060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11758 2022-05-18T05:32:14.5551380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11759 2022-05-18T05:32:16.0840310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:16.0841790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:16.1025030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:16.1027830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:16.1140770Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:16.1265090Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:16.1281220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:16.2279980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:16.2382030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:16.6003050Z skip: Need at least 2 CUDA devices (2.505s) 2022-05-18T05:32:16.6073930Z 2022-05-18T05:32:16.6074820Z ---------------------------------------------------------------------- 2022-05-18T05:32:16.6075190Z Ran 1 test in 2.505s 2022-05-18T05:32:16.6075380Z 2022-05-18T05:32:16.6075980Z OK (skipped=1) 2022-05-18T05:32:16.6076130Z 2022-05-18T05:32:16.6076230Z Generating XML reports... 2022-05-18T05:32:16.6076890Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053214.xml 2022-05-18T05:32:18.3505200Z 2022-05-18T05:32:18.3506020Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:18.3506820Z Running tests... 2022-05-18T05:32:18.3507500Z ---------------------------------------------------------------------- 2022-05-18T05:32:18.7751900Z test_post_localSGD_optimizer_parity (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11766 2022-05-18T05:32:18.7831770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11767 2022-05-18T05:32:18.7974770Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11768 2022-05-18T05:32:20.3386860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:20.3388490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:20.3496330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:20.3499190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:20.3620070Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:20.3622180Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:20.3637050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:20.3641250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:20.5434520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:20.7500120Z skip: Need at least 2 CUDA devices (2.399s) 2022-05-18T05:32:20.7563840Z 2022-05-18T05:32:20.7564530Z ---------------------------------------------------------------------- 2022-05-18T05:32:20.7564830Z Ran 1 test in 2.400s 2022-05-18T05:32:20.7564960Z 2022-05-18T05:32:20.7565040Z OK (skipped=1) 2022-05-18T05:32:20.7565160Z 2022-05-18T05:32:20.7565710Z Generating XML reports... 2022-05-18T05:32:20.7566450Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053218.xml 2022-05-18T05:32:22.4650790Z 2022-05-18T05:32:22.4651560Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:22.4651920Z Running tests... 2022-05-18T05:32:22.4652330Z ---------------------------------------------------------------------- 2022-05-18T05:32:22.8913530Z test_post_localSGD_optimizer_parity_grad_is_view (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11775 2022-05-18T05:32:22.9036850Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11776 2022-05-18T05:32:22.9171620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11777 2022-05-18T05:32:24.5263400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:24.5553960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:24.5817320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:24.5820490Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:24.6233930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:24.6235030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:24.6253080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:24.6257140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:24.7505450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:25.0259570Z skip: Need at least 2 CUDA devices (2.561s) 2022-05-18T05:32:25.0331970Z 2022-05-18T05:32:25.0334330Z ---------------------------------------------------------------------- 2022-05-18T05:32:25.0334710Z Ran 1 test in 2.561s 2022-05-18T05:32:25.0334830Z 2022-05-18T05:32:25.0334950Z OK (skipped=1) 2022-05-18T05:32:25.0335100Z 2022-05-18T05:32:25.0335470Z Generating XML reports... 2022-05-18T05:32:25.0336220Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053222.xml 2022-05-18T05:32:26.7596400Z 2022-05-18T05:32:26.7596750Z Running tests... 2022-05-18T05:32:26.7597380Z ---------------------------------------------------------------------- 2022-05-18T05:32:26.7597900Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:27.1829170Z test_post_localSGD_optimizer_parity_with_hierarchical_sgd (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11785 2022-05-18T05:32:27.1998560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11786 2022-05-18T05:32:27.2102580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11787 2022-05-18T05:32:28.7619370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:28.7620470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:28.7620980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:28.7622080Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:28.7623450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:28.7625010Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:28.8539760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:28.8659420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:28.9785100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:29.2547270Z skip: Need at least 4 CUDA devices (2.495s) 2022-05-18T05:32:29.2615470Z 2022-05-18T05:32:29.2616110Z ---------------------------------------------------------------------- 2022-05-18T05:32:29.2616410Z Ran 1 test in 2.495s 2022-05-18T05:32:29.2616540Z 2022-05-18T05:32:29.2616620Z OK (skipped=1) 2022-05-18T05:32:29.2616740Z 2022-05-18T05:32:29.2616830Z Generating XML reports... 2022-05-18T05:32:29.2617720Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053226.xml 2022-05-18T05:32:31.0026130Z 2022-05-18T05:32:31.0026490Z Running tests... 2022-05-18T05:32:31.0027140Z ---------------------------------------------------------------------- 2022-05-18T05:32:31.0027680Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:31.4279250Z test_post_localSGD_optimizer_parity_with_hierarchical_sgd_grad_is_view (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11794 2022-05-18T05:32:31.4343780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11795 2022-05-18T05:32:31.4515820Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11796 2022-05-18T05:32:33.0283720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:33.0286040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:33.0286980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:33.0289110Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:33.0290300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:33.0293970Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:33.0319690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:33.0421010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:33.0522450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:33.3545380Z skip: Need at least 4 CUDA devices (2.352s) 2022-05-18T05:32:33.3621170Z 2022-05-18T05:32:33.3621790Z ---------------------------------------------------------------------- 2022-05-18T05:32:33.3622770Z Ran 1 test in 2.352s 2022-05-18T05:32:33.3622910Z 2022-05-18T05:32:33.3623210Z OK (skipped=1) 2022-05-18T05:32:33.3623360Z 2022-05-18T05:32:33.3623460Z Generating XML reports... 2022-05-18T05:32:33.3624080Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053230.xml 2022-05-18T05:32:35.1202200Z 2022-05-18T05:32:35.1202990Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:35.1203550Z Running tests... 2022-05-18T05:32:35.1204090Z ---------------------------------------------------------------------- 2022-05-18T05:32:35.5751900Z test_reduce_full_group_max (__main__.TestDistBackendWithSpawn) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75168 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.455s) 2022-05-18T05:32:35.5800780Z 2022-05-18T05:32:35.5801440Z ---------------------------------------------------------------------- 2022-05-18T05:32:35.5801770Z Ran 1 test in 0.455s 2022-05-18T05:32:35.5801900Z 2022-05-18T05:32:35.5801990Z OK (skipped=1) 2022-05-18T05:32:35.5802110Z 2022-05-18T05:32:35.5802230Z Generating XML reports... 2022-05-18T05:32:35.5802800Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053235.xml 2022-05-18T05:32:37.2786600Z 2022-05-18T05:32:37.2787330Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:37.2787740Z Running tests... 2022-05-18T05:32:37.2788140Z ---------------------------------------------------------------------- 2022-05-18T05:32:37.7110560Z test_reduce_full_group_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11807 2022-05-18T05:32:37.7186290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11808 2022-05-18T05:32:37.7288980Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11809 2022-05-18T05:32:39.3287940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:39.3412450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:39.3415240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:39.3417080Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:39.3421290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:39.3801920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:39.3944610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:39.3949120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:39.5663080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:39.6038870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:32:39.6042060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:32:39.6042710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:32:39.6046030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:39.6048520Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:39.6056580Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:39.9352010Z ok (2.656s) 2022-05-18T05:32:39.9423110Z 2022-05-18T05:32:39.9423940Z ---------------------------------------------------------------------- 2022-05-18T05:32:39.9424310Z Ran 1 test in 2.657s 2022-05-18T05:32:39.9424530Z 2022-05-18T05:32:39.9424600Z OK 2022-05-18T05:32:39.9424710Z 2022-05-18T05:32:39.9424820Z Generating XML reports... 2022-05-18T05:32:39.9426060Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053237.xml 2022-05-18T05:32:41.7307260Z 2022-05-18T05:32:41.7308550Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:41.7308970Z Running tests... 2022-05-18T05:32:41.7309400Z ---------------------------------------------------------------------- 2022-05-18T05:32:42.1638130Z test_reduce_full_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11816 2022-05-18T05:32:42.1738450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11817 2022-05-18T05:32:42.1840380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11818 2022-05-18T05:32:43.8890720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:43.9136740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:43.9138330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:43.9139940Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:43.9140690Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:43.9245980Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:43.9787110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:44.0681850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:44.1655440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:44.1679300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:32:44.1771660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:32:44.1772700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:32:44.1773530Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:44.1777740Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:44.2440510Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:44.8589210Z ok (3.128s) 2022-05-18T05:32:44.8665370Z 2022-05-18T05:32:44.8666940Z ---------------------------------------------------------------------- 2022-05-18T05:32:44.8667290Z Ran 1 test in 3.129s 2022-05-18T05:32:44.8667410Z 2022-05-18T05:32:44.8667480Z OK 2022-05-18T05:32:44.8667580Z 2022-05-18T05:32:44.8667690Z Generating XML reports... 2022-05-18T05:32:44.8668330Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053241.xml 2022-05-18T05:32:46.6955560Z 2022-05-18T05:32:46.6956540Z Running tests... 2022-05-18T05:32:46.6957280Z ---------------------------------------------------------------------- 2022-05-18T05:32:46.6958230Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:47.1334950Z test_reduce_full_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11826 2022-05-18T05:32:47.1410750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11827 2022-05-18T05:32:47.1551000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11828 2022-05-18T05:32:48.8500400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:48.8970920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:48.8973030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:48.8974360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:48.8977720Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:48.9271920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:48.9296140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:49.1474270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:49.1478660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:49.2432390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:32:49.2436250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:32:49.2439360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:32:49.2440650Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:49.2441630Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:49.2559290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:49.9051400Z ok (3.209s) 2022-05-18T05:32:49.9120820Z 2022-05-18T05:32:49.9121650Z ---------------------------------------------------------------------- 2022-05-18T05:32:49.9121990Z Ran 1 test in 3.210s 2022-05-18T05:32:49.9122130Z 2022-05-18T05:32:49.9122220Z OK 2022-05-18T05:32:49.9122310Z 2022-05-18T05:32:49.9122420Z Generating XML reports... 2022-05-18T05:32:49.9123010Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053246.xml 2022-05-18T05:32:51.7272500Z 2022-05-18T05:32:51.7273250Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:51.7273620Z Running tests... 2022-05-18T05:32:51.7274010Z ---------------------------------------------------------------------- 2022-05-18T05:32:52.1853010Z test_reduce_group_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11835 2022-05-18T05:32:52.1925230Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11836 2022-05-18T05:32:52.2029830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11837 2022-05-18T05:32:53.8530500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:53.9077770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:53.9085540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:53.9086540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:53.9087200Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:53.9287780Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:53.9996970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:54.0530110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:54.0547490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:32:54.0652530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:32:54.0663070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:54.0669950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:32:54.0672820Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:54.0759010Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:54.1006030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:54.7355260Z ok (3.008s) 2022-05-18T05:32:54.7421720Z 2022-05-18T05:32:54.7422450Z ---------------------------------------------------------------------- 2022-05-18T05:32:54.7422780Z Ran 1 test in 3.009s 2022-05-18T05:32:54.7422910Z 2022-05-18T05:32:54.7422970Z OK 2022-05-18T05:32:54.7423070Z 2022-05-18T05:32:54.7423180Z Generating XML reports... 2022-05-18T05:32:54.7423770Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053251.xml 2022-05-18T05:32:56.5625520Z 2022-05-18T05:32:56.5626280Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:32:56.5626840Z Running tests... 2022-05-18T05:32:56.5627270Z ---------------------------------------------------------------------- 2022-05-18T05:32:57.0178670Z test_reduce_group_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11845 2022-05-18T05:32:57.0275140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11846 2022-05-18T05:32:57.0415910Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11847 2022-05-18T05:32:58.5824940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:32:58.5826010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:32:58.6027350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:32:58.6029250Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:58.6695530Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:58.6840370Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:32:58.6856250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:32:58.7867090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:32:58.7871630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:32:58.8893800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:32:58.9176090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:32:58.9177100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:32:58.9178150Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:58.9182430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:58.9904500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:32:59.4834320Z ok (2.921s) 2022-05-18T05:32:59.4901260Z 2022-05-18T05:32:59.4901820Z ---------------------------------------------------------------------- 2022-05-18T05:32:59.4902130Z Ran 1 test in 2.921s 2022-05-18T05:32:59.4902260Z 2022-05-18T05:32:59.4902330Z OK 2022-05-18T05:32:59.4902430Z 2022-05-18T05:32:59.4902530Z Generating XML reports... 2022-05-18T05:32:59.4903420Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053256.xml 2022-05-18T05:33:01.2506160Z 2022-05-18T05:33:01.2507250Z Running tests... 2022-05-18T05:33:01.2508300Z ---------------------------------------------------------------------- 2022-05-18T05:33:01.2509210Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:01.6829180Z test_reduce_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11854 2022-05-18T05:33:01.6960040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11855 2022-05-18T05:33:01.7098630Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11856 2022-05-18T05:33:03.3943080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:03.3944300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:03.3956210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:03.3959770Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:03.4068020Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:03.4774030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:03.4790650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:03.6026710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:03.6030960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:03.6038360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:33:03.6050850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:33:03.6136880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:33:03.6139470Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:33:03.6151660Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:33:03.6263180Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:33:04.3444620Z ok (3.094s) 2022-05-18T05:33:04.3512530Z 2022-05-18T05:33:04.3513960Z ---------------------------------------------------------------------- 2022-05-18T05:33:04.3514320Z Ran 1 test in 3.094s 2022-05-18T05:33:04.3514650Z 2022-05-18T05:33:04.3514730Z OK 2022-05-18T05:33:04.3514840Z 2022-05-18T05:33:04.3514940Z Generating XML reports... 2022-05-18T05:33:04.3515550Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053301.xml 2022-05-18T05:33:06.1387850Z 2022-05-18T05:33:06.1389270Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:06.1390550Z Running tests... 2022-05-18T05:33:06.1391180Z ---------------------------------------------------------------------- 2022-05-18T05:33:06.5652140Z test_reduce_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11864 2022-05-18T05:33:06.5754600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11865 2022-05-18T05:33:06.5882170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11866 2022-05-18T05:33:08.1505020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:08.1622050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:08.1623420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:08.1624360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:08.1626630Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:08.2400090Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:08.2417930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:08.3472610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:08.3476430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:33:08.4775680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:08.5106490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:33:08.5108060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:33:08.5109220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:33:08.5111470Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:33:08.5215470Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:33:09.2335780Z ok (3.095s) 2022-05-18T05:33:09.2401960Z 2022-05-18T05:33:09.2402670Z ---------------------------------------------------------------------- 2022-05-18T05:33:09.2403000Z Ran 1 test in 3.095s 2022-05-18T05:33:09.2403130Z 2022-05-18T05:33:09.2403200Z OK 2022-05-18T05:33:09.2403300Z 2022-05-18T05:33:09.2403400Z Generating XML reports... 2022-05-18T05:33:09.2404000Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053306.xml 2022-05-18T05:33:10.9918140Z 2022-05-18T05:33:10.9918960Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:10.9919320Z Running tests... 2022-05-18T05:33:10.9919710Z ---------------------------------------------------------------------- 2022-05-18T05:33:11.4223800Z test_reduce_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11873 2022-05-18T05:33:11.4395930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11874 2022-05-18T05:33:11.4500920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11875 2022-05-18T05:33:13.1150670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:13.1151570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:13.1156450Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:13.1158140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:13.1159210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:13.1164230Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:13.1292690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:13.2281170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:13.3527350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:13.9840290Z ok (2.992s) 2022-05-18T05:33:13.9907120Z 2022-05-18T05:33:13.9909910Z ---------------------------------------------------------------------- 2022-05-18T05:33:13.9910750Z Ran 1 test in 2.992s 2022-05-18T05:33:13.9910950Z 2022-05-18T05:33:13.9911020Z OK 2022-05-18T05:33:13.9911130Z 2022-05-18T05:33:13.9911220Z Generating XML reports... 2022-05-18T05:33:13.9911900Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053310.xml 2022-05-18T05:33:15.7231530Z 2022-05-18T05:33:15.7232300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:15.7232680Z Running tests... 2022-05-18T05:33:15.7233090Z ---------------------------------------------------------------------- 2022-05-18T05:33:16.1458680Z test_reduce_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11883 2022-05-18T05:33:16.1532420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11884 2022-05-18T05:33:16.1671310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11885 2022-05-18T05:33:17.8720400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:17.8723520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:17.8724810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:17.8726590Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:17.8733420Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:17.8734110Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:17.8747260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:17.8756740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:17.8757490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:18.7341530Z ok (3.011s) 2022-05-18T05:33:18.7413910Z 2022-05-18T05:33:18.7414720Z ---------------------------------------------------------------------- 2022-05-18T05:33:18.7415030Z Ran 1 test in 3.011s 2022-05-18T05:33:18.7416090Z 2022-05-18T05:33:18.7416730Z OK 2022-05-18T05:33:18.7416910Z 2022-05-18T05:33:18.7417020Z Generating XML reports... 2022-05-18T05:33:18.7417670Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053315.xml 2022-05-18T05:33:20.4328930Z 2022-05-18T05:33:20.4329910Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:20.4330790Z Running tests... 2022-05-18T05:33:20.4331990Z ---------------------------------------------------------------------- 2022-05-18T05:33:20.4365970Z test_reduce_multigpu (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl backend supports reduce multigpu (0.003s) 2022-05-18T05:33:20.4429600Z 2022-05-18T05:33:20.4430650Z ---------------------------------------------------------------------- 2022-05-18T05:33:20.4431290Z Ran 1 test in 0.004s 2022-05-18T05:33:20.4431420Z 2022-05-18T05:33:20.4431510Z OK (skipped=1) 2022-05-18T05:33:20.4431640Z 2022-05-18T05:33:20.4431740Z Generating XML reports... 2022-05-18T05:33:20.4432650Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053320.xml 2022-05-18T05:33:22.0407390Z 2022-05-18T05:33:22.0407720Z Running tests... 2022-05-18T05:33:22.0408360Z ---------------------------------------------------------------------- 2022-05-18T05:33:22.0409050Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:22.4546840Z test_reduce_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11894 2022-05-18T05:33:22.4613880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11895 2022-05-18T05:33:22.4778850Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11896 2022-05-18T05:33:23.9754440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:23.9847550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:23.9856050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:23.9859090Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:23.9894140Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:23.9972060Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:24.0776010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:24.1820580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:24.2274420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:24.7342300Z ok (2.693s) 2022-05-18T05:33:24.7406830Z 2022-05-18T05:33:24.7407600Z ---------------------------------------------------------------------- 2022-05-18T05:33:24.7407910Z Ran 1 test in 2.694s 2022-05-18T05:33:24.7408060Z 2022-05-18T05:33:24.7408120Z OK 2022-05-18T05:33:24.7408230Z 2022-05-18T05:33:24.7408330Z Generating XML reports... 2022-05-18T05:33:24.7409160Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053322.xml 2022-05-18T05:33:26.4479820Z 2022-05-18T05:33:26.4480150Z Running tests... 2022-05-18T05:33:26.4480750Z ---------------------------------------------------------------------- 2022-05-18T05:33:26.4481270Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:26.8657900Z test_reduce_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11904 2022-05-18T05:33:26.8810320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11905 2022-05-18T05:33:26.8922870Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11906 2022-05-18T05:33:28.4132000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:28.4246640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:28.4248520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:28.4249860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:28.4250740Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:28.4773620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:28.4788960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:28.6026550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:28.6530540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:29.3873100Z ok (2.939s) 2022-05-18T05:33:29.3937980Z 2022-05-18T05:33:29.3938710Z ---------------------------------------------------------------------- 2022-05-18T05:33:29.3939050Z Ran 1 test in 2.940s 2022-05-18T05:33:29.3939190Z 2022-05-18T05:33:29.3939250Z OK 2022-05-18T05:33:29.3939360Z 2022-05-18T05:33:29.3939460Z Generating XML reports... 2022-05-18T05:33:29.3940040Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053326.xml 2022-05-18T05:33:31.1088900Z 2022-05-18T05:33:31.1089260Z Running tests... 2022-05-18T05:33:31.1089920Z ---------------------------------------------------------------------- 2022-05-18T05:33:31.1090480Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:31.1122910Z test_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA reduce (0.003s) 2022-05-18T05:33:31.1179680Z 2022-05-18T05:33:31.1180350Z ---------------------------------------------------------------------- 2022-05-18T05:33:31.1180660Z Ran 1 test in 0.004s 2022-05-18T05:33:31.1180800Z 2022-05-18T05:33:31.1180910Z OK (skipped=1) 2022-05-18T05:33:31.1181030Z 2022-05-18T05:33:31.1181120Z Generating XML reports... 2022-05-18T05:33:31.1181720Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053331.xml 2022-05-18T05:33:32.7206160Z 2022-05-18T05:33:32.7207160Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:32.7207790Z Running tests... 2022-05-18T05:33:32.7208370Z ---------------------------------------------------------------------- 2022-05-18T05:33:32.7236970Z test_reduce_sum_cuda_twice (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA reduce (0.003s) 2022-05-18T05:33:32.7301220Z 2022-05-18T05:33:32.7302010Z ---------------------------------------------------------------------- 2022-05-18T05:33:32.7302580Z Ran 1 test in 0.003s 2022-05-18T05:33:32.7303140Z 2022-05-18T05:33:32.7303430Z OK (skipped=1) 2022-05-18T05:33:32.7303740Z 2022-05-18T05:33:32.7304030Z Generating XML reports... 2022-05-18T05:33:32.7305220Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053332.xml 2022-05-18T05:33:34.3579070Z 2022-05-18T05:33:34.3579410Z Running tests... 2022-05-18T05:33:34.3580030Z ---------------------------------------------------------------------- 2022-05-18T05:33:34.3580550Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:34.7837210Z test_reduce_sum_twice (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11917 2022-05-18T05:33:34.7919060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11918 2022-05-18T05:33:34.8059160Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11919 2022-05-18T05:33:36.4637720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:36.4643580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:36.4775310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:36.4778450Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:36.5294210Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:36.5294960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:36.6034930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:36.6037620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:36.6320400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:37.2333180Z ok (2.875s) 2022-05-18T05:33:37.2401030Z 2022-05-18T05:33:37.2401710Z ---------------------------------------------------------------------- 2022-05-18T05:33:37.2402020Z Ran 1 test in 2.876s 2022-05-18T05:33:37.2402160Z 2022-05-18T05:33:37.2402220Z OK 2022-05-18T05:33:37.2402320Z 2022-05-18T05:33:37.2402420Z Generating XML reports... 2022-05-18T05:33:37.2403020Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053334.xml 2022-05-18T05:33:38.9761760Z 2022-05-18T05:33:38.9763190Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:38.9763580Z Running tests... 2022-05-18T05:33:38.9764010Z ---------------------------------------------------------------------- 2022-05-18T05:33:39.4009110Z test_scatter (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11927 2022-05-18T05:33:39.4090580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11928 2022-05-18T05:33:39.4257210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11929 2022-05-18T05:33:40.9886760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:40.9889440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:40.9891150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:40.9892000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:40.9893220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:40.9897610Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:40.9912110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:40.9922750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:40.9923720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:41.4170280Z ok (2.441s) 2022-05-18T05:33:41.4235540Z 2022-05-18T05:33:41.4236060Z ---------------------------------------------------------------------- 2022-05-18T05:33:41.4236390Z Ran 1 test in 2.441s 2022-05-18T05:33:41.4236520Z 2022-05-18T05:33:41.4236640Z OK 2022-05-18T05:33:41.4236750Z 2022-05-18T05:33:41.4236850Z Generating XML reports... 2022-05-18T05:33:41.4237440Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053338.xml 2022-05-18T05:33:43.0944010Z 2022-05-18T05:33:43.0945220Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:43.0945610Z Running tests... 2022-05-18T05:33:43.0946020Z ---------------------------------------------------------------------- 2022-05-18T05:33:43.4960880Z test_scatter_checks (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11936 2022-05-18T05:33:43.5053380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11937 2022-05-18T05:33:43.5190760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11938 2022-05-18T05:33:45.1558190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:45.1560310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:45.1561380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:45.1563030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:45.1567380Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:45.1568060Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:45.1584160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:45.1592470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:45.1593490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:45.3864910Z ok (2.292s) 2022-05-18T05:33:45.3933830Z 2022-05-18T05:33:45.3934610Z ---------------------------------------------------------------------- 2022-05-18T05:33:45.3934920Z Ran 1 test in 2.292s 2022-05-18T05:33:45.3935170Z 2022-05-18T05:33:45.3936810Z OK 2022-05-18T05:33:45.3937140Z 2022-05-18T05:33:45.3937370Z Generating XML reports... 2022-05-18T05:33:45.3938010Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053343.xml 2022-05-18T05:33:47.1178800Z 2022-05-18T05:33:47.1179580Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:47.1179930Z Running tests... 2022-05-18T05:33:47.1180330Z ---------------------------------------------------------------------- 2022-05-18T05:33:47.5284440Z test_scatter_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11946 2022-05-18T05:33:47.5348180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11947 2022-05-18T05:33:47.5521700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11948 2022-05-18T05:33:49.1392170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:49.1508710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:49.1510070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:49.1511330Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:49.1512450Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:49.2272910Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:49.2288680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:49.3814720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:49.3817950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:49.8586800Z ok (2.741s) 2022-05-18T05:33:49.8654820Z 2022-05-18T05:33:49.8674990Z ---------------------------------------------------------------------- 2022-05-18T05:33:49.8675470Z Ran 1 test in 2.741s 2022-05-18T05:33:49.8675610Z 2022-05-18T05:33:49.8675710Z OK 2022-05-18T05:33:49.8675820Z 2022-05-18T05:33:49.8675930Z Generating XML reports... 2022-05-18T05:33:49.8676680Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053347.xml 2022-05-18T05:33:51.5588160Z 2022-05-18T05:33:51.5588460Z Running tests... 2022-05-18T05:33:51.5589070Z ---------------------------------------------------------------------- 2022-05-18T05:33:51.5589790Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:51.5659890Z test_scatter_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA gather (0.007s) 2022-05-18T05:33:51.5722720Z 2022-05-18T05:33:51.5723390Z ---------------------------------------------------------------------- 2022-05-18T05:33:51.5723710Z Ran 1 test in 0.007s 2022-05-18T05:33:51.5723840Z 2022-05-18T05:33:51.5723920Z OK (skipped=1) 2022-05-18T05:33:51.5724040Z 2022-05-18T05:33:51.5724230Z Generating XML reports... 2022-05-18T05:33:51.5724840Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053351.xml 2022-05-18T05:33:53.1423100Z 2022-05-18T05:33:53.1423850Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:53.1424760Z Running tests... 2022-05-18T05:33:53.1425490Z ---------------------------------------------------------------------- 2022-05-18T05:33:53.1449640Z test_scatter_cuda_complex (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA gather (0.003s) 2022-05-18T05:33:53.1505650Z 2022-05-18T05:33:53.1506420Z ---------------------------------------------------------------------- 2022-05-18T05:33:53.1507100Z Ran 1 test in 0.003s 2022-05-18T05:33:53.1507650Z 2022-05-18T05:33:53.1507970Z OK (skipped=1) 2022-05-18T05:33:53.1508390Z 2022-05-18T05:33:53.1508700Z Generating XML reports... 2022-05-18T05:33:53.1509440Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053353.xml 2022-05-18T05:33:54.7173910Z 2022-05-18T05:33:54.7174800Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:54.7176000Z Running tests... 2022-05-18T05:33:54.7176410Z ---------------------------------------------------------------------- 2022-05-18T05:33:55.1251920Z test_scatter_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11959 2022-05-18T05:33:55.1350780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11960 2022-05-18T05:33:55.1475050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11961 2022-05-18T05:33:56.7123950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:33:56.7403070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:33:56.7404000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:33:56.7406060Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:56.7407190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:56.8119430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:33:56.8137260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:33:56.9920870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:33:56.9925090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:33:57.1023280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:33:57.1385150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:33:57.1387450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:33:57.1388920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:33:57.1390930Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:33:57.1660820Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:33:57.3868320Z ok (2.669s) 2022-05-18T05:33:57.3940120Z 2022-05-18T05:33:57.3940890Z ---------------------------------------------------------------------- 2022-05-18T05:33:57.3941220Z Ran 1 test in 2.670s 2022-05-18T05:33:57.3941360Z 2022-05-18T05:33:57.3941430Z OK 2022-05-18T05:33:57.3941530Z 2022-05-18T05:33:57.3941640Z Generating XML reports... 2022-05-18T05:33:57.3942240Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053354.xml 2022-05-18T05:33:59.0627870Z 2022-05-18T05:33:59.0628190Z Running tests... 2022-05-18T05:33:59.0628810Z ---------------------------------------------------------------------- 2022-05-18T05:33:59.0629320Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:33:59.4749080Z test_scatter_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11969 2022-05-18T05:33:59.4833290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11970 2022-05-18T05:33:59.4968100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11971 2022-05-18T05:34:01.1024840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:01.1029390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:01.1033000Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:01.1033860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:01.1036140Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:01.1036840Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:01.1052420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:01.1059600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:01.1071120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:34:01.1287790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:34:01.2278070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:01.2282290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:34:01.2285310Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:34:01.2387780Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:34:01.2388810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:34:01.7214540Z ok (2.658s) 2022-05-18T05:34:01.7285950Z 2022-05-18T05:34:01.7286630Z ---------------------------------------------------------------------- 2022-05-18T05:34:01.7286940Z Ran 1 test in 2.659s 2022-05-18T05:34:01.7287100Z 2022-05-18T05:34:01.7287170Z OK 2022-05-18T05:34:01.7287270Z 2022-05-18T05:34:01.7287370Z Generating XML reports... 2022-05-18T05:34:01.7287960Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053359.xml 2022-05-18T05:34:03.3850710Z 2022-05-18T05:34:03.3851040Z Running tests... 2022-05-18T05:34:03.3851620Z ---------------------------------------------------------------------- 2022-05-18T05:34:03.3852260Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:03.7982660Z test_scatter_object_list (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11978 2022-05-18T05:34:03.8061160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11979 2022-05-18T05:34:03.8193520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11980 2022-05-18T05:34:05.4299800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:05.4557610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:05.4558710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:05.4560730Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:05.4562810Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:05.4575410Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:05.4594120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:05.5660740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:05.5663990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:05.8194150Z ok (2.434s) 2022-05-18T05:34:05.8259850Z 2022-05-18T05:34:05.8260580Z ---------------------------------------------------------------------- 2022-05-18T05:34:05.8260880Z Ran 1 test in 2.435s 2022-05-18T05:34:05.8261010Z 2022-05-18T05:34:05.8261080Z OK 2022-05-18T05:34:05.8261180Z 2022-05-18T05:34:05.8261280Z Generating XML reports... 2022-05-18T05:34:05.8262150Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053403.xml 2022-05-18T05:34:07.5039330Z 2022-05-18T05:34:07.5039680Z Running tests... 2022-05-18T05:34:07.5040330Z ---------------------------------------------------------------------- 2022-05-18T05:34:07.5040860Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:07.9131060Z test_send_recv (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11988 2022-05-18T05:34:07.9275710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11989 2022-05-18T05:34:07.9405380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11990 2022-05-18T05:34:09.4775800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:09.4778910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:09.4780700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:09.4781600Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:09.4782870Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:09.4784670Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:09.4805280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:09.4809550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:09.4815110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:09.8657080Z ok (2.361s) 2022-05-18T05:34:09.8729990Z 2022-05-18T05:34:09.8730960Z ---------------------------------------------------------------------- 2022-05-18T05:34:09.8731750Z Ran 1 test in 2.362s 2022-05-18T05:34:09.8731880Z 2022-05-18T05:34:09.8731940Z OK 2022-05-18T05:34:09.8732050Z 2022-05-18T05:34:09.8732150Z Generating XML reports... 2022-05-18T05:34:09.8733230Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053407.xml 2022-05-18T05:34:11.5408420Z 2022-05-18T05:34:11.5409170Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:11.5409520Z Running tests... 2022-05-18T05:34:11.5409900Z ---------------------------------------------------------------------- 2022-05-18T05:34:11.9472040Z test_send_recv_any_source (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 11997 2022-05-18T05:34:11.9599300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 11998 2022-05-18T05:34:11.9732130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 11999 2022-05-18T05:34:13.4912210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:13.5026010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:13.5026890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:13.5029490Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:13.5030180Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:13.5035800Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:13.5790940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:13.6428640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:13.7285180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:13.9511840Z ok (2.410s) 2022-05-18T05:34:13.9581600Z 2022-05-18T05:34:13.9582320Z ---------------------------------------------------------------------- 2022-05-18T05:34:13.9582630Z Ran 1 test in 2.411s 2022-05-18T05:34:13.9582770Z 2022-05-18T05:34:13.9582830Z OK 2022-05-18T05:34:13.9582930Z 2022-05-18T05:34:13.9583040Z Generating XML reports... 2022-05-18T05:34:13.9583640Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053411.xml 2022-05-18T05:34:15.6902830Z 2022-05-18T05:34:15.6904070Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:15.6904600Z Running tests... 2022-05-18T05:34:15.6904990Z ---------------------------------------------------------------------- 2022-05-18T05:34:16.1213000Z test_send_recv_any_source_autograd_profiler (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12007 2022-05-18T05:34:16.1295020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12008 2022-05-18T05:34:16.1438180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12009 2022-05-18T05:34:17.6771630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:17.6813380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:17.6941220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:17.6944480Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:17.7268400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:17.7373950Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:17.7388640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:17.7392170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:17.9524820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:18.3586940Z ok (2.668s) 2022-05-18T05:34:18.3658730Z 2022-05-18T05:34:18.3660810Z ---------------------------------------------------------------------- 2022-05-18T05:34:18.3661500Z Ran 1 test in 2.669s 2022-05-18T05:34:18.3662190Z 2022-05-18T05:34:18.3662580Z OK 2022-05-18T05:34:18.3663010Z 2022-05-18T05:34:18.3663700Z Generating XML reports... 2022-05-18T05:34:18.3664830Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053415.xml 2022-05-18T05:34:20.0845160Z 2022-05-18T05:34:20.0845940Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:20.0846290Z Running tests... 2022-05-18T05:34:20.0846690Z ---------------------------------------------------------------------- 2022-05-18T05:34:20.0873540Z test_send_recv_any_source_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: torch.profiler not enabled for mac/windows: https://github.com/pytorch/pytorch/pull/56124 (0.003s) 2022-05-18T05:34:20.0932450Z 2022-05-18T05:34:20.0932940Z ---------------------------------------------------------------------- 2022-05-18T05:34:20.0933230Z Ran 1 test in 0.003s 2022-05-18T05:34:20.0933380Z 2022-05-18T05:34:20.0933460Z OK (skipped=1) 2022-05-18T05:34:20.0933590Z 2022-05-18T05:34:20.0933690Z Generating XML reports... 2022-05-18T05:34:20.0934260Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053420.xml 2022-05-18T05:34:21.6394540Z 2022-05-18T05:34:21.6394870Z Running tests... 2022-05-18T05:34:21.6395470Z ---------------------------------------------------------------------- 2022-05-18T05:34:21.6395980Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:22.0517070Z test_send_recv_autograd_profiler (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12018 2022-05-18T05:34:22.0589460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12019 2022-05-18T05:34:22.0724420Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12020 2022-05-18T05:34:23.5949830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:23.6040580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:23.6043090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:23.6047030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:23.6053000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:23.6065070Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:23.6084290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:23.6088380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:23.8527110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:24.2094420Z ok (2.570s) 2022-05-18T05:34:24.2160600Z 2022-05-18T05:34:24.2161190Z ---------------------------------------------------------------------- 2022-05-18T05:34:24.2161490Z Ran 1 test in 2.570s 2022-05-18T05:34:24.2161620Z 2022-05-18T05:34:24.2161680Z OK 2022-05-18T05:34:24.2161790Z 2022-05-18T05:34:24.2161890Z Generating XML reports... 2022-05-18T05:34:24.2162480Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053421.xml 2022-05-18T05:34:25.9152180Z 2022-05-18T05:34:25.9152900Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:25.9153300Z Running tests... 2022-05-18T05:34:25.9153690Z ---------------------------------------------------------------------- 2022-05-18T05:34:25.9177250Z test_send_recv_nccl (__main__.TestDistBackendWithSpawn) ... skip: NCCL Send Recv Only (0.002s) 2022-05-18T05:34:25.9231000Z 2022-05-18T05:34:25.9231510Z ---------------------------------------------------------------------- 2022-05-18T05:34:25.9231800Z Ran 1 test in 0.003s 2022-05-18T05:34:25.9231930Z 2022-05-18T05:34:25.9232010Z OK (skipped=1) 2022-05-18T05:34:25.9232120Z 2022-05-18T05:34:25.9232220Z Generating XML reports... 2022-05-18T05:34:25.9232810Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053425.xml 2022-05-18T05:34:27.5129560Z 2022-05-18T05:34:27.5130400Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:27.5130740Z Running tests... 2022-05-18T05:34:27.5131130Z ---------------------------------------------------------------------- 2022-05-18T05:34:27.5155820Z test_send_recv_nccl_autograd_profiler (__main__.TestDistBackendWithSpawn) ... skip: NCCL Send Recv Only (0.003s) 2022-05-18T05:34:27.5209290Z 2022-05-18T05:34:27.5209700Z ---------------------------------------------------------------------- 2022-05-18T05:34:27.5209980Z Ran 1 test in 0.003s 2022-05-18T05:34:27.5210110Z 2022-05-18T05:34:27.5210190Z OK (skipped=1) 2022-05-18T05:34:27.5210310Z 2022-05-18T05:34:27.5210400Z Generating XML reports... 2022-05-18T05:34:27.5210980Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053427.xml 2022-05-18T05:34:29.0827370Z 2022-05-18T05:34:29.0828120Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:29.0828480Z Running tests... 2022-05-18T05:34:29.0828880Z ---------------------------------------------------------------------- 2022-05-18T05:34:29.0856250Z test_send_recv_nccl_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: NCCL Send Recv Only (0.003s) 2022-05-18T05:34:29.0910100Z 2022-05-18T05:34:29.0910470Z ---------------------------------------------------------------------- 2022-05-18T05:34:29.0911100Z Ran 1 test in 0.003s 2022-05-18T05:34:29.0911260Z 2022-05-18T05:34:29.0911350Z OK (skipped=1) 2022-05-18T05:34:29.0911470Z 2022-05-18T05:34:29.0911560Z Generating XML reports... 2022-05-18T05:34:29.0912160Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053429.xml 2022-05-18T05:34:30.6656440Z 2022-05-18T05:34:30.6657220Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:30.6658020Z Running tests... 2022-05-18T05:34:30.6658690Z ---------------------------------------------------------------------- 2022-05-18T05:34:30.6684690Z test_send_recv_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: torch.profiler not enabled for mac/windows: https://github.com/pytorch/pytorch/pull/56124 (0.003s) 2022-05-18T05:34:30.6753680Z 2022-05-18T05:34:30.6755390Z ---------------------------------------------------------------------- 2022-05-18T05:34:30.6755740Z Ran 1 test in 0.003s 2022-05-18T05:34:30.6755890Z 2022-05-18T05:34:30.6755980Z OK (skipped=1) 2022-05-18T05:34:30.6756100Z 2022-05-18T05:34:30.6756200Z Generating XML reports... 2022-05-18T05:34:30.6757210Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053430.xml 2022-05-18T05:34:32.2622520Z 2022-05-18T05:34:32.2622850Z Running tests... 2022-05-18T05:34:32.2623470Z ---------------------------------------------------------------------- 2022-05-18T05:34:32.2624000Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:32.6643320Z test_send_recv_with_tag (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12036 2022-05-18T05:34:32.6735840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12037 2022-05-18T05:34:32.6840210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12038 2022-05-18T05:34:34.2314730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:34.2315670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:34.2426100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:34.2428680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:34.2545620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:34.2670150Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:34.2685820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:34.3473530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:34.3585710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:34.5876970Z ok (2.325s) 2022-05-18T05:34:34.5944180Z 2022-05-18T05:34:34.5944900Z ---------------------------------------------------------------------- 2022-05-18T05:34:34.5945240Z Ran 1 test in 2.326s 2022-05-18T05:34:34.5945370Z 2022-05-18T05:34:34.5945440Z OK 2022-05-18T05:34:34.5945540Z 2022-05-18T05:34:34.5945750Z Generating XML reports... 2022-05-18T05:34:34.5946370Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053432.xml 2022-05-18T05:34:36.2890240Z 2022-05-18T05:34:36.2891010Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:36.2891350Z Running tests... 2022-05-18T05:34:36.2891740Z ---------------------------------------------------------------------- 2022-05-18T05:34:36.6893510Z test_send_recv_with_tag_autograd_profiler (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12051 2022-05-18T05:34:36.7036000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12052 2022-05-18T05:34:36.7138340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12053 2022-05-18T05:34:38.2191000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:38.2192290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:38.2278720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:38.2282480Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:38.2411860Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:38.2435930Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:38.2469590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:38.4007630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:38.4397180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:38.7338120Z ok (2.445s) 2022-05-18T05:34:38.7401460Z 2022-05-18T05:34:38.7402390Z ---------------------------------------------------------------------- 2022-05-18T05:34:38.7402710Z Ran 1 test in 2.445s 2022-05-18T05:34:38.7402840Z 2022-05-18T05:34:38.7402910Z OK 2022-05-18T05:34:38.7403020Z 2022-05-18T05:34:38.7403120Z Generating XML reports... 2022-05-18T05:34:38.7403720Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053436.xml 2022-05-18T05:34:40.3938040Z 2022-05-18T05:34:40.3938810Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:40.3939380Z Running tests... 2022-05-18T05:34:40.3940000Z ---------------------------------------------------------------------- 2022-05-18T05:34:40.3963780Z test_send_recv_with_tag_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: torch.profiler not enabled for mac/windows: https://github.com/pytorch/pytorch/pull/56124 (0.003s) 2022-05-18T05:34:40.4016010Z 2022-05-18T05:34:40.4016380Z ---------------------------------------------------------------------- 2022-05-18T05:34:40.4016660Z Ran 1 test in 0.003s 2022-05-18T05:34:40.4016790Z 2022-05-18T05:34:40.4016980Z OK (skipped=1) 2022-05-18T05:34:40.4017100Z 2022-05-18T05:34:40.4017200Z Generating XML reports... 2022-05-18T05:34:40.4018170Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053440.xml 2022-05-18T05:34:41.9610500Z 2022-05-18T05:34:41.9611280Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:41.9611640Z Running tests... 2022-05-18T05:34:41.9612040Z ---------------------------------------------------------------------- 2022-05-18T05:34:42.3746550Z test_sparse_all_reduce_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12062 2022-05-18T05:34:42.3887440Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12063 2022-05-18T05:34:42.3989470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12064 2022-05-18T05:34:43.9015360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:43.9020030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:43.9773530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:43.9775440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:43.9817840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:43.9997800Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:44.0012390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:44.0941650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:44.1023830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:44.3585550Z ok (2.397s) 2022-05-18T05:34:44.3651500Z 2022-05-18T05:34:44.3652300Z ---------------------------------------------------------------------- 2022-05-18T05:34:44.3652610Z Ran 1 test in 2.398s 2022-05-18T05:34:44.3652740Z 2022-05-18T05:34:44.3652800Z OK 2022-05-18T05:34:44.3653170Z 2022-05-18T05:34:44.3653280Z Generating XML reports... 2022-05-18T05:34:44.3653900Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053441.xml 2022-05-18T05:34:46.0296340Z 2022-05-18T05:34:46.0297120Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:46.0297500Z Running tests... 2022-05-18T05:34:46.0297880Z ---------------------------------------------------------------------- 2022-05-18T05:34:46.4378840Z test_sparse_all_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12072 2022-05-18T05:34:46.4539800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12073 2022-05-18T05:34:46.4644400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12074 2022-05-18T05:34:47.9525580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:47.9528650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:47.9532010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:47.9533140Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:47.9535220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:47.9632870Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:47.9780080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:47.9784160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:48.1846540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:48.3663220Z skip: CUDA is not available. (2.336s) 2022-05-18T05:34:48.3732790Z 2022-05-18T05:34:48.3733770Z ---------------------------------------------------------------------- 2022-05-18T05:34:48.3734340Z Ran 1 test in 2.337s 2022-05-18T05:34:48.3734690Z 2022-05-18T05:34:48.3734960Z OK (skipped=1) 2022-05-18T05:34:48.3735270Z 2022-05-18T05:34:48.3735530Z Generating XML reports... 2022-05-18T05:34:48.3736360Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053446.xml 2022-05-18T05:34:50.0497770Z 2022-05-18T05:34:50.0498520Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:50.0498850Z Running tests... 2022-05-18T05:34:50.0499830Z ---------------------------------------------------------------------- 2022-05-18T05:34:50.4617180Z test_stateless_api_with_ddp (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12081 2022-05-18T05:34:50.4694320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12082 2022-05-18T05:34:50.4815580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12083 2022-05-18T05:34:52.0252700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:52.1024940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:52.1027410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:52.1028610Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:52.1030890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:52.1134150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:52.1277230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:52.1279300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:52.3527520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:52.5920000Z skip: Need at least 2 CUDA devices (2.542s) 2022-05-18T05:34:52.5986230Z 2022-05-18T05:34:52.5987010Z ---------------------------------------------------------------------- 2022-05-18T05:34:52.5987450Z Ran 1 test in 2.542s 2022-05-18T05:34:52.5987590Z 2022-05-18T05:34:52.5987680Z OK (skipped=1) 2022-05-18T05:34:52.5987800Z 2022-05-18T05:34:52.5987910Z Generating XML reports... 2022-05-18T05:34:52.5988500Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053450.xml 2022-05-18T05:34:54.3116350Z 2022-05-18T05:34:54.3117090Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:54.3117450Z Running tests... 2022-05-18T05:34:54.3118160Z ---------------------------------------------------------------------- 2022-05-18T05:34:54.7275860Z test_static_graph_api_cpu (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12090 2022-05-18T05:34:54.7375390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12091 2022-05-18T05:34:54.7478340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12092 2022-05-18T05:34:56.3655850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:34:56.3658920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:34:56.3661800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:34:56.3664040Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:56.3664980Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:56.3665690Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:34:56.3783950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:34:56.3956640Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw9vzdp0b 2022-05-18T05:34:56.3960630Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpw9vzdp0b/_remote_module_non_scriptable.py 2022-05-18T05:34:56.4779110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:34:56.4920820Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk3ohevzj 2022-05-18T05:34:56.4924150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpk3ohevzj/_remote_module_non_scriptable.py 2022-05-18T05:34:56.5046090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:34:56.5183300Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp86f1fsy1 2022-05-18T05:34:56.5186490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp86f1fsy1/_remote_module_non_scriptable.py 2022-05-18T05:34:56.8585260Z ok (2.547s) 2022-05-18T05:34:56.8653180Z 2022-05-18T05:34:56.8654060Z ---------------------------------------------------------------------- 2022-05-18T05:34:56.8654430Z Ran 1 test in 2.547s 2022-05-18T05:34:56.8654590Z 2022-05-18T05:34:56.8654930Z OK 2022-05-18T05:34:56.8655090Z 2022-05-18T05:34:56.8655550Z Generating XML reports... 2022-05-18T05:34:56.8656550Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053454.xml 2022-05-18T05:34:58.5744270Z 2022-05-18T05:34:58.5745000Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:34:58.5745350Z Running tests... 2022-05-18T05:34:58.5745740Z ---------------------------------------------------------------------- 2022-05-18T05:34:58.9905690Z test_sync_bn_logged (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12100 2022-05-18T05:34:58.9984340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12101 2022-05-18T05:34:59.0124580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12102 2022-05-18T05:35:00.6154420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:00.6155830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:00.6282700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:00.6285450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:00.6396270Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:00.6400010Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:00.6420190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:00.6423940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:00.8527300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:01.1343570Z skip: Need at least 2 CUDA devices (2.560s) 2022-05-18T05:35:01.1414850Z 2022-05-18T05:35:01.1415760Z ---------------------------------------------------------------------- 2022-05-18T05:35:01.1416490Z Ran 1 test in 2.560s 2022-05-18T05:35:01.1417240Z 2022-05-18T05:35:01.1417500Z OK (skipped=1) 2022-05-18T05:35:01.1417630Z 2022-05-18T05:35:01.1417770Z Generating XML reports... 2022-05-18T05:35:01.1418410Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053458.xml 2022-05-18T05:35:02.8559020Z 2022-05-18T05:35:02.8560240Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:02.8560770Z Running tests... 2022-05-18T05:35:02.8561190Z ---------------------------------------------------------------------- 2022-05-18T05:35:03.2601760Z test_undefined_grad_parity_unused_parameters (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12109 2022-05-18T05:35:03.2735450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12110 2022-05-18T05:35:03.2849230Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12111 2022-05-18T05:35:04.8932570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:04.8943840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:04.8945040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:04.8946710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:04.8947800Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:04.9053240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:04.9781670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:05.1026870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:05.1345360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:05.3612420Z skip: Need at least 2 CUDA devices (2.505s) 2022-05-18T05:35:05.3679230Z 2022-05-18T05:35:05.3679740Z ---------------------------------------------------------------------- 2022-05-18T05:35:05.3680040Z Ran 1 test in 2.506s 2022-05-18T05:35:05.3680170Z 2022-05-18T05:35:05.3680250Z OK (skipped=1) 2022-05-18T05:35:05.3680370Z 2022-05-18T05:35:05.3680460Z Generating XML reports... 2022-05-18T05:35:05.3681050Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053502.xml 2022-05-18T05:35:07.0592270Z 2022-05-18T05:35:07.0593370Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:07.0594490Z Running tests... 2022-05-18T05:35:07.0595110Z ---------------------------------------------------------------------- 2022-05-18T05:35:07.0625720Z test_verify_model_across_rank_with_logger (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.003s) 2022-05-18T05:35:07.0681810Z 2022-05-18T05:35:07.0682490Z ---------------------------------------------------------------------- 2022-05-18T05:35:07.0682820Z Ran 1 test in 0.004s 2022-05-18T05:35:07.0682950Z 2022-05-18T05:35:07.0683040Z OK (skipped=1) 2022-05-18T05:35:07.0683160Z 2022-05-18T05:35:07.0683250Z Generating XML reports... 2022-05-18T05:35:07.0683850Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053507.xml 2022-05-18T05:35:08.6666730Z 2022-05-18T05:35:08.6667620Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:08.6668010Z Running tests... 2022-05-18T05:35:08.6668430Z ---------------------------------------------------------------------- 2022-05-18T05:35:08.6692240Z test_verify_model_across_rank_without_logger (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.002s) 2022-05-18T05:35:08.6746950Z 2022-05-18T05:35:08.6747440Z ---------------------------------------------------------------------- 2022-05-18T05:35:08.6747750Z Ran 1 test in 0.003s 2022-05-18T05:35:08.6748400Z 2022-05-18T05:35:08.6748530Z OK (skipped=1) 2022-05-18T05:35:08.6748660Z 2022-05-18T05:35:08.6748750Z Generating XML reports... 2022-05-18T05:35:08.6749370Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053508.xml 2022-05-18T05:35:09.1718700Z Running distributed tests for the gloo backend with file init_method 2022-05-18T05:35:09.1727120Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_distributed_spawn.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:35:09.171570] 2022-05-18T05:35:10.6034200Z 2022-05-18T05:35:10.6065460Z , <__main__.TestDistBackendWithSpawn testMethod=test_3_level_hierarchical_model_averager>, <__main__.TestDistBackendWithSpawn testMethod=test_Backend_enum_class>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallelCPU>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallelCPU_grad_is_view>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_2D_Input>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_Channels_Last>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_Running_Value>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_gradient>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_No_Affine>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_SyncBatchNorm_Single_Input_Per_Process>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_non_default_stream>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_requires_grad>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedDataParallel_with_amp_and_grad_is_view>, <__main__.TestDistBackendWithSpawn testMethod=test_DistributedSampler_padding>, <__main__.TestDistBackendWithSpawn testMethod=test_SyncBatchNorm_process_group>, <__main__.TestDistBackendWithSpawn testMethod=test_accumulate_gradients_no_sync>, <__main__.TestDistBackendWithSpawn testMethod=test_accumulate_gradients_no_sync_allreduce_hook>, <__main__.TestDistBackendWithSpawn testMethod=test_accumulate_gradients_no_sync_allreduce_with_then_hook>, <__main__.TestDistBackendWithSpawn testMethod=test_accumulate_gradients_no_sync_grad_is_view>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_coalesced_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_coalesced_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_coalesced_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_coalesced_simple>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_coalesced_with_empty>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_multigpu>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_multigpu_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_object_default_pg>, <__main__.TestDistBackendWithSpawn testMethod=test_all_gather_object_subgroup>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_full_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_full_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_full_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_full_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_max_complex_unsupported>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_coalesced_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_complex_unsupported_ops>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_full_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_full_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_full_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_full_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_max>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_min>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_multigpu>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_multigpu_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_product>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_result_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum_async>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum_cuda_async>, <__main__.TestDistBackendWithSpawn testMethod=test_all_reduce_sum_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_full_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_full_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_equal_split_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_full_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_group>, <__main__.TestDistBackendWithSpawn testMethod=test_all_to_all_single_unequal_split_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_average_parameters>, <__main__.TestDistBackendWithSpawn testMethod=test_backend_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_backend_group>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_full_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_group>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_group_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_timeout_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_timeout_global>, <__main__.TestDistBackendWithSpawn testMethod=test_barrier_timeout_group>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_gloo>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_gloo_tags>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_mixed_backend_err>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_nccl>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_no_rank_zero_nccl>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_op_err>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_op_list_err>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_ring_exchange_nccl>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_self_nccl>, <__main__.TestDistBackendWithSpawn testMethod=test_batch_isend_irecv_tensor_err>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast_group>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast_multigpu>, <__main__.TestDistBackendWithSpawn testMethod=test_broadcast_object_list>, <__main__.TestDistBackendWithSpawn testMethod=test_compute_bucket_assignment_by_size_sparse_error_with_logger>, <__main__.TestDistBackendWithSpawn testMethod=test_compute_bucket_assignment_by_size_sparse_error_without_logger>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_broadcast_buffer>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_broadcast_buffer_via_hook>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_buffer_hook_allreduce>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_buffer_hook_allreduce_return_future>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_build_debug_param_to_name_mapping>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_build_debug_param_to_name_mapping_requires_grad>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_comm_hook_logging>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_control_flow_different_across_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_control_flow_same_across_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_create_graph>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_device>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_forward_backward_hook>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_grad_div_uneven_inputs>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_parity_allreduce>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_parity_allreduce_process_group>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_parity_post_localSGD>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_parity_powerSGD>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adam_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adam_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_False>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_True>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_ignore_params_arg>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_inference>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_join_model_equivalence>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_logging_data_cpu>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_logging_data_gpu>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_model_diff_num_params_across_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_model_diff_shape_across_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_multiple_nested_unused_params_err_ignore_params>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_multiple_nested_unused_params_error>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_namedtuple>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_new_tensor_in_fwd>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_new_tensor_in_fwd_static_graph>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_profiling_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_profiling_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_python_error_logged>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_returns_tensor_with_no_grad>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_shared_grad_acc_unused_params>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_static_graph_nested_types>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_sync_bn_training_vs_eval>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_sync_module_states>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_uneven_input_exception>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_uneven_input_join_disable>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_uneven_inputs>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_uneven_inputs_stop_iteration_sync_bn>, <__main__.TestDistBackendWithSpawn testMethod=test_ddp_unused_params_rebuild_buckets_exception>, <__main__.TestDistBackendWithSpawn testMethod=test_destroy_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_destroy_group>, <__main__.TestDistBackendWithSpawn testMethod=test_detect_ddp_is_actually_static>, <__main__.TestDistBackendWithSpawn testMethod=test_different_graph_across_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_dump_DDP_relevant_env_vars>, <__main__.TestDistBackendWithSpawn testMethod=test_gather>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_checks>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_group>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_object>, <__main__.TestDistBackendWithSpawn testMethod=test_gather_object_subgroup>, <__main__.TestDistBackendWithSpawn testMethod=test_get_backend>, <__main__.TestDistBackendWithSpawn testMethod=test_get_future>, <__main__.TestDistBackendWithSpawn testMethod=test_get_rank>, <__main__.TestDistBackendWithSpawn testMethod=test_get_rank_size_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_get_rank_size_group>, <__main__.TestDistBackendWithSpawn testMethod=test_invalid_static_graph>, <__main__.TestDistBackendWithSpawn testMethod=test_irecv>, <__main__.TestDistBackendWithSpawn testMethod=test_isend>, <__main__.TestDistBackendWithSpawn testMethod=test_isend_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_isend_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_allreduce_hang>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_allreduce_hang_wait_all_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_failure_order>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_gloo>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_gloo_rank_0_timeout>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_gloo_subgroup>, <__main__.TestDistBackendWithSpawn testMethod=test_monitored_barrier_wait_all_ranks>, <__main__.TestDistBackendWithSpawn testMethod=test_nccl_backend_bool_allgather>, <__main__.TestDistBackendWithSpawn testMethod=test_nccl_backend_bool_allreduce>, <__main__.TestDistBackendWithSpawn testMethod=test_nccl_backend_bool_broadcast>, <__main__.TestDistBackendWithSpawn testMethod=test_nccl_backend_bool_reduce>, <__main__.TestDistBackendWithSpawn testMethod=test_nccl_high_priority_stream>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_by_enumeration>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_by_enumeration_input_rank_exceeds_world_size>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_by_enumeration_negative_input_rank>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_group_size_exceeds_world_size>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_overlap_not_allowed>, <__main__.TestDistBackendWithSpawn testMethod=test_new_subgroups_world_size_not_divisible_by_group_size>, <__main__.TestDistBackendWithSpawn testMethod=test_output_unused_in_loss_dict_module>, <__main__.TestDistBackendWithSpawn testMethod=test_output_unused_in_loss_tuple_module>, <__main__.TestDistBackendWithSpawn testMethod=test_periodic_model_averager>, <__main__.TestDistBackendWithSpawn testMethod=test_periodic_model_averager_param_group>, <__main__.TestDistBackendWithSpawn testMethod=test_post_localSGD_optimizer_parity>, <__main__.TestDistBackendWithSpawn testMethod=test_post_localSGD_optimizer_parity_grad_is_view>, <__main__.TestDistBackendWithSpawn testMethod=test_post_localSGD_optimizer_parity_with_hierarchical_sgd>, <__main__.TestDistBackendWithSpawn testMethod=test_post_localSGD_optimizer_parity_with_hierarchical_sgd_grad_is_view>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_full_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_full_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_full_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_full_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_group_max>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_group_min>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_group_product>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_group_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_max>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_min>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_multigpu>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_product>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_sum_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_sum_cuda_twice>, <__main__.TestDistBackendWithSpawn testMethod=test_reduce_sum_twice>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_checks>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_cuda_complex>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_full_group>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_group>, <__main__.TestDistBackendWithSpawn testMethod=test_scatter_object_list>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_any_source>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_any_source_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_any_source_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_nccl>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_nccl_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_nccl_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_with_tag>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_with_tag_autograd_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_send_recv_with_tag_torch_profiler>, <__main__.TestDistBackendWithSpawn testMethod=test_sparse_all_reduce_sum>, <__main__.TestDistBackendWithSpawn testMethod=test_sparse_all_reduce_sum_cuda>, <__main__.TestDistBackendWithSpawn testMethod=test_stateless_api_with_ddp>, <__main__.TestDistBackendWithSpawn testMethod=test_static_graph_api_cpu>, <__main__.TestDistBackendWithSpawn testMethod=test_sync_bn_logged>, <__main__.TestDistBackendWithSpawn testMethod=test_undefined_grad_parity_unused_parameters>, <__main__.TestDistBackendWithSpawn testMethod=test_verify_model_across_rank_with_logger>, <__main__.TestDistBackendWithSpawn testMethod=test_verify_model_across_rank_without_logger>]> 2022-05-18T05:35:10.6095480Z test_1_level_hierarchical_model_averager_equivalent_to_periodic_model_averager (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6095920Z test_3_level_hierarchical_model_averager (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6096270Z test_Backend_enum_class (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6096600Z test_DistributedDataParallel (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6096970Z test_DistributedDataParallelCPU (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6097370Z test_DistributedDataParallelCPU_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6097760Z test_DistributedDataParallel_SyncBatchNorm (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6098170Z test_DistributedDataParallel_SyncBatchNorm_2D_Input (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6098590Z test_DistributedDataParallel_SyncBatchNorm_Channels_Last (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6099390Z test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_Running_Value (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6099920Z test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_gradient (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6100360Z test_DistributedDataParallel_SyncBatchNorm_No_Affine (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6100810Z test_DistributedDataParallel_SyncBatchNorm_Single_Input_Per_Process (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6101230Z test_DistributedDataParallel_non_default_stream (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6101630Z test_DistributedDataParallel_requires_grad (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6102030Z test_DistributedDataParallel_with_amp_and_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6102410Z test_DistributedSampler_padding (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6102760Z test_SyncBatchNorm_process_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6103120Z test_accumulate_gradients_no_sync (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6103490Z test_accumulate_gradients_no_sync_allreduce_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6103890Z test_accumulate_gradients_no_sync_allreduce_with_then_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6104280Z test_accumulate_gradients_no_sync_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6104610Z test_all_gather (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6104930Z test_all_gather_coalesced_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6105290Z test_all_gather_coalesced_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6105630Z test_all_gather_coalesced_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6105970Z test_all_gather_coalesced_simple (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6106320Z test_all_gather_coalesced_with_empty (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6106660Z test_all_gather_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6106980Z test_all_gather_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6107290Z test_all_gather_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6107630Z test_all_gather_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6107950Z test_all_gather_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6108260Z test_all_gather_multigpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6108900Z test_all_gather_multigpu_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6109250Z test_all_gather_object_default_pg (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6109590Z test_all_gather_object_subgroup (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6109940Z test_all_reduce_coalesced_full_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6110310Z test_all_reduce_coalesced_full_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6110680Z test_all_reduce_coalesced_full_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6111040Z test_all_reduce_coalesced_full_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6111400Z test_all_reduce_coalesced_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6111750Z test_all_reduce_coalesced_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6112100Z test_all_reduce_coalesced_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6112460Z test_all_reduce_coalesced_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6112800Z test_all_reduce_coalesced_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6113160Z test_all_reduce_coalesced_max_complex_unsupported (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6113510Z test_all_reduce_coalesced_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6114060Z test_all_reduce_coalesced_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6114440Z test_all_reduce_coalesced_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6114790Z test_all_reduce_complex_unsupported_ops (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6115140Z test_all_reduce_full_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6115480Z test_all_reduce_full_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6115810Z test_all_reduce_full_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6116160Z test_all_reduce_full_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6116490Z test_all_reduce_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6116800Z test_all_reduce_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6117120Z test_all_reduce_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6117530Z test_all_reduce_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6117850Z test_all_reduce_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6118160Z test_all_reduce_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6118480Z test_all_reduce_multigpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6118810Z test_all_reduce_multigpu_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6119140Z test_all_reduce_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6119460Z test_all_reduce_result_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6119780Z test_all_reduce_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6120090Z test_all_reduce_sum_async (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6120410Z test_all_reduce_sum_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6120720Z test_all_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6121050Z test_all_reduce_sum_cuda_async (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6121390Z test_all_reduce_sum_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6121710Z test_all_to_all (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6122020Z test_all_to_all_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6122330Z test_all_to_all_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6122650Z test_all_to_all_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6122970Z test_all_to_all_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6123300Z test_all_to_all_full_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6123890Z test_all_to_all_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6124210Z test_all_to_all_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6124540Z test_all_to_all_single_equal_split (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6124900Z test_all_to_all_single_equal_split_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6125260Z test_all_to_all_single_equal_split_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6125630Z test_all_to_all_single_equal_split_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6126000Z test_all_to_all_single_equal_split_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6126370Z test_all_to_all_single_equal_split_full_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6126740Z test_all_to_all_single_equal_split_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6127110Z test_all_to_all_single_equal_split_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6127470Z test_all_to_all_single_unequal_split (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6127820Z test_all_to_all_single_unequal_split_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6128190Z test_all_to_all_single_unequal_split_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6128550Z test_all_to_all_single_unequal_split_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6129130Z test_all_to_all_single_unequal_split_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6129560Z test_all_to_all_single_unequal_split_full_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6129940Z test_all_to_all_single_unequal_split_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6130310Z test_all_to_all_single_unequal_split_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6130650Z test_average_parameters (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6130980Z test_backend_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6131280Z test_backend_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6131580Z test_barrier (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6131880Z test_barrier_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6132190Z test_barrier_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6132500Z test_barrier_full_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6132830Z test_barrier_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6133140Z test_barrier_group_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6133630Z test_barrier_timeout_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6133970Z test_barrier_timeout_global (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6134300Z test_barrier_timeout_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6134620Z test_batch_isend_irecv_gloo (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6134960Z test_batch_isend_irecv_gloo_tags (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6135310Z test_batch_isend_irecv_mixed_backend_err (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6135650Z test_batch_isend_irecv_nccl (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6135990Z test_batch_isend_irecv_no_rank_zero_nccl (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6136340Z test_batch_isend_irecv_op_err (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6136680Z test_batch_isend_irecv_op_list_err (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6137030Z test_batch_isend_irecv_ring_exchange_nccl (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6137380Z test_batch_isend_irecv_self_nccl (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6137710Z test_batch_isend_irecv_tensor_err (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6138030Z test_broadcast (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6138600Z test_broadcast_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6138920Z test_broadcast_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6139240Z test_broadcast_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6139560Z test_broadcast_multigpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6139880Z test_broadcast_object_list (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6140260Z test_compute_bucket_assignment_by_size_sparse_error_with_logger (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6140690Z test_compute_bucket_assignment_by_size_sparse_error_without_logger (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6141060Z test_ddp_broadcast_buffer (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6141400Z test_ddp_broadcast_buffer_via_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6141730Z test_ddp_buffer_hook_allreduce (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6142090Z test_ddp_buffer_hook_allreduce_return_future (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6142460Z test_ddp_build_debug_param_to_name_mapping (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6142840Z test_ddp_build_debug_param_to_name_mapping_requires_grad (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6143210Z test_ddp_comm_hook_logging (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6143750Z test_ddp_control_flow_different_across_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6144170Z test_ddp_control_flow_same_across_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6144500Z test_ddp_create_graph (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6144800Z test_ddp_device (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6145120Z test_ddp_forward_backward_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6145450Z test_ddp_grad_div_uneven_inputs (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6145800Z test_ddp_hook_parity_allreduce (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6146150Z test_ddp_hook_parity_allreduce_process_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6146500Z test_ddp_hook_parity_post_localSGD (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6146850Z test_ddp_hook_parity_powerSGD (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6147220Z test_ddp_hook_with_optimizer_parity_adam_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6147710Z test_ddp_hook_with_optimizer_parity_adam_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6148180Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6148690Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6149190Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6149700Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6150190Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6150690Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6151190Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6151680Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6152130Z test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_False (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6152800Z test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_True (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6153170Z test_ddp_ignore_params_arg (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6153490Z test_ddp_inference (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6153810Z test_ddp_join_model_equivalence (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6154150Z test_ddp_logging_data_cpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6154470Z test_ddp_logging_data_gpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6154820Z test_ddp_model_diff_num_params_across_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6155180Z test_ddp_model_diff_shape_across_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6155560Z test_ddp_multiple_nested_unused_params_err_ignore_params (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6155950Z test_ddp_multiple_nested_unused_params_error (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6156280Z test_ddp_namedtuple (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6156600Z test_ddp_new_tensor_in_fwd (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6156940Z test_ddp_new_tensor_in_fwd_static_graph (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6157290Z test_ddp_profiling_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6157840Z test_ddp_profiling_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6158230Z test_ddp_python_error_logged (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6158580Z test_ddp_returns_tensor_with_no_grad (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6158920Z test_ddp_shared_grad_acc_unused_params (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6159270Z test_ddp_static_graph_nested_types (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6159620Z test_ddp_sync_bn_training_vs_eval (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6159960Z test_ddp_sync_module_states (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6160290Z test_ddp_uneven_input_exception (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6160640Z test_ddp_uneven_input_join_disable (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6160960Z test_ddp_uneven_inputs (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6161310Z test_ddp_uneven_inputs_stop_iteration_sync_bn (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6161690Z test_ddp_unused_params_rebuild_buckets_exception (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6162040Z test_destroy_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6162350Z test_destroy_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6162680Z test_detect_ddp_is_actually_static (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6163030Z test_different_graph_across_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6163370Z test_dump_DDP_relevant_env_vars (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6163680Z test_gather (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6163980Z test_gather_checks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6164280Z test_gather_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6164580Z test_gather_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6164890Z test_gather_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6165190Z test_gather_object (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6165510Z test_gather_object_subgroup (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6165820Z test_get_backend (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6166120Z test_get_future (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6166410Z test_get_rank (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6166720Z test_get_rank_size_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6167290Z test_get_rank_size_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6167680Z test_invalid_static_graph (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6167990Z test_irecv (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6168270Z test_isend (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6168580Z test_isend_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6168910Z test_isend_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6169250Z test_monitored_barrier_allreduce_hang (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6169630Z test_monitored_barrier_allreduce_hang_wait_all_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6170000Z test_monitored_barrier_failure_order (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6170340Z test_monitored_barrier_gloo (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6170690Z test_monitored_barrier_gloo_rank_0_timeout (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6171050Z test_monitored_barrier_gloo_subgroup (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6171410Z test_monitored_barrier_wait_all_ranks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6171750Z test_nccl_backend_bool_allgather (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6172090Z test_nccl_backend_bool_allreduce (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6172420Z test_nccl_backend_bool_broadcast (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6172960Z test_nccl_backend_bool_reduce (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6173350Z test_nccl_high_priority_stream (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6173680Z test_new_subgroups (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6174000Z test_new_subgroups_by_enumeration (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6174380Z test_new_subgroups_by_enumeration_input_rank_exceeds_world_size (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6174800Z test_new_subgroups_by_enumeration_negative_input_rank (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6175190Z test_new_subgroups_group_size_exceeds_world_size (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6175560Z test_new_subgroups_overlap_not_allowed (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6175940Z test_new_subgroups_world_size_not_divisible_by_group_size (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6176320Z test_output_unused_in_loss_dict_module (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6176660Z test_output_unused_in_loss_tuple_module (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6177010Z test_periodic_model_averager (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6177360Z test_periodic_model_averager_param_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6177720Z test_post_localSGD_optimizer_parity (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6178090Z test_post_localSGD_optimizer_parity_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6178500Z test_post_localSGD_optimizer_parity_with_hierarchical_sgd (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6178920Z test_post_localSGD_optimizer_parity_with_hierarchical_sgd_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6179290Z test_reduce_full_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6179610Z test_reduce_full_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6179940Z test_reduce_full_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6180270Z test_reduce_full_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6180590Z test_reduce_group_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6180910Z test_reduce_group_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6181210Z test_reduce_group_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6181530Z test_reduce_group_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6182090Z test_reduce_max (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6182390Z test_reduce_min (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6182700Z test_reduce_multigpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6183010Z test_reduce_product (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6183310Z test_reduce_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6183610Z test_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6183930Z test_reduce_sum_cuda_twice (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6184250Z test_reduce_sum_twice (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6184540Z test_scatter (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6184850Z test_scatter_checks (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6196150Z test_scatter_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6196480Z test_scatter_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6196800Z test_scatter_cuda_complex (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6197120Z test_scatter_full_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6197430Z test_scatter_group (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6197740Z test_scatter_object_list (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6198040Z test_send_recv (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6198600Z test_send_recv_any_source (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6198990Z test_send_recv_any_source_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6199390Z test_send_recv_any_source_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6199740Z test_send_recv_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6200060Z test_send_recv_nccl (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6200390Z test_send_recv_nccl_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6200760Z test_send_recv_nccl_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6201100Z test_send_recv_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6201430Z test_send_recv_with_tag (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6201780Z test_send_recv_with_tag_autograd_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6202130Z test_send_recv_with_tag_torch_profiler (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6202480Z test_sparse_all_reduce_sum (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6202820Z test_sparse_all_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6203160Z test_stateless_api_with_ddp (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6203500Z test_static_graph_api_cpu (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6203810Z test_sync_bn_logged (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6204160Z test_undefined_grad_parity_unused_parameters (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6204540Z test_verify_model_across_rank_with_logger (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:10.6204910Z test_verify_model_across_rank_without_logger (__main__.TestDistBackendWithSpawn) 2022-05-18T05:35:12.0420900Z 2022-05-18T05:35:12.0421630Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:12.0422050Z Running tests... 2022-05-18T05:35:12.0422480Z ---------------------------------------------------------------------- 2022-05-18T05:35:12.4580680Z test_1_level_hierarchical_model_averager_equivalent_to_periodic_model_averager (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12125 2022-05-18T05:35:12.4728860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12126 2022-05-18T05:35:12.4840150Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12127 2022-05-18T05:35:14.0220640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:14.0739740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:14.0745440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:14.0748330Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:14.1020910Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:14.1506160Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:14.1521690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:14.2225950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:14.3302110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:14.6452990Z skip: Need at least 2 CUDA devices (2.603s) 2022-05-18T05:35:14.6522080Z 2022-05-18T05:35:14.6522930Z ---------------------------------------------------------------------- 2022-05-18T05:35:14.6523560Z Ran 1 test in 2.604s 2022-05-18T05:35:14.6524000Z 2022-05-18T05:35:14.6524330Z OK (skipped=1) 2022-05-18T05:35:14.6524730Z 2022-05-18T05:35:14.6525410Z Generating XML reports... 2022-05-18T05:35:14.6526440Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053512.xml 2022-05-18T05:35:16.3838670Z 2022-05-18T05:35:16.3839450Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:16.3839800Z Running tests... 2022-05-18T05:35:16.3840200Z ---------------------------------------------------------------------- 2022-05-18T05:35:16.3899710Z test_3_level_hierarchical_model_averager (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.006s) 2022-05-18T05:35:16.3954270Z 2022-05-18T05:35:16.3954690Z ---------------------------------------------------------------------- 2022-05-18T05:35:16.3955010Z Ran 1 test in 0.006s 2022-05-18T05:35:16.3955140Z 2022-05-18T05:35:16.3955230Z OK (skipped=1) 2022-05-18T05:35:16.3955340Z 2022-05-18T05:35:16.3955430Z Generating XML reports... 2022-05-18T05:35:16.3956140Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053516.xml 2022-05-18T05:35:17.9760620Z 2022-05-18T05:35:17.9761380Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:17.9761730Z Running tests... 2022-05-18T05:35:17.9762110Z ---------------------------------------------------------------------- 2022-05-18T05:35:18.3995760Z test_Backend_enum_class (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12137 2022-05-18T05:35:18.4144130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12138 2022-05-18T05:35:18.4216320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12139 2022-05-18T05:35:19.9778380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:19.9779700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:19.9782310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:19.9784310Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:19.9785050Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:19.9787840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:20.0611580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:20.1606540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:20.1609740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:20.4839060Z ok (2.507s) 2022-05-18T05:35:20.4904870Z 2022-05-18T05:35:20.4905450Z ---------------------------------------------------------------------- 2022-05-18T05:35:20.4905750Z Ran 1 test in 2.508s 2022-05-18T05:35:20.4905880Z 2022-05-18T05:35:20.4905950Z OK 2022-05-18T05:35:20.4906060Z 2022-05-18T05:35:20.4906160Z Generating XML reports... 2022-05-18T05:35:20.4906760Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053517.xml 2022-05-18T05:35:22.1723820Z 2022-05-18T05:35:22.1724580Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:22.1724920Z Running tests... 2022-05-18T05:35:22.1725300Z ---------------------------------------------------------------------- 2022-05-18T05:35:22.5853050Z test_DistributedDataParallel (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12146 2022-05-18T05:35:22.5933800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12147 2022-05-18T05:35:22.6102360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12148 2022-05-18T05:35:24.1376060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:24.1378120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:24.1379780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:24.1382570Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:24.1383840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:24.1385730Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:24.1740070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:24.2422640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:24.2819190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:24.4838180Z skip: CUDA is not available. (2.311s) 2022-05-18T05:35:24.4908950Z 2022-05-18T05:35:24.4909800Z ---------------------------------------------------------------------- 2022-05-18T05:35:24.4910160Z Ran 1 test in 2.312s 2022-05-18T05:35:24.4910290Z 2022-05-18T05:35:24.4910380Z OK (skipped=1) 2022-05-18T05:35:24.4910500Z 2022-05-18T05:35:24.4910600Z Generating XML reports... 2022-05-18T05:35:24.4911200Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053522.xml 2022-05-18T05:35:26.1946260Z 2022-05-18T05:35:26.1947180Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:26.1947550Z Running tests... 2022-05-18T05:35:26.1947940Z ---------------------------------------------------------------------- 2022-05-18T05:35:26.6258720Z test_DistributedDataParallelCPU (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12156 2022-05-18T05:35:26.6342250Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12157 2022-05-18T05:35:26.6485730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12158 2022-05-18T05:35:28.1786340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:28.1793560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:28.1795200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:28.1796670Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:28.1799810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:28.1899720Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:28.2605400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:28.2751100Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwg2tlytl 2022-05-18T05:35:28.2755800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpwg2tlytl/_remote_module_non_scriptable.py 2022-05-18T05:35:28.3296070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:28.3444570Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_x0pwnjd 2022-05-18T05:35:28.3447600Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_x0pwnjd/_remote_module_non_scriptable.py 2022-05-18T05:35:28.3917130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:28.4065510Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeb3dfsj_ 2022-05-18T05:35:28.4068830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpeb3dfsj_/_remote_module_non_scriptable.py 2022-05-18T05:35:28.4652260Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:35:28.4654710Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:35:28.4660570Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:35:28.8584130Z ok (2.664s) 2022-05-18T05:35:28.8649780Z 2022-05-18T05:35:28.8651780Z ---------------------------------------------------------------------- 2022-05-18T05:35:28.8652710Z Ran 1 test in 2.664s 2022-05-18T05:35:28.8653030Z 2022-05-18T05:35:28.8653250Z OK 2022-05-18T05:35:28.8653530Z 2022-05-18T05:35:28.8653920Z Generating XML reports... 2022-05-18T05:35:28.8654610Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053526.xml 2022-05-18T05:35:30.5657930Z 2022-05-18T05:35:30.5658720Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:30.5659070Z Running tests... 2022-05-18T05:35:30.5659470Z ---------------------------------------------------------------------- 2022-05-18T05:35:30.9679670Z test_DistributedDataParallelCPU_grad_is_view (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12165 2022-05-18T05:35:30.9813930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12166 2022-05-18T05:35:30.9916610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12167 2022-05-18T05:35:32.5745240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:32.6029390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:32.6036310Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:32.6037610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:32.6038370Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:32.6039040Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:32.6051010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:32.6152890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:32.6315090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:32.6315730Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpexynfplj 2022-05-18T05:35:32.6441940Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5x_wgsu1 2022-05-18T05:35:32.6443040Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgo9j2dak 2022-05-18T05:35:32.6444490Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpexynfplj/_remote_module_non_scriptable.py 2022-05-18T05:35:32.6445270Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5x_wgsu1/_remote_module_non_scriptable.py 2022-05-18T05:35:32.6445800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpgo9j2dak/_remote_module_non_scriptable.py 2022-05-18T05:35:32.6812040Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:35:32.6886520Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:35:32.6888190Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:35:33.0836540Z ok (2.518s) 2022-05-18T05:35:33.0901540Z 2022-05-18T05:35:33.0902190Z ---------------------------------------------------------------------- 2022-05-18T05:35:33.0902530Z Ran 1 test in 2.518s 2022-05-18T05:35:33.0902670Z 2022-05-18T05:35:33.0902860Z OK 2022-05-18T05:35:33.0902970Z 2022-05-18T05:35:33.0903070Z Generating XML reports... 2022-05-18T05:35:33.0903660Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053530.xml 2022-05-18T05:35:34.7652150Z 2022-05-18T05:35:34.7652500Z Running tests... 2022-05-18T05:35:34.7653200Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:35.1895250Z ---------------------------------------------------------------------- 2022-05-18T05:35:35.1895810Z test_DistributedDataParallel_SyncBatchNorm (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12174 2022-05-18T05:35:35.2032060Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12175 2022-05-18T05:35:35.2200540Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12176 2022-05-18T05:35:36.7893240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:36.8003440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:36.8004770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:36.8006540Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:36.8007960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:36.8520560Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:36.8534990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:36.9394640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:37.0244300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:37.2907660Z skip: CUDA is not available. (2.525s) 2022-05-18T05:35:37.2974950Z 2022-05-18T05:35:37.2975530Z ---------------------------------------------------------------------- 2022-05-18T05:35:37.2975840Z Ran 1 test in 2.526s 2022-05-18T05:35:37.2975970Z 2022-05-18T05:35:37.2976080Z OK (skipped=1) 2022-05-18T05:35:37.2976210Z 2022-05-18T05:35:37.2976310Z Generating XML reports... 2022-05-18T05:35:37.2976900Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053534.xml 2022-05-18T05:35:38.9736120Z 2022-05-18T05:35:38.9736890Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:38.9737250Z Running tests... 2022-05-18T05:35:38.9738120Z ---------------------------------------------------------------------- 2022-05-18T05:35:39.3895950Z test_DistributedDataParallel_SyncBatchNorm_2D_Input (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12184 2022-05-18T05:35:39.3974120Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12185 2022-05-18T05:35:39.4109050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12186 2022-05-18T05:35:41.0168150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:41.0296350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:41.0298040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:41.0299490Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:41.0300820Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:41.0972170Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:41.1299330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:41.2243690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:41.2849200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:41.5348770Z skip: CUDA is not available. (2.561s) 2022-05-18T05:35:41.5415550Z 2022-05-18T05:35:41.5416140Z ---------------------------------------------------------------------- 2022-05-18T05:35:41.5416430Z Ran 1 test in 2.562s 2022-05-18T05:35:41.5416570Z 2022-05-18T05:35:41.5416660Z OK (skipped=1) 2022-05-18T05:35:41.5416780Z 2022-05-18T05:35:41.5416900Z Generating XML reports... 2022-05-18T05:35:41.5417500Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053538.xml 2022-05-18T05:35:43.2219710Z 2022-05-18T05:35:43.2220470Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:43.2220810Z Running tests... 2022-05-18T05:35:43.2221210Z ---------------------------------------------------------------------- 2022-05-18T05:35:43.6340690Z test_DistributedDataParallel_SyncBatchNorm_Channels_Last (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12193 2022-05-18T05:35:43.6489750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12194 2022-05-18T05:35:43.6628670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12195 2022-05-18T05:35:45.1583070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:45.1668150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:45.2024110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:45.2026610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:45.2037850Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:45.2269920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:45.2284160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:45.3062560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:45.3534840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:45.6081350Z skip: CUDA is not available. (2.386s) 2022-05-18T05:35:45.6147680Z 2022-05-18T05:35:45.6149480Z ---------------------------------------------------------------------- 2022-05-18T05:35:45.6150160Z Ran 1 test in 2.387s 2022-05-18T05:35:45.6150620Z 2022-05-18T05:35:45.6150980Z OK (skipped=1) 2022-05-18T05:35:45.6151680Z 2022-05-18T05:35:45.6152780Z Generating XML reports... 2022-05-18T05:35:45.6154000Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053543.xml 2022-05-18T05:35:47.3640850Z 2022-05-18T05:35:47.3641640Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:47.3642110Z Running tests... 2022-05-18T05:35:47.3642530Z ---------------------------------------------------------------------- 2022-05-18T05:35:47.7952930Z test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_Running_Value (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12203 2022-05-18T05:35:47.8122690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12204 2022-05-18T05:35:47.8227240Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12205 2022-05-18T05:35:49.3666900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:49.3668240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:49.3781270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:49.3783900Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:49.3898950Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:49.4540320Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:49.4554520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:49.4868320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:49.4988890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:49.7430630Z skip: CUDA is not available. (2.379s) 2022-05-18T05:35:49.7498740Z 2022-05-18T05:35:49.7499360Z ---------------------------------------------------------------------- 2022-05-18T05:35:49.7499670Z Ran 1 test in 2.380s 2022-05-18T05:35:49.7499810Z 2022-05-18T05:35:49.7499890Z OK (skipped=1) 2022-05-18T05:35:49.7500010Z 2022-05-18T05:35:49.7500110Z Generating XML reports... 2022-05-18T05:35:49.7500720Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053547.xml 2022-05-18T05:35:51.4168930Z 2022-05-18T05:35:51.4169700Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:51.4170050Z Running tests... 2022-05-18T05:35:51.4170450Z ---------------------------------------------------------------------- 2022-05-18T05:35:51.8244600Z test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_gradient (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12212 2022-05-18T05:35:51.8314030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12213 2022-05-18T05:35:51.8448460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12214 2022-05-18T05:35:53.3410560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:53.3499570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:53.3826290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:53.3828600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:53.3833570Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:53.4403010Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:53.4417570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:53.4878820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:53.6023630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:53.8584070Z skip: CUDA is not available. (2.441s) 2022-05-18T05:35:53.8652200Z 2022-05-18T05:35:53.8653520Z ---------------------------------------------------------------------- 2022-05-18T05:35:53.8654700Z Ran 1 test in 2.442s 2022-05-18T05:35:53.8655160Z 2022-05-18T05:35:53.8655610Z OK (skipped=1) 2022-05-18T05:35:53.8655880Z 2022-05-18T05:35:53.8656210Z Generating XML reports... 2022-05-18T05:35:53.8656870Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053551.xml 2022-05-18T05:35:55.5381010Z 2022-05-18T05:35:55.5381760Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:55.5382100Z Running tests... 2022-05-18T05:35:55.5382590Z ---------------------------------------------------------------------- 2022-05-18T05:35:55.9523130Z test_DistributedDataParallel_SyncBatchNorm_No_Affine (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12221 2022-05-18T05:35:55.9596620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12222 2022-05-18T05:35:55.9729440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12223 2022-05-18T05:35:57.5346650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:35:57.6031070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:35:57.6032570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:35:57.6034400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:57.6035100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:57.6043600Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:35:57.6062300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:35:57.6066350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:35:57.8399820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:35:58.0801910Z skip: CUDA is not available. (2.542s) 2022-05-18T05:35:58.0871360Z 2022-05-18T05:35:58.0871970Z ---------------------------------------------------------------------- 2022-05-18T05:35:58.0872290Z Ran 1 test in 2.543s 2022-05-18T05:35:58.0872410Z 2022-05-18T05:35:58.0872490Z OK (skipped=1) 2022-05-18T05:35:58.0872610Z 2022-05-18T05:35:58.0872710Z Generating XML reports... 2022-05-18T05:35:58.0873310Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053555.xml 2022-05-18T05:35:59.7713030Z 2022-05-18T05:35:59.7714320Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:35:59.7714730Z Running tests... 2022-05-18T05:35:59.7715160Z ---------------------------------------------------------------------- 2022-05-18T05:36:00.1783930Z test_DistributedDataParallel_SyncBatchNorm_Single_Input_Per_Process (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12231 2022-05-18T05:36:00.1936430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12232 2022-05-18T05:36:00.2052580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12233 2022-05-18T05:36:01.7371920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:01.7468320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:01.7470110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:01.7471240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:01.7473300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:01.7478560Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:01.7951360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:01.8528420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:01.9403960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:02.2375650Z skip: CUDA is not available. (2.466s) 2022-05-18T05:36:02.2443680Z 2022-05-18T05:36:02.2444200Z ---------------------------------------------------------------------- 2022-05-18T05:36:02.2444490Z Ran 1 test in 2.467s 2022-05-18T05:36:02.2446180Z 2022-05-18T05:36:02.2446650Z OK (skipped=1) 2022-05-18T05:36:02.2446800Z 2022-05-18T05:36:02.2447120Z Generating XML reports... 2022-05-18T05:36:02.2447870Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053559.xml 2022-05-18T05:36:03.9225990Z 2022-05-18T05:36:03.9226740Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:03.9227620Z Running tests... 2022-05-18T05:36:03.9228040Z ---------------------------------------------------------------------- 2022-05-18T05:36:04.3427800Z test_DistributedDataParallel_non_default_stream (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12240 2022-05-18T05:36:04.3503590Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12241 2022-05-18T05:36:04.3645670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12242 2022-05-18T05:36:05.8859960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:05.8923510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:05.9178150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:05.9181320Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:05.9654480Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:05.9770550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:05.9784100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:06.1395430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:06.1404010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:06.4833760Z skip: Need at least 3 CUDA devices (2.561s) 2022-05-18T05:36:06.4901480Z 2022-05-18T05:36:06.4902420Z ---------------------------------------------------------------------- 2022-05-18T05:36:06.4903050Z Ran 1 test in 2.561s 2022-05-18T05:36:06.4910670Z 2022-05-18T05:36:06.4910780Z OK (skipped=1) 2022-05-18T05:36:06.4910930Z 2022-05-18T05:36:06.4911030Z Generating XML reports... 2022-05-18T05:36:06.4911680Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053603.xml 2022-05-18T05:36:08.1946420Z 2022-05-18T05:36:08.1947140Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:08.1947500Z Running tests... 2022-05-18T05:36:08.1947930Z ---------------------------------------------------------------------- 2022-05-18T05:36:08.6111690Z test_DistributedDataParallel_requires_grad (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12250 2022-05-18T05:36:08.6184780Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12251 2022-05-18T05:36:08.6352670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12252 2022-05-18T05:36:10.2479470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:10.2556380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:10.2562480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:10.2565440Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:10.3287920Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:10.3293830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:10.3413310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:10.3417540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:10.4606410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:11.0863830Z ok (2.892s) 2022-05-18T05:36:11.0926760Z 2022-05-18T05:36:11.0927530Z ---------------------------------------------------------------------- 2022-05-18T05:36:11.0927850Z Ran 1 test in 2.892s 2022-05-18T05:36:11.0927980Z 2022-05-18T05:36:11.0928050Z OK 2022-05-18T05:36:11.0928150Z 2022-05-18T05:36:11.0928270Z Generating XML reports... 2022-05-18T05:36:11.0929100Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053608.xml 2022-05-18T05:36:12.8065740Z 2022-05-18T05:36:12.8066500Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:12.8066850Z Running tests... 2022-05-18T05:36:12.8067260Z ---------------------------------------------------------------------- 2022-05-18T05:36:13.2250670Z test_DistributedDataParallel_with_amp_and_grad_is_view (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12259 2022-05-18T05:36:13.2401710Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12260 2022-05-18T05:36:13.2507390Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12261 2022-05-18T05:36:14.8059600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:14.8793430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:14.8795140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:14.8796460Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:14.8797440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:14.8904030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:14.9818470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:15.0236860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:15.1028390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:15.3372500Z skip: CUDA is not available. (2.530s) 2022-05-18T05:36:15.3439590Z 2022-05-18T05:36:15.3440280Z ---------------------------------------------------------------------- 2022-05-18T05:36:15.3440600Z Ran 1 test in 2.531s 2022-05-18T05:36:15.3440750Z 2022-05-18T05:36:15.3440830Z OK (skipped=1) 2022-05-18T05:36:15.3440960Z 2022-05-18T05:36:15.3441050Z Generating XML reports... 2022-05-18T05:36:15.3441750Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053612.xml 2022-05-18T05:36:17.0910250Z 2022-05-18T05:36:17.0910600Z Running tests... 2022-05-18T05:36:17.0911230Z ---------------------------------------------------------------------- 2022-05-18T05:36:17.0911750Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:17.5137370Z test_DistributedSampler_padding (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12269 2022-05-18T05:36:17.5210380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12270 2022-05-18T05:36:17.5312460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12271 2022-05-18T05:36:19.0965790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:19.0967180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:19.1298890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:19.1301360Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:19.1983850Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:19.1985220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:19.2000940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:19.2004260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:19.3823050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:19.6085460Z skip: Need at least 3 CUDA devices (2.517s) 2022-05-18T05:36:19.6150770Z 2022-05-18T05:36:19.6151590Z ---------------------------------------------------------------------- 2022-05-18T05:36:19.6151890Z Ran 1 test in 2.518s 2022-05-18T05:36:19.6152030Z 2022-05-18T05:36:19.6152110Z OK (skipped=1) 2022-05-18T05:36:19.6152230Z 2022-05-18T05:36:19.6152330Z Generating XML reports... 2022-05-18T05:36:19.6153430Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053617.xml 2022-05-18T05:36:21.3525910Z 2022-05-18T05:36:21.3526690Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:21.3527040Z Running tests... 2022-05-18T05:36:21.3527440Z ---------------------------------------------------------------------- 2022-05-18T05:36:21.3553860Z test_SyncBatchNorm_process_group (__main__.TestDistBackendWithSpawn) ... skip: no torchvision (0.003s) 2022-05-18T05:36:21.3608150Z 2022-05-18T05:36:21.3608810Z ---------------------------------------------------------------------- 2022-05-18T05:36:21.3609130Z Ran 1 test in 0.003s 2022-05-18T05:36:21.3609270Z 2022-05-18T05:36:21.3609350Z OK (skipped=1) 2022-05-18T05:36:21.3609480Z 2022-05-18T05:36:21.3609570Z Generating XML reports... 2022-05-18T05:36:21.3610330Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053621.xml 2022-05-18T05:36:22.9870490Z 2022-05-18T05:36:22.9870850Z Running tests... 2022-05-18T05:36:22.9871500Z ---------------------------------------------------------------------- 2022-05-18T05:36:22.9872030Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:22.9896790Z test_accumulate_gradients_no_sync (__main__.TestDistBackendWithSpawn) 2022-05-18T05:36:23.4081940Z Runs _test_accumulate_gradients_no_sync using default inputs ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12280 2022-05-18T05:36:23.4158690Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12281 2022-05-18T05:36:23.4304340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12282 2022-05-18T05:36:24.9505330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:24.9506260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:24.9902790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:24.9905950Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:25.0767380Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:25.0769070Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:25.0786160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:25.0788780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:25.0945620Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjdl0k54c 2022-05-18T05:36:25.0947220Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj0iwu0zi 2022-05-18T05:36:25.0948830Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjdl0k54c/_remote_module_non_scriptable.py 2022-05-18T05:36:25.0951150Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpj0iwu0zi/_remote_module_non_scriptable.py 2022-05-18T05:36:25.1058820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:25.1153610Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpts5n6qi8 2022-05-18T05:36:25.1156910Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpts5n6qi8/_remote_module_non_scriptable.py 2022-05-18T05:36:25.4657760Z ok (2.478s) 2022-05-18T05:36:25.4722190Z 2022-05-18T05:36:25.4723290Z ---------------------------------------------------------------------- 2022-05-18T05:36:25.4723660Z Ran 1 test in 2.479s 2022-05-18T05:36:25.4723790Z 2022-05-18T05:36:25.4723860Z OK 2022-05-18T05:36:25.4723960Z 2022-05-18T05:36:25.4724060Z Generating XML reports... 2022-05-18T05:36:25.4724680Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053622.xml 2022-05-18T05:36:27.1895420Z 2022-05-18T05:36:27.1896170Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:27.1896550Z Running tests... 2022-05-18T05:36:27.1896940Z ---------------------------------------------------------------------- 2022-05-18T05:36:27.1926690Z test_accumulate_gradients_no_sync_allreduce_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:36:27.6104270Z Runs multiple iterations on _test_accumulate_gradients_no_sync ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12290 2022-05-18T05:36:27.6163890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12291 2022-05-18T05:36:27.6290100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12292 2022-05-18T05:36:29.2538170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:29.2778520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:29.2780440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:29.2781730Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:29.2783350Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:29.3541380Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:29.3801560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:29.3962830Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnx3m5qfd 2022-05-18T05:36:29.3966890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpnx3m5qfd/_remote_module_non_scriptable.py 2022-05-18T05:36:29.5474770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:29.5638390Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpco2ii9gn 2022-05-18T05:36:29.5641770Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpco2ii9gn/_remote_module_non_scriptable.py 2022-05-18T05:36:29.5913340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:29.6091380Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbf3z0m0w 2022-05-18T05:36:29.6094860Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpbf3z0m0w/_remote_module_non_scriptable.py 2022-05-18T05:36:29.6777090Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:36:29.6808160Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:36:29.6808630Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:36:29.9353380Z ok (2.746s) 2022-05-18T05:36:29.9418740Z 2022-05-18T05:36:29.9419520Z ---------------------------------------------------------------------- 2022-05-18T05:36:29.9419840Z Ran 1 test in 2.746s 2022-05-18T05:36:29.9419980Z 2022-05-18T05:36:29.9420040Z OK 2022-05-18T05:36:29.9420150Z 2022-05-18T05:36:29.9420780Z Generating XML reports... 2022-05-18T05:36:29.9421470Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053627.xml 2022-05-18T05:36:31.6417290Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:31.6417570Z 2022-05-18T05:36:31.6417660Z Running tests... 2022-05-18T05:36:31.6418060Z ---------------------------------------------------------------------- 2022-05-18T05:36:31.6450260Z test_accumulate_gradients_no_sync_allreduce_with_then_hook (__main__.TestDistBackendWithSpawn) 2022-05-18T05:36:32.0637500Z Runs multiple iterations on _test_accumulate_gradients_no_sync using allreduce ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12299 2022-05-18T05:36:32.0699160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12300 2022-05-18T05:36:32.0864020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12301 2022-05-18T05:36:33.6028970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:33.6138770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:33.6140560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:33.6143790Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:33.6145100Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:33.6992100Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:33.7112560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:33.7116760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:33.7270740Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm56lip_w 2022-05-18T05:36:33.7271840Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjhy9dyu_ 2022-05-18T05:36:33.7273900Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpm56lip_w/_remote_module_non_scriptable.py 2022-05-18T05:36:33.7275530Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpjhy9dyu_/_remote_module_non_scriptable.py 2022-05-18T05:36:33.8529460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:33.8684700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp13sjkw97 2022-05-18T05:36:33.8687890Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp13sjkw97/_remote_module_non_scriptable.py 2022-05-18T05:36:33.9389850Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:36:33.9396340Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:36:33.9402620Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:36:34.2159470Z ok (2.574s) 2022-05-18T05:36:34.2227120Z 2022-05-18T05:36:34.2227840Z ---------------------------------------------------------------------- 2022-05-18T05:36:34.2228200Z Ran 1 test in 2.575s 2022-05-18T05:36:34.2228340Z 2022-05-18T05:36:34.2228400Z OK 2022-05-18T05:36:34.2228510Z 2022-05-18T05:36:34.2228610Z Generating XML reports... 2022-05-18T05:36:34.2229550Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053631.xml 2022-05-18T05:36:35.9532720Z 2022-05-18T05:36:35.9533490Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:35.9533840Z Running tests... 2022-05-18T05:36:35.9534230Z ---------------------------------------------------------------------- 2022-05-18T05:36:35.9560790Z test_accumulate_gradients_no_sync_grad_is_view (__main__.TestDistBackendWithSpawn) 2022-05-18T05:36:36.3802010Z Runs _test_accumulate_gradients_no_sync using default inputs ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12308 2022-05-18T05:36:36.3878150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12309 2022-05-18T05:36:36.4015270Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12310 2022-05-18T05:36:38.0002090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:38.0106130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:38.0107340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:38.0108860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:38.0110660Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:38.0282980Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:38.0297400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:38.0450060Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptq9pd9j7 2022-05-18T05:36:38.0454100Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmptq9pd9j7/_remote_module_non_scriptable.py 2022-05-18T05:36:38.1930000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:38.2043560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:38.2081400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpal3pz6jm 2022-05-18T05:36:38.2085020Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpal3pz6jm/_remote_module_non_scriptable.py 2022-05-18T05:36:38.2194440Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf3a6u5co 2022-05-18T05:36:38.2197430Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpf3a6u5co/_remote_module_non_scriptable.py 2022-05-18T05:36:38.6099260Z ok (2.657s) 2022-05-18T05:36:38.6164450Z 2022-05-18T05:36:38.6165220Z ---------------------------------------------------------------------- 2022-05-18T05:36:38.6165540Z Ran 1 test in 2.657s 2022-05-18T05:36:38.6165660Z 2022-05-18T05:36:38.6165730Z OK 2022-05-18T05:36:38.6165830Z 2022-05-18T05:36:38.6165930Z Generating XML reports... 2022-05-18T05:36:38.6166600Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053635.xml 2022-05-18T05:36:40.3173940Z 2022-05-18T05:36:40.3174720Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:40.3175650Z Running tests... 2022-05-18T05:36:40.3176580Z ---------------------------------------------------------------------- 2022-05-18T05:36:40.7337470Z test_all_gather (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12318 2022-05-18T05:36:40.7415580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12319 2022-05-18T05:36:40.7590610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12320 2022-05-18T05:36:42.2762360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:42.3294160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:42.3300000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:42.3302410Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:42.3303460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:42.3314590Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:42.3422400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:42.4779230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:42.5681260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:42.9453970Z ok (2.628s) 2022-05-18T05:36:42.9520310Z 2022-05-18T05:36:42.9521720Z ---------------------------------------------------------------------- 2022-05-18T05:36:42.9522280Z Ran 1 test in 2.628s 2022-05-18T05:36:42.9522430Z 2022-05-18T05:36:42.9522820Z OK 2022-05-18T05:36:42.9522970Z 2022-05-18T05:36:42.9523080Z Generating XML reports... 2022-05-18T05:36:42.9523980Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053640.xml 2022-05-18T05:36:44.6612740Z 2022-05-18T05:36:44.6613090Z Running tests... 2022-05-18T05:36:44.6613750Z ---------------------------------------------------------------------- 2022-05-18T05:36:44.6614270Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:45.0782390Z test_all_gather_coalesced_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12327 2022-05-18T05:36:45.0926450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12328 2022-05-18T05:36:45.0999140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12329 2022-05-18T05:36:46.6354410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:46.6462560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:46.6464050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:46.6466000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:46.6467610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:46.6574770Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:46.6693410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:46.8530160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:46.8532370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:47.3138870Z ok (2.652s) 2022-05-18T05:36:47.3209460Z 2022-05-18T05:36:47.3210160Z ---------------------------------------------------------------------- 2022-05-18T05:36:47.3210510Z Ran 1 test in 2.653s 2022-05-18T05:36:47.3210630Z 2022-05-18T05:36:47.3210700Z OK 2022-05-18T05:36:47.3211180Z 2022-05-18T05:36:47.3211330Z Generating XML reports... 2022-05-18T05:36:47.3211950Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053644.xml 2022-05-18T05:36:49.0469090Z 2022-05-18T05:36:49.0469920Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:49.0470260Z Running tests... 2022-05-18T05:36:49.0470660Z ---------------------------------------------------------------------- 2022-05-18T05:36:49.4685130Z test_all_gather_coalesced_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12337 2022-05-18T05:36:49.4838930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12338 2022-05-18T05:36:49.4972200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12339 2022-05-18T05:36:51.0106000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:51.0222510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:51.0223360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:51.0225070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:51.0226970Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:51.0926220Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:51.0942260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:51.1947630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:51.2276830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:51.3525630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:36:51.3849180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:36:51.3851520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:36:51.3853940Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:36:51.3855670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:36:51.3857750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:36:51.7335990Z ok (2.687s) 2022-05-18T05:36:51.7403020Z 2022-05-18T05:36:51.7403840Z ---------------------------------------------------------------------- 2022-05-18T05:36:51.7404170Z Ran 1 test in 2.687s 2022-05-18T05:36:51.7404310Z 2022-05-18T05:36:51.7404440Z OK 2022-05-18T05:36:51.7404560Z 2022-05-18T05:36:51.7404660Z Generating XML reports... 2022-05-18T05:36:51.7405270Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053649.xml 2022-05-18T05:36:53.4266810Z 2022-05-18T05:36:53.4267140Z Running tests... 2022-05-18T05:36:53.4267750Z ---------------------------------------------------------------------- 2022-05-18T05:36:53.4268390Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:53.8518580Z test_all_gather_coalesced_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12346 2022-05-18T05:36:53.8592720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12347 2022-05-18T05:36:53.8725550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12348 2022-05-18T05:36:55.4058700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:36:55.4782560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:36:55.4783940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:36:55.4785410Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:55.4786700Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:55.5633800Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:36:55.6033830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:36:55.6659310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:36:55.6662930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:36:55.6781880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:36:55.7680570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:36:55.7681600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:36:55.7682610Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:36:55.7686680Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:36:55.7689190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:36:56.3993160Z ok (2.972s) 2022-05-18T05:36:56.4059640Z 2022-05-18T05:36:56.4060330Z ---------------------------------------------------------------------- 2022-05-18T05:36:56.4060630Z Ran 1 test in 2.973s 2022-05-18T05:36:56.4060770Z 2022-05-18T05:36:56.4060840Z OK 2022-05-18T05:36:56.4060940Z 2022-05-18T05:36:56.4061040Z Generating XML reports... 2022-05-18T05:36:56.4062070Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053653.xml 2022-05-18T05:36:58.0790770Z 2022-05-18T05:36:58.0791110Z Running tests... 2022-05-18T05:36:58.0791850Z ---------------------------------------------------------------------- 2022-05-18T05:36:58.0792360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:36:58.4945490Z test_all_gather_coalesced_simple (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12356 2022-05-18T05:36:58.5014450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12357 2022-05-18T05:36:58.5149750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12358 2022-05-18T05:37:00.0253490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:00.0325430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:00.0327010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:00.0328530Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:00.0332070Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:00.0375910Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:00.0388990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:00.1841390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:00.1846550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:00.4215730Z ok (2.342s) 2022-05-18T05:37:00.4280590Z 2022-05-18T05:37:00.4281050Z ---------------------------------------------------------------------- 2022-05-18T05:37:00.4281340Z Ran 1 test in 2.343s 2022-05-18T05:37:00.4281470Z 2022-05-18T05:37:00.4281530Z OK 2022-05-18T05:37:00.4281630Z 2022-05-18T05:37:00.4281730Z Generating XML reports... 2022-05-18T05:37:02.1269960Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053658.xml 2022-05-18T05:37:02.1270340Z 2022-05-18T05:37:02.1270430Z Running tests... 2022-05-18T05:37:02.1270820Z ---------------------------------------------------------------------- 2022-05-18T05:37:02.1271330Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:02.5472420Z test_all_gather_coalesced_with_empty (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12365 2022-05-18T05:37:02.5546510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12366 2022-05-18T05:37:02.5718620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12367 2022-05-18T05:37:04.0906880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:04.1009350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:04.1010880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:04.1013510Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:04.1014840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:04.1016880Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:04.1924260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:04.2278840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:04.3475750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:04.8142620Z ok (2.687s) 2022-05-18T05:37:04.8207090Z 2022-05-18T05:37:04.8207810Z ---------------------------------------------------------------------- 2022-05-18T05:37:04.8208140Z Ran 1 test in 2.688s 2022-05-18T05:37:04.8208270Z 2022-05-18T05:37:04.8208340Z OK 2022-05-18T05:37:04.8214780Z 2022-05-18T05:37:04.8214910Z Generating XML reports... 2022-05-18T05:37:04.8215560Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053702.xml 2022-05-18T05:37:06.5076840Z 2022-05-18T05:37:06.5077570Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:06.5077950Z Running tests... 2022-05-18T05:37:06.5078340Z ---------------------------------------------------------------------- 2022-05-18T05:37:06.9233850Z test_all_gather_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12374 2022-05-18T05:37:06.9303300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12375 2022-05-18T05:37:06.9370460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12376 2022-05-18T05:37:08.6145470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:08.6147040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:08.6635080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:08.6638140Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:08.7280860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:08.7282000Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:08.7293020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:08.7307370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:08.8529870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:09.3563760Z ok (2.848s) 2022-05-18T05:37:09.3630590Z 2022-05-18T05:37:09.3631150Z ---------------------------------------------------------------------- 2022-05-18T05:37:09.3631470Z Ran 1 test in 2.849s 2022-05-18T05:37:09.3631610Z 2022-05-18T05:37:09.3631690Z OK 2022-05-18T05:37:09.3631800Z 2022-05-18T05:37:09.3631890Z Generating XML reports... 2022-05-18T05:37:09.3632710Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053706.xml 2022-05-18T05:37:11.0843720Z 2022-05-18T05:37:11.0844050Z Running tests... 2022-05-18T05:37:11.0844670Z ---------------------------------------------------------------------- 2022-05-18T05:37:11.0845200Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:11.0871860Z test_all_gather_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all gather (0.003s) 2022-05-18T05:37:11.0929710Z 2022-05-18T05:37:11.0930160Z ---------------------------------------------------------------------- 2022-05-18T05:37:11.0930470Z Ran 1 test in 0.003s 2022-05-18T05:37:11.0930600Z 2022-05-18T05:37:11.0930690Z OK (skipped=1) 2022-05-18T05:37:11.0930810Z 2022-05-18T05:37:11.0930910Z Generating XML reports... 2022-05-18T05:37:11.0931940Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053711.xml 2022-05-18T05:37:12.6962140Z 2022-05-18T05:37:12.6962870Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:12.6963230Z Running tests... 2022-05-18T05:37:12.6963630Z ---------------------------------------------------------------------- 2022-05-18T05:37:12.6990380Z test_all_gather_cuda_complex (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all gather (0.003s) 2022-05-18T05:37:12.7047890Z 2022-05-18T05:37:12.7048830Z ---------------------------------------------------------------------- 2022-05-18T05:37:12.7049160Z Ran 1 test in 0.003s 2022-05-18T05:37:12.7049290Z 2022-05-18T05:37:12.7049380Z OK (skipped=1) 2022-05-18T05:37:12.7049500Z 2022-05-18T05:37:12.7049590Z Generating XML reports... 2022-05-18T05:37:12.7050200Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053712.xml 2022-05-18T05:37:14.2926590Z 2022-05-18T05:37:14.2927360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:14.2927720Z Running tests... 2022-05-18T05:37:14.2928110Z ---------------------------------------------------------------------- 2022-05-18T05:37:14.7222300Z test_all_gather_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12388 2022-05-18T05:37:14.7380360Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12389 2022-05-18T05:37:14.7484320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12390 2022-05-18T05:37:16.2601700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:16.2705620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:16.2716810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:16.2719910Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:16.3308780Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:16.3628020Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:16.3669180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:16.3676180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:16.4549110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:16.4780020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:37:16.4783860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:37:16.4786410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:37:16.4787990Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:16.4789900Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:16.4894660Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:16.8100780Z ok (2.517s) 2022-05-18T05:37:16.8166170Z 2022-05-18T05:37:16.8166800Z ---------------------------------------------------------------------- 2022-05-18T05:37:16.8167110Z Ran 1 test in 2.518s 2022-05-18T05:37:16.8167230Z 2022-05-18T05:37:16.8167710Z OK 2022-05-18T05:37:16.8167820Z 2022-05-18T05:37:16.8167930Z Generating XML reports... 2022-05-18T05:37:16.8168740Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053714.xml 2022-05-18T05:37:18.5653070Z 2022-05-18T05:37:18.5653390Z Running tests... 2022-05-18T05:37:18.5654110Z ---------------------------------------------------------------------- 2022-05-18T05:37:18.5654660Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:18.9905330Z test_all_gather_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12398 2022-05-18T05:37:18.9996160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12399 2022-05-18T05:37:19.0151660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12400 2022-05-18T05:37:20.6178550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:20.6183420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:20.6184170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:20.6900840Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:20.6902070Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:20.6902790Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:20.7284270Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:20.9199940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:20.9204960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:20.9210290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:37:21.0031480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:37:21.0032540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:37:21.0034090Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:21.0035500Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:21.0147880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:21.7343780Z ok (3.169s) 2022-05-18T05:37:21.7417520Z 2022-05-18T05:37:21.7418210Z ---------------------------------------------------------------------- 2022-05-18T05:37:21.7418540Z Ran 1 test in 3.169s 2022-05-18T05:37:21.7418670Z 2022-05-18T05:37:21.7418740Z OK 2022-05-18T05:37:21.7418840Z 2022-05-18T05:37:21.7418940Z Generating XML reports... 2022-05-18T05:37:21.7419540Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053718.xml 2022-05-18T05:37:23.4623160Z 2022-05-18T05:37:23.4623950Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:23.4624300Z Running tests... 2022-05-18T05:37:23.4624690Z ---------------------------------------------------------------------- 2022-05-18T05:37:23.4651480Z test_all_gather_multigpu (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl backend supports allgather multigpu (0.003s) 2022-05-18T05:37:23.4706240Z 2022-05-18T05:37:23.4706930Z ---------------------------------------------------------------------- 2022-05-18T05:37:23.4707800Z Ran 1 test in 0.003s 2022-05-18T05:37:23.4708160Z 2022-05-18T05:37:23.4708260Z OK (skipped=1) 2022-05-18T05:37:23.4708380Z 2022-05-18T05:37:23.4708480Z Generating XML reports... 2022-05-18T05:37:23.4709100Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053723.xml 2022-05-18T05:37:25.0746400Z 2022-05-18T05:37:25.0747200Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:25.0747560Z Running tests... 2022-05-18T05:37:25.0747950Z ---------------------------------------------------------------------- 2022-05-18T05:37:25.0775190Z test_all_gather_multigpu_complex (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl backend supports allgather multigpu (0.003s) 2022-05-18T05:37:25.0829230Z 2022-05-18T05:37:25.0829780Z ---------------------------------------------------------------------- 2022-05-18T05:37:25.0830080Z Ran 1 test in 0.003s 2022-05-18T05:37:25.0830230Z 2022-05-18T05:37:25.0830310Z OK (skipped=1) 2022-05-18T05:37:25.0830440Z 2022-05-18T05:37:25.0830530Z Generating XML reports... 2022-05-18T05:37:25.0831400Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053725.xml 2022-05-18T05:37:26.6872910Z 2022-05-18T05:37:26.6873730Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:26.6874460Z Running tests... 2022-05-18T05:37:26.6875370Z ---------------------------------------------------------------------- 2022-05-18T05:37:27.1058790Z test_all_gather_object_default_pg (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12411 2022-05-18T05:37:27.1216310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12412 2022-05-18T05:37:27.1388760Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12413 2022-05-18T05:37:28.7501410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:28.7600530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:28.7601360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:28.7603650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:28.7605040Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:28.7607760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:28.7724100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:28.7728610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:28.9805410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:29.2334780Z ok (2.546s) 2022-05-18T05:37:29.2404060Z 2022-05-18T05:37:29.2404810Z ---------------------------------------------------------------------- 2022-05-18T05:37:29.2405860Z Ran 1 test in 2.547s 2022-05-18T05:37:29.2406000Z 2022-05-18T05:37:29.2406070Z OK 2022-05-18T05:37:29.2406170Z 2022-05-18T05:37:29.2406300Z Generating XML reports... 2022-05-18T05:37:29.2406930Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053726.xml 2022-05-18T05:37:30.9358190Z 2022-05-18T05:37:30.9359170Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:30.9359540Z Running tests... 2022-05-18T05:37:30.9359950Z ---------------------------------------------------------------------- 2022-05-18T05:37:31.3556600Z test_all_gather_object_subgroup (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12421 2022-05-18T05:37:31.3705300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12422 2022-05-18T05:37:31.3810340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12423 2022-05-18T05:37:32.9066710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:32.9179590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:32.9803740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:32.9806710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:32.9810070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:32.9811790Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:32.9979660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:33.1030560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:33.1035170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:33.1345840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:37:33.1349220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:37:33.1350910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:37:33.1352540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:33.1354380Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:33.1464510Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:33.1567070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 2 2022-05-18T05:37:33.1568380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 1 2022-05-18T05:37:33.1693100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 0 2022-05-18T05:37:33.1695730Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:37:33.2008230Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:37:33.2270850Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:37:33.2328490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 1 2022-05-18T05:37:33.2329900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 2 2022-05-18T05:37:33.2936650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 0 2022-05-18T05:37:33.2938970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:37:33.3055130Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:37:33.3056420Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:37:33.7234930Z ok (2.787s) 2022-05-18T05:37:33.7303840Z 2022-05-18T05:37:33.7304430Z ---------------------------------------------------------------------- 2022-05-18T05:37:33.7304860Z Ran 1 test in 2.788s 2022-05-18T05:37:33.7305310Z 2022-05-18T05:37:33.7305380Z OK 2022-05-18T05:37:33.7305480Z 2022-05-18T05:37:33.7305580Z Generating XML reports... 2022-05-18T05:37:33.7306250Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053730.xml 2022-05-18T05:37:35.4456380Z 2022-05-18T05:37:35.4456710Z Running tests... 2022-05-18T05:37:35.4457350Z ---------------------------------------------------------------------- 2022-05-18T05:37:35.4457890Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:35.8677200Z test_all_reduce_coalesced_full_group_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12430 2022-05-18T05:37:35.8842030Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12431 2022-05-18T05:37:35.8945550Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12432 2022-05-18T05:37:37.4182290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:37.4778750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:37.4780550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:37.4781890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:37.4783530Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:37.5020520Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:37.5034620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:37.6028310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:37.6033670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:37.6055060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:37:37.6481570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:37:37.6483290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:37:37.6485600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:37.6486740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:37.6495890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:37.9846750Z ok (2.539s) 2022-05-18T05:37:37.9920980Z 2022-05-18T05:37:37.9921870Z ---------------------------------------------------------------------- 2022-05-18T05:37:37.9922190Z Ran 1 test in 2.539s 2022-05-18T05:37:37.9922330Z 2022-05-18T05:37:37.9924190Z OK 2022-05-18T05:37:37.9925230Z 2022-05-18T05:37:37.9926070Z Generating XML reports... 2022-05-18T05:37:37.9928370Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053735.xml 2022-05-18T05:37:39.6966230Z 2022-05-18T05:37:39.6966560Z Running tests... 2022-05-18T05:37:39.6967610Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:39.6968550Z ---------------------------------------------------------------------- 2022-05-18T05:37:40.1159200Z test_all_reduce_coalesced_full_group_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12440 2022-05-18T05:37:40.1243670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12441 2022-05-18T05:37:40.1416010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12442 2022-05-18T05:37:41.6834460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:41.6836280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:41.7278540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:41.7282010Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:41.7817220Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:41.7940270Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:41.7955230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:41.8527940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:41.9297040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:41.9317380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:37:41.9404230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:37:41.9776050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:37:41.9778800Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:41.9894340Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:41.9896220Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:42.4195520Z ok (2.723s) 2022-05-18T05:37:42.4261380Z 2022-05-18T05:37:42.4262170Z ---------------------------------------------------------------------- 2022-05-18T05:37:42.4262480Z Ran 1 test in 2.723s 2022-05-18T05:37:42.4262610Z 2022-05-18T05:37:42.4262680Z OK 2022-05-18T05:37:42.4262780Z 2022-05-18T05:37:42.4262880Z Generating XML reports... 2022-05-18T05:37:42.4263480Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053739.xml 2022-05-18T05:37:44.1341040Z 2022-05-18T05:37:44.1341410Z Running tests... 2022-05-18T05:37:44.1342020Z ---------------------------------------------------------------------- 2022-05-18T05:37:44.1342540Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:44.5555390Z test_all_reduce_coalesced_full_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12449 2022-05-18T05:37:44.5653350Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12450 2022-05-18T05:37:44.5797090Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12451 2022-05-18T05:37:46.1139000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:46.1140800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:46.1141910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:46.1143970Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:46.1146890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:46.1148720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:46.1164870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:46.1168900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:46.3533990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:46.4177100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:37:46.4180500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:37:46.4184410Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:46.4184890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:37:46.4189700Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:46.4642440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:46.8119100Z ok (2.678s) 2022-05-18T05:37:46.8185840Z 2022-05-18T05:37:46.8186440Z ---------------------------------------------------------------------- 2022-05-18T05:37:46.8186770Z Ran 1 test in 2.678s 2022-05-18T05:37:46.8186910Z 2022-05-18T05:37:46.8186970Z OK 2022-05-18T05:37:46.8187070Z 2022-05-18T05:37:46.8187170Z Generating XML reports... 2022-05-18T05:37:46.8187800Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053744.xml 2022-05-18T05:37:48.5662770Z 2022-05-18T05:37:48.5663570Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:48.5664610Z Running tests... 2022-05-18T05:37:48.5665120Z ---------------------------------------------------------------------- 2022-05-18T05:37:49.2399330Z test_all_reduce_coalesced_full_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12459 2022-05-18T05:37:49.2476040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12460 2022-05-18T05:37:49.2643380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12461 2022-05-18T05:37:50.7882760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:50.8526070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:50.8537720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:50.8538660Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:50.8541270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:50.8719420Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:50.8735920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:50.8739930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:50.9897650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:51.0263560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:37:51.0266770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:37:51.0268380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:37:51.0270270Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:51.0271570Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:51.1006000Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:51.4317310Z ok (2.865s) 2022-05-18T05:37:51.4381450Z 2022-05-18T05:37:51.4382320Z ---------------------------------------------------------------------- 2022-05-18T05:37:51.4382690Z Ran 1 test in 2.866s 2022-05-18T05:37:51.4382830Z 2022-05-18T05:37:51.4382890Z OK 2022-05-18T05:37:51.4383000Z 2022-05-18T05:37:51.4383100Z Generating XML reports... 2022-05-18T05:37:51.4383710Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053748.xml 2022-05-18T05:37:53.1579540Z 2022-05-18T05:37:53.1579820Z Running tests... 2022-05-18T05:37:53.1581170Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:53.5816580Z ---------------------------------------------------------------------- 2022-05-18T05:37:53.5817140Z test_all_reduce_coalesced_group_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12468 2022-05-18T05:37:53.5936380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12469 2022-05-18T05:37:53.6081730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12470 2022-05-18T05:37:55.1302110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:37:55.1303560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:37:55.1310160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:37:55.1313190Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:55.1411810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:55.1413850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:37:55.1531410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:37:55.3316840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:37:55.3368200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:37:55.3523790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:37:55.3526170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:37:55.3532320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:37:55.3535160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:55.4081380Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:55.4337740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:37:56.1035290Z ok (2.945s) 2022-05-18T05:37:56.1100800Z 2022-05-18T05:37:56.1101570Z ---------------------------------------------------------------------- 2022-05-18T05:37:56.1101870Z Ran 1 test in 2.946s 2022-05-18T05:37:56.1101990Z 2022-05-18T05:37:56.1102060Z OK 2022-05-18T05:37:56.1102160Z 2022-05-18T05:37:56.1102250Z Generating XML reports... 2022-05-18T05:37:56.1102850Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053753.xml 2022-05-18T05:37:57.7895610Z 2022-05-18T05:37:57.7896370Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:37:57.7896730Z Running tests... 2022-05-18T05:37:57.7897310Z ---------------------------------------------------------------------- 2022-05-18T05:37:58.2098570Z test_all_reduce_coalesced_group_min (__main__.TestDistBackendWithSpawn) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70754 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.420s) 2022-05-18T05:37:58.2144750Z 2022-05-18T05:37:58.2145110Z ---------------------------------------------------------------------- 2022-05-18T05:37:58.2145420Z Ran 1 test in 0.420s 2022-05-18T05:37:58.2145550Z 2022-05-18T05:37:58.2145630Z OK (skipped=1) 2022-05-18T05:37:58.2146120Z 2022-05-18T05:37:58.2146270Z Generating XML reports... 2022-05-18T05:37:58.2146880Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053757.xml 2022-05-18T05:37:59.8768080Z 2022-05-18T05:37:59.8768410Z Running tests... 2022-05-18T05:37:59.8769120Z ---------------------------------------------------------------------- 2022-05-18T05:37:59.8769650Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:00.3154360Z test_all_reduce_coalesced_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12480 2022-05-18T05:38:00.3291220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12481 2022-05-18T05:38:00.3393960Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12482 2022-05-18T05:38:01.8402520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:01.8439810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:01.8848010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:01.8850560Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:01.8853240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:01.9473710Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:01.9487970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:02.1028930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:02.1272060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:38:02.1274120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:38:02.1318390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:02.1322600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:38:02.1330160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:02.1384450Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:02.1419530Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:02.7613890Z ok (2.884s) 2022-05-18T05:38:02.7683140Z 2022-05-18T05:38:02.7683960Z ---------------------------------------------------------------------- 2022-05-18T05:38:02.7684290Z Ran 1 test in 2.885s 2022-05-18T05:38:02.7684420Z 2022-05-18T05:38:02.7684490Z OK 2022-05-18T05:38:02.7684590Z 2022-05-18T05:38:02.7684700Z Generating XML reports... 2022-05-18T05:38:02.7685610Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053759.xml 2022-05-18T05:38:04.4801220Z 2022-05-18T05:38:04.4802850Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:04.4803220Z Running tests... 2022-05-18T05:38:04.4803630Z ---------------------------------------------------------------------- 2022-05-18T05:38:04.8915840Z test_all_reduce_coalesced_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12489 2022-05-18T05:38:04.9009000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12490 2022-05-18T05:38:04.9142410Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12491 2022-05-18T05:38:06.4634770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:06.5181130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:06.5182770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:06.5184150Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:06.5185380Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:06.5808410Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:06.5930190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:06.5935340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:06.6323460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:38:06.6324810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:38:06.7280630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:06.7284590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:38:06.7288060Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:06.7395450Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:06.7492810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:07.2820810Z ok (2.802s) 2022-05-18T05:38:07.2885710Z 2022-05-18T05:38:07.2886490Z ---------------------------------------------------------------------- 2022-05-18T05:38:07.2886780Z Ran 1 test in 2.802s 2022-05-18T05:38:07.2887030Z 2022-05-18T05:38:07.2887100Z OK 2022-05-18T05:38:07.2887200Z 2022-05-18T05:38:07.2887300Z Generating XML reports... 2022-05-18T05:38:07.2888350Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053804.xml 2022-05-18T05:38:08.9913520Z 2022-05-18T05:38:08.9913840Z Running tests... 2022-05-18T05:38:08.9914470Z ---------------------------------------------------------------------- 2022-05-18T05:38:08.9914960Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:09.4062550Z test_all_reduce_coalesced_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12499 2022-05-18T05:38:09.4180290Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12500 2022-05-18T05:38:09.4304670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12501 2022-05-18T05:38:10.9913970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:10.9916070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:10.9918520Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:10.9919000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:10.9923120Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:10.9928720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:10.9944150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:10.9952100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:10.9955660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:11.4836180Z ok (2.492s) 2022-05-18T05:38:11.4902430Z 2022-05-18T05:38:11.4903250Z ---------------------------------------------------------------------- 2022-05-18T05:38:11.4903580Z Ran 1 test in 2.492s 2022-05-18T05:38:11.4903710Z 2022-05-18T05:38:11.4903780Z OK 2022-05-18T05:38:11.4903880Z 2022-05-18T05:38:11.4903980Z Generating XML reports... 2022-05-18T05:38:11.4904570Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053808.xml 2022-05-18T05:38:13.1771800Z 2022-05-18T05:38:13.1772760Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:13.1773750Z Running tests... 2022-05-18T05:38:13.1774300Z ---------------------------------------------------------------------- 2022-05-18T05:38:13.5867450Z test_all_reduce_coalesced_max_complex_unsupported (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12508 2022-05-18T05:38:13.5954890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12509 2022-05-18T05:38:13.6072310Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12510 2022-05-18T05:38:15.1424170Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:15.1425830Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:15.1428720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:15.1429920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:15.1432050Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:15.1661750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:15.2285380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:15.2288620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:15.3411780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:15.7336580Z ok (2.556s) 2022-05-18T05:38:15.7406290Z 2022-05-18T05:38:15.7407090Z ---------------------------------------------------------------------- 2022-05-18T05:38:15.7407400Z Ran 1 test in 2.557s 2022-05-18T05:38:15.7407880Z 2022-05-18T05:38:15.7407940Z OK 2022-05-18T05:38:15.7408060Z 2022-05-18T05:38:15.7408160Z Generating XML reports... 2022-05-18T05:38:15.7408770Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053813.xml 2022-05-18T05:38:17.4423460Z 2022-05-18T05:38:17.4423800Z Running tests... 2022-05-18T05:38:17.4424420Z ---------------------------------------------------------------------- 2022-05-18T05:38:17.4424970Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:17.8560780Z test_all_reduce_coalesced_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12517 2022-05-18T05:38:17.8648370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12518 2022-05-18T05:38:17.8789960Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12519 2022-05-18T05:38:19.4774330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:19.4889470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:19.4891560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:19.4892920Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:19.4894870Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:19.5678410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:19.5696260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:19.5699370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:19.6028620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:19.9823840Z ok (2.540s) 2022-05-18T05:38:19.9888610Z 2022-05-18T05:38:19.9889240Z ---------------------------------------------------------------------- 2022-05-18T05:38:19.9889810Z Ran 1 test in 2.540s 2022-05-18T05:38:19.9889960Z 2022-05-18T05:38:19.9890050Z OK 2022-05-18T05:38:19.9890150Z 2022-05-18T05:38:19.9890250Z Generating XML reports... 2022-05-18T05:38:19.9890850Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053817.xml 2022-05-18T05:38:21.6366080Z 2022-05-18T05:38:21.6366840Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:21.6367190Z Running tests... 2022-05-18T05:38:21.6367600Z ---------------------------------------------------------------------- 2022-05-18T05:38:22.0438740Z test_all_reduce_coalesced_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12527 2022-05-18T05:38:22.0512140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12528 2022-05-18T05:38:22.0652590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12529 2022-05-18T05:38:23.6045070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:23.6158460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:23.6159950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:23.6161180Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:23.6163350Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:23.6950900Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:23.6967250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:23.7278370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:23.8529000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:24.3351650Z ok (2.698s) 2022-05-18T05:38:24.3419270Z 2022-05-18T05:38:24.3419890Z ---------------------------------------------------------------------- 2022-05-18T05:38:24.3420200Z Ran 1 test in 2.699s 2022-05-18T05:38:24.3420340Z 2022-05-18T05:38:24.3420400Z OK 2022-05-18T05:38:24.3420510Z 2022-05-18T05:38:24.3420610Z Generating XML reports... 2022-05-18T05:38:24.3421690Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053821.xml 2022-05-18T05:38:26.0146320Z 2022-05-18T05:38:26.0147090Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:26.0147430Z Running tests... 2022-05-18T05:38:26.0147820Z ---------------------------------------------------------------------- 2022-05-18T05:38:26.4253690Z test_all_reduce_coalesced_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12536 2022-05-18T05:38:26.4314830Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12537 2022-05-18T05:38:26.4512170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12538 2022-05-18T05:38:27.9353460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:27.9354360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:27.9781200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:27.9783670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:28.0368310Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:28.0491890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:28.0506100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:28.1814560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:28.2776590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:28.9831030Z ok (2.968s) 2022-05-18T05:38:28.9895310Z 2022-05-18T05:38:28.9896150Z ---------------------------------------------------------------------- 2022-05-18T05:38:28.9896760Z Ran 1 test in 2.969s 2022-05-18T05:38:28.9897180Z 2022-05-18T05:38:28.9897510Z OK 2022-05-18T05:38:28.9897890Z 2022-05-18T05:38:28.9898250Z Generating XML reports... 2022-05-18T05:38:28.9899160Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053826.xml 2022-05-18T05:38:30.6550440Z 2022-05-18T05:38:30.6551190Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:30.6551540Z Running tests... 2022-05-18T05:38:30.6551930Z ---------------------------------------------------------------------- 2022-05-18T05:38:31.0751090Z test_all_reduce_complex_unsupported_ops (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12546 2022-05-18T05:38:31.0809880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12547 2022-05-18T05:38:31.0974600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12548 2022-05-18T05:38:32.6136030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:32.6137650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:32.6249200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:32.6251930Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:32.6365330Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:32.6368270Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:32.6382350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:32.6386240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:32.7278690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:33.0489520Z ok (2.394s) 2022-05-18T05:38:33.0558080Z 2022-05-18T05:38:33.0558970Z ---------------------------------------------------------------------- 2022-05-18T05:38:33.0559280Z Ran 1 test in 2.394s 2022-05-18T05:38:33.0559960Z 2022-05-18T05:38:33.0560050Z OK 2022-05-18T05:38:33.0560170Z 2022-05-18T05:38:33.0560590Z Generating XML reports... 2022-05-18T05:38:33.0561300Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053830.xml 2022-05-18T05:38:34.7530080Z 2022-05-18T05:38:34.7530420Z Running tests... 2022-05-18T05:38:34.7531060Z ---------------------------------------------------------------------- 2022-05-18T05:38:34.7531560Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:35.1662070Z test_all_reduce_full_group_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12555 2022-05-18T05:38:35.1739740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12556 2022-05-18T05:38:35.1885420Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12557 2022-05-18T05:38:36.8026430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:36.8028920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:36.8031330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:36.8032600Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:36.8034300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:36.8524520Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:36.8645030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:36.9779220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:37.1035130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:37.2057470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:38:37.2058510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:38:37.2060450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:38:37.2062910Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:37.2064200Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:37.2066160Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:37.5176900Z ok (2.764s) 2022-05-18T05:38:37.5241630Z 2022-05-18T05:38:37.5242410Z ---------------------------------------------------------------------- 2022-05-18T05:38:37.5242720Z Ran 1 test in 2.765s 2022-05-18T05:38:37.5242860Z 2022-05-18T05:38:37.5242910Z OK 2022-05-18T05:38:37.5243020Z 2022-05-18T05:38:37.5243120Z Generating XML reports... 2022-05-18T05:38:37.5244080Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053834.xml 2022-05-18T05:38:39.2464850Z 2022-05-18T05:38:39.2465660Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:39.2466750Z Running tests... 2022-05-18T05:38:39.2467180Z ---------------------------------------------------------------------- 2022-05-18T05:38:39.6598500Z test_all_reduce_full_group_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12565 2022-05-18T05:38:39.6735090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12566 2022-05-18T05:38:39.6838170Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12567 2022-05-18T05:38:41.2119120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:41.2167150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:41.2274950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:41.2277590Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:41.2666620Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:41.2671810Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:41.3527700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:41.3823040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:41.3833210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:41.4543060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:38:41.4544600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:38:41.4545790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:38:41.4547580Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:41.4549280Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:41.4551590Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:41.9270770Z ok (2.680s) 2022-05-18T05:38:41.9341810Z 2022-05-18T05:38:41.9342420Z ---------------------------------------------------------------------- 2022-05-18T05:38:41.9342750Z Ran 1 test in 2.681s 2022-05-18T05:38:41.9342890Z 2022-05-18T05:38:41.9343070Z OK 2022-05-18T05:38:41.9343180Z 2022-05-18T05:38:41.9343280Z Generating XML reports... 2022-05-18T05:38:41.9343890Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053839.xml 2022-05-18T05:38:43.6318250Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:43.6318520Z 2022-05-18T05:38:43.6318600Z Running tests... 2022-05-18T05:38:43.6318990Z ---------------------------------------------------------------------- 2022-05-18T05:38:44.0441000Z test_all_reduce_full_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12574 2022-05-18T05:38:44.0515160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12575 2022-05-18T05:38:44.0664440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12576 2022-05-18T05:38:45.6600260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:45.6606060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:45.6607490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:45.6611850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:45.6617430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:45.6628590Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:45.6671110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:45.6680720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:45.6682040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:45.6698440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:38:45.6699810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:38:45.7279770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:38:45.7282180Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:45.7566850Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:45.7576550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:46.3355680Z ok (2.703s) 2022-05-18T05:38:46.3421460Z 2022-05-18T05:38:46.3421990Z ---------------------------------------------------------------------- 2022-05-18T05:38:46.3422310Z Ran 1 test in 2.704s 2022-05-18T05:38:46.3422450Z 2022-05-18T05:38:46.3422510Z OK 2022-05-18T05:38:46.3422610Z 2022-05-18T05:38:46.3422720Z Generating XML reports... 2022-05-18T05:38:46.3423310Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053843.xml 2022-05-18T05:38:48.0576020Z 2022-05-18T05:38:48.0576780Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:48.0577120Z Running tests... 2022-05-18T05:38:48.0577510Z ---------------------------------------------------------------------- 2022-05-18T05:38:48.4789370Z test_all_reduce_full_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12583 2022-05-18T05:38:48.4945950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12584 2022-05-18T05:38:48.5060730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12585 2022-05-18T05:38:50.0921850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:50.1026750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:50.1035650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:50.1038520Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:50.1154130Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:50.1819350Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:50.1953060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:50.3296980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:50.4343490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:50.4920030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:38:50.4921430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:38:50.4923070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:38:50.4924760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:50.4927320Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:50.4936450Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:50.8029820Z ok (2.745s) 2022-05-18T05:38:50.8097810Z 2022-05-18T05:38:50.8098400Z ---------------------------------------------------------------------- 2022-05-18T05:38:50.8098710Z Ran 1 test in 2.746s 2022-05-18T05:38:50.8098830Z 2022-05-18T05:38:50.8098940Z OK 2022-05-18T05:38:50.8099040Z 2022-05-18T05:38:50.8099410Z Generating XML reports... 2022-05-18T05:38:50.8100060Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053848.xml 2022-05-18T05:38:52.5288590Z 2022-05-18T05:38:52.5289450Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:52.5289820Z Running tests... 2022-05-18T05:38:52.5290220Z ---------------------------------------------------------------------- 2022-05-18T05:38:52.9488280Z test_all_reduce_group_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12593 2022-05-18T05:38:52.9552090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12594 2022-05-18T05:38:52.9718140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12595 2022-05-18T05:38:54.4852420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:54.5580020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:54.5581420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:54.5582650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:54.5584710Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:54.6024210Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:54.6040580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:54.6043750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:54.6061950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:38:54.6763390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:38:54.7573490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:54.7579490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:38:54.7582710Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:54.7684180Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:54.7685890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:55.3583980Z ok (2.829s) 2022-05-18T05:38:55.3649360Z 2022-05-18T05:38:55.3650320Z ---------------------------------------------------------------------- 2022-05-18T05:38:55.3651200Z Ran 1 test in 2.830s 2022-05-18T05:38:55.3651650Z 2022-05-18T05:38:55.3652000Z OK 2022-05-18T05:38:55.3652400Z 2022-05-18T05:38:55.3652780Z Generating XML reports... 2022-05-18T05:38:55.3653980Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053852.xml 2022-05-18T05:38:57.0758880Z 2022-05-18T05:38:57.0759210Z Running tests... 2022-05-18T05:38:57.0759850Z ---------------------------------------------------------------------- 2022-05-18T05:38:57.0760340Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:38:57.5015130Z test_all_reduce_group_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12603 2022-05-18T05:38:57.5162080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12604 2022-05-18T05:38:57.5266500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12605 2022-05-18T05:38:59.1699410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:38:59.1701670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:38:59.1702600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:38:59.1704400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:59.1705750Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:59.1708240Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:38:59.1728720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:38:59.1737460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:38:59.1739280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:38:59.1744280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:38:59.1750850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:38:59.1752770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:38:59.1754360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:59.1756490Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:59.2273190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:38:59.9425720Z ok (2.866s) 2022-05-18T05:38:59.9495750Z 2022-05-18T05:38:59.9496410Z ---------------------------------------------------------------------- 2022-05-18T05:38:59.9496720Z Ran 1 test in 2.867s 2022-05-18T05:38:59.9496870Z 2022-05-18T05:38:59.9496930Z OK 2022-05-18T05:38:59.9497040Z 2022-05-18T05:38:59.9497140Z Generating XML reports... 2022-05-18T05:38:59.9498080Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053857.xml 2022-05-18T05:39:01.6599440Z 2022-05-18T05:39:01.6600220Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:01.6600580Z Running tests... 2022-05-18T05:39:01.6601280Z ---------------------------------------------------------------------- 2022-05-18T05:39:02.0818720Z test_all_reduce_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12613 2022-05-18T05:39:02.0970580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12614 2022-05-18T05:39:02.1086750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12615 2022-05-18T05:39:03.6380790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:03.6383640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:03.6385300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:03.6387980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:03.6389020Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:03.6390440Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:03.6405430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:03.6413640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:03.6414920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:39:03.6415860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:03.7812020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:39:03.7813320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:39:03.7814710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:39:03.7815960Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:39:03.7929430Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:39:04.4641350Z ok (2.804s) 2022-05-18T05:39:04.4707690Z 2022-05-18T05:39:04.4708250Z ---------------------------------------------------------------------- 2022-05-18T05:39:04.4708560Z Ran 1 test in 2.805s 2022-05-18T05:39:04.4708690Z 2022-05-18T05:39:04.4708760Z OK 2022-05-18T05:39:04.4708880Z 2022-05-18T05:39:04.4709300Z Generating XML reports... 2022-05-18T05:39:06.2077580Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053901.xml 2022-05-18T05:39:06.2077940Z 2022-05-18T05:39:06.2078030Z Running tests... 2022-05-18T05:39:06.2078420Z ---------------------------------------------------------------------- 2022-05-18T05:39:06.2078940Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:06.6294670Z test_all_reduce_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12622 2022-05-18T05:39:06.6446400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12623 2022-05-18T05:39:06.6553110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12624 2022-05-18T05:39:08.1699320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:08.1811680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:08.1813420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:08.1815410Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:08.1816640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:08.2271150Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:08.2285850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:08.2288930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:08.2304400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:39:08.2534380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:39:08.3296770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:08.3301200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:39:08.3303670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:39:08.3484540Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:39:08.3521350Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:39:08.9872540Z ok (2.779s) 2022-05-18T05:39:08.9939790Z 2022-05-18T05:39:08.9940440Z ---------------------------------------------------------------------- 2022-05-18T05:39:08.9940750Z Ran 1 test in 2.780s 2022-05-18T05:39:08.9940890Z 2022-05-18T05:39:08.9940960Z OK 2022-05-18T05:39:08.9941070Z 2022-05-18T05:39:08.9941170Z Generating XML reports... 2022-05-18T05:39:08.9941770Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053906.xml 2022-05-18T05:39:10.7163740Z 2022-05-18T05:39:10.7164480Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:10.7165310Z Running tests... 2022-05-18T05:39:10.7165740Z ---------------------------------------------------------------------- 2022-05-18T05:39:11.1321340Z test_all_reduce_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12632 2022-05-18T05:39:11.1457000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12633 2022-05-18T05:39:11.1582810Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12634 2022-05-18T05:39:12.7821820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:12.7825770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:12.7827540Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:12.7828120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:12.7831180Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:12.7832220Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:12.7851110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:12.7854490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:12.9874700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:13.2885590Z ok (2.572s) 2022-05-18T05:39:13.2952180Z 2022-05-18T05:39:13.2952690Z ---------------------------------------------------------------------- 2022-05-18T05:39:13.2953020Z Ran 1 test in 2.573s 2022-05-18T05:39:13.2953170Z 2022-05-18T05:39:13.2953230Z OK 2022-05-18T05:39:13.2953340Z 2022-05-18T05:39:13.2953440Z Generating XML reports... 2022-05-18T05:39:13.2954040Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053910.xml 2022-05-18T05:39:14.9975770Z 2022-05-18T05:39:14.9976100Z Running tests... 2022-05-18T05:39:14.9976700Z ---------------------------------------------------------------------- 2022-05-18T05:39:14.9977240Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:15.4122820Z test_all_reduce_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12641 2022-05-18T05:39:15.4284470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12642 2022-05-18T05:39:15.4394350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12643 2022-05-18T05:39:16.9858470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:16.9860440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:16.9979580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:16.9983340Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:17.0876330Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:17.0879740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:17.1309440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:17.2280410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:17.2298360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:17.6035420Z ok (2.606s) 2022-05-18T05:39:17.6099960Z 2022-05-18T05:39:17.6100770Z ---------------------------------------------------------------------- 2022-05-18T05:39:17.6101100Z Ran 1 test in 2.606s 2022-05-18T05:39:17.6101230Z 2022-05-18T05:39:17.6101300Z OK 2022-05-18T05:39:17.6101400Z 2022-05-18T05:39:17.6101510Z Generating XML reports... 2022-05-18T05:39:17.6102120Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053914.xml 2022-05-18T05:39:19.3300510Z 2022-05-18T05:39:19.3301290Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:19.3301660Z Running tests... 2022-05-18T05:39:19.3302060Z ---------------------------------------------------------------------- 2022-05-18T05:39:19.7512370Z test_all_reduce_multigpu (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12651 2022-05-18T05:39:19.7648930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12652 2022-05-18T05:39:19.7787190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12653 2022-05-18T05:39:21.3475600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:21.3525120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:21.3584300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:21.3586960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:21.3706840Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:21.4039380Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:21.4054180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:21.5873340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:21.6030260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:21.8582680Z skip: CUDA is not available. (2.528s) 2022-05-18T05:39:21.8653700Z 2022-05-18T05:39:21.8654380Z ---------------------------------------------------------------------- 2022-05-18T05:39:21.8654700Z Ran 1 test in 2.529s 2022-05-18T05:39:21.8654840Z 2022-05-18T05:39:21.8654920Z OK (skipped=1) 2022-05-18T05:39:21.8655040Z 2022-05-18T05:39:21.8655140Z Generating XML reports... 2022-05-18T05:39:21.8655730Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053919.xml 2022-05-18T05:39:23.5770930Z 2022-05-18T05:39:23.5771800Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:23.5772300Z Running tests... 2022-05-18T05:39:23.5772720Z ---------------------------------------------------------------------- 2022-05-18T05:39:23.9981270Z test_all_reduce_multigpu_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12660 2022-05-18T05:39:24.0059170Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12661 2022-05-18T05:39:24.0204380Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12662 2022-05-18T05:39:25.5303360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:25.5412360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:25.5956920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:25.5959650Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:25.6021660Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:25.6023580Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:25.6038930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:25.6042180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:25.8394820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:26.0237060Z skip: CUDA is not available. (2.446s) 2022-05-18T05:39:26.0303990Z 2022-05-18T05:39:26.0305400Z ---------------------------------------------------------------------- 2022-05-18T05:39:26.0305730Z Ran 1 test in 2.447s 2022-05-18T05:39:26.0305860Z 2022-05-18T05:39:26.0305940Z OK (skipped=1) 2022-05-18T05:39:26.0306060Z 2022-05-18T05:39:26.0306160Z Generating XML reports... 2022-05-18T05:39:26.0306760Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053923.xml 2022-05-18T05:39:27.7391280Z 2022-05-18T05:39:27.7392440Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:27.7392840Z Running tests... 2022-05-18T05:39:27.7393260Z ---------------------------------------------------------------------- 2022-05-18T05:39:28.1588320Z test_all_reduce_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12669 2022-05-18T05:39:28.1660740Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12670 2022-05-18T05:39:28.1798120Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12671 2022-05-18T05:39:29.8459230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:29.8870680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:29.8871230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:29.8874420Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:29.8877220Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:29.8879780Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:29.9116250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:30.0759630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:30.0861230Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:30.5477650Z ok (2.808s) 2022-05-18T05:39:30.5544500Z 2022-05-18T05:39:30.5545230Z ---------------------------------------------------------------------- 2022-05-18T05:39:30.5545770Z Ran 1 test in 2.809s 2022-05-18T05:39:30.5546100Z 2022-05-18T05:39:30.5546330Z OK 2022-05-18T05:39:30.5546610Z 2022-05-18T05:39:30.5546880Z Generating XML reports... 2022-05-18T05:39:30.5547690Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053927.xml 2022-05-18T05:39:32.2405740Z 2022-05-18T05:39:32.2406550Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:32.2406910Z Running tests... 2022-05-18T05:39:32.2407860Z ---------------------------------------------------------------------- 2022-05-18T05:39:32.6567220Z test_all_reduce_result_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12679 2022-05-18T05:39:32.6640840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12680 2022-05-18T05:39:32.6774180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12681 2022-05-18T05:39:34.2700640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:34.2702450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:34.2705240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:34.2706380Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:34.2707290Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:34.2708550Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:34.3303180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:34.4780240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:34.5132760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:34.7335500Z skip: CUDA is not available. (2.493s) 2022-05-18T05:39:34.7404160Z 2022-05-18T05:39:34.7405040Z ---------------------------------------------------------------------- 2022-05-18T05:39:34.7405370Z Ran 1 test in 2.493s 2022-05-18T05:39:34.7405500Z 2022-05-18T05:39:34.7405580Z OK (skipped=1) 2022-05-18T05:39:34.7405720Z 2022-05-18T05:39:34.7405810Z Generating XML reports... 2022-05-18T05:39:34.7406400Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053932.xml 2022-05-18T05:39:36.4224890Z 2022-05-18T05:39:36.4225650Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:36.4226000Z Running tests... 2022-05-18T05:39:36.4226540Z ---------------------------------------------------------------------- 2022-05-18T05:39:36.8529740Z test_all_reduce_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12695 2022-05-18T05:39:36.8599510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12696 2022-05-18T05:39:36.8738730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12697 2022-05-18T05:39:38.3887110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:38.4001590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:38.4125810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:38.4128240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:38.4773160Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:38.4776170Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:38.4791960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:38.4796510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:38.5831120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:39.0092800Z ok (2.587s) 2022-05-18T05:39:39.0157710Z 2022-05-18T05:39:39.0158350Z ---------------------------------------------------------------------- 2022-05-18T05:39:39.0158670Z Ran 1 test in 2.587s 2022-05-18T05:39:39.0158810Z 2022-05-18T05:39:39.0158870Z OK 2022-05-18T05:39:39.0158980Z 2022-05-18T05:39:39.0159090Z Generating XML reports... 2022-05-18T05:39:39.0159690Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053936.xml 2022-05-18T05:39:40.7238220Z 2022-05-18T05:39:40.7238550Z Running tests... 2022-05-18T05:39:40.7239230Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:41.1481500Z ---------------------------------------------------------------------- 2022-05-18T05:39:41.1482090Z test_all_reduce_sum_async (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12705 2022-05-18T05:39:41.1586310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12706 2022-05-18T05:39:41.1700580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12707 2022-05-18T05:39:42.7492940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:42.7953090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:42.7955140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:42.7956640Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:42.7957570Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:42.7961280Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:42.8206920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:42.9781100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:42.9784960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:43.3879000Z ok (2.664s) 2022-05-18T05:39:43.3946560Z 2022-05-18T05:39:43.3947270Z ---------------------------------------------------------------------- 2022-05-18T05:39:43.3947600Z Ran 1 test in 2.664s 2022-05-18T05:39:43.3947740Z 2022-05-18T05:39:43.3947800Z OK 2022-05-18T05:39:43.3947910Z 2022-05-18T05:39:43.3948010Z Generating XML reports... 2022-05-18T05:39:43.3948600Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053940.xml 2022-05-18T05:39:45.1078780Z 2022-05-18T05:39:45.1079550Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:45.1081090Z Running tests... 2022-05-18T05:39:45.1081780Z ---------------------------------------------------------------------- 2022-05-18T05:39:45.5664240Z test_all_reduce_sum_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12714 2022-05-18T05:39:45.5740380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12715 2022-05-18T05:39:45.5880210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12716 2022-05-18T05:39:47.0740720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:47.1297250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:47.1298150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:47.1299690Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:47.1301090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:47.1307250Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:47.1426730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:47.2687840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:47.3529140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:47.7329780Z ok (2.625s) 2022-05-18T05:39:47.7395330Z 2022-05-18T05:39:47.7395880Z ---------------------------------------------------------------------- 2022-05-18T05:39:47.7396180Z Ran 1 test in 2.625s 2022-05-18T05:39:47.7396340Z 2022-05-18T05:39:47.7396400Z OK 2022-05-18T05:39:47.7396510Z 2022-05-18T05:39:47.7396610Z Generating XML reports... 2022-05-18T05:39:47.7397200Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053945.xml 2022-05-18T05:39:49.4831020Z 2022-05-18T05:39:49.4831730Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:49.4832090Z Running tests... 2022-05-18T05:39:49.4833110Z ---------------------------------------------------------------------- 2022-05-18T05:39:49.9071070Z test_all_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12724 2022-05-18T05:39:49.9206140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12725 2022-05-18T05:39:49.9342650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12726 2022-05-18T05:39:51.6005660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:51.6008570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:51.6010480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:51.6011710Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:51.6013440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:51.6118030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:51.6242070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:51.8477930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:51.8529460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:52.1094710Z skip: CUDA is not available. (2.626s) 2022-05-18T05:39:52.1165980Z 2022-05-18T05:39:52.1166920Z ---------------------------------------------------------------------- 2022-05-18T05:39:52.1167570Z Ran 1 test in 2.627s 2022-05-18T05:39:52.1168270Z 2022-05-18T05:39:52.1168630Z OK (skipped=1) 2022-05-18T05:39:52.1169170Z 2022-05-18T05:39:52.1169530Z Generating XML reports... 2022-05-18T05:39:52.1170690Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053949.xml 2022-05-18T05:39:53.8350480Z 2022-05-18T05:39:53.8351260Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:53.8351780Z Running tests... 2022-05-18T05:39:53.8352200Z ---------------------------------------------------------------------- 2022-05-18T05:39:54.2573040Z test_all_reduce_sum_cuda_async (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12733 2022-05-18T05:39:54.2631300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12734 2022-05-18T05:39:54.2768880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12735 2022-05-18T05:39:55.7917770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:39:55.7919880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:39:55.7928660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:39:55.7931470Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:55.8719660Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:55.8720890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:39:55.8737460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:39:55.8742370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:39:55.9768850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:39:56.3353960Z skip: CUDA is not available. (2.500s) 2022-05-18T05:39:56.3426330Z 2022-05-18T05:39:56.3426960Z ---------------------------------------------------------------------- 2022-05-18T05:39:56.3427270Z Ran 1 test in 2.501s 2022-05-18T05:39:56.3427400Z 2022-05-18T05:39:56.3427490Z OK (skipped=1) 2022-05-18T05:39:56.3427610Z 2022-05-18T05:39:56.3427700Z Generating XML reports... 2022-05-18T05:39:56.3428280Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053953.xml 2022-05-18T05:39:58.0530690Z 2022-05-18T05:39:58.0531440Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:39:58.0531780Z Running tests... 2022-05-18T05:39:58.0532170Z ---------------------------------------------------------------------- 2022-05-18T05:39:58.4579280Z test_all_reduce_sum_cuda_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12742 2022-05-18T05:39:58.4651680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12743 2022-05-18T05:39:58.4754050Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12744 2022-05-18T05:40:00.0533200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:40:00.0645670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:40:00.1019380Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:40:00.1022130Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:00.1338270Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:00.1443210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:00.2286070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:00.2566020Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:00.3392850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:00.6587030Z skip: CUDA is not available. (2.605s) 2022-05-18T05:40:00.6657230Z 2022-05-18T05:40:00.6658030Z ---------------------------------------------------------------------- 2022-05-18T05:40:00.6658370Z Ran 1 test in 2.606s 2022-05-18T05:40:00.6658510Z 2022-05-18T05:40:00.6658600Z OK (skipped=1) 2022-05-18T05:40:00.6658720Z 2022-05-18T05:40:00.6658810Z Generating XML reports... 2022-05-18T05:40:00.6659430Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518053958.xml 2022-05-18T05:40:02.3548260Z 2022-05-18T05:40:02.3548600Z Running tests... 2022-05-18T05:40:02.3549190Z ---------------------------------------------------------------------- 2022-05-18T05:40:02.3549700Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:02.3572960Z test_all_to_all (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports all_to_all (0.002s) 2022-05-18T05:40:02.3625610Z 2022-05-18T05:40:02.3626090Z ---------------------------------------------------------------------- 2022-05-18T05:40:02.3626370Z Ran 1 test in 0.003s 2022-05-18T05:40:02.3626490Z 2022-05-18T05:40:02.3626570Z OK (skipped=1) 2022-05-18T05:40:02.3626690Z 2022-05-18T05:40:02.3626780Z Generating XML reports... 2022-05-18T05:40:02.3627350Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054002.xml 2022-05-18T05:40:03.9371190Z 2022-05-18T05:40:03.9371520Z Running tests... 2022-05-18T05:40:03.9372630Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:03.9397190Z ---------------------------------------------------------------------- 2022-05-18T05:40:03.9397630Z test_all_to_all_complex (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports all_to_all (0.003s) 2022-05-18T05:40:03.9449210Z 2022-05-18T05:40:03.9449590Z ---------------------------------------------------------------------- 2022-05-18T05:40:03.9449890Z Ran 1 test in 0.003s 2022-05-18T05:40:03.9450020Z 2022-05-18T05:40:03.9450100Z OK (skipped=1) 2022-05-18T05:40:03.9450230Z 2022-05-18T05:40:03.9450320Z Generating XML reports... 2022-05-18T05:40:03.9450920Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054003.xml 2022-05-18T05:40:05.5165790Z 2022-05-18T05:40:05.5166530Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:05.5166900Z Running tests... 2022-05-18T05:40:05.5167300Z ---------------------------------------------------------------------- 2022-05-18T05:40:05.5191940Z test_all_to_all_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only NCCL supports CUDA all_to_all (0.003s) 2022-05-18T05:40:05.5254350Z 2022-05-18T05:40:05.5255210Z ---------------------------------------------------------------------- 2022-05-18T05:40:05.5255610Z Ran 1 test in 0.003s 2022-05-18T05:40:05.5255750Z 2022-05-18T05:40:05.5261930Z OK (skipped=1) 2022-05-18T05:40:05.5262120Z 2022-05-18T05:40:05.5262230Z Generating XML reports... 2022-05-18T05:40:05.5262860Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054005.xml 2022-05-18T05:40:07.0873620Z 2022-05-18T05:40:07.0874330Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:07.0874670Z Running tests... 2022-05-18T05:40:07.0875070Z ---------------------------------------------------------------------- 2022-05-18T05:40:07.0914140Z test_all_to_all_cuda_complex (__main__.TestDistBackendWithSpawn) ... skip: Only NCCL supports CUDA all_to_all (0.004s) 2022-05-18T05:40:07.0989910Z 2022-05-18T05:40:07.0990590Z ---------------------------------------------------------------------- 2022-05-18T05:40:07.0990900Z Ran 1 test in 0.004s 2022-05-18T05:40:07.0991030Z 2022-05-18T05:40:07.0991100Z OK (skipped=1) 2022-05-18T05:40:07.0991230Z 2022-05-18T05:40:07.0991320Z Generating XML reports... 2022-05-18T05:40:07.0992320Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054007.xml 2022-05-18T05:40:08.6581670Z 2022-05-18T05:40:08.6582380Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:08.6582730Z Running tests... 2022-05-18T05:40:08.6583120Z ---------------------------------------------------------------------- 2022-05-18T05:40:08.6607560Z test_all_to_all_full_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports all_to_all (0.003s) 2022-05-18T05:40:08.6663220Z 2022-05-18T05:40:08.6663810Z ---------------------------------------------------------------------- 2022-05-18T05:40:08.6664120Z Ran 1 test in 0.003s 2022-05-18T05:40:08.6664250Z 2022-05-18T05:40:08.6664330Z OK (skipped=1) 2022-05-18T05:40:08.6664450Z 2022-05-18T05:40:08.6664550Z Generating XML reports... 2022-05-18T05:40:08.6665130Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054008.xml 2022-05-18T05:40:10.2534610Z 2022-05-18T05:40:10.2535390Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:10.2536200Z Running tests... 2022-05-18T05:40:10.2536630Z ---------------------------------------------------------------------- 2022-05-18T05:40:10.2562060Z test_all_to_all_full_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only NCCL supports CUDA all_to_all (0.003s) 2022-05-18T05:40:10.2621140Z 2022-05-18T05:40:10.2621540Z ---------------------------------------------------------------------- 2022-05-18T05:40:10.2621820Z Ran 1 test in 0.003s 2022-05-18T05:40:10.2621950Z 2022-05-18T05:40:10.2622030Z OK (skipped=1) 2022-05-18T05:40:10.2622150Z 2022-05-18T05:40:10.2622240Z Generating XML reports... 2022-05-18T05:40:10.2622810Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054010.xml 2022-05-18T05:40:11.8222080Z 2022-05-18T05:40:11.8222350Z Running tests... 2022-05-18T05:40:11.8222960Z ---------------------------------------------------------------------- 2022-05-18T05:40:11.8223470Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:11.8247170Z test_all_to_all_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports all_to_all (0.002s) 2022-05-18T05:40:11.8304620Z 2022-05-18T05:40:11.8305270Z ---------------------------------------------------------------------- 2022-05-18T05:40:11.8305590Z Ran 1 test in 0.003s 2022-05-18T05:40:11.8305740Z 2022-05-18T05:40:11.8306070Z OK (skipped=1) 2022-05-18T05:40:11.8306200Z 2022-05-18T05:40:11.8306300Z Generating XML reports... 2022-05-18T05:40:11.8306880Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054011.xml 2022-05-18T05:40:13.4013790Z 2022-05-18T05:40:13.4014580Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:13.4014970Z Running tests... 2022-05-18T05:40:13.4015370Z ---------------------------------------------------------------------- 2022-05-18T05:40:13.4040330Z test_all_to_all_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:40:13.4094390Z 2022-05-18T05:40:13.4094940Z ---------------------------------------------------------------------- 2022-05-18T05:40:13.4095250Z Ran 1 test in 0.003s 2022-05-18T05:40:13.4095380Z 2022-05-18T05:40:13.4095460Z OK (skipped=1) 2022-05-18T05:40:13.4095580Z 2022-05-18T05:40:13.4095680Z Generating XML reports... 2022-05-18T05:40:13.4096270Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054013.xml 2022-05-18T05:40:14.9936950Z 2022-05-18T05:40:14.9937830Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:14.9938750Z Running tests... 2022-05-18T05:40:14.9939160Z ---------------------------------------------------------------------- 2022-05-18T05:40:14.9963060Z test_all_to_all_single_equal_split (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.003s) 2022-05-18T05:40:15.0016260Z 2022-05-18T05:40:15.0016850Z ---------------------------------------------------------------------- 2022-05-18T05:40:15.0017190Z Ran 1 test in 0.003s 2022-05-18T05:40:15.0017350Z 2022-05-18T05:40:15.0017440Z OK (skipped=1) 2022-05-18T05:40:15.0017570Z 2022-05-18T05:40:15.0017660Z Generating XML reports... 2022-05-18T05:40:15.0018240Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054014.xml 2022-05-18T05:40:16.5696190Z 2022-05-18T05:40:16.5696530Z Running tests... 2022-05-18T05:40:16.5697140Z ---------------------------------------------------------------------- 2022-05-18T05:40:16.5697650Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:16.5722460Z test_all_to_all_single_equal_split_complex (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.003s) 2022-05-18T05:40:16.5777710Z 2022-05-18T05:40:16.5778990Z ---------------------------------------------------------------------- 2022-05-18T05:40:16.5779540Z Ran 1 test in 0.003s 2022-05-18T05:40:16.5781000Z 2022-05-18T05:40:16.5781140Z OK (skipped=1) 2022-05-18T05:40:16.5781280Z 2022-05-18T05:40:16.5781750Z Generating XML reports... 2022-05-18T05:40:16.5782450Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054016.xml 2022-05-18T05:40:18.1389490Z 2022-05-18T05:40:18.1389820Z Running tests... 2022-05-18T05:40:18.1390430Z ---------------------------------------------------------------------- 2022-05-18T05:40:18.1390930Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:18.1415370Z test_all_to_all_single_equal_split_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:40:18.1468450Z 2022-05-18T05:40:18.1469060Z ---------------------------------------------------------------------- 2022-05-18T05:40:18.1469380Z Ran 1 test in 0.003s 2022-05-18T05:40:18.1469510Z 2022-05-18T05:40:18.1469600Z OK (skipped=1) 2022-05-18T05:40:18.1469720Z 2022-05-18T05:40:18.1469820Z Generating XML reports... 2022-05-18T05:40:18.1470520Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054018.xml 2022-05-18T05:40:19.7405140Z 2022-05-18T05:40:19.7405480Z Running tests... 2022-05-18T05:40:19.7406070Z ---------------------------------------------------------------------- 2022-05-18T05:40:19.7406580Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:19.7431240Z test_all_to_all_single_equal_split_cuda_complex (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:40:19.7485040Z 2022-05-18T05:40:19.7485680Z ---------------------------------------------------------------------- 2022-05-18T05:40:19.7485970Z Ran 1 test in 0.003s 2022-05-18T05:40:19.7486100Z 2022-05-18T05:40:19.7486180Z OK (skipped=1) 2022-05-18T05:40:19.7486300Z 2022-05-18T05:40:19.7486390Z Generating XML reports... 2022-05-18T05:40:19.7486980Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054019.xml 2022-05-18T05:40:21.3178130Z 2022-05-18T05:40:21.3178880Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:21.3179210Z Running tests... 2022-05-18T05:40:21.3179600Z ---------------------------------------------------------------------- 2022-05-18T05:40:21.3203630Z test_all_to_all_single_equal_split_full_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.003s) 2022-05-18T05:40:21.3255800Z 2022-05-18T05:40:21.3256230Z ---------------------------------------------------------------------- 2022-05-18T05:40:21.3256530Z Ran 1 test in 0.003s 2022-05-18T05:40:21.3256650Z 2022-05-18T05:40:21.3256730Z OK (skipped=1) 2022-05-18T05:40:21.3256850Z 2022-05-18T05:40:21.3256940Z Generating XML reports... 2022-05-18T05:40:21.3257540Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054021.xml 2022-05-18T05:40:22.8846310Z 2022-05-18T05:40:22.8847180Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:22.8847550Z Running tests... 2022-05-18T05:40:22.8848320Z ---------------------------------------------------------------------- 2022-05-18T05:40:22.8874460Z test_all_to_all_single_equal_split_full_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:40:22.8928880Z 2022-05-18T05:40:22.8929330Z ---------------------------------------------------------------------- 2022-05-18T05:40:22.8929620Z Ran 1 test in 0.003s 2022-05-18T05:40:22.8929750Z 2022-05-18T05:40:22.8929840Z OK (skipped=1) 2022-05-18T05:40:22.8929960Z 2022-05-18T05:40:22.8930060Z Generating XML reports... 2022-05-18T05:40:22.8930640Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054022.xml 2022-05-18T05:40:24.5282320Z 2022-05-18T05:40:24.5283760Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:24.5284170Z Running tests... 2022-05-18T05:40:24.5284590Z ---------------------------------------------------------------------- 2022-05-18T05:40:24.5309750Z test_all_to_all_single_equal_split_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.003s) 2022-05-18T05:40:24.5364320Z 2022-05-18T05:40:24.5364800Z ---------------------------------------------------------------------- 2022-05-18T05:40:24.5365120Z Ran 1 test in 0.003s 2022-05-18T05:40:24.5365270Z 2022-05-18T05:40:24.5365350Z OK (skipped=1) 2022-05-18T05:40:24.5365470Z 2022-05-18T05:40:24.5365570Z Generating XML reports... 2022-05-18T05:40:24.5366160Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054024.xml 2022-05-18T05:40:26.1527750Z 2022-05-18T05:40:26.1528090Z Running tests... 2022-05-18T05:40:26.1528750Z ---------------------------------------------------------------------- 2022-05-18T05:40:26.1529270Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:26.1555390Z test_all_to_all_single_equal_split_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:40:26.1608830Z 2022-05-18T05:40:26.1609460Z ---------------------------------------------------------------------- 2022-05-18T05:40:26.1609800Z Ran 1 test in 0.003s 2022-05-18T05:40:26.1609940Z 2022-05-18T05:40:26.1610020Z OK (skipped=1) 2022-05-18T05:40:26.1610140Z 2022-05-18T05:40:26.1610240Z Generating XML reports... 2022-05-18T05:40:26.1610820Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054026.xml 2022-05-18T05:40:27.7601710Z 2022-05-18T05:40:27.7602400Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:27.7603260Z Running tests... 2022-05-18T05:40:27.7603910Z ---------------------------------------------------------------------- 2022-05-18T05:40:27.7626540Z test_all_to_all_single_unequal_split (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.002s) 2022-05-18T05:40:27.7680910Z 2022-05-18T05:40:27.7681820Z ---------------------------------------------------------------------- 2022-05-18T05:40:27.7682130Z Ran 1 test in 0.003s 2022-05-18T05:40:27.7682260Z 2022-05-18T05:40:27.7682770Z OK (skipped=1) 2022-05-18T05:40:27.7682900Z 2022-05-18T05:40:27.7683000Z Generating XML reports... 2022-05-18T05:40:27.7683600Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054027.xml 2022-05-18T05:40:29.3279540Z 2022-05-18T05:40:29.3279870Z Running tests... 2022-05-18T05:40:29.3280460Z ---------------------------------------------------------------------- 2022-05-18T05:40:29.3280980Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:29.3303440Z test_all_to_all_single_unequal_split_complex (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.002s) 2022-05-18T05:40:29.3356620Z 2022-05-18T05:40:29.3357280Z ---------------------------------------------------------------------- 2022-05-18T05:40:29.3357620Z Ran 1 test in 0.003s 2022-05-18T05:40:29.3357750Z 2022-05-18T05:40:29.3358070Z OK (skipped=1) 2022-05-18T05:40:29.3358400Z 2022-05-18T05:40:29.3358720Z Generating XML reports... 2022-05-18T05:40:29.3359350Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054029.xml 2022-05-18T05:40:30.9665180Z 2022-05-18T05:40:30.9665970Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:30.9666400Z Running tests... 2022-05-18T05:40:30.9666840Z ---------------------------------------------------------------------- 2022-05-18T05:40:30.9693050Z test_all_to_all_single_unequal_split_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:40:30.9748670Z 2022-05-18T05:40:30.9749220Z ---------------------------------------------------------------------- 2022-05-18T05:40:30.9749550Z Ran 1 test in 0.003s 2022-05-18T05:40:30.9749680Z 2022-05-18T05:40:30.9749770Z OK (skipped=1) 2022-05-18T05:40:30.9749890Z 2022-05-18T05:40:30.9749990Z Generating XML reports... 2022-05-18T05:40:30.9750610Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054030.xml 2022-05-18T05:40:32.5598760Z 2022-05-18T05:40:32.5599520Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:32.5599870Z Running tests... 2022-05-18T05:40:32.5600260Z ---------------------------------------------------------------------- 2022-05-18T05:40:32.5626570Z test_all_to_all_single_unequal_split_cuda_complex (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:40:32.5692300Z 2022-05-18T05:40:32.5693360Z ---------------------------------------------------------------------- 2022-05-18T05:40:32.5694010Z Ran 1 test in 0.003s 2022-05-18T05:40:32.5694400Z 2022-05-18T05:40:32.5694740Z OK (skipped=1) 2022-05-18T05:40:32.5695090Z 2022-05-18T05:40:32.5695310Z Generating XML reports... 2022-05-18T05:40:32.5695980Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054032.xml 2022-05-18T05:40:34.1572350Z 2022-05-18T05:40:34.1572700Z Running tests... 2022-05-18T05:40:34.1573320Z ---------------------------------------------------------------------- 2022-05-18T05:40:34.1573840Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:34.1597130Z test_all_to_all_single_unequal_split_full_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.002s) 2022-05-18T05:40:34.1651070Z 2022-05-18T05:40:34.1651650Z ---------------------------------------------------------------------- 2022-05-18T05:40:34.1651960Z Ran 1 test in 0.003s 2022-05-18T05:40:34.1652100Z 2022-05-18T05:40:34.1652180Z OK (skipped=1) 2022-05-18T05:40:34.1652300Z 2022-05-18T05:40:34.1652400Z Generating XML reports... 2022-05-18T05:40:34.1652990Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054034.xml 2022-05-18T05:40:35.7543010Z 2022-05-18T05:40:35.7543820Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:35.7544150Z Running tests... 2022-05-18T05:40:35.7544550Z ---------------------------------------------------------------------- 2022-05-18T05:40:35.7568880Z test_all_to_all_single_unequal_split_full_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:40:35.7623180Z 2022-05-18T05:40:35.7623710Z ---------------------------------------------------------------------- 2022-05-18T05:40:35.7624020Z Ran 1 test in 0.003s 2022-05-18T05:40:35.7624150Z 2022-05-18T05:40:35.7624240Z OK (skipped=1) 2022-05-18T05:40:35.7624600Z 2022-05-18T05:40:35.7625050Z Generating XML reports... 2022-05-18T05:40:35.7625680Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054035.xml 2022-05-18T05:40:37.3207690Z 2022-05-18T05:40:37.3208470Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:37.3208820Z Running tests... 2022-05-18T05:40:37.3209210Z ---------------------------------------------------------------------- 2022-05-18T05:40:37.3233950Z test_all_to_all_single_unequal_split_group (__main__.TestDistBackendWithSpawn) ... skip: Only MPI supports CPU all_to_all_single (0.003s) 2022-05-18T05:40:37.3288720Z 2022-05-18T05:40:37.3289580Z ---------------------------------------------------------------------- 2022-05-18T05:40:37.3289950Z Ran 1 test in 0.003s 2022-05-18T05:40:37.3290090Z 2022-05-18T05:40:37.3290170Z OK (skipped=1) 2022-05-18T05:40:37.3290290Z 2022-05-18T05:40:37.3290380Z Generating XML reports... 2022-05-18T05:40:37.3291000Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054037.xml 2022-05-18T05:40:38.9012940Z 2022-05-18T05:40:38.9013690Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:38.9014060Z Running tests... 2022-05-18T05:40:38.9014450Z ---------------------------------------------------------------------- 2022-05-18T05:40:38.9039780Z test_all_to_all_single_unequal_split_group_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA all_to_all_single (0.003s) 2022-05-18T05:40:38.9093720Z 2022-05-18T05:40:38.9094150Z ---------------------------------------------------------------------- 2022-05-18T05:40:38.9094450Z Ran 1 test in 0.003s 2022-05-18T05:40:38.9094580Z 2022-05-18T05:40:38.9094670Z OK (skipped=1) 2022-05-18T05:40:38.9094790Z 2022-05-18T05:40:38.9094880Z Generating XML reports... 2022-05-18T05:40:38.9095480Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054038.xml 2022-05-18T05:40:40.5039210Z 2022-05-18T05:40:40.5039980Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:40.5040360Z Running tests... 2022-05-18T05:40:40.5040760Z ---------------------------------------------------------------------- 2022-05-18T05:40:40.9166100Z test_average_parameters (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12804 2022-05-18T05:40:40.9242200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12805 2022-05-18T05:40:40.9378220Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12806 2022-05-18T05:40:42.4344630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:40:42.4776960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:40:42.4778640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:40:42.4779970Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:42.4781340Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:42.5306880Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:42.5321950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:42.5325250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:42.5825320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:42.9872400Z skip: Need at least 2 CUDA devices (2.483s) 2022-05-18T05:40:42.9937260Z 2022-05-18T05:40:42.9937900Z ---------------------------------------------------------------------- 2022-05-18T05:40:42.9938200Z Ran 1 test in 2.484s 2022-05-18T05:40:42.9938340Z 2022-05-18T05:40:42.9938450Z OK (skipped=1) 2022-05-18T05:40:42.9938570Z 2022-05-18T05:40:42.9938670Z Generating XML reports... 2022-05-18T05:40:42.9939250Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054040.xml 2022-05-18T05:40:44.6664650Z 2022-05-18T05:40:44.6664980Z Running tests... 2022-05-18T05:40:44.6665590Z ---------------------------------------------------------------------- 2022-05-18T05:40:44.6666520Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:44.6691420Z test_backend_full_group (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.003s) 2022-05-18T05:40:44.6744650Z 2022-05-18T05:40:44.6745070Z ---------------------------------------------------------------------- 2022-05-18T05:40:44.6745400Z Ran 1 test in 0.003s 2022-05-18T05:40:44.6745570Z 2022-05-18T05:40:44.6745910Z OK (skipped=1) 2022-05-18T05:40:44.6746060Z 2022-05-18T05:40:44.6746150Z Generating XML reports... 2022-05-18T05:40:44.6746750Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054044.xml 2022-05-18T05:40:46.3030740Z 2022-05-18T05:40:46.3031550Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:46.3031900Z Running tests... 2022-05-18T05:40:46.3032280Z ---------------------------------------------------------------------- 2022-05-18T05:40:46.3057080Z test_backend_group (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.003s) 2022-05-18T05:40:46.3111270Z 2022-05-18T05:40:46.3111910Z ---------------------------------------------------------------------- 2022-05-18T05:40:46.3112210Z Ran 1 test in 0.003s 2022-05-18T05:40:46.3112340Z 2022-05-18T05:40:46.3112430Z OK (skipped=1) 2022-05-18T05:40:46.3112550Z 2022-05-18T05:40:46.3112650Z Generating XML reports... 2022-05-18T05:40:46.3113260Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054046.xml 2022-05-18T05:40:47.9425110Z 2022-05-18T05:40:47.9426050Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:47.9426410Z Running tests... 2022-05-18T05:40:47.9426870Z ---------------------------------------------------------------------- 2022-05-18T05:40:48.3752240Z test_barrier (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12817 2022-05-18T05:40:48.3893650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12818 2022-05-18T05:40:48.4025340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12819 2022-05-18T05:40:50.0127600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:40:50.0368340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:40:50.0370050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:40:50.0371850Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:50.0373300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:50.1005790Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:50.1020980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:50.1812380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:50.1816070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:51.9545060Z ok (4.012s) 2022-05-18T05:40:51.9610250Z 2022-05-18T05:40:51.9610880Z ---------------------------------------------------------------------- 2022-05-18T05:40:51.9611430Z Ran 1 test in 4.012s 2022-05-18T05:40:51.9611570Z 2022-05-18T05:40:51.9611680Z OK 2022-05-18T05:40:51.9611810Z 2022-05-18T05:40:51.9612020Z Generating XML reports... 2022-05-18T05:40:51.9612670Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054047.xml 2022-05-18T05:40:53.7130610Z 2022-05-18T05:40:53.7131360Z Running tests... 2022-05-18T05:40:53.7133060Z ---------------------------------------------------------------------- 2022-05-18T05:40:53.7133590Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:54.1409400Z test_barrier_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12827 2022-05-18T05:40:54.1483580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12828 2022-05-18T05:40:54.1586670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12829 2022-05-18T05:40:55.6797570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:40:55.6910700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:40:55.6912940Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:55.6913450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:40:55.6916720Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:55.7275540Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:55.7292730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:55.8013190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:40:55.8106500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:40:56.1098760Z skip: CUDA is not available. (2.397s) 2022-05-18T05:40:56.1167690Z 2022-05-18T05:40:56.1168660Z ---------------------------------------------------------------------- 2022-05-18T05:40:56.1169020Z Ran 1 test in 2.397s 2022-05-18T05:40:56.1169940Z 2022-05-18T05:40:56.1170040Z OK (skipped=1) 2022-05-18T05:40:56.1170170Z 2022-05-18T05:40:56.1170270Z Generating XML reports... 2022-05-18T05:40:56.1171290Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054053.xml 2022-05-18T05:40:57.8409380Z 2022-05-18T05:40:57.8410110Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:40:57.8410930Z Running tests... 2022-05-18T05:40:57.8411340Z ---------------------------------------------------------------------- 2022-05-18T05:40:58.2413090Z test_barrier_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12836 2022-05-18T05:40:58.2493520Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12837 2022-05-18T05:40:58.2633690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12838 2022-05-18T05:40:59.7756680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:40:59.8528800Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:40:59.8529960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:40:59.8530840Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:59.8535130Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:59.9291750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:40:59.9307770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:40:59.9780630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:00.1554940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:00.1676510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:41:00.2281670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:41:00.2282680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:41:00.2283650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:41:00.2285590Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:41:00.2525570Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:41:01.8586150Z ok (4.018s) 2022-05-18T05:41:01.8654450Z 2022-05-18T05:41:01.8655120Z ---------------------------------------------------------------------- 2022-05-18T05:41:01.8655450Z Ran 1 test in 4.018s 2022-05-18T05:41:01.8655580Z 2022-05-18T05:41:01.8655650Z OK 2022-05-18T05:41:01.8655750Z 2022-05-18T05:41:01.8655850Z Generating XML reports... 2022-05-18T05:41:01.8656450Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054057.xml 2022-05-18T05:41:03.5469480Z 2022-05-18T05:41:03.5469820Z Running tests... 2022-05-18T05:41:03.5470510Z ---------------------------------------------------------------------- 2022-05-18T05:41:03.5471050Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:03.9577690Z test_barrier_full_group_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12846 2022-05-18T05:41:03.9647640Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12847 2022-05-18T05:41:03.9784670Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12848 2022-05-18T05:41:05.5418270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:05.5418750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:06.1297510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:06.1302440Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:06.1308180Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:06.1319770Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:06.1360960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:06.1471060Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:06.1572770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:06.3531540Z skip: CUDA is not available. (2.806s) 2022-05-18T05:41:06.3598040Z 2022-05-18T05:41:06.3598600Z ---------------------------------------------------------------------- 2022-05-18T05:41:06.3598920Z Ran 1 test in 2.807s 2022-05-18T05:41:06.3599050Z 2022-05-18T05:41:06.3599390Z OK (skipped=1) 2022-05-18T05:41:06.3599540Z 2022-05-18T05:41:06.3599640Z Generating XML reports... 2022-05-18T05:41:06.3600230Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054103.xml 2022-05-18T05:41:08.0094650Z 2022-05-18T05:41:08.0095880Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:08.0096280Z Running tests... 2022-05-18T05:41:08.0096690Z ---------------------------------------------------------------------- 2022-05-18T05:41:08.3994450Z test_barrier_group (__main__.TestDistBackendWithSpawn) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70562 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.390s) 2022-05-18T05:41:08.4040050Z 2022-05-18T05:41:08.4040380Z ---------------------------------------------------------------------- 2022-05-18T05:41:08.4040650Z Ran 1 test in 0.390s 2022-05-18T05:41:08.4040770Z 2022-05-18T05:41:08.4040860Z OK (skipped=1) 2022-05-18T05:41:08.4040970Z 2022-05-18T05:41:08.4041060Z Generating XML reports... 2022-05-18T05:41:08.4041630Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054108.xml 2022-05-18T05:41:10.0314590Z 2022-05-18T05:41:10.0314910Z Running tests... 2022-05-18T05:41:10.0315520Z ---------------------------------------------------------------------- 2022-05-18T05:41:10.0316030Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:10.4518970Z test_barrier_group_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12858 2022-05-18T05:41:10.4655680Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12859 2022-05-18T05:41:10.4768450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12860 2022-05-18T05:41:12.0257330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:12.0259840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:12.0260680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:12.0262440Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:12.0263740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:12.0265020Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:12.1160010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:12.1382690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:12.2271450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:12.4667440Z skip: CUDA is not available. (2.435s) 2022-05-18T05:41:12.4736160Z 2022-05-18T05:41:12.4736940Z ---------------------------------------------------------------------- 2022-05-18T05:41:12.4737270Z Ran 1 test in 2.436s 2022-05-18T05:41:12.4737400Z 2022-05-18T05:41:12.4737470Z OK (skipped=1) 2022-05-18T05:41:12.4737830Z 2022-05-18T05:41:12.4737940Z Generating XML reports... 2022-05-18T05:41:12.4738630Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054110.xml 2022-05-18T05:41:14.1270580Z 2022-05-18T05:41:14.1271340Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:14.1271690Z Running tests... 2022-05-18T05:41:14.1272090Z ---------------------------------------------------------------------- 2022-05-18T05:41:14.5848450Z test_barrier_timeout_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12867 2022-05-18T05:41:14.5927240Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12868 2022-05-18T05:41:14.6068020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12869 2022-05-18T05:41:16.1238480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:16.1246760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:16.1254370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:16.1257920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:16.1265190Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:16.1359990Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:16.1853330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:16.3142470Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:16.3527190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:16.3781860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:41:16.3784980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:41:16.3787180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:41:16.3788440Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:41:16.3789590Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:41:16.3904500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:41:17.7945780Z ok (3.667s) 2022-05-18T05:41:17.8008530Z 2022-05-18T05:41:17.8009180Z ---------------------------------------------------------------------- 2022-05-18T05:41:17.8009530Z Ran 1 test in 3.668s 2022-05-18T05:41:17.8009770Z 2022-05-18T05:41:17.8010110Z OK 2022-05-18T05:41:17.8010610Z 2022-05-18T05:41:17.8010720Z Generating XML reports... 2022-05-18T05:41:17.8011570Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054114.xml 2022-05-18T05:41:19.4440580Z 2022-05-18T05:41:19.4440920Z Running tests... 2022-05-18T05:41:19.4441570Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:19.8657400Z ---------------------------------------------------------------------- 2022-05-18T05:41:19.8657950Z test_barrier_timeout_global (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12876 2022-05-18T05:41:19.8724930Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12877 2022-05-18T05:41:19.8828720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12878 2022-05-18T05:41:21.4737300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:21.4739630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:21.4745190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:21.4748750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:21.4848030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:21.4970330Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:21.4984250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:21.6963740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:21.6967990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:22.0558820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:22.0561840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:22.0562760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:22.0564560Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:22.0566240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:22.0673780Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:23.6086090Z ok (4.164s) 2022-05-18T05:41:23.6149300Z 2022-05-18T05:41:23.6149820Z ---------------------------------------------------------------------- 2022-05-18T05:41:23.6150120Z Ran 1 test in 4.165s 2022-05-18T05:41:23.6150260Z 2022-05-18T05:41:23.6150320Z OK 2022-05-18T05:41:23.6150560Z 2022-05-18T05:41:23.6150660Z Generating XML reports... 2022-05-18T05:41:23.6151260Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054119.xml 2022-05-18T05:41:25.2660610Z 2022-05-18T05:41:25.2660940Z Running tests... 2022-05-18T05:41:25.2661600Z ---------------------------------------------------------------------- 2022-05-18T05:41:25.2662110Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:25.6527840Z test_barrier_timeout_group (__main__.TestDistBackendWithSpawn) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70755 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.387s) 2022-05-18T05:41:25.6573290Z 2022-05-18T05:41:25.6573640Z ---------------------------------------------------------------------- 2022-05-18T05:41:25.6573910Z Ran 1 test in 0.387s 2022-05-18T05:41:25.6574040Z 2022-05-18T05:41:25.6574120Z OK (skipped=1) 2022-05-18T05:41:25.6574250Z 2022-05-18T05:41:25.6574460Z Generating XML reports... 2022-05-18T05:41:25.6575710Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054125.xml 2022-05-18T05:41:27.2551420Z 2022-05-18T05:41:27.2552180Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:27.2552530Z Running tests... 2022-05-18T05:41:27.2552920Z ---------------------------------------------------------------------- 2022-05-18T05:41:27.6600830Z test_batch_isend_irecv_gloo (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12888 2022-05-18T05:41:27.6744180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12889 2022-05-18T05:41:27.6852900Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12890 2022-05-18T05:41:29.2389220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:29.2935160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:29.2939200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:29.2943640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:29.2947900Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:29.3825310Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:29.3860990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:29.4781660Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:29.4790330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:30.0329010Z ok (2.778s) 2022-05-18T05:41:30.0392800Z 2022-05-18T05:41:30.0393270Z ---------------------------------------------------------------------- 2022-05-18T05:41:30.0393570Z Ran 1 test in 2.778s 2022-05-18T05:41:30.0393700Z 2022-05-18T05:41:30.0393760Z OK 2022-05-18T05:41:30.0393860Z 2022-05-18T05:41:30.0393960Z Generating XML reports... 2022-05-18T05:41:30.0394530Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054127.xml 2022-05-18T05:41:31.7003010Z 2022-05-18T05:41:31.7003770Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:31.7004120Z Running tests... 2022-05-18T05:41:31.7004530Z ---------------------------------------------------------------------- 2022-05-18T05:41:32.1094900Z test_batch_isend_irecv_gloo_tags (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12898 2022-05-18T05:41:32.1157160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12899 2022-05-18T05:41:32.1260610Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12900 2022-05-18T05:41:33.7285400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:33.7287860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:33.7291480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:33.7292920Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:33.7295510Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:33.7824270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:33.7957970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:33.7961730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:34.0284120Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:34.4457530Z ok (2.745s) 2022-05-18T05:41:34.4529680Z 2022-05-18T05:41:34.4530370Z ---------------------------------------------------------------------- 2022-05-18T05:41:34.4530720Z Ran 1 test in 2.746s 2022-05-18T05:41:34.4530860Z 2022-05-18T05:41:34.4530920Z OK 2022-05-18T05:41:34.4531020Z 2022-05-18T05:41:34.4531130Z Generating XML reports... 2022-05-18T05:41:34.4531730Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054131.xml 2022-05-18T05:41:36.1259490Z 2022-05-18T05:41:36.1260260Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:36.1261730Z Running tests... 2022-05-18T05:41:36.1262450Z ---------------------------------------------------------------------- 2022-05-18T05:41:36.1292940Z test_batch_isend_irecv_mixed_backend_err (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.003s) 2022-05-18T05:41:36.1346210Z 2022-05-18T05:41:36.1346570Z ---------------------------------------------------------------------- 2022-05-18T05:41:36.1346840Z Ran 1 test in 0.004s 2022-05-18T05:41:36.1346960Z 2022-05-18T05:41:36.1347060Z OK (skipped=1) 2022-05-18T05:41:36.1347180Z 2022-05-18T05:41:36.1347270Z Generating XML reports... 2022-05-18T05:41:36.1347840Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054136.xml 2022-05-18T05:41:37.6744620Z 2022-05-18T05:41:37.6745360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:37.6745810Z Running tests... 2022-05-18T05:41:37.6746230Z ---------------------------------------------------------------------- 2022-05-18T05:41:37.6783120Z test_batch_isend_irecv_nccl (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.004s) 2022-05-18T05:41:37.6838230Z 2022-05-18T05:41:37.6838810Z ---------------------------------------------------------------------- 2022-05-18T05:41:37.6839140Z Ran 1 test in 0.004s 2022-05-18T05:41:37.6839260Z 2022-05-18T05:41:37.6839350Z OK (skipped=1) 2022-05-18T05:41:37.6839470Z 2022-05-18T05:41:37.6839560Z Generating XML reports... 2022-05-18T05:41:37.6840180Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054137.xml 2022-05-18T05:41:39.2177650Z 2022-05-18T05:41:39.2178400Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:39.2178740Z Running tests... 2022-05-18T05:41:39.2179130Z ---------------------------------------------------------------------- 2022-05-18T05:41:39.2216560Z test_batch_isend_irecv_no_rank_zero_nccl (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.004s) 2022-05-18T05:41:39.2270650Z 2022-05-18T05:41:39.2271400Z ---------------------------------------------------------------------- 2022-05-18T05:41:39.2271730Z Ran 1 test in 0.004s 2022-05-18T05:41:39.2271860Z 2022-05-18T05:41:39.2271940Z OK (skipped=1) 2022-05-18T05:41:39.2272070Z 2022-05-18T05:41:39.2272160Z Generating XML reports... 2022-05-18T05:41:39.2272750Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054139.xml 2022-05-18T05:41:40.7962230Z 2022-05-18T05:41:40.7963070Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:40.7963620Z Running tests... 2022-05-18T05:41:40.7964030Z ---------------------------------------------------------------------- 2022-05-18T05:41:40.8000750Z test_batch_isend_irecv_op_err (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.004s) 2022-05-18T05:41:40.8055730Z 2022-05-18T05:41:40.8056310Z ---------------------------------------------------------------------- 2022-05-18T05:41:40.8056620Z Ran 1 test in 0.004s 2022-05-18T05:41:40.8056750Z 2022-05-18T05:41:40.8056830Z OK (skipped=1) 2022-05-18T05:41:40.8056960Z 2022-05-18T05:41:40.8057050Z Generating XML reports... 2022-05-18T05:41:40.8057640Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054140.xml 2022-05-18T05:41:42.3337700Z 2022-05-18T05:41:42.3338110Z Running tests... 2022-05-18T05:41:42.3338760Z ---------------------------------------------------------------------- 2022-05-18T05:41:42.3339280Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:42.3365330Z test_batch_isend_irecv_op_list_err (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.003s) 2022-05-18T05:41:42.3419510Z 2022-05-18T05:41:42.3420200Z ---------------------------------------------------------------------- 2022-05-18T05:41:42.3420520Z Ran 1 test in 0.003s 2022-05-18T05:41:42.3420650Z 2022-05-18T05:41:42.3420720Z OK (skipped=1) 2022-05-18T05:41:42.3420840Z 2022-05-18T05:41:42.3420930Z Generating XML reports... 2022-05-18T05:41:42.3421680Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054142.xml 2022-05-18T05:41:43.8812450Z 2022-05-18T05:41:43.8812780Z Running tests... 2022-05-18T05:41:43.8813430Z ---------------------------------------------------------------------- 2022-05-18T05:41:43.8813950Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:43.8846170Z test_batch_isend_irecv_ring_exchange_nccl (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.003s) 2022-05-18T05:41:43.8898820Z 2022-05-18T05:41:43.8899510Z ---------------------------------------------------------------------- 2022-05-18T05:41:43.8900410Z Ran 1 test in 0.004s 2022-05-18T05:41:43.8900790Z 2022-05-18T05:41:43.8901580Z OK (skipped=1) 2022-05-18T05:41:43.8901910Z 2022-05-18T05:41:43.8902230Z Generating XML reports... 2022-05-18T05:41:43.8902880Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054143.xml 2022-05-18T05:41:45.4458440Z 2022-05-18T05:41:45.4459180Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:45.4459550Z Running tests... 2022-05-18T05:41:45.4459940Z ---------------------------------------------------------------------- 2022-05-18T05:41:45.4501370Z test_batch_isend_irecv_self_nccl (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.004s) 2022-05-18T05:41:45.4554300Z 2022-05-18T05:41:45.4554990Z ---------------------------------------------------------------------- 2022-05-18T05:41:45.4555300Z Ran 1 test in 0.004s 2022-05-18T05:41:45.4555430Z 2022-05-18T05:41:45.4555520Z OK (skipped=1) 2022-05-18T05:41:45.4555780Z 2022-05-18T05:41:45.4555880Z Generating XML reports... 2022-05-18T05:41:45.4556460Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054145.xml 2022-05-18T05:41:46.9797610Z 2022-05-18T05:41:46.9798360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:46.9798840Z Running tests... 2022-05-18T05:41:46.9799260Z ---------------------------------------------------------------------- 2022-05-18T05:41:46.9827260Z test_batch_isend_irecv_tensor_err (__main__.TestDistBackendWithSpawn) ... skip: NCCL Batch Send Recv Only (0.003s) 2022-05-18T05:41:46.9881590Z 2022-05-18T05:41:46.9882180Z ---------------------------------------------------------------------- 2022-05-18T05:41:46.9882500Z Ran 1 test in 0.003s 2022-05-18T05:41:46.9882640Z 2022-05-18T05:41:46.9882720Z OK (skipped=1) 2022-05-18T05:41:46.9882840Z 2022-05-18T05:41:46.9882960Z Generating XML reports... 2022-05-18T05:41:46.9883750Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054146.xml 2022-05-18T05:41:48.5411080Z 2022-05-18T05:41:48.5411370Z Running tests... 2022-05-18T05:41:48.5412180Z ---------------------------------------------------------------------- 2022-05-18T05:41:48.5412730Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:48.9475660Z test_broadcast (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12924 2022-05-18T05:41:48.9532510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12925 2022-05-18T05:41:48.9666400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12926 2022-05-18T05:41:50.4438030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:50.4460220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:50.4783080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:50.4785830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:50.5362000Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:50.5493110Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:50.5529620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:50.6049070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:50.7407080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:51.1904810Z ok (2.649s) 2022-05-18T05:41:51.1977240Z 2022-05-18T05:41:51.1978260Z ---------------------------------------------------------------------- 2022-05-18T05:41:51.1978620Z Ran 1 test in 2.650s 2022-05-18T05:41:51.1978760Z 2022-05-18T05:41:51.1978830Z OK 2022-05-18T05:41:51.1978940Z 2022-05-18T05:41:51.1979040Z Generating XML reports... 2022-05-18T05:41:51.1979640Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054148.xml 2022-05-18T05:41:52.8347100Z 2022-05-18T05:41:52.8347380Z Running tests... 2022-05-18T05:41:52.8347990Z ---------------------------------------------------------------------- 2022-05-18T05:41:52.8348510Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:53.2473910Z test_broadcast_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12934 2022-05-18T05:41:53.2625530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12935 2022-05-18T05:41:53.2756250Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12936 2022-05-18T05:41:54.7674780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:54.7676180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:54.7679440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:54.7681020Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:54.7682170Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:54.7683130Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:54.8575540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:54.9702030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:55.0048530Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:55.1795330Z skip: CUDA is not available. (2.345s) 2022-05-18T05:41:55.1861930Z 2022-05-18T05:41:55.1862570Z ---------------------------------------------------------------------- 2022-05-18T05:41:55.1862890Z Ran 1 test in 2.345s 2022-05-18T05:41:55.1863040Z 2022-05-18T05:41:55.1863120Z OK (skipped=1) 2022-05-18T05:41:55.1863240Z 2022-05-18T05:41:55.1863460Z Generating XML reports... 2022-05-18T05:41:55.1864060Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054152.xml 2022-05-18T05:41:56.8146330Z 2022-05-18T05:41:56.8147410Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:41:56.8147800Z Running tests... 2022-05-18T05:41:56.8148210Z ---------------------------------------------------------------------- 2022-05-18T05:41:57.2139820Z test_broadcast_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12943 2022-05-18T05:41:57.2211910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12944 2022-05-18T05:41:57.2363690Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12945 2022-05-18T05:41:58.7123000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:41:58.7236350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:41:58.7360400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:41:58.7363250Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:58.7455840Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:58.7457840Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:41:58.7473680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:41:58.7478590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:41:58.9780240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:41:59.0200780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:41:59.0204470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:41:59.0205810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:41:59.0207360Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:41:59.0208720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:41:59.0306640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:41:59.7290160Z ok (2.914s) 2022-05-18T05:41:59.7355390Z 2022-05-18T05:41:59.7355860Z ---------------------------------------------------------------------- 2022-05-18T05:41:59.7356140Z Ran 1 test in 2.915s 2022-05-18T05:41:59.7356270Z 2022-05-18T05:41:59.7356340Z OK 2022-05-18T05:41:59.7356440Z 2022-05-18T05:41:59.7356540Z Generating XML reports... 2022-05-18T05:41:59.7357520Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054156.xml 2022-05-18T05:42:01.4011210Z 2022-05-18T05:42:01.4011540Z Running tests... 2022-05-18T05:42:01.4012140Z ---------------------------------------------------------------------- 2022-05-18T05:42:01.4012650Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:01.8083630Z test_broadcast_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12953 2022-05-18T05:42:01.8166160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12954 2022-05-18T05:42:01.8295700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12955 2022-05-18T05:42:03.3012260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:42:03.3535400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:42:03.3536320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:42:03.3538960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:03.3542160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:03.3544740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:03.3664110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:03.4788440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:03.4807440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:42:03.5018340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:42:03.5133750Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:03.5137570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:42:03.5141010Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:42:03.5142090Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:42:03.5246870Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:42:04.1893540Z ok (2.788s) 2022-05-18T05:42:04.2369260Z 2022-05-18T05:42:04.2372070Z ---------------------------------------------------------------------- 2022-05-18T05:42:04.2372650Z Ran 1 test in 2.789s 2022-05-18T05:42:04.2372800Z 2022-05-18T05:42:04.2372860Z OK 2022-05-18T05:42:04.2372960Z 2022-05-18T05:42:04.2373070Z Generating XML reports... 2022-05-18T05:42:04.2373720Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054201.xml 2022-05-18T05:42:05.9046830Z 2022-05-18T05:42:05.9047570Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:05.9047910Z Running tests... 2022-05-18T05:42:05.9048810Z ---------------------------------------------------------------------- 2022-05-18T05:42:06.3010400Z test_broadcast_multigpu (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12962 2022-05-18T05:42:06.3098720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12963 2022-05-18T05:42:06.3195850Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12964 2022-05-18T05:42:07.8801850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:42:07.9222780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:42:07.9223520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:42:07.9225650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:07.9228280Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:07.9350060Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:07.9783570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:08.0394150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:08.1035840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:08.3588040Z skip: CUDA is not available. (2.454s) 2022-05-18T05:42:08.3652840Z 2022-05-18T05:42:08.3653560Z ---------------------------------------------------------------------- 2022-05-18T05:42:08.3654000Z Ran 1 test in 2.454s 2022-05-18T05:42:08.3654130Z 2022-05-18T05:42:08.3654220Z OK (skipped=1) 2022-05-18T05:42:08.3654330Z 2022-05-18T05:42:08.3654450Z Generating XML reports... 2022-05-18T05:42:08.3655040Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054205.xml 2022-05-18T05:42:10.0180230Z 2022-05-18T05:42:10.0180920Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:10.0181270Z Running tests... 2022-05-18T05:42:10.0181660Z ---------------------------------------------------------------------- 2022-05-18T05:42:10.4200510Z test_broadcast_object_list (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12971 2022-05-18T05:42:10.4268140Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12972 2022-05-18T05:42:10.4404880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12973 2022-05-18T05:42:11.9916520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:42:12.0003720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:42:12.0006990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:42:12.0008620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:12.0011070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:12.0025040Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:12.0917540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:12.1929500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:12.2292670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:12.4909670Z ok (2.473s) 2022-05-18T05:42:12.4975070Z 2022-05-18T05:42:12.4975770Z ---------------------------------------------------------------------- 2022-05-18T05:42:12.4976090Z Ran 1 test in 2.473s 2022-05-18T05:42:12.4976220Z 2022-05-18T05:42:12.4976410Z OK 2022-05-18T05:42:12.4976520Z 2022-05-18T05:42:12.4976620Z Generating XML reports... 2022-05-18T05:42:12.4977240Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054210.xml 2022-05-18T05:42:14.1560060Z 2022-05-18T05:42:14.1560780Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:14.1561120Z Running tests... 2022-05-18T05:42:14.1561500Z ---------------------------------------------------------------------- 2022-05-18T05:42:14.1584880Z test_compute_bucket_assignment_by_size_sparse_error_with_logger (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.002s) 2022-05-18T05:42:14.1637290Z 2022-05-18T05:42:14.1637790Z ---------------------------------------------------------------------- 2022-05-18T05:42:14.1638070Z Ran 1 test in 0.003s 2022-05-18T05:42:14.1638210Z 2022-05-18T05:42:14.1638300Z OK (skipped=1) 2022-05-18T05:42:14.1638420Z 2022-05-18T05:42:14.1638510Z Generating XML reports... 2022-05-18T05:42:14.1639710Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054214.xml 2022-05-18T05:42:15.7115090Z 2022-05-18T05:42:15.7115890Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:15.7116230Z Running tests... 2022-05-18T05:42:15.7116620Z ---------------------------------------------------------------------- 2022-05-18T05:42:15.7140100Z test_compute_bucket_assignment_by_size_sparse_error_without_logger (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.002s) 2022-05-18T05:42:15.7193580Z 2022-05-18T05:42:15.7194090Z ---------------------------------------------------------------------- 2022-05-18T05:42:15.7194360Z Ran 1 test in 0.003s 2022-05-18T05:42:15.7194500Z 2022-05-18T05:42:15.7194570Z OK (skipped=1) 2022-05-18T05:42:15.7194690Z 2022-05-18T05:42:15.7194780Z Generating XML reports... 2022-05-18T05:42:15.7195490Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054215.xml 2022-05-18T05:42:17.2449810Z 2022-05-18T05:42:17.2450150Z Running tests... 2022-05-18T05:42:17.2450870Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:17.2451370Z ---------------------------------------------------------------------- 2022-05-18T05:42:17.6585000Z test_ddp_broadcast_buffer (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12985 2022-05-18T05:42:17.6754450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12986 2022-05-18T05:42:17.6859780Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12987 2022-05-18T05:42:19.2051870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:42:19.2053190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:42:19.2303050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:42:19.2305660Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:19.2858690Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:19.2985470Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:19.2999080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:19.4783240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:19.5300030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:19.7000070Z skip: Need at least 2 CUDA devices (2.455s) 2022-05-18T05:42:19.7063500Z 2022-05-18T05:42:19.7064190Z ---------------------------------------------------------------------- 2022-05-18T05:42:19.7064500Z Ran 1 test in 2.455s 2022-05-18T05:42:19.7064640Z 2022-05-18T05:42:19.7064730Z OK (skipped=1) 2022-05-18T05:42:19.7064850Z 2022-05-18T05:42:19.7064940Z Generating XML reports... 2022-05-18T05:42:19.7065660Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054217.xml 2022-05-18T05:42:21.3853550Z 2022-05-18T05:42:21.3854310Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:21.3854670Z Running tests... 2022-05-18T05:42:21.3855060Z ---------------------------------------------------------------------- 2022-05-18T05:42:21.7993430Z test_ddp_broadcast_buffer_via_hook (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 12995 2022-05-18T05:42:21.8621880Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 12996 2022-05-18T05:42:21.8666500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 12997 2022-05-18T05:42:23.3345490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:42:23.3532790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:42:23.3533620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:42:23.3536600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:23.3537710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:23.4351620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:23.4367420Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:23.4781830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:23.4905100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:23.9139740Z skip: Need at least 2 CUDA devices (2.528s) 2022-05-18T05:42:23.9205070Z 2022-05-18T05:42:23.9205820Z ---------------------------------------------------------------------- 2022-05-18T05:42:23.9206180Z Ran 1 test in 2.529s 2022-05-18T05:42:23.9206310Z 2022-05-18T05:42:23.9206400Z OK (skipped=1) 2022-05-18T05:42:23.9206520Z 2022-05-18T05:42:23.9206600Z Generating XML reports... 2022-05-18T05:42:23.9207450Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054221.xml 2022-05-18T05:42:25.5925190Z 2022-05-18T05:42:25.5925970Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:25.5926420Z Running tests... 2022-05-18T05:42:25.5926820Z ---------------------------------------------------------------------- 2022-05-18T05:42:26.0026140Z test_ddp_buffer_hook_allreduce (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13004 2022-05-18T05:42:26.0163650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13005 2022-05-18T05:42:26.0287780Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13006 2022-05-18T05:42:27.4993180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:42:27.5293360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:42:27.5298270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:27.5302270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:42:27.5307060Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:27.5307710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:27.5321760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:27.5325700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:27.7280670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:27.9349330Z skip: Need at least 2 CUDA devices (2.342s) 2022-05-18T05:42:27.9415600Z 2022-05-18T05:42:27.9416330Z ---------------------------------------------------------------------- 2022-05-18T05:42:27.9417030Z Ran 1 test in 2.343s 2022-05-18T05:42:27.9417230Z 2022-05-18T05:42:27.9417320Z OK (skipped=1) 2022-05-18T05:42:27.9417810Z 2022-05-18T05:42:27.9417940Z Generating XML reports... 2022-05-18T05:42:27.9418560Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054225.xml 2022-05-18T05:42:29.5793480Z 2022-05-18T05:42:29.5794210Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:29.5794550Z Running tests... 2022-05-18T05:42:29.5794950Z ---------------------------------------------------------------------- 2022-05-18T05:42:29.9814100Z test_ddp_buffer_hook_allreduce_return_future (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13013 2022-05-18T05:42:29.9926570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13014 2022-05-18T05:42:30.0063060Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13015 2022-05-18T05:42:31.5794530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:42:31.5795980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:42:31.6031470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:42:31.6034160Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:31.6153810Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:31.6274810Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:31.6289800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:31.7058400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:31.7261940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:32.0310420Z skip: Need at least 2 CUDA devices (2.451s) 2022-05-18T05:42:32.0374360Z 2022-05-18T05:42:32.0374860Z ---------------------------------------------------------------------- 2022-05-18T05:42:32.0375180Z Ran 1 test in 2.452s 2022-05-18T05:42:32.0375310Z 2022-05-18T05:42:32.0375390Z OK (skipped=1) 2022-05-18T05:42:32.0375510Z 2022-05-18T05:42:32.0375600Z Generating XML reports... 2022-05-18T05:42:32.0376740Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054229.xml 2022-05-18T05:42:33.6908770Z 2022-05-18T05:42:33.6909530Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:33.6909880Z Running tests... 2022-05-18T05:42:33.6910280Z ---------------------------------------------------------------------- 2022-05-18T05:42:33.6959960Z test_ddp_build_debug_param_to_name_mapping (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.005s) 2022-05-18T05:42:33.7013180Z 2022-05-18T05:42:33.7013650Z ---------------------------------------------------------------------- 2022-05-18T05:42:33.7013980Z Ran 1 test in 0.005s 2022-05-18T05:42:33.7014140Z 2022-05-18T05:42:33.7014470Z OK (skipped=1) 2022-05-18T05:42:33.7014610Z 2022-05-18T05:42:33.7014710Z Generating XML reports... 2022-05-18T05:42:33.7015370Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054233.xml 2022-05-18T05:42:35.2573980Z 2022-05-18T05:42:35.2574770Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:35.2575110Z Running tests... 2022-05-18T05:42:35.2575510Z ---------------------------------------------------------------------- 2022-05-18T05:42:35.6646930Z test_ddp_build_debug_param_to_name_mapping_requires_grad (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13025 2022-05-18T05:42:35.6723800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13026 2022-05-18T05:42:35.6858830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13027 2022-05-18T05:42:37.2093440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:42:37.2280230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:42:37.2708810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:42:37.2711760Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:37.2834870Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:37.3532130Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:37.3577740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:37.3588250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:37.5300390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:37.8355670Z skip: Need at least 2 CUDA devices (2.578s) 2022-05-18T05:42:37.8422850Z 2022-05-18T05:42:37.8423840Z ---------------------------------------------------------------------- 2022-05-18T05:42:37.8424260Z Ran 1 test in 2.578s 2022-05-18T05:42:37.8424430Z 2022-05-18T05:42:37.8424520Z OK (skipped=1) 2022-05-18T05:42:37.8424640Z 2022-05-18T05:42:37.8424740Z Generating XML reports... 2022-05-18T05:42:37.8425370Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054235.xml 2022-05-18T05:42:39.4825710Z 2022-05-18T05:42:39.4826400Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:39.4826750Z Running tests... 2022-05-18T05:42:39.4827130Z ---------------------------------------------------------------------- 2022-05-18T05:42:39.8982330Z test_ddp_comm_hook_logging (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13034 2022-05-18T05:42:39.9059450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13035 2022-05-18T05:42:39.9224320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13036 2022-05-18T05:42:41.5426420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:42:41.5434520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:42:41.5436450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:42:41.5437750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:41.5438970Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:41.5440110Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:41.6038930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:41.6735830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:41.7691810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:41.9842230Z skip: Need at least 3 CUDA devices (2.501s) 2022-05-18T05:42:41.9910150Z 2022-05-18T05:42:41.9910920Z ---------------------------------------------------------------------- 2022-05-18T05:42:41.9911240Z Ran 1 test in 2.502s 2022-05-18T05:42:41.9911370Z 2022-05-18T05:42:41.9911460Z OK (skipped=1) 2022-05-18T05:42:41.9911850Z 2022-05-18T05:42:41.9911960Z Generating XML reports... 2022-05-18T05:42:41.9912570Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054239.xml 2022-05-18T05:42:43.6338780Z 2022-05-18T05:42:43.6339110Z Running tests... 2022-05-18T05:42:43.6339710Z ---------------------------------------------------------------------- 2022-05-18T05:42:43.6340210Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:43.6408130Z test_ddp_control_flow_different_across_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.007s) 2022-05-18T05:42:43.6460430Z 2022-05-18T05:42:43.6460770Z ---------------------------------------------------------------------- 2022-05-18T05:42:43.6461080Z Ran 1 test in 0.007s 2022-05-18T05:42:43.6461210Z 2022-05-18T05:42:43.6461290Z OK (skipped=1) 2022-05-18T05:42:43.6461410Z 2022-05-18T05:42:43.6461500Z Generating XML reports... 2022-05-18T05:42:43.6462210Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054243.xml 2022-05-18T05:42:45.1908310Z 2022-05-18T05:42:45.1909090Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:45.1909990Z Running tests... 2022-05-18T05:42:45.1910670Z ---------------------------------------------------------------------- 2022-05-18T05:42:45.1968990Z test_ddp_control_flow_same_across_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.006s) 2022-05-18T05:42:45.2024340Z 2022-05-18T05:42:45.2025190Z ---------------------------------------------------------------------- 2022-05-18T05:42:45.2025820Z Ran 1 test in 0.006s 2022-05-18T05:42:45.2026210Z 2022-05-18T05:42:45.2026530Z OK (skipped=1) 2022-05-18T05:42:45.2026900Z 2022-05-18T05:42:45.2027220Z Generating XML reports... 2022-05-18T05:42:45.2028100Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054245.xml 2022-05-18T05:42:46.7681400Z 2022-05-18T05:42:46.7682160Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:46.7683420Z Running tests... 2022-05-18T05:42:46.7684400Z ---------------------------------------------------------------------- 2022-05-18T05:42:47.1696810Z test_ddp_create_graph (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13048 2022-05-18T05:42:47.1839460Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13049 2022-05-18T05:42:47.1946490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13050 2022-05-18T05:42:48.7895180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:42:48.7946310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:42:48.7948320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:42:48.7949560Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:48.7951740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:48.8024300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:48.8534240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:48.8676480Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg19u9gez 2022-05-18T05:42:48.8679800Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpg19u9gez/_remote_module_non_scriptable.py 2022-05-18T05:42:48.9936560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:48.9943210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:49.0078710Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi1xxxz2f 2022-05-18T05:42:49.0079800Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7_twxd9s 2022-05-18T05:42:49.0082160Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpi1xxxz2f/_remote_module_non_scriptable.py 2022-05-18T05:42:49.0083040Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7_twxd9s/_remote_module_non_scriptable.py 2022-05-18T05:42:49.0289660Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0291260Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0293350Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0309600Z /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-18T05:42:49.0312000Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T05:42:49.0316770Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:42:49.0318900Z /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-18T05:42:49.0320080Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T05:42:49.0321220Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:42:49.0328540Z /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-18T05:42:49.0330040Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-05-18T05:42:49.0330760Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:42:49.0332320Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0333750Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0335240Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0336600Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0337910Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0339590Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0341300Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0343110Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0344970Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0346370Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0347740Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0349070Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0350400Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0352420Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.0354440Z [W reducer.cpp:367] Using DistributedDataParallel with create_graph=True is not well-supported. The higher-order gradient will not be synchronized across ranks, and backpropagation through all_reduce operations will not occur. If you require DDP to work with higher-order gradients for your use case, please ping https://github.com/pytorch/pytorch/issues/63929 2022-05-18T05:42:49.3615060Z ok (2.593s) 2022-05-18T05:42:49.3679960Z 2022-05-18T05:42:49.3680610Z ---------------------------------------------------------------------- 2022-05-18T05:42:49.3680930Z Ran 1 test in 2.594s 2022-05-18T05:42:49.3681050Z 2022-05-18T05:42:49.3681240Z OK 2022-05-18T05:42:49.3681350Z 2022-05-18T05:42:49.3681460Z Generating XML reports... 2022-05-18T05:42:49.3682090Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054246.xml 2022-05-18T05:42:51.0020420Z 2022-05-18T05:42:51.0021150Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:51.0021500Z Running tests... 2022-05-18T05:42:51.0021900Z ---------------------------------------------------------------------- 2022-05-18T05:42:51.0093680Z test_ddp_device (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.007s) 2022-05-18T05:42:51.0146200Z 2022-05-18T05:42:51.0146800Z ---------------------------------------------------------------------- 2022-05-18T05:42:51.0147100Z Ran 1 test in 0.007s 2022-05-18T05:42:51.0147230Z 2022-05-18T05:42:51.0147320Z OK (skipped=1) 2022-05-18T05:42:51.0147440Z 2022-05-18T05:42:51.0147540Z Generating XML reports... 2022-05-18T05:42:51.0148380Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054250.xml 2022-05-18T05:42:52.5800110Z 2022-05-18T05:42:52.5800890Z Running tests... 2022-05-18T05:42:52.5801530Z ---------------------------------------------------------------------- 2022-05-18T05:42:52.5802030Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:52.5848300Z test_ddp_forward_backward_hook (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.005s) 2022-05-18T05:42:52.5902090Z 2022-05-18T05:42:52.5902600Z ---------------------------------------------------------------------- 2022-05-18T05:42:52.5902920Z Ran 1 test in 0.005s 2022-05-18T05:42:52.5903050Z 2022-05-18T05:42:52.5903130Z OK (skipped=1) 2022-05-18T05:42:52.5903250Z 2022-05-18T05:42:52.5903340Z Generating XML reports... 2022-05-18T05:42:52.5903920Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054252.xml 2022-05-18T05:42:54.1367510Z 2022-05-18T05:42:54.1367840Z Running tests... 2022-05-18T05:42:54.1368490Z ---------------------------------------------------------------------- 2022-05-18T05:42:54.1369000Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:54.5462570Z test_ddp_grad_div_uneven_inputs (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13062 2022-05-18T05:42:54.5544540Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13063 2022-05-18T05:42:54.5682950Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13064 2022-05-18T05:42:56.0763050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:42:56.0766040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:42:56.0770500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:42:56.0774290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:56.0872130Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:56.1023300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:42:56.1038070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:42:56.1041970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:42:56.2329970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:42:56.4851200Z skip: Need at least 2 CUDA devices (2.348s) 2022-05-18T05:42:56.4918210Z 2022-05-18T05:42:56.4918910Z ---------------------------------------------------------------------- 2022-05-18T05:42:56.4919660Z Ran 1 test in 2.349s 2022-05-18T05:42:56.4919830Z 2022-05-18T05:42:56.4919920Z OK (skipped=1) 2022-05-18T05:42:56.4920030Z 2022-05-18T05:42:56.4921060Z Generating XML reports... 2022-05-18T05:42:56.4922190Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054254.xml 2022-05-18T05:42:58.1270270Z 2022-05-18T05:42:58.1271020Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:42:58.1271360Z Running tests... 2022-05-18T05:42:58.1272050Z ---------------------------------------------------------------------- 2022-05-18T05:42:58.5248740Z test_ddp_hook_parity_allreduce (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13071 2022-05-18T05:42:58.5711500Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13072 2022-05-18T05:42:58.5720880Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13073 2022-05-18T05:43:00.0284400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:00.0994220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:00.0995880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:00.0997310Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:00.0999740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:00.1818360Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:00.1833910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:00.2281550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:00.2568460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:00.4819810Z skip: Need at least 3 CUDA devices (2.355s) 2022-05-18T05:43:00.4884690Z 2022-05-18T05:43:00.4885330Z ---------------------------------------------------------------------- 2022-05-18T05:43:00.4885640Z Ran 1 test in 2.355s 2022-05-18T05:43:00.4885770Z 2022-05-18T05:43:00.4885980Z OK (skipped=1) 2022-05-18T05:43:00.4886130Z 2022-05-18T05:43:00.4886230Z Generating XML reports... 2022-05-18T05:43:00.4887100Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054258.xml 2022-05-18T05:43:02.1454390Z 2022-05-18T05:43:02.1455120Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:02.1455460Z Running tests... 2022-05-18T05:43:02.1455850Z ---------------------------------------------------------------------- 2022-05-18T05:43:02.5420150Z test_ddp_hook_parity_allreduce_process_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13081 2022-05-18T05:43:02.5492790Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13082 2022-05-18T05:43:02.5624060Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13083 2022-05-18T05:43:04.0318210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:04.1039020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:04.1159430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:04.1162290Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:04.1275760Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:04.1823080Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:04.1836520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:04.2297920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:04.3502870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:04.5457950Z skip: Need at least 3 CUDA devices (2.400s) 2022-05-18T05:43:04.5524330Z 2022-05-18T05:43:04.5525000Z ---------------------------------------------------------------------- 2022-05-18T05:43:04.5525310Z Ran 1 test in 2.401s 2022-05-18T05:43:04.5525450Z 2022-05-18T05:43:04.5525530Z OK (skipped=1) 2022-05-18T05:43:04.5525660Z 2022-05-18T05:43:04.5525760Z Generating XML reports... 2022-05-18T05:43:04.5526700Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054302.xml 2022-05-18T05:43:06.1887000Z 2022-05-18T05:43:06.1887780Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:06.1888130Z Running tests... 2022-05-18T05:43:06.1888520Z ---------------------------------------------------------------------- 2022-05-18T05:43:06.5910630Z test_ddp_hook_parity_post_localSGD (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13090 2022-05-18T05:43:06.5990600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13091 2022-05-18T05:43:06.6125590Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13092 2022-05-18T05:43:08.1027670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:08.1028940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:08.1136000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:08.1138830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:08.1149290Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:08.1901670Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:08.1917200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:08.2284680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:08.2387260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:08.6042240Z skip: Need at least 3 CUDA devices (2.415s) 2022-05-18T05:43:08.6109680Z 2022-05-18T05:43:08.6110420Z ---------------------------------------------------------------------- 2022-05-18T05:43:08.6111050Z Ran 1 test in 2.416s 2022-05-18T05:43:08.6111180Z 2022-05-18T05:43:08.6111260Z OK (skipped=1) 2022-05-18T05:43:08.6111380Z 2022-05-18T05:43:08.6111470Z Generating XML reports... 2022-05-18T05:43:08.6112070Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054306.xml 2022-05-18T05:43:10.2548520Z 2022-05-18T05:43:10.2549250Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:10.2549590Z Running tests... 2022-05-18T05:43:10.2549980Z ---------------------------------------------------------------------- 2022-05-18T05:43:10.6551200Z test_ddp_hook_parity_powerSGD (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13099 2022-05-18T05:43:10.6629320Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13100 2022-05-18T05:43:10.6793220Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13101 2022-05-18T05:43:12.3221260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:12.3544700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:12.3549150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:12.3553030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:12.3556780Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:12.3593320Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:12.3769300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:12.4631000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:12.6032300Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:12.7565730Z skip: Need at least 3 CUDA devices (2.502s) 2022-05-18T05:43:12.7630820Z 2022-05-18T05:43:12.7631460Z ---------------------------------------------------------------------- 2022-05-18T05:43:12.7631760Z Ran 1 test in 2.502s 2022-05-18T05:43:12.7632380Z 2022-05-18T05:43:12.7632470Z OK (skipped=1) 2022-05-18T05:43:12.7632600Z 2022-05-18T05:43:12.7632700Z Generating XML reports... 2022-05-18T05:43:12.7633290Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054310.xml 2022-05-18T05:43:14.3993360Z 2022-05-18T05:43:14.3994130Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:14.3994480Z Running tests... 2022-05-18T05:43:14.3995000Z ---------------------------------------------------------------------- 2022-05-18T05:43:14.8029670Z test_ddp_hook_with_optimizer_parity_adam_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13109 2022-05-18T05:43:14.8173450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13110 2022-05-18T05:43:14.8276830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13111 2022-05-18T05:43:16.3587630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:16.3590490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:16.3596190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:16.3598930Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:16.3717950Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:16.4144170Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:16.4158030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:16.4777370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:16.6031390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:16.8282670Z skip: Need at least 2 CUDA devices (2.429s) 2022-05-18T05:43:16.8350290Z 2022-05-18T05:43:16.8351050Z ---------------------------------------------------------------------- 2022-05-18T05:43:16.8351370Z Ran 1 test in 2.429s 2022-05-18T05:43:16.8351510Z 2022-05-18T05:43:16.8351600Z OK (skipped=1) 2022-05-18T05:43:16.8351720Z 2022-05-18T05:43:16.8351820Z Generating XML reports... 2022-05-18T05:43:16.8352420Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054314.xml 2022-05-18T05:43:18.5144750Z 2022-05-18T05:43:18.5145520Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:18.5145880Z Running tests... 2022-05-18T05:43:18.5146270Z ---------------------------------------------------------------------- 2022-05-18T05:43:18.9195650Z test_ddp_hook_with_optimizer_parity_adam_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13118 2022-05-18T05:43:18.9339910Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13119 2022-05-18T05:43:18.9442580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13120 2022-05-18T05:43:20.4496180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:20.4606600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:20.4609160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:20.4610450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:20.4612420Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:20.5184020Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:20.5197280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:20.5827720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:20.5930070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:20.9832690Z skip: Need at least 2 CUDA devices (2.469s) 2022-05-18T05:43:20.9897190Z 2022-05-18T05:43:20.9897720Z ---------------------------------------------------------------------- 2022-05-18T05:43:20.9898030Z Ran 1 test in 2.469s 2022-05-18T05:43:20.9898690Z 2022-05-18T05:43:20.9898820Z OK (skipped=1) 2022-05-18T05:43:20.9898950Z 2022-05-18T05:43:20.9899050Z Generating XML reports... 2022-05-18T05:43:20.9900120Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054318.xml 2022-05-18T05:43:22.6716540Z 2022-05-18T05:43:22.6717270Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:22.6717630Z Running tests... 2022-05-18T05:43:22.6718010Z ---------------------------------------------------------------------- 2022-05-18T05:43:23.0854400Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13128 2022-05-18T05:43:23.0908040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13129 2022-05-18T05:43:23.1075660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13130 2022-05-18T05:43:24.6023130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:24.6135490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:24.6272450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:24.6275250Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:24.6277910Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:24.6860240Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:24.7536770Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:24.7953720Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:24.8402290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:25.1115780Z skip: Need at least 2 CUDA devices (2.440s) 2022-05-18T05:43:25.1182310Z 2022-05-18T05:43:25.1182980Z ---------------------------------------------------------------------- 2022-05-18T05:43:25.1183630Z Ran 1 test in 2.440s 2022-05-18T05:43:25.1183820Z 2022-05-18T05:43:25.1183900Z OK (skipped=1) 2022-05-18T05:43:25.1184020Z 2022-05-18T05:43:25.1184530Z Generating XML reports... 2022-05-18T05:43:25.1185150Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054322.xml 2022-05-18T05:43:26.7553370Z 2022-05-18T05:43:26.7554140Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:26.7554520Z Running tests... 2022-05-18T05:43:26.7554930Z ---------------------------------------------------------------------- 2022-05-18T05:43:27.1580710Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_False_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13137 2022-05-18T05:43:27.1727950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13138 2022-05-18T05:43:27.1800750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13139 2022-05-18T05:43:28.6524060Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:28.6525030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:28.7353520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:28.7356430Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:28.7402290Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:28.7405270Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:28.7431190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:28.7437800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:28.9810310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:29.1564900Z skip: Need at least 2 CUDA devices (2.401s) 2022-05-18T05:43:29.1635540Z 2022-05-18T05:43:29.1636650Z ---------------------------------------------------------------------- 2022-05-18T05:43:29.1637130Z Ran 1 test in 2.402s 2022-05-18T05:43:29.1638040Z 2022-05-18T05:43:29.1638150Z OK (skipped=1) 2022-05-18T05:43:29.1638290Z 2022-05-18T05:43:29.1638400Z Generating XML reports... 2022-05-18T05:43:29.1640640Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054326.xml 2022-05-18T05:43:30.8024720Z 2022-05-18T05:43:30.8025500Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:30.8025870Z Running tests... 2022-05-18T05:43:30.8026250Z ---------------------------------------------------------------------- 2022-05-18T05:43:31.2074890Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13146 2022-05-18T05:43:31.2179870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13147 2022-05-18T05:43:31.2329740Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13148 2022-05-18T05:43:32.7837150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:32.8066580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:32.8071880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:32.8073790Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:32.8077360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:32.8532620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:32.8569950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:32.9781400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:33.0231580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:33.2746030Z skip: Need at least 2 CUDA devices (2.472s) 2022-05-18T05:43:33.2828310Z 2022-05-18T05:43:33.2829680Z ---------------------------------------------------------------------- 2022-05-18T05:43:33.2831230Z Ran 1 test in 2.473s 2022-05-18T05:43:33.2831710Z 2022-05-18T05:43:33.2832080Z OK (skipped=1) 2022-05-18T05:43:33.2832400Z 2022-05-18T05:43:33.2832510Z Generating XML reports... 2022-05-18T05:43:34.9258640Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054330.xml 2022-05-18T05:43:34.9258980Z 2022-05-18T05:43:34.9259300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:34.9259600Z Running tests... 2022-05-18T05:43:34.9260000Z ---------------------------------------------------------------------- 2022-05-18T05:43:35.3315150Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_False_static_graph_True_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13156 2022-05-18T05:43:35.3383380Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13157 2022-05-18T05:43:35.3506290Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13158 2022-05-18T05:43:36.8543450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:36.8673460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:36.8675150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:36.8676350Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:36.8678470Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:36.9472000Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:37.0303250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:37.0632830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:37.0836990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:37.3308410Z skip: Need at least 2 CUDA devices (2.405s) 2022-05-18T05:43:37.3370850Z 2022-05-18T05:43:37.3371350Z ---------------------------------------------------------------------- 2022-05-18T05:43:37.3371630Z Ran 1 test in 2.405s 2022-05-18T05:43:37.3371860Z 2022-05-18T05:43:37.3371950Z OK (skipped=1) 2022-05-18T05:43:37.3372070Z 2022-05-18T05:43:37.3372290Z Generating XML reports... 2022-05-18T05:43:37.3372900Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054334.xml 2022-05-18T05:43:38.9762620Z 2022-05-18T05:43:38.9763400Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:38.9764090Z Running tests... 2022-05-18T05:43:38.9764940Z ---------------------------------------------------------------------- 2022-05-18T05:43:39.3772500Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13165 2022-05-18T05:43:39.3869210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13166 2022-05-18T05:43:39.4033100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13167 2022-05-18T05:43:40.8974880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:40.9623600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:40.9628780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:40.9630560Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:40.9631910Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:40.9805390Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:40.9819110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:41.0706700Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:41.1734990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:41.3583630Z skip: Need at least 2 CUDA devices (2.382s) 2022-05-18T05:43:41.3651200Z 2022-05-18T05:43:41.3651840Z ---------------------------------------------------------------------- 2022-05-18T05:43:41.3652300Z Ran 1 test in 2.383s 2022-05-18T05:43:41.3652440Z 2022-05-18T05:43:41.3652570Z OK (skipped=1) 2022-05-18T05:43:41.3652710Z 2022-05-18T05:43:41.3652810Z Generating XML reports... 2022-05-18T05:43:41.3653410Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054338.xml 2022-05-18T05:43:43.0175290Z 2022-05-18T05:43:43.0176070Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:43.0176410Z Running tests... 2022-05-18T05:43:43.0177350Z ---------------------------------------------------------------------- 2022-05-18T05:43:43.4219620Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_False_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13175 2022-05-18T05:43:43.4297890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13176 2022-05-18T05:43:43.4400200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13177 2022-05-18T05:43:44.9255560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:44.9367280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:44.9824600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:44.9831740Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:45.0199990Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:45.0205030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:45.0247180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:45.0257890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:45.1035990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:45.4330050Z skip: Need at least 2 CUDA devices (2.415s) 2022-05-18T05:43:45.4395360Z 2022-05-18T05:43:45.4396020Z ---------------------------------------------------------------------- 2022-05-18T05:43:45.4396310Z Ran 1 test in 2.416s 2022-05-18T05:43:45.4396440Z 2022-05-18T05:43:45.4396540Z OK (skipped=1) 2022-05-18T05:43:45.4396660Z 2022-05-18T05:43:45.4396750Z Generating XML reports... 2022-05-18T05:43:45.4397470Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054343.xml 2022-05-18T05:43:47.0858950Z 2022-05-18T05:43:47.0859690Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:47.0860040Z Running tests... 2022-05-18T05:43:47.0860540Z ---------------------------------------------------------------------- 2022-05-18T05:43:47.4895020Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13184 2022-05-18T05:43:47.4980770Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13185 2022-05-18T05:43:47.5125800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13186 2022-05-18T05:43:49.0780190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:49.0781720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:49.0784160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:49.0785400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:49.0787050Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:49.0787850Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:49.0910930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:49.0914690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:49.2208600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:49.6115390Z skip: Need at least 2 CUDA devices (2.525s) 2022-05-18T05:43:49.6181770Z 2022-05-18T05:43:49.6182600Z ---------------------------------------------------------------------- 2022-05-18T05:43:49.6182910Z Ran 1 test in 2.526s 2022-05-18T05:43:49.6183040Z 2022-05-18T05:43:49.6183260Z OK (skipped=1) 2022-05-18T05:43:49.6183390Z 2022-05-18T05:43:49.6183490Z Generating XML reports... 2022-05-18T05:43:49.6184370Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054347.xml 2022-05-18T05:43:51.2517860Z 2022-05-18T05:43:51.2518580Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:51.2518920Z Running tests... 2022-05-18T05:43:51.2519300Z ---------------------------------------------------------------------- 2022-05-18T05:43:51.6605900Z test_ddp_hook_with_optimizer_parity_adamw_grad_as_bucket_view_True_static_graph_True_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13193 2022-05-18T05:43:51.6660070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13194 2022-05-18T05:43:51.6798010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13195 2022-05-18T05:43:53.2426720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:53.2541270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:53.2543180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:53.2544400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:53.2546420Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:53.3265090Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:53.3284800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:53.3826540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:53.4780560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:53.8478210Z skip: Need at least 2 CUDA devices (2.596s) 2022-05-18T05:43:53.8546990Z 2022-05-18T05:43:53.8549010Z ---------------------------------------------------------------------- 2022-05-18T05:43:53.8550000Z Ran 1 test in 2.596s 2022-05-18T05:43:53.8551130Z 2022-05-18T05:43:53.8551540Z OK (skipped=1) 2022-05-18T05:43:53.8552010Z 2022-05-18T05:43:53.8552380Z Generating XML reports... 2022-05-18T05:43:53.8553310Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054351.xml 2022-05-18T05:43:55.5061340Z 2022-05-18T05:43:55.5062210Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:55.5062560Z Running tests... 2022-05-18T05:43:55.5062980Z ---------------------------------------------------------------------- 2022-05-18T05:43:55.9098320Z test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_False (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13203 2022-05-18T05:43:55.9235890Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13204 2022-05-18T05:43:55.9341920Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13205 2022-05-18T05:43:57.4647330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:43:57.4651190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:43:57.4775650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:43:57.4778410Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:57.4780760Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:57.5290870Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:43:57.5305870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:43:57.6033440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:43:57.7282040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:43:57.9866580Z skip: Need at least 2 CUDA devices (2.480s) 2022-05-18T05:43:57.9932700Z 2022-05-18T05:43:57.9933620Z ---------------------------------------------------------------------- 2022-05-18T05:43:57.9933930Z Ran 1 test in 2.481s 2022-05-18T05:43:57.9934070Z 2022-05-18T05:43:57.9934150Z OK (skipped=1) 2022-05-18T05:43:57.9934270Z 2022-05-18T05:43:57.9934700Z Generating XML reports... 2022-05-18T05:43:57.9935360Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054355.xml 2022-05-18T05:43:59.6469980Z 2022-05-18T05:43:59.6470710Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:43:59.6471060Z Running tests... 2022-05-18T05:43:59.6471460Z ---------------------------------------------------------------------- 2022-05-18T05:44:00.0594380Z test_ddp_hook_with_optimizer_parity_sgd_optimize_subset_True (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13212 2022-05-18T05:44:00.0669040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13213 2022-05-18T05:44:00.0800750Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13214 2022-05-18T05:44:01.6175000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:01.6176600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:01.6180490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:01.6183900Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:01.6292210Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:01.6522600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:01.7359920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:01.8531860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:01.8912550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:02.0639810Z skip: Need at least 2 CUDA devices (2.417s) 2022-05-18T05:44:02.0711850Z 2022-05-18T05:44:02.0712720Z ---------------------------------------------------------------------- 2022-05-18T05:44:02.0713400Z Ran 1 test in 2.417s 2022-05-18T05:44:02.0713860Z 2022-05-18T05:44:02.0714640Z OK (skipped=1) 2022-05-18T05:44:02.0715320Z 2022-05-18T05:44:02.0715740Z Generating XML reports... 2022-05-18T05:44:02.0717080Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054359.xml 2022-05-18T05:44:03.7451090Z 2022-05-18T05:44:03.7451960Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:03.7452320Z Running tests... 2022-05-18T05:44:03.7452720Z ---------------------------------------------------------------------- 2022-05-18T05:44:03.7476580Z test_ddp_ignore_params_arg (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.002s) 2022-05-18T05:44:03.7528480Z 2022-05-18T05:44:03.7529160Z ---------------------------------------------------------------------- 2022-05-18T05:44:03.7529490Z Ran 1 test in 0.003s 2022-05-18T05:44:03.7529620Z 2022-05-18T05:44:03.7529700Z OK (skipped=1) 2022-05-18T05:44:03.7529820Z 2022-05-18T05:44:03.7530040Z Generating XML reports... 2022-05-18T05:44:03.7530900Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054403.xml 2022-05-18T05:44:05.2933650Z 2022-05-18T05:44:05.2934400Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:05.2934730Z Running tests... 2022-05-18T05:44:05.2935110Z ---------------------------------------------------------------------- 2022-05-18T05:44:05.6966690Z test_ddp_inference (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13224 2022-05-18T05:44:05.7041180Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13225 2022-05-18T05:44:05.7180440Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13226 2022-05-18T05:44:07.2287810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:07.3027100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:07.3030920Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:07.3039310Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:07.3050510Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:07.3824190Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:07.3956370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:07.5049330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:07.5176580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:07.7473520Z skip: Need at least 2 CUDA devices (2.453s) 2022-05-18T05:44:07.7539890Z 2022-05-18T05:44:07.7541370Z ---------------------------------------------------------------------- 2022-05-18T05:44:07.7542520Z Ran 1 test in 2.454s 2022-05-18T05:44:07.7543050Z 2022-05-18T05:44:07.7543410Z OK (skipped=1) 2022-05-18T05:44:07.7543820Z 2022-05-18T05:44:07.7544380Z Generating XML reports... 2022-05-18T05:44:07.7545010Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054405.xml 2022-05-18T05:44:09.3805140Z 2022-05-18T05:44:09.3806190Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:09.3808260Z Running tests... 2022-05-18T05:44:09.3808730Z ---------------------------------------------------------------------- 2022-05-18T05:44:09.7929490Z test_ddp_join_model_equivalence (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13233 2022-05-18T05:44:09.8005430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13234 2022-05-18T05:44:09.8137430Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13235 2022-05-18T05:44:11.3536210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:11.3541690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:11.3550570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:11.3553080Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:11.3558840Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:11.3818790Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:11.3937860Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:11.3941130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:11.6033170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:11.8580010Z skip: Need at least 2 CUDA devices (2.477s) 2022-05-18T05:44:11.8642780Z 2022-05-18T05:44:11.8644160Z ---------------------------------------------------------------------- 2022-05-18T05:44:11.8644540Z Ran 1 test in 2.478s 2022-05-18T05:44:11.8644670Z 2022-05-18T05:44:11.8644750Z OK (skipped=1) 2022-05-18T05:44:11.8644870Z 2022-05-18T05:44:11.8644970Z Generating XML reports... 2022-05-18T05:44:11.8645580Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054409.xml 2022-05-18T05:44:13.5571030Z 2022-05-18T05:44:13.5571730Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:13.5572190Z Running tests... 2022-05-18T05:44:13.5572610Z ---------------------------------------------------------------------- 2022-05-18T05:44:13.9663940Z test_ddp_logging_data_cpu (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13243 2022-05-18T05:44:13.9736130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13244 2022-05-18T05:44:13.9877320Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13245 2022-05-18T05:44:15.5449850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:15.5477350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:15.5478750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:15.5479420Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:15.5479880Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:15.5480480Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:15.5823590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:15.5971110Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy4u8tvo8 2022-05-18T05:44:15.5974640Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpy4u8tvo8/_remote_module_non_scriptable.py 2022-05-18T05:44:15.7372450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:15.7480360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:15.7543430Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpznzcl_ji 2022-05-18T05:44:15.7546710Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpznzcl_ji/_remote_module_non_scriptable.py 2022-05-18T05:44:15.7630190Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7w3z5_b5 2022-05-18T05:44:15.7633760Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp7w3z5_b5/_remote_module_non_scriptable.py 2022-05-18T05:44:15.8207280Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:44:15.8209470Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:44:15.8213570Z INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration. 2022-05-18T05:44:16.2212490Z ok (2.664s) 2022-05-18T05:44:16.2287460Z 2022-05-18T05:44:16.2288740Z ---------------------------------------------------------------------- 2022-05-18T05:44:16.2289110Z Ran 1 test in 2.665s 2022-05-18T05:44:16.2289240Z 2022-05-18T05:44:16.2289300Z OK 2022-05-18T05:44:16.2289410Z 2022-05-18T05:44:16.2289510Z Generating XML reports... 2022-05-18T05:44:16.2290490Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054413.xml 2022-05-18T05:44:17.8714510Z 2022-05-18T05:44:17.8715250Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:17.8715600Z Running tests... 2022-05-18T05:44:17.8715970Z ---------------------------------------------------------------------- 2022-05-18T05:44:18.2799500Z test_ddp_logging_data_gpu (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13252 2022-05-18T05:44:18.2920150Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13253 2022-05-18T05:44:18.3028350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13254 2022-05-18T05:44:19.8116470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:19.8352090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:19.8548250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:19.8556270Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:19.9143350Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:19.9153450Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:19.9166930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:20.1032540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:20.1072980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:20.4022800Z skip: CUDA is not available. (2.531s) 2022-05-18T05:44:20.4087400Z 2022-05-18T05:44:20.4088250Z ---------------------------------------------------------------------- 2022-05-18T05:44:20.4088560Z Ran 1 test in 2.531s 2022-05-18T05:44:20.4088690Z 2022-05-18T05:44:20.4088770Z OK (skipped=1) 2022-05-18T05:44:20.4088890Z 2022-05-18T05:44:20.4088970Z Generating XML reports... 2022-05-18T05:44:20.4089550Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054417.xml 2022-05-18T05:44:22.0382670Z 2022-05-18T05:44:22.0383480Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:22.0383840Z Running tests... 2022-05-18T05:44:22.0384230Z ---------------------------------------------------------------------- 2022-05-18T05:44:22.0416820Z test_ddp_model_diff_num_params_across_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.003s) 2022-05-18T05:44:22.0469410Z 2022-05-18T05:44:22.0469910Z ---------------------------------------------------------------------- 2022-05-18T05:44:22.0470200Z Ran 1 test in 0.004s 2022-05-18T05:44:22.0470330Z 2022-05-18T05:44:22.0470420Z OK (skipped=1) 2022-05-18T05:44:22.0470530Z 2022-05-18T05:44:22.0470630Z Generating XML reports... 2022-05-18T05:44:22.0471210Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054422.xml 2022-05-18T05:44:23.6028240Z 2022-05-18T05:44:23.6029000Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:23.6029360Z Running tests... 2022-05-18T05:44:23.6029760Z ---------------------------------------------------------------------- 2022-05-18T05:44:23.6072900Z test_ddp_model_diff_shape_across_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.004s) 2022-05-18T05:44:23.6125910Z 2022-05-18T05:44:23.6126870Z ---------------------------------------------------------------------- 2022-05-18T05:44:23.6127330Z Ran 1 test in 0.005s 2022-05-18T05:44:23.6127460Z 2022-05-18T05:44:23.6127540Z OK (skipped=1) 2022-05-18T05:44:23.6127660Z 2022-05-18T05:44:23.6127740Z Generating XML reports... 2022-05-18T05:44:23.6128670Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054423.xml 2022-05-18T05:44:25.1442160Z 2022-05-18T05:44:25.1442840Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:25.1443220Z Running tests... 2022-05-18T05:44:25.1443610Z ---------------------------------------------------------------------- 2022-05-18T05:44:25.1468240Z test_ddp_multiple_nested_unused_params_err_ignore_params (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.003s) 2022-05-18T05:44:25.1521440Z 2022-05-18T05:44:25.1521950Z ---------------------------------------------------------------------- 2022-05-18T05:44:25.1522260Z Ran 1 test in 0.003s 2022-05-18T05:44:25.1522390Z 2022-05-18T05:44:25.1522470Z OK (skipped=1) 2022-05-18T05:44:25.1522590Z 2022-05-18T05:44:25.1522680Z Generating XML reports... 2022-05-18T05:44:25.1523390Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054425.xml 2022-05-18T05:44:26.7029560Z 2022-05-18T05:44:26.7030300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:26.7030680Z Running tests... 2022-05-18T05:44:26.7031070Z ---------------------------------------------------------------------- 2022-05-18T05:44:26.7055060Z test_ddp_multiple_nested_unused_params_error (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.002s) 2022-05-18T05:44:26.7107160Z 2022-05-18T05:44:26.7107650Z ---------------------------------------------------------------------- 2022-05-18T05:44:26.7107920Z Ran 1 test in 0.003s 2022-05-18T05:44:26.7108060Z 2022-05-18T05:44:26.7108150Z OK (skipped=1) 2022-05-18T05:44:26.7108260Z 2022-05-18T05:44:26.7108360Z Generating XML reports... 2022-05-18T05:44:26.7108920Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054426.xml 2022-05-18T05:44:28.2469820Z 2022-05-18T05:44:28.2470550Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:28.2470900Z Running tests... 2022-05-18T05:44:28.2471800Z ---------------------------------------------------------------------- 2022-05-18T05:44:28.2510840Z test_ddp_namedtuple (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.004s) 2022-05-18T05:44:28.2563590Z 2022-05-18T05:44:28.2564290Z ---------------------------------------------------------------------- 2022-05-18T05:44:28.2564590Z Ran 1 test in 0.004s 2022-05-18T05:44:28.2564720Z 2022-05-18T05:44:28.2564800Z OK (skipped=1) 2022-05-18T05:44:28.2564930Z 2022-05-18T05:44:28.2565030Z Generating XML reports... 2022-05-18T05:44:28.2565740Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054428.xml 2022-05-18T05:44:29.7852760Z 2022-05-18T05:44:29.7853550Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:29.7853890Z Running tests... 2022-05-18T05:44:29.7854300Z ---------------------------------------------------------------------- 2022-05-18T05:44:30.1806130Z test_ddp_new_tensor_in_fwd (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13272 2022-05-18T05:44:30.1878860Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13273 2022-05-18T05:44:30.2020730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13274 2022-05-18T05:44:31.7153510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:31.7154820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:31.7265290Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:31.7268110Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:31.7348230Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:31.7803010Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:31.7816540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:31.9301170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:31.9782080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:32.3732860Z skip: Need at least 2 CUDA devices (2.588s) 2022-05-18T05:44:32.3805750Z 2022-05-18T05:44:32.3806680Z ---------------------------------------------------------------------- 2022-05-18T05:44:32.3807530Z Ran 1 test in 2.588s 2022-05-18T05:44:32.3808300Z 2022-05-18T05:44:32.3808700Z OK (skipped=1) 2022-05-18T05:44:32.3809120Z 2022-05-18T05:44:32.3809500Z Generating XML reports... 2022-05-18T05:44:32.3810570Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054429.xml 2022-05-18T05:44:34.0329320Z 2022-05-18T05:44:34.0330080Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:34.0331130Z Running tests... 2022-05-18T05:44:34.0331880Z ---------------------------------------------------------------------- 2022-05-18T05:44:34.4366010Z test_ddp_new_tensor_in_fwd_static_graph (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13283 2022-05-18T05:44:34.4441400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13284 2022-05-18T05:44:34.4579010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13285 2022-05-18T05:44:35.9486130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:35.9596570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:35.9598310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:35.9599990Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:35.9601450Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:36.0359990Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:36.0375540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:36.1032610Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:36.1371080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:36.3582250Z skip: Need at least 2 CUDA devices (2.325s) 2022-05-18T05:44:36.3650370Z 2022-05-18T05:44:36.3651460Z ---------------------------------------------------------------------- 2022-05-18T05:44:36.3651780Z Ran 1 test in 2.326s 2022-05-18T05:44:36.3651910Z 2022-05-18T05:44:36.3652000Z OK (skipped=1) 2022-05-18T05:44:36.3652120Z 2022-05-18T05:44:36.3652210Z Generating XML reports... 2022-05-18T05:44:36.3653170Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054434.xml 2022-05-18T05:44:38.0210810Z 2022-05-18T05:44:38.0211580Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:38.0211930Z Running tests... 2022-05-18T05:44:38.0212320Z ---------------------------------------------------------------------- 2022-05-18T05:44:38.0236810Z test_ddp_profiling_autograd_profiler (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.003s) 2022-05-18T05:44:38.0289440Z 2022-05-18T05:44:38.0289970Z ---------------------------------------------------------------------- 2022-05-18T05:44:38.0290290Z Ran 1 test in 0.003s 2022-05-18T05:44:38.0290420Z 2022-05-18T05:44:38.0290500Z OK (skipped=1) 2022-05-18T05:44:38.0290620Z 2022-05-18T05:44:38.0290720Z Generating XML reports... 2022-05-18T05:44:38.0291310Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054438.xml 2022-05-18T05:44:39.5657050Z 2022-05-18T05:44:39.5657810Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:39.5658160Z Running tests... 2022-05-18T05:44:39.5658540Z ---------------------------------------------------------------------- 2022-05-18T05:44:39.5689160Z test_ddp_profiling_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.003s) 2022-05-18T05:44:39.5745060Z 2022-05-18T05:44:39.5745610Z ---------------------------------------------------------------------- 2022-05-18T05:44:39.5745910Z Ran 1 test in 0.003s 2022-05-18T05:44:39.5746040Z 2022-05-18T05:44:39.5746120Z OK (skipped=1) 2022-05-18T05:44:39.5746240Z 2022-05-18T05:44:39.5746340Z Generating XML reports... 2022-05-18T05:44:39.5746920Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054439.xml 2022-05-18T05:44:41.1018600Z 2022-05-18T05:44:41.1019360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:41.1019770Z Running tests... 2022-05-18T05:44:41.1020160Z ---------------------------------------------------------------------- 2022-05-18T05:44:41.5066410Z test_ddp_python_error_logged (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13296 2022-05-18T05:44:41.5134810Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13297 2022-05-18T05:44:41.5250240Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13298 2022-05-18T05:44:43.1487400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:43.1491190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:43.1492890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:43.1494300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:43.1495550Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:43.2274410Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:43.2291760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:43.2294940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:43.2572840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:43.5729470Z skip: Need at least 2 CUDA devices (2.471s) 2022-05-18T05:44:43.5796960Z 2022-05-18T05:44:43.5798120Z ---------------------------------------------------------------------- 2022-05-18T05:44:43.5798450Z Ran 1 test in 2.471s 2022-05-18T05:44:43.5798590Z 2022-05-18T05:44:43.5798670Z OK (skipped=1) 2022-05-18T05:44:43.5798790Z 2022-05-18T05:44:43.5798880Z Generating XML reports... 2022-05-18T05:44:43.5799480Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054441.xml 2022-05-18T05:44:45.2146760Z 2022-05-18T05:44:45.2147520Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:45.2147880Z Running tests... 2022-05-18T05:44:45.2148250Z ---------------------------------------------------------------------- 2022-05-18T05:44:45.6245740Z test_ddp_returns_tensor_with_no_grad (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13306 2022-05-18T05:44:45.6369960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13307 2022-05-18T05:44:45.6445220Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13308 2022-05-18T05:44:47.2291210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:47.2295350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:47.2298130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:47.2299310Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:47.2300770Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:47.2301870Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:47.2437900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:47.3385130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:47.3537710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:47.5540850Z skip: Need at least 2 CUDA devices (2.339s) 2022-05-18T05:44:47.5607650Z 2022-05-18T05:44:47.5608520Z ---------------------------------------------------------------------- 2022-05-18T05:44:47.5608810Z Ran 1 test in 2.340s 2022-05-18T05:44:47.5609340Z 2022-05-18T05:44:47.5609430Z OK (skipped=1) 2022-05-18T05:44:47.5609550Z 2022-05-18T05:44:47.5609650Z Generating XML reports... 2022-05-18T05:44:47.5610240Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054445.xml 2022-05-18T05:44:49.2136290Z 2022-05-18T05:44:49.2137050Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:49.2137570Z Running tests... 2022-05-18T05:44:49.2138030Z ---------------------------------------------------------------------- 2022-05-18T05:44:49.2175770Z test_ddp_shared_grad_acc_unused_params (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.004s) 2022-05-18T05:44:49.2231440Z 2022-05-18T05:44:49.2231960Z ---------------------------------------------------------------------- 2022-05-18T05:44:49.2232280Z Ran 1 test in 0.004s 2022-05-18T05:44:49.2232780Z 2022-05-18T05:44:49.2232880Z OK (skipped=1) 2022-05-18T05:44:49.2233020Z 2022-05-18T05:44:49.2233120Z Generating XML reports... 2022-05-18T05:44:49.2234030Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054449.xml 2022-05-18T05:44:50.7726270Z 2022-05-18T05:44:50.7726600Z Running tests... 2022-05-18T05:44:50.7727320Z ---------------------------------------------------------------------- 2022-05-18T05:44:50.7728450Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:51.1813140Z test_ddp_static_graph_nested_types (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13317 2022-05-18T05:44:51.1962280Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13318 2022-05-18T05:44:51.2035730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13319 2022-05-18T05:44:52.7541270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:52.7620980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:52.8216530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:52.8219200Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:52.8525960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:52.8529000Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:52.8542600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:52.8546450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:53.0556240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:53.3461050Z skip: Need at least 2 CUDA devices (2.573s) 2022-05-18T05:44:53.3526190Z 2022-05-18T05:44:53.3526840Z ---------------------------------------------------------------------- 2022-05-18T05:44:53.3527160Z Ran 1 test in 2.574s 2022-05-18T05:44:53.3527410Z 2022-05-18T05:44:53.3527500Z OK (skipped=1) 2022-05-18T05:44:53.3527620Z 2022-05-18T05:44:53.3527710Z Generating XML reports... 2022-05-18T05:44:53.3528330Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054450.xml 2022-05-18T05:44:54.9880560Z 2022-05-18T05:44:54.9881280Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:54.9881620Z Running tests... 2022-05-18T05:44:54.9882000Z ---------------------------------------------------------------------- 2022-05-18T05:44:55.3939930Z test_ddp_sync_bn_training_vs_eval (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13327 2022-05-18T05:44:55.4023390Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13328 2022-05-18T05:44:55.4179100Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13329 2022-05-18T05:44:56.9059130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:44:56.9060050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:44:56.9794730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:44:56.9797140Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:56.9907210Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:56.9911930Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:44:57.0737900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:44:57.0741760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:44:57.2048130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:44:57.4151480Z skip: Need at least 2 CUDA devices (2.427s) 2022-05-18T05:44:57.4216720Z 2022-05-18T05:44:57.4217560Z ---------------------------------------------------------------------- 2022-05-18T05:44:57.4217870Z Ran 1 test in 2.427s 2022-05-18T05:44:57.4218250Z 2022-05-18T05:44:57.4218340Z OK (skipped=1) 2022-05-18T05:44:57.4218470Z 2022-05-18T05:44:57.4218560Z Generating XML reports... 2022-05-18T05:44:57.4219140Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054454.xml 2022-05-18T05:44:59.0602860Z 2022-05-18T05:44:59.0603610Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:44:59.0603950Z Running tests... 2022-05-18T05:44:59.0604320Z ---------------------------------------------------------------------- 2022-05-18T05:44:59.4660530Z test_ddp_sync_module_states (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13336 2022-05-18T05:44:59.4735040Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13337 2022-05-18T05:44:59.4836490Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13338 2022-05-18T05:45:00.9764030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:00.9881650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:00.9883470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:00.9885030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:00.9886990Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:01.0776940Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:01.0793630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:01.0797350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:01.1672830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:01.4833580Z skip: Need at least 2 CUDA devices (2.423s) 2022-05-18T05:45:01.4900530Z 2022-05-18T05:45:01.4901300Z ---------------------------------------------------------------------- 2022-05-18T05:45:01.4901620Z Ran 1 test in 2.423s 2022-05-18T05:45:01.4901740Z 2022-05-18T05:45:01.4901820Z OK (skipped=1) 2022-05-18T05:45:01.4902200Z 2022-05-18T05:45:01.4902290Z Generating XML reports... 2022-05-18T05:45:01.4902890Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054459.xml 2022-05-18T05:45:03.1436760Z 2022-05-18T05:45:03.1437480Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:03.1437820Z Running tests... 2022-05-18T05:45:03.1438220Z ---------------------------------------------------------------------- 2022-05-18T05:45:03.5435090Z test_ddp_uneven_input_exception (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13346 2022-05-18T05:45:03.5584310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13347 2022-05-18T05:45:03.5686940Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13348 2022-05-18T05:45:05.0516400Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:05.0536430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:05.0642650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:05.0644940Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:05.0647350Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:05.1291640Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:05.1314400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:05.2282210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:05.2403150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:05.4842070Z skip: Need at least 2 CUDA devices (2.340s) 2022-05-18T05:45:05.4906390Z 2022-05-18T05:45:05.4907280Z ---------------------------------------------------------------------- 2022-05-18T05:45:05.4907600Z Ran 1 test in 2.341s 2022-05-18T05:45:05.4907720Z 2022-05-18T05:45:05.4907930Z OK (skipped=1) 2022-05-18T05:45:05.4908050Z 2022-05-18T05:45:05.4908150Z Generating XML reports... 2022-05-18T05:45:05.4909100Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054503.xml 2022-05-18T05:45:07.1402550Z 2022-05-18T05:45:07.1403310Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:07.1403660Z Running tests... 2022-05-18T05:45:07.1410970Z ---------------------------------------------------------------------- 2022-05-18T05:45:07.5521780Z test_ddp_uneven_input_join_disable (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13355 2022-05-18T05:45:07.5657650Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13356 2022-05-18T05:45:07.5789500Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13357 2022-05-18T05:45:09.1158410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:09.1160010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:09.1163490Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:09.1164540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:09.1165390Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:09.1167050Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:09.2032410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:09.2264130Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:09.2367290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:09.6163880Z skip: Need at least 2 CUDA devices (2.476s) 2022-05-18T05:45:09.6227250Z 2022-05-18T05:45:09.6228030Z ---------------------------------------------------------------------- 2022-05-18T05:45:09.6228330Z Ran 1 test in 2.476s 2022-05-18T05:45:09.6228490Z 2022-05-18T05:45:09.6228570Z OK (skipped=1) 2022-05-18T05:45:09.6228820Z 2022-05-18T05:45:09.6228920Z Generating XML reports... 2022-05-18T05:45:09.6229760Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054507.xml 2022-05-18T05:45:11.2702520Z 2022-05-18T05:45:11.2703300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:11.2703710Z Running tests... 2022-05-18T05:45:11.2704710Z ---------------------------------------------------------------------- 2022-05-18T05:45:11.6811180Z test_ddp_uneven_inputs (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13364 2022-05-18T05:45:11.6876160Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13365 2022-05-18T05:45:11.6987190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13366 2022-05-18T05:45:13.2873470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:13.3554120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:13.3558420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:13.3563060Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:13.3567090Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:13.3891200Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:13.3926960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:13.4760080Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:13.4867260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:13.8012490Z skip: Need at least 2 CUDA devices (2.531s) 2022-05-18T05:45:13.8077400Z 2022-05-18T05:45:13.8078260Z ---------------------------------------------------------------------- 2022-05-18T05:45:13.8078580Z Ran 1 test in 2.531s 2022-05-18T05:45:13.8078710Z 2022-05-18T05:45:13.8078800Z OK (skipped=1) 2022-05-18T05:45:13.8078910Z 2022-05-18T05:45:13.8079020Z Generating XML reports... 2022-05-18T05:45:13.8079600Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054511.xml 2022-05-18T05:45:15.4431060Z 2022-05-18T05:45:15.4431830Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:15.4432170Z Running tests... 2022-05-18T05:45:15.4432560Z ---------------------------------------------------------------------- 2022-05-18T05:45:15.8557230Z test_ddp_uneven_inputs_stop_iteration_sync_bn (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13374 2022-05-18T05:45:15.8707200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13375 2022-05-18T05:45:15.8817000Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13376 2022-05-18T05:45:17.3546430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:17.3673910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:17.3675560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:17.3676840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:17.3678280Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:17.4430140Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:17.4462730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:17.4783190Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:17.5602960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:17.7414250Z skip: Need at least 2 CUDA devices (2.298s) 2022-05-18T05:45:17.7480070Z 2022-05-18T05:45:17.7480690Z ---------------------------------------------------------------------- 2022-05-18T05:45:17.7480990Z Ran 1 test in 2.299s 2022-05-18T05:45:17.7481130Z 2022-05-18T05:45:17.7481210Z OK (skipped=1) 2022-05-18T05:45:17.7481460Z 2022-05-18T05:45:17.7481550Z Generating XML reports... 2022-05-18T05:45:17.7482440Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054515.xml 2022-05-18T05:45:19.3959860Z 2022-05-18T05:45:19.3960590Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:19.3960940Z Running tests... 2022-05-18T05:45:19.3961320Z ---------------------------------------------------------------------- 2022-05-18T05:45:19.4008470Z test_ddp_unused_params_rebuild_buckets_exception (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.005s) 2022-05-18T05:45:19.4069950Z 2022-05-18T05:45:19.4070490Z ---------------------------------------------------------------------- 2022-05-18T05:45:19.4070780Z Ran 1 test in 0.005s 2022-05-18T05:45:19.4070910Z 2022-05-18T05:45:19.4071000Z OK (skipped=1) 2022-05-18T05:45:19.4071120Z 2022-05-18T05:45:19.4071210Z Generating XML reports... 2022-05-18T05:45:19.4071780Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054519.xml 2022-05-18T05:45:20.9935650Z 2022-05-18T05:45:20.9936420Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:20.9936750Z Running tests... 2022-05-18T05:45:20.9937130Z ---------------------------------------------------------------------- 2022-05-18T05:45:21.3997940Z test_destroy_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13385 2022-05-18T05:45:21.4131670Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13386 2022-05-18T05:45:21.4251600Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13387 2022-05-18T05:45:22.9876570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:22.9886330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:23.0123130Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:23.0127550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:23.0129940Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:23.0958200Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:23.0984410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:23.0987980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:23.2292880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:23.2533960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:45:23.2535000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:45:23.2536360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:45:23.2538750Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:23.2540920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:23.2542500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:23.8588230Z ok (2.865s) 2022-05-18T05:45:23.8652480Z 2022-05-18T05:45:23.8653330Z ---------------------------------------------------------------------- 2022-05-18T05:45:23.8654620Z Ran 1 test in 2.866s 2022-05-18T05:45:23.8655060Z 2022-05-18T05:45:23.8655140Z OK 2022-05-18T05:45:23.8655250Z 2022-05-18T05:45:23.8655360Z Generating XML reports... 2022-05-18T05:45:23.8656000Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054520.xml 2022-05-18T05:45:25.4999650Z 2022-05-18T05:45:25.5000400Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:25.5000750Z Running tests... 2022-05-18T05:45:25.5001150Z ---------------------------------------------------------------------- 2022-05-18T05:45:25.9000630Z test_destroy_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13396 2022-05-18T05:45:25.9074760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13397 2022-05-18T05:45:25.9211450Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13398 2022-05-18T05:45:27.4234030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:27.4287520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:27.4784810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:27.4787520Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:27.4997900Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:27.5001710Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:27.5018200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:27.6215350Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:27.6218730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:27.6219470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:45:27.7152590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:45:27.7154620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:45:27.7156500Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:27.7158250Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:27.7824000Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:28.2333490Z ok (2.733s) 2022-05-18T05:45:28.2397750Z 2022-05-18T05:45:28.2398550Z ---------------------------------------------------------------------- 2022-05-18T05:45:28.2398850Z Ran 1 test in 2.734s 2022-05-18T05:45:28.2398970Z 2022-05-18T05:45:28.2399030Z OK 2022-05-18T05:45:28.2399140Z 2022-05-18T05:45:28.2399230Z Generating XML reports... 2022-05-18T05:45:28.2400110Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054525.xml 2022-05-18T05:45:29.8588370Z 2022-05-18T05:45:29.8589630Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:29.8590020Z Running tests... 2022-05-18T05:45:29.8590440Z ---------------------------------------------------------------------- 2022-05-18T05:45:30.2628610Z test_detect_ddp_is_actually_static (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13405 2022-05-18T05:45:30.2750400Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13406 2022-05-18T05:45:30.2885370Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13407 2022-05-18T05:45:31.8531520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:31.8659780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:31.8663750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:31.8667330Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:31.8671330Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:31.9295900Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:31.9796920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:32.1021840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:32.1247510Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:32.5369490Z skip: Need at least 2 CUDA devices (2.678s) 2022-05-18T05:45:32.5436170Z 2022-05-18T05:45:32.5437860Z ---------------------------------------------------------------------- 2022-05-18T05:45:32.5438160Z Ran 1 test in 2.678s 2022-05-18T05:45:32.5438300Z 2022-05-18T05:45:32.5438380Z OK (skipped=1) 2022-05-18T05:45:32.5438500Z 2022-05-18T05:45:32.5438600Z Generating XML reports... 2022-05-18T05:45:32.5439200Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054529.xml 2022-05-18T05:45:34.2102650Z 2022-05-18T05:45:34.2102980Z Running tests... 2022-05-18T05:45:34.2103600Z ---------------------------------------------------------------------- 2022-05-18T05:45:34.2104730Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:34.2131590Z test_different_graph_across_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.003s) 2022-05-18T05:45:34.2183610Z 2022-05-18T05:45:34.2183940Z ---------------------------------------------------------------------- 2022-05-18T05:45:34.2184230Z Ran 1 test in 0.003s 2022-05-18T05:45:34.2184350Z 2022-05-18T05:45:34.2184430Z OK (skipped=1) 2022-05-18T05:45:34.2184550Z 2022-05-18T05:45:34.2184640Z Generating XML reports... 2022-05-18T05:45:34.2185210Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054534.xml 2022-05-18T05:45:35.7767570Z 2022-05-18T05:45:35.7767890Z Running tests... 2022-05-18T05:45:35.7768550Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:36.1813000Z ---------------------------------------------------------------------- 2022-05-18T05:45:36.1813590Z test_dump_DDP_relevant_env_vars (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13418 2022-05-18T05:45:36.1877310Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13419 2022-05-18T05:45:36.2077650Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13420 2022-05-18T05:45:37.7759980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:37.7761490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:37.7889740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:37.7892300Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:37.8525830Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:37.8649090Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:37.8662870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:37.9298930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:37.9862280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:38.4749090Z ok (2.698s) 2022-05-18T05:45:38.4814370Z 2022-05-18T05:45:38.4815030Z ---------------------------------------------------------------------- 2022-05-18T05:45:38.4815340Z Ran 1 test in 2.698s 2022-05-18T05:45:38.4815470Z 2022-05-18T05:45:38.4815540Z OK 2022-05-18T05:45:38.4815640Z 2022-05-18T05:45:38.4815750Z Generating XML reports... 2022-05-18T05:45:38.4816350Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054535.xml 2022-05-18T05:45:40.1379790Z 2022-05-18T05:45:40.1380500Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:40.1380870Z Running tests... 2022-05-18T05:45:40.1381270Z ---------------------------------------------------------------------- 2022-05-18T05:45:40.5409170Z test_gather (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13428 2022-05-18T05:45:40.5471100Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13429 2022-05-18T05:45:40.5633710Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13430 2022-05-18T05:45:42.0993110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:42.0998570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:42.1000540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:42.1003210Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:42.1007200Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:42.1008120Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:42.1025320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:42.1033840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:42.1035000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:42.8586440Z ok (2.720s) 2022-05-18T05:45:42.8652890Z 2022-05-18T05:45:42.8653390Z ---------------------------------------------------------------------- 2022-05-18T05:45:42.8653660Z Ran 1 test in 2.721s 2022-05-18T05:45:42.8653790Z 2022-05-18T05:45:42.8653860Z OK 2022-05-18T05:45:42.8653960Z 2022-05-18T05:45:42.8654060Z Generating XML reports... 2022-05-18T05:45:42.8654990Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054540.xml 2022-05-18T05:45:44.5286930Z 2022-05-18T05:45:44.5287680Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:44.5288030Z Running tests... 2022-05-18T05:45:44.5288410Z ---------------------------------------------------------------------- 2022-05-18T05:45:44.9342700Z test_gather_checks (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13438 2022-05-18T05:45:44.9462220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13439 2022-05-18T05:45:44.9597520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13440 2022-05-18T05:45:46.4220900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:46.4221870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:46.4336720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:46.4338030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:46.4339660Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:46.5245020Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:46.5282160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:46.5362380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:46.7285670Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:46.9413380Z ok (2.412s) 2022-05-18T05:45:46.9478740Z 2022-05-18T05:45:46.9479400Z ---------------------------------------------------------------------- 2022-05-18T05:45:46.9479830Z Ran 1 test in 2.413s 2022-05-18T05:45:46.9479960Z 2022-05-18T05:45:46.9480030Z OK 2022-05-18T05:45:46.9480130Z 2022-05-18T05:45:46.9480230Z Generating XML reports... 2022-05-18T05:45:46.9480830Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054544.xml 2022-05-18T05:45:48.5875550Z 2022-05-18T05:45:48.5875980Z Running tests... 2022-05-18T05:45:48.5877370Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:48.5877860Z ---------------------------------------------------------------------- 2022-05-18T05:45:48.5901330Z test_gather_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA gather (0.002s) 2022-05-18T05:45:48.5957970Z 2022-05-18T05:45:48.5958400Z ---------------------------------------------------------------------- 2022-05-18T05:45:48.5958690Z Ran 1 test in 0.003s 2022-05-18T05:45:48.5958830Z 2022-05-18T05:45:48.5958920Z OK (skipped=1) 2022-05-18T05:45:48.5959040Z 2022-05-18T05:45:48.5959130Z Generating XML reports... 2022-05-18T05:45:48.5959710Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054548.xml 2022-05-18T05:45:50.1287160Z 2022-05-18T05:45:50.1287490Z Running tests... 2022-05-18T05:45:50.1288100Z ---------------------------------------------------------------------- 2022-05-18T05:45:50.1288640Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:50.5250430Z test_gather_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13449 2022-05-18T05:45:50.5400870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13450 2022-05-18T05:45:50.5504470Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13451 2022-05-18T05:45:52.0675780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:52.1162430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:52.1165320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:52.1166920Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:52.1167830Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:52.1819800Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:52.1834050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:52.2281950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:52.2286620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:52.2725560Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:45:52.2728480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:45:52.2733330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:45:52.2736160Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:52.2835170Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:52.3531640Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:52.9838600Z ok (2.855s) 2022-05-18T05:45:52.9902460Z 2022-05-18T05:45:52.9903080Z ---------------------------------------------------------------------- 2022-05-18T05:45:52.9903390Z Ran 1 test in 2.855s 2022-05-18T05:45:52.9903510Z 2022-05-18T05:45:52.9903580Z OK 2022-05-18T05:45:52.9903680Z 2022-05-18T05:45:52.9903780Z Generating XML reports... 2022-05-18T05:45:52.9904350Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054550.xml 2022-05-18T05:45:54.6657280Z 2022-05-18T05:45:54.6657740Z Running tests... 2022-05-18T05:45:54.6658430Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:54.6658920Z ---------------------------------------------------------------------- 2022-05-18T05:45:55.0662000Z test_gather_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13459 2022-05-18T05:45:55.0732470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13460 2022-05-18T05:45:55.0864790Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13461 2022-05-18T05:45:56.5699430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:45:56.5701410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:45:56.5818350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:45:56.5821260Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:56.6025750Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:56.6028670Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:45:56.6143970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:45:56.7281950Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:45:56.7285690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:45:56.7288140Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:45:56.7304050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:45:56.7626970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:45:56.7629710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:56.7744140Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:56.7745660Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:45:57.3615820Z ok (2.696s) 2022-05-18T05:45:57.3683020Z 2022-05-18T05:45:57.3683940Z ---------------------------------------------------------------------- 2022-05-18T05:45:57.3684280Z Ran 1 test in 2.696s 2022-05-18T05:45:57.3684410Z 2022-05-18T05:45:57.3684480Z OK 2022-05-18T05:45:57.3684580Z 2022-05-18T05:45:57.3684700Z Generating XML reports... 2022-05-18T05:45:57.3685300Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054554.xml 2022-05-18T05:45:59.0290790Z 2022-05-18T05:45:59.0291110Z Running tests... 2022-05-18T05:45:59.0291700Z ---------------------------------------------------------------------- 2022-05-18T05:45:59.0292230Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:45:59.4409930Z test_gather_object (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13468 2022-05-18T05:45:59.4517000Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13469 2022-05-18T05:45:59.4619800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13470 2022-05-18T05:46:00.9956860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:00.9978190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:00.9979450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:00.9980770Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:00.9982130Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:01.0772230Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:01.1036570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:01.2282440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:01.2403710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:01.5542170Z ok (2.525s) 2022-05-18T05:46:01.5607030Z 2022-05-18T05:46:01.5607530Z ---------------------------------------------------------------------- 2022-05-18T05:46:01.5607830Z Ran 1 test in 2.525s 2022-05-18T05:46:01.5607960Z 2022-05-18T05:46:01.5608030Z OK 2022-05-18T05:46:01.5608130Z 2022-05-18T05:46:01.5608240Z Generating XML reports... 2022-05-18T05:46:01.5609460Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054559.xml 2022-05-18T05:46:03.2236890Z 2022-05-18T05:46:03.2237220Z Running tests... 2022-05-18T05:46:03.2237820Z ---------------------------------------------------------------------- 2022-05-18T05:46:03.2238310Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:03.6510280Z test_gather_object_subgroup (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13478 2022-05-18T05:46:03.6598720Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13479 2022-05-18T05:46:03.6721410Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13480 2022-05-18T05:46:05.2292370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:05.2294440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:05.2297030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:05.2298810Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:05.2303470Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:05.2304190Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:05.2319820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:05.2329830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:05.2330560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:05.3541950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:46:05.3545700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:46:05.3822440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:46:05.3826220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:05.3832150Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:05.3834340Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:05.3931230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 0 2022-05-18T05:46:05.3931890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 1 2022-05-18T05:46:05.3932330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:3 to store for rank: 2 2022-05-18T05:46:05.3933060Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:46:05.4047650Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:46:05.4049150Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:3 with 3 nodes. 2022-05-18T05:46:05.4335630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 0 2022-05-18T05:46:05.4339150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 1 2022-05-18T05:46:05.4343280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:4 to store for rank: 2 2022-05-18T05:46:05.4346100Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:46:05.4462550Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:46:05.4778870Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:4 with 3 nodes. 2022-05-18T05:46:05.8615460Z ok (2.638s) 2022-05-18T05:46:05.8680040Z 2022-05-18T05:46:05.8680840Z ---------------------------------------------------------------------- 2022-05-18T05:46:05.8681180Z Ran 1 test in 2.638s 2022-05-18T05:46:05.8681310Z 2022-05-18T05:46:05.8681380Z OK 2022-05-18T05:46:05.8681480Z 2022-05-18T05:46:05.8681580Z Generating XML reports... 2022-05-18T05:46:05.8682450Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054603.xml 2022-05-18T05:46:07.5219220Z 2022-05-18T05:46:07.5219530Z Running tests... 2022-05-18T05:46:07.5220190Z ---------------------------------------------------------------------- 2022-05-18T05:46:07.5220710Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:07.9265830Z test_get_backend (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13487 2022-05-18T05:46:07.9373090Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13488 2022-05-18T05:46:07.9480180Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13489 2022-05-18T05:46:09.4322270Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:09.4784580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:09.4785960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:09.4787430Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:09.4788890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:09.5483980Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:09.6211890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:09.6675200Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:09.6681000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:46:09.8532810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:09.8546220Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:46:09.8660960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:46:09.8668100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:09.9305350Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:09.9306470Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:10.4318580Z ok (2.910s) 2022-05-18T05:46:10.4383000Z 2022-05-18T05:46:10.4383770Z ---------------------------------------------------------------------- 2022-05-18T05:46:10.4384210Z Ran 1 test in 2.910s 2022-05-18T05:46:10.4384350Z 2022-05-18T05:46:10.4384410Z OK 2022-05-18T05:46:10.4384510Z 2022-05-18T05:46:10.4384610Z Generating XML reports... 2022-05-18T05:46:10.4385580Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054607.xml 2022-05-18T05:46:12.0879220Z 2022-05-18T05:46:12.0879980Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:12.0880330Z Running tests... 2022-05-18T05:46:12.0880710Z ---------------------------------------------------------------------- 2022-05-18T05:46:12.4876280Z test_get_future (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13496 2022-05-18T05:46:12.5010420Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13497 2022-05-18T05:46:12.5126040Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13498 2022-05-18T05:46:14.0771420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:14.1040510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:14.1540700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:14.1543550Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:14.1671280Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:14.1741540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:14.1755540Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:14.3530390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:14.4042790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:14.6745520Z ok (2.586s) 2022-05-18T05:46:14.6811110Z 2022-05-18T05:46:14.6811950Z ---------------------------------------------------------------------- 2022-05-18T05:46:14.6812270Z Ran 1 test in 2.587s 2022-05-18T05:46:14.6812410Z 2022-05-18T05:46:14.6812470Z OK 2022-05-18T05:46:14.6812580Z 2022-05-18T05:46:14.6812680Z Generating XML reports... 2022-05-18T05:46:14.6813280Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054612.xml 2022-05-18T05:46:16.3437420Z 2022-05-18T05:46:16.3437770Z Running tests... 2022-05-18T05:46:16.3439070Z ---------------------------------------------------------------------- 2022-05-18T05:46:16.3439710Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:16.7623080Z test_get_rank (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13506 2022-05-18T05:46:16.7700600Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13507 2022-05-18T05:46:16.7837030Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13508 2022-05-18T05:46:18.3541020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:18.3545210Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:18.3546340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:18.3549640Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:18.3550920Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:18.3551960Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:18.3681450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:18.3694940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:18.5829040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:19.1733660Z ok (2.829s) 2022-05-18T05:46:19.1799780Z 2022-05-18T05:46:19.1800750Z ---------------------------------------------------------------------- 2022-05-18T05:46:19.1801070Z Ran 1 test in 2.830s 2022-05-18T05:46:19.1801220Z 2022-05-18T05:46:19.1801270Z OK 2022-05-18T05:46:19.1801380Z 2022-05-18T05:46:19.1801480Z Generating XML reports... 2022-05-18T05:46:19.1802060Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054616.xml 2022-05-18T05:46:20.8432480Z 2022-05-18T05:46:20.8433260Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:20.8433610Z Running tests... 2022-05-18T05:46:20.8434040Z ---------------------------------------------------------------------- 2022-05-18T05:46:21.2460600Z test_get_rank_size_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13515 2022-05-18T05:46:21.2597300Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13516 2022-05-18T05:46:21.2699960Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13517 2022-05-18T05:46:22.7503190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:22.7538370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:22.7540960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:22.7542210Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:22.7544570Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:22.7646700Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:22.7849640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:22.9783180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:22.9786210Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:23.0053550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:46:23.0064360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:46:23.0068150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:46:23.0072940Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:23.0075540Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:23.0836180Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:23.4891220Z ok (2.646s) 2022-05-18T05:46:23.4956540Z 2022-05-18T05:46:23.4957550Z ---------------------------------------------------------------------- 2022-05-18T05:46:23.4957860Z Ran 1 test in 2.646s 2022-05-18T05:46:23.4958000Z 2022-05-18T05:46:23.4958060Z OK 2022-05-18T05:46:23.4958170Z 2022-05-18T05:46:23.4958270Z Generating XML reports... 2022-05-18T05:46:23.4958870Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054620.xml 2022-05-18T05:46:25.1476680Z 2022-05-18T05:46:25.1477490Z Running tests... 2022-05-18T05:46:25.1478150Z ---------------------------------------------------------------------- 2022-05-18T05:46:25.1478680Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:25.5583450Z test_get_rank_size_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13525 2022-05-18T05:46:25.5658660Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13526 2022-05-18T05:46:25.5756820Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13527 2022-05-18T05:46:27.0936340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:27.0944570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:27.1305670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:27.1308310Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:27.1419950Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:27.2078650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:27.2101260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:27.3650600Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:27.3659760Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:46:27.3844730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:27.3879770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:46:27.4089610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:46:27.4092330Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:27.4211050Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:27.4774760Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:27.8588910Z ok (2.711s) 2022-05-18T05:46:27.8654050Z 2022-05-18T05:46:27.8654940Z ---------------------------------------------------------------------- 2022-05-18T05:46:27.8655240Z Ran 1 test in 2.712s 2022-05-18T05:46:27.8655380Z 2022-05-18T05:46:27.8655450Z OK 2022-05-18T05:46:27.8655550Z 2022-05-18T05:46:27.8655650Z Generating XML reports... 2022-05-18T05:46:27.8656260Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054625.xml 2022-05-18T05:46:29.5065300Z 2022-05-18T05:46:29.5065620Z Running tests... 2022-05-18T05:46:29.5066230Z ---------------------------------------------------------------------- 2022-05-18T05:46:29.5066730Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:29.5107100Z test_invalid_static_graph (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.004s) 2022-05-18T05:46:29.5160320Z 2022-05-18T05:46:29.5160730Z ---------------------------------------------------------------------- 2022-05-18T05:46:29.5160990Z Ran 1 test in 0.004s 2022-05-18T05:46:29.5161120Z 2022-05-18T05:46:29.5161200Z OK (skipped=1) 2022-05-18T05:46:29.5161310Z 2022-05-18T05:46:29.5161400Z Generating XML reports... 2022-05-18T05:46:29.5162480Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054629.xml 2022-05-18T05:46:31.0474130Z 2022-05-18T05:46:31.0474900Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:31.0475250Z Running tests... 2022-05-18T05:46:31.0475730Z ---------------------------------------------------------------------- 2022-05-18T05:46:31.4543000Z test_irecv (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13536 2022-05-18T05:46:31.4627700Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13537 2022-05-18T05:46:31.4771110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13538 2022-05-18T05:46:32.9832970Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:32.9952160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:32.9953520Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:32.9955030Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:32.9957170Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:33.0775740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:33.0789240Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:33.1029410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:33.1034040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:33.7339680Z ok (2.686s) 2022-05-18T05:46:33.7404470Z 2022-05-18T05:46:33.7405060Z ---------------------------------------------------------------------- 2022-05-18T05:46:33.7405380Z Ran 1 test in 2.687s 2022-05-18T05:46:33.7405500Z 2022-05-18T05:46:33.7405570Z OK 2022-05-18T05:46:33.7405670Z 2022-05-18T05:46:33.7405770Z Generating XML reports... 2022-05-18T05:46:33.7406610Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054631.xml 2022-05-18T05:46:35.4078590Z 2022-05-18T05:46:35.4079390Z Running tests... 2022-05-18T05:46:35.4080050Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:35.8162100Z ---------------------------------------------------------------------- 2022-05-18T05:46:35.8162640Z test_isend (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13546 2022-05-18T05:46:35.8306450Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13547 2022-05-18T05:46:35.8408300Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13548 2022-05-18T05:46:37.3553450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:37.3670020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:37.4352700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:37.4357160Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:37.4362320Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:37.4463140Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:37.4788330Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:37.6051410Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:37.6080040Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:38.0904500Z ok (2.682s) 2022-05-18T05:46:38.0968590Z 2022-05-18T05:46:38.0969070Z ---------------------------------------------------------------------- 2022-05-18T05:46:38.0969360Z Ran 1 test in 2.683s 2022-05-18T05:46:38.0969510Z 2022-05-18T05:46:38.0969650Z OK 2022-05-18T05:46:38.0969760Z 2022-05-18T05:46:38.0969860Z Generating XML reports... 2022-05-18T05:46:38.0970600Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054635.xml 2022-05-18T05:46:39.7361590Z 2022-05-18T05:46:39.7361920Z Running tests... 2022-05-18T05:46:39.7362520Z ---------------------------------------------------------------------- 2022-05-18T05:46:39.7363050Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:40.1361090Z test_isend_autograd_profiler (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13555 2022-05-18T05:46:40.1434840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13556 2022-05-18T05:46:40.1598960Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13557 2022-05-18T05:46:41.6665090Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:41.6786890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:41.7280450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:41.7283840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:41.7285960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:41.7291620Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:41.7306520Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:41.7314680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:41.7318440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:42.2076270Z ok (2.471s) 2022-05-18T05:46:42.2558480Z 2022-05-18T05:46:42.2559240Z ---------------------------------------------------------------------- 2022-05-18T05:46:42.2559590Z Ran 1 test in 2.472s 2022-05-18T05:46:42.2559720Z 2022-05-18T05:46:42.2559790Z OK 2022-05-18T05:46:42.2559880Z 2022-05-18T05:46:42.2559990Z Generating XML reports... 2022-05-18T05:46:42.2560590Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054639.xml 2022-05-18T05:46:43.8890400Z 2022-05-18T05:46:43.8891140Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:43.8892090Z Running tests... 2022-05-18T05:46:43.8892780Z ---------------------------------------------------------------------- 2022-05-18T05:46:43.8960970Z test_isend_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: torch.profiler not enabled for mac/windows: https://github.com/pytorch/pytorch/pull/56124 (0.007s) 2022-05-18T05:46:43.9011840Z 2022-05-18T05:46:43.9012770Z ---------------------------------------------------------------------- 2022-05-18T05:46:43.9013430Z Ran 1 test in 0.007s 2022-05-18T05:46:43.9013750Z 2022-05-18T05:46:43.9014010Z OK (skipped=1) 2022-05-18T05:46:43.9014900Z 2022-05-18T05:46:43.9015190Z Generating XML reports... 2022-05-18T05:46:43.9016470Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054643.xml 2022-05-18T05:46:45.4684830Z 2022-05-18T05:46:45.4685620Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:45.4685970Z Running tests... 2022-05-18T05:46:45.4686360Z ---------------------------------------------------------------------- 2022-05-18T05:46:45.4711760Z test_monitored_barrier_allreduce_hang (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'gloo', 'nccl'} (0.003s) 2022-05-18T05:46:45.4765690Z 2022-05-18T05:46:45.4766300Z ---------------------------------------------------------------------- 2022-05-18T05:46:45.4767210Z Ran 1 test in 0.003s 2022-05-18T05:46:45.4767410Z 2022-05-18T05:46:45.4767770Z OK (skipped=1) 2022-05-18T05:46:45.4767920Z 2022-05-18T05:46:45.4768020Z Generating XML reports... 2022-05-18T05:46:45.4768670Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054645.xml 2022-05-18T05:46:47.0141500Z 2022-05-18T05:46:47.0141830Z Running tests... 2022-05-18T05:46:47.0142440Z ---------------------------------------------------------------------- 2022-05-18T05:46:47.0142950Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:47.0166350Z test_monitored_barrier_allreduce_hang_wait_all_ranks (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.002s) 2022-05-18T05:46:47.0218800Z 2022-05-18T05:46:47.0219150Z ---------------------------------------------------------------------- 2022-05-18T05:46:47.0219610Z Ran 1 test in 0.003s 2022-05-18T05:46:47.0219830Z 2022-05-18T05:46:47.0220070Z OK (skipped=1) 2022-05-18T05:46:47.0220210Z 2022-05-18T05:46:47.0220310Z Generating XML reports... 2022-05-18T05:46:47.0221180Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054647.xml 2022-05-18T05:46:48.6039130Z 2022-05-18T05:46:48.6039450Z Running tests... 2022-05-18T05:46:48.6040060Z ---------------------------------------------------------------------- 2022-05-18T05:46:48.6040560Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:48.6069960Z test_monitored_barrier_failure_order (__main__.TestDistBackendWithSpawn) ... skip: MacOS uses uv transport which does not have as robust error handling as tcp transport (0.003s) 2022-05-18T05:46:48.6125830Z 2022-05-18T05:46:48.6126210Z ---------------------------------------------------------------------- 2022-05-18T05:46:48.6126490Z Ran 1 test in 0.003s 2022-05-18T05:46:48.6126600Z 2022-05-18T05:46:48.6126680Z OK (skipped=1) 2022-05-18T05:46:48.6126810Z 2022-05-18T05:46:48.6126900Z Generating XML reports... 2022-05-18T05:46:48.6127480Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054648.xml 2022-05-18T05:46:50.1317330Z 2022-05-18T05:46:50.1318080Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:50.1318420Z Running tests... 2022-05-18T05:46:50.1318810Z ---------------------------------------------------------------------- 2022-05-18T05:46:50.1354230Z test_monitored_barrier_gloo (__main__.TestDistBackendWithSpawn) ... skip: MacOS uses uv transport which does not have as robust error handling as tcp transport (0.004s) 2022-05-18T05:46:50.1408090Z 2022-05-18T05:46:50.1408700Z ---------------------------------------------------------------------- 2022-05-18T05:46:50.1409020Z Ran 1 test in 0.004s 2022-05-18T05:46:50.1409150Z 2022-05-18T05:46:50.1409230Z OK (skipped=1) 2022-05-18T05:46:50.1409350Z 2022-05-18T05:46:50.1409440Z Generating XML reports... 2022-05-18T05:46:50.1410020Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054650.xml 2022-05-18T05:46:51.6907840Z 2022-05-18T05:46:51.6908180Z Running tests... 2022-05-18T05:46:51.6908800Z ---------------------------------------------------------------------- 2022-05-18T05:46:51.6909300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:52.0973050Z test_monitored_barrier_gloo_rank_0_timeout (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13575 2022-05-18T05:46:52.1050080Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13576 2022-05-18T05:46:52.1187660Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13577 2022-05-18T05:46:53.5884940Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:53.5968100Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:53.5970360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:53.5971680Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:53.5973500Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:53.6024210Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:53.6043000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:53.7282570Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:53.7293680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:53.7412260Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:46:53.7413780Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:46:53.7421550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:46:53.7424440Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:53.7827990Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:53.7834250Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:53.7846420Z [E ProcessGroupGloo.cpp:136] Rank 0 timed out in monitoredBarrier after 0 ms. 2022-05-18T05:46:53.7848130Z No ranks successfully processed in monitoredBarrier. 2022-05-18T05:46:53.7946570Z [E ProcessGroupGloo.cpp:136] [Rank 0]: Rank 1 failed to pass monitoredBarrier in 0 ms 2022-05-18T05:46:54.2335190Z ok (2.543s) 2022-05-18T05:46:54.2402620Z 2022-05-18T05:46:54.2403090Z ---------------------------------------------------------------------- 2022-05-18T05:46:54.2403370Z Ran 1 test in 2.543s 2022-05-18T05:46:54.2403500Z 2022-05-18T05:46:54.2403570Z OK 2022-05-18T05:46:54.2403660Z 2022-05-18T05:46:54.2403760Z Generating XML reports... 2022-05-18T05:46:54.2404470Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054651.xml 2022-05-18T05:46:55.8899270Z 2022-05-18T05:46:55.8900000Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:46:55.8900350Z Running tests... 2022-05-18T05:46:55.8900730Z ---------------------------------------------------------------------- 2022-05-18T05:46:56.2900310Z test_monitored_barrier_gloo_subgroup (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13585 2022-05-18T05:46:56.3039070Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13586 2022-05-18T05:46:56.3161110Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13587 2022-05-18T05:46:57.7998160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:46:57.7999900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:46:57.8530390Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:46:57.8533020Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:57.8797990Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:57.9292410Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:46:57.9688960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:46:57.9692320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:46:58.1051430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:46:58.1327820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:46:58.1343280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:46:58.1461990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:46:58.1464450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:58.1467770Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:58.2345510Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:46:58.3781920Z [E ProcessGroupGloo.cpp:136] [Rank 0]: Rank 1 failed to pass monitoredBarrier in 100 ms 2022-05-18T05:46:58.6042750Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributed/distributed_c10d.py:278: UserWarning: Running monitored_barrier on global rank 2 which does not belong to the given group. 2022-05-18T05:46:58.6043970Z warnings.warn( 2022-05-18T05:46:58.9842290Z ok (3.094s) 2022-05-18T05:46:58.9907430Z 2022-05-18T05:46:58.9907960Z ---------------------------------------------------------------------- 2022-05-18T05:46:58.9908240Z Ran 1 test in 3.095s 2022-05-18T05:46:58.9908370Z 2022-05-18T05:46:58.9908440Z OK 2022-05-18T05:46:58.9908540Z 2022-05-18T05:46:58.9908640Z Generating XML reports... 2022-05-18T05:46:58.9909360Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054655.xml 2022-05-18T05:47:00.6356880Z 2022-05-18T05:47:00.6357150Z Running tests... 2022-05-18T05:47:00.6357820Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:01.0432200Z ---------------------------------------------------------------------- 2022-05-18T05:47:01.0432750Z test_monitored_barrier_wait_all_ranks (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13594 2022-05-18T05:47:01.0591920Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13595 2022-05-18T05:47:01.0706800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13596 2022-05-18T05:47:02.6494180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:02.6497980Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:02.6498460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:02.6499230Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:02.6507320Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:02.6508550Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:02.7210820Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:02.8522710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:02.8526360Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:02.9899760Z [E ProcessGroupGloo.cpp:2791] [Rank 0]: Rank 1 failed to pass monitoredBarrier in 100 ms 2022-05-18T05:47:03.1394480Z [E ProcessGroupGloo.cpp:2791] [Rank 0]: Rank 2 failed to pass monitoredBarrier in 100 ms 2022-05-18T05:47:03.1395190Z [E ProcessGroupGloo.cpp:136] [Rank 0]: Ranks 1, 2 failed to pass monitoredBarrier in 100 ms 2022-05-18T05:47:03.5889040Z ok (2.953s) 2022-05-18T05:47:03.5954120Z 2022-05-18T05:47:03.5955040Z ---------------------------------------------------------------------- 2022-05-18T05:47:03.5955350Z Ran 1 test in 2.954s 2022-05-18T05:47:03.5955500Z 2022-05-18T05:47:03.5955570Z OK 2022-05-18T05:47:03.5955670Z 2022-05-18T05:47:03.5955770Z Generating XML reports... 2022-05-18T05:47:03.5956350Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054700.xml 2022-05-18T05:47:05.2549630Z 2022-05-18T05:47:05.2550340Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:05.2550680Z Running tests... 2022-05-18T05:47:05.2551080Z ---------------------------------------------------------------------- 2022-05-18T05:47:05.2585760Z test_nccl_backend_bool_allgather (__main__.TestDistBackendWithSpawn) ... skip: Test requires backend to be one of {'nccl'} (0.004s) 2022-05-18T05:47:05.2639390Z 2022-05-18T05:47:05.2640040Z ---------------------------------------------------------------------- 2022-05-18T05:47:05.2640350Z Ran 1 test in 0.004s 2022-05-18T05:47:05.2640480Z 2022-05-18T05:47:05.2640630Z OK (skipped=1) 2022-05-18T05:47:05.2641170Z 2022-05-18T05:47:05.2641270Z Generating XML reports... 2022-05-18T05:47:05.2641870Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054705.xml 2022-05-18T05:47:06.8171070Z 2022-05-18T05:47:06.8171860Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:06.8172260Z Running tests... 2022-05-18T05:47:06.8172670Z ---------------------------------------------------------------------- 2022-05-18T05:47:06.8209460Z test_nccl_backend_bool_allreduce (__main__.TestDistBackendWithSpawn) ... skip: Test requires backend to be one of {'nccl'} (0.004s) 2022-05-18T05:47:06.8262560Z 2022-05-18T05:47:06.8262870Z ---------------------------------------------------------------------- 2022-05-18T05:47:06.8263150Z Ran 1 test in 0.004s 2022-05-18T05:47:06.8263270Z 2022-05-18T05:47:06.8263350Z OK (skipped=1) 2022-05-18T05:47:06.8263560Z 2022-05-18T05:47:06.8263660Z Generating XML reports... 2022-05-18T05:47:08.3691160Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054706.xml 2022-05-18T05:47:08.3691490Z 2022-05-18T05:47:08.3691810Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:08.3692110Z Running tests... 2022-05-18T05:47:08.3692470Z ---------------------------------------------------------------------- 2022-05-18T05:47:08.3724570Z test_nccl_backend_bool_broadcast (__main__.TestDistBackendWithSpawn) ... skip: Test requires backend to be one of {'nccl'} (0.003s) 2022-05-18T05:47:08.3777830Z 2022-05-18T05:47:08.3778380Z ---------------------------------------------------------------------- 2022-05-18T05:47:08.3778670Z Ran 1 test in 0.004s 2022-05-18T05:47:08.3778800Z 2022-05-18T05:47:08.3778880Z OK (skipped=1) 2022-05-18T05:47:08.3778990Z 2022-05-18T05:47:08.3779090Z Generating XML reports... 2022-05-18T05:47:08.3779670Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054708.xml 2022-05-18T05:47:09.9242020Z 2022-05-18T05:47:09.9242780Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:09.9243120Z Running tests... 2022-05-18T05:47:09.9243500Z ---------------------------------------------------------------------- 2022-05-18T05:47:09.9284140Z test_nccl_backend_bool_reduce (__main__.TestDistBackendWithSpawn) ... skip: Test requires backend to be one of {'nccl'} (0.004s) 2022-05-18T05:47:09.9340820Z 2022-05-18T05:47:09.9341360Z ---------------------------------------------------------------------- 2022-05-18T05:47:09.9341660Z Ran 1 test in 0.004s 2022-05-18T05:47:09.9341800Z 2022-05-18T05:47:09.9341880Z OK (skipped=1) 2022-05-18T05:47:09.9341990Z 2022-05-18T05:47:09.9342180Z Generating XML reports... 2022-05-18T05:47:09.9342780Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054709.xml 2022-05-18T05:47:11.4685080Z 2022-05-18T05:47:11.4685850Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:11.4686200Z Running tests... 2022-05-18T05:47:11.4686590Z ---------------------------------------------------------------------- 2022-05-18T05:47:11.4718730Z test_nccl_high_priority_stream (__main__.TestDistBackendWithSpawn) ... skip: Only NCCL backend supports high priority stream (0.003s) 2022-05-18T05:47:11.4771830Z 2022-05-18T05:47:11.4772390Z ---------------------------------------------------------------------- 2022-05-18T05:47:11.4772700Z Ran 1 test in 0.004s 2022-05-18T05:47:11.4772820Z 2022-05-18T05:47:11.4772900Z OK (skipped=1) 2022-05-18T05:47:11.4773020Z 2022-05-18T05:47:11.4773110Z Generating XML reports... 2022-05-18T05:47:11.4773910Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054711.xml 2022-05-18T05:47:13.0240050Z 2022-05-18T05:47:13.0241270Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:13.0241620Z Running tests... 2022-05-18T05:47:13.0242010Z ---------------------------------------------------------------------- 2022-05-18T05:47:13.0269210Z test_new_subgroups (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.003s) 2022-05-18T05:47:13.0321270Z 2022-05-18T05:47:13.0321820Z ---------------------------------------------------------------------- 2022-05-18T05:47:13.0322150Z Ran 1 test in 0.003s 2022-05-18T05:47:13.0322280Z 2022-05-18T05:47:13.0322360Z OK (skipped=1) 2022-05-18T05:47:13.0322930Z 2022-05-18T05:47:13.0323040Z Generating XML reports... 2022-05-18T05:47:13.0323840Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054713.xml 2022-05-18T05:47:14.5805870Z 2022-05-18T05:47:14.5806200Z Running tests... 2022-05-18T05:47:14.5806820Z ---------------------------------------------------------------------- 2022-05-18T05:47:14.5807360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:14.5841410Z test_new_subgroups_by_enumeration (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.003s) 2022-05-18T05:47:14.5895130Z 2022-05-18T05:47:14.5895520Z ---------------------------------------------------------------------- 2022-05-18T05:47:14.5895800Z Ran 1 test in 0.004s 2022-05-18T05:47:14.5895930Z 2022-05-18T05:47:14.5896520Z OK (skipped=1) 2022-05-18T05:47:14.5896680Z 2022-05-18T05:47:14.5896770Z Generating XML reports... 2022-05-18T05:47:14.5897370Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054714.xml 2022-05-18T05:47:16.1236960Z 2022-05-18T05:47:16.1237320Z Running tests... 2022-05-18T05:47:16.1238040Z ---------------------------------------------------------------------- 2022-05-18T05:47:16.1238550Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:16.1267760Z test_new_subgroups_by_enumeration_input_rank_exceeds_world_size (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.003s) 2022-05-18T05:47:16.1319750Z 2022-05-18T05:47:16.1320110Z ---------------------------------------------------------------------- 2022-05-18T05:47:16.1320390Z Ran 1 test in 0.003s 2022-05-18T05:47:16.1320510Z 2022-05-18T05:47:16.1320590Z OK (skipped=1) 2022-05-18T05:47:16.1320720Z 2022-05-18T05:47:16.1320810Z Generating XML reports... 2022-05-18T05:47:16.1321380Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054716.xml 2022-05-18T05:47:17.6803580Z 2022-05-18T05:47:17.6804330Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:17.6804670Z Running tests... 2022-05-18T05:47:17.6805050Z ---------------------------------------------------------------------- 2022-05-18T05:47:18.0936460Z test_new_subgroups_by_enumeration_negative_input_rank (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13621 2022-05-18T05:47:18.1075750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13622 2022-05-18T05:47:18.1201840Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13623 2022-05-18T05:47:19.6535730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:19.7286250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:19.7287960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:19.7289520Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:19.7290740Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:19.7833070Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:19.7870810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:19.7876870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:19.8539730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:20.1322500Z skip: CUDA is not available. (2.452s) 2022-05-18T05:47:20.1390670Z 2022-05-18T05:47:20.1391150Z ---------------------------------------------------------------------- 2022-05-18T05:47:20.1391430Z Ran 1 test in 2.452s 2022-05-18T05:47:20.1391550Z 2022-05-18T05:47:20.1391630Z OK (skipped=1) 2022-05-18T05:47:20.1391750Z 2022-05-18T05:47:20.1391840Z Generating XML reports... 2022-05-18T05:47:20.1392720Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054717.xml 2022-05-18T05:47:21.7858480Z 2022-05-18T05:47:21.7859230Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:21.7860030Z Running tests... 2022-05-18T05:47:21.7860750Z ---------------------------------------------------------------------- 2022-05-18T05:47:22.1982560Z test_new_subgroups_group_size_exceeds_world_size (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13630 2022-05-18T05:47:22.2055340Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13631 2022-05-18T05:47:22.2185700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13632 2022-05-18T05:47:23.7095000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:23.7281410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:23.7283370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:23.7284530Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:23.7286650Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:23.7997780Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:23.8013380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:23.8330800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:23.8538390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:24.1637100Z skip: CUDA is not available. (2.378s) 2022-05-18T05:47:24.1702230Z 2022-05-18T05:47:24.1702890Z ---------------------------------------------------------------------- 2022-05-18T05:47:24.1703190Z Ran 1 test in 2.378s 2022-05-18T05:47:24.1703310Z 2022-05-18T05:47:24.1703510Z OK (skipped=1) 2022-05-18T05:47:24.1703640Z 2022-05-18T05:47:24.1703730Z Generating XML reports... 2022-05-18T05:47:24.1704340Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054721.xml 2022-05-18T05:47:25.8490790Z 2022-05-18T05:47:25.8491460Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:25.8491810Z Running tests... 2022-05-18T05:47:25.8492190Z ---------------------------------------------------------------------- 2022-05-18T05:47:25.8527030Z test_new_subgroups_overlap_not_allowed (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.003s) 2022-05-18T05:47:25.8622160Z 2022-05-18T05:47:25.8623240Z ---------------------------------------------------------------------- 2022-05-18T05:47:25.8624120Z Ran 1 test in 0.004s 2022-05-18T05:47:25.8624330Z 2022-05-18T05:47:25.8624460Z OK (skipped=1) 2022-05-18T05:47:25.8624650Z 2022-05-18T05:47:25.8624790Z Generating XML reports... 2022-05-18T05:47:25.8625720Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054725.xml 2022-05-18T05:47:27.4009310Z 2022-05-18T05:47:27.4010040Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:27.4010380Z Running tests... 2022-05-18T05:47:27.4010770Z ---------------------------------------------------------------------- 2022-05-18T05:47:27.4035600Z test_new_subgroups_world_size_not_divisible_by_group_size (__main__.TestDistBackendWithSpawn) ... skip: Test requires world size of 4 (0.003s) 2022-05-18T05:47:27.4087960Z 2022-05-18T05:47:27.4088530Z ---------------------------------------------------------------------- 2022-05-18T05:47:27.4088830Z Ran 1 test in 0.003s 2022-05-18T05:47:27.4088950Z 2022-05-18T05:47:27.4089030Z OK (skipped=1) 2022-05-18T05:47:27.4089260Z 2022-05-18T05:47:27.4089360Z Generating XML reports... 2022-05-18T05:47:27.4089940Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054727.xml 2022-05-18T05:47:28.9584160Z 2022-05-18T05:47:28.9585400Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:28.9585780Z Running tests... 2022-05-18T05:47:28.9586180Z ---------------------------------------------------------------------- 2022-05-18T05:47:29.3599600Z test_output_unused_in_loss_dict_module (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13644 2022-05-18T05:47:29.3750640Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13645 2022-05-18T05:47:29.3875020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13646 2022-05-18T05:47:30.9275860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:30.9880150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:30.9882480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:30.9883680Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:30.9885300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:30.9987540Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:31.0632310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:31.1033970Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:31.2283500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:31.4071220Z skip: Need at least 2 CUDA devices (2.449s) 2022-05-18T05:47:31.4135540Z 2022-05-18T05:47:31.4136410Z ---------------------------------------------------------------------- 2022-05-18T05:47:31.4136940Z Ran 1 test in 2.449s 2022-05-18T05:47:31.4137080Z 2022-05-18T05:47:31.4137250Z OK (skipped=1) 2022-05-18T05:47:31.4137370Z 2022-05-18T05:47:31.4137460Z Generating XML reports... 2022-05-18T05:47:31.4138050Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054728.xml 2022-05-18T05:47:33.0510880Z 2022-05-18T05:47:33.0511210Z Running tests... 2022-05-18T05:47:33.0511840Z ---------------------------------------------------------------------- 2022-05-18T05:47:33.0512880Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:33.4578910Z test_output_unused_in_loss_tuple_module (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13653 2022-05-18T05:47:33.4637500Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13654 2022-05-18T05:47:33.4772400Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13655 2022-05-18T05:47:35.0776030Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:35.1030070Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:35.1031580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:35.1032770Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:35.1034090Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:35.1160880Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:35.1917400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:35.1920680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:35.2239500Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:35.4505240Z skip: Need at least 2 CUDA devices (2.399s) 2022-05-18T05:47:35.4569660Z 2022-05-18T05:47:35.4570290Z ---------------------------------------------------------------------- 2022-05-18T05:47:35.4570580Z Ran 1 test in 2.400s 2022-05-18T05:47:35.4570740Z 2022-05-18T05:47:35.4570820Z OK (skipped=1) 2022-05-18T05:47:35.4570930Z 2022-05-18T05:47:35.4571020Z Generating XML reports... 2022-05-18T05:47:35.4571600Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054733.xml 2022-05-18T05:47:37.0726400Z 2022-05-18T05:47:37.0726730Z Running tests... 2022-05-18T05:47:37.0727360Z ---------------------------------------------------------------------- 2022-05-18T05:47:37.0727900Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:37.4723440Z test_periodic_model_averager (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13663 2022-05-18T05:47:37.4891940Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13664 2022-05-18T05:47:37.4995340Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13665 2022-05-18T05:47:38.9971120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:38.9976600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:38.9978010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:38.9979160Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:38.9980610Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:38.9981330Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:39.0224800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:39.1031580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:39.1135310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:39.4575700Z skip: Need at least 2 CUDA devices (2.385s) 2022-05-18T05:47:39.4639610Z 2022-05-18T05:47:39.4640070Z ---------------------------------------------------------------------- 2022-05-18T05:47:39.4640480Z Ran 1 test in 2.385s 2022-05-18T05:47:39.4640610Z 2022-05-18T05:47:39.4640690Z OK (skipped=1) 2022-05-18T05:47:39.4640810Z 2022-05-18T05:47:39.4640920Z Generating XML reports... 2022-05-18T05:47:39.4641770Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054737.xml 2022-05-18T05:47:41.0885900Z 2022-05-18T05:47:41.0886650Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:41.0887000Z Running tests... 2022-05-18T05:47:41.0887390Z ---------------------------------------------------------------------- 2022-05-18T05:47:41.4935400Z test_periodic_model_averager_param_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13672 2022-05-18T05:47:41.5002480Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13673 2022-05-18T05:47:41.5103730Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13674 2022-05-18T05:47:42.9841870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:42.9963730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:42.9964730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:42.9966240Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:42.9969630Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:43.0773790Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:43.0909930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:43.0912780Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:43.1828680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:43.5357010Z skip: Need at least 2 CUDA devices (2.447s) 2022-05-18T05:47:43.5421110Z 2022-05-18T05:47:43.5421570Z ---------------------------------------------------------------------- 2022-05-18T05:47:43.5421850Z Ran 1 test in 2.447s 2022-05-18T05:47:43.5421980Z 2022-05-18T05:47:43.5422060Z OK (skipped=1) 2022-05-18T05:47:43.5422170Z 2022-05-18T05:47:43.5422260Z Generating XML reports... 2022-05-18T05:47:43.5422830Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054741.xml 2022-05-18T05:47:45.2084890Z 2022-05-18T05:47:45.2085220Z Running tests... 2022-05-18T05:47:45.2085850Z ---------------------------------------------------------------------- 2022-05-18T05:47:45.2086380Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:45.6096440Z test_post_localSGD_optimizer_parity (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13682 2022-05-18T05:47:45.6171980Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13683 2022-05-18T05:47:45.6321190Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13684 2022-05-18T05:47:47.1308870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:47.1311410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:47.1313320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:47.1314400Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:47.1315660Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:47.1318550Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:47.1335370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:47.1436910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:47.1441400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:47.3722250Z skip: Need at least 2 CUDA devices (2.164s) 2022-05-18T05:47:47.3786410Z 2022-05-18T05:47:47.3787060Z ---------------------------------------------------------------------- 2022-05-18T05:47:47.3787370Z Ran 1 test in 2.164s 2022-05-18T05:47:47.3787500Z 2022-05-18T05:47:47.3787580Z OK (skipped=1) 2022-05-18T05:47:47.3787700Z 2022-05-18T05:47:47.3787910Z Generating XML reports... 2022-05-18T05:47:47.3788860Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054745.xml 2022-05-18T05:47:49.0220070Z 2022-05-18T05:47:49.0220800Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:49.0221150Z Running tests... 2022-05-18T05:47:49.0221540Z ---------------------------------------------------------------------- 2022-05-18T05:47:49.4194260Z test_post_localSGD_optimizer_parity_grad_is_view (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13691 2022-05-18T05:47:49.4285620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13692 2022-05-18T05:47:49.4430870Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13693 2022-05-18T05:47:50.9396910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:50.9523300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:50.9792670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:50.9800620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:51.0072840Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:51.0075990Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:51.0806010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:51.2046850Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:51.2263890Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:51.5529750Z skip: Need at least 2 CUDA devices (2.531s) 2022-05-18T05:47:51.5595350Z 2022-05-18T05:47:51.5596060Z ---------------------------------------------------------------------- 2022-05-18T05:47:51.5596350Z Ran 1 test in 2.531s 2022-05-18T05:47:51.5596480Z 2022-05-18T05:47:51.5596570Z OK (skipped=1) 2022-05-18T05:47:51.5596680Z 2022-05-18T05:47:51.5596780Z Generating XML reports... 2022-05-18T05:47:51.5597350Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054749.xml 2022-05-18T05:47:53.1879340Z 2022-05-18T05:47:53.1880330Z Running tests... 2022-05-18T05:47:53.1880960Z ---------------------------------------------------------------------- 2022-05-18T05:47:53.1881470Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:53.6055050Z test_post_localSGD_optimizer_parity_with_hierarchical_sgd (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13700 2022-05-18T05:47:53.6129370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13701 2022-05-18T05:47:53.6268350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13702 2022-05-18T05:47:55.1905810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:55.2292410Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:55.2297000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:55.2299470Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:55.2304010Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:55.3141030Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:55.3154460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:55.3534460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:55.4778370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:55.7340580Z skip: Need at least 4 CUDA devices (2.546s) 2022-05-18T05:47:55.7406340Z 2022-05-18T05:47:55.7406900Z ---------------------------------------------------------------------- 2022-05-18T05:47:55.7407220Z Ran 1 test in 2.546s 2022-05-18T05:47:55.7407350Z 2022-05-18T05:47:55.7407430Z OK (skipped=1) 2022-05-18T05:47:55.7407560Z 2022-05-18T05:47:55.7407650Z Generating XML reports... 2022-05-18T05:47:55.7408250Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054753.xml 2022-05-18T05:47:57.3783260Z 2022-05-18T05:47:57.3784020Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:47:57.3784370Z Running tests... 2022-05-18T05:47:57.3784750Z ---------------------------------------------------------------------- 2022-05-18T05:47:57.7780660Z test_post_localSGD_optimizer_parity_with_hierarchical_sgd_grad_is_view (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13710 2022-05-18T05:47:57.7851010Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13711 2022-05-18T05:47:57.7985270Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13712 2022-05-18T05:47:59.2849190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:47:59.2936000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:47:59.3221710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:47:59.3225070Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:59.3533250Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:59.3536510Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:47:59.3550910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:47:59.3554580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:47:59.5497980Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:47:59.8013280Z skip: Need at least 4 CUDA devices (2.423s) 2022-05-18T05:47:59.8078060Z 2022-05-18T05:47:59.8078720Z ---------------------------------------------------------------------- 2022-05-18T05:47:59.8079020Z Ran 1 test in 2.423s 2022-05-18T05:47:59.8079280Z 2022-05-18T05:47:59.8079380Z OK (skipped=1) 2022-05-18T05:47:59.8079500Z 2022-05-18T05:47:59.8079590Z Generating XML reports... 2022-05-18T05:47:59.8080190Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054757.xml 2022-05-18T05:48:01.4747460Z 2022-05-18T05:48:01.4747790Z Running tests... 2022-05-18T05:48:01.4748410Z ---------------------------------------------------------------------- 2022-05-18T05:48:01.4748950Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:01.8622260Z test_reduce_full_group_max (__main__.TestDistBackendWithSpawn) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75168 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.387s) 2022-05-18T05:48:01.8693890Z 2022-05-18T05:48:01.8694560Z ---------------------------------------------------------------------- 2022-05-18T05:48:01.8694830Z Ran 1 test in 0.388s 2022-05-18T05:48:01.8695060Z 2022-05-18T05:48:01.8695460Z OK (skipped=1) 2022-05-18T05:48:01.8695610Z 2022-05-18T05:48:01.8695710Z Generating XML reports... 2022-05-18T05:48:01.8696660Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054801.xml 2022-05-18T05:48:03.5054960Z 2022-05-18T05:48:03.5055280Z Running tests... 2022-05-18T05:48:03.5055900Z ---------------------------------------------------------------------- 2022-05-18T05:48:03.5062760Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:03.9060430Z test_reduce_full_group_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13721 2022-05-18T05:48:03.9139470Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13722 2022-05-18T05:48:03.9287020Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13723 2022-05-18T05:48:05.5112690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:05.5114300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:05.5123610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:05.5126490Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:05.5530690Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:05.5915560Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:05.5930800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:05.5933590Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:05.7489630Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:05.8423670Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:48:05.8426810Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:48:05.8428630Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:48:05.8429750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:05.8433550Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:05.9099550Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:06.5880880Z ok (3.082s) 2022-05-18T05:48:06.5944620Z 2022-05-18T05:48:06.5945860Z ---------------------------------------------------------------------- 2022-05-18T05:48:06.5946190Z Ran 1 test in 3.083s 2022-05-18T05:48:06.5946330Z 2022-05-18T05:48:06.5946390Z OK 2022-05-18T05:48:06.5946520Z 2022-05-18T05:48:06.5946630Z Generating XML reports... 2022-05-18T05:48:06.5947230Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054803.xml 2022-05-18T05:48:08.2295490Z 2022-05-18T05:48:08.2296210Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:08.2296560Z Running tests... 2022-05-18T05:48:08.2296940Z ---------------------------------------------------------------------- 2022-05-18T05:48:08.6342970Z test_reduce_full_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13731 2022-05-18T05:48:08.6420620Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13732 2022-05-18T05:48:08.6585940Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13733 2022-05-18T05:48:10.1344770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:10.1411250Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:10.1541230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:10.1544320Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:10.2316860Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:10.2438740Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:10.2460640Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:10.3494920Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:10.3498900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:10.3636740Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:48:10.3743190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:48:10.3745850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:48:10.3747180Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:10.3748490Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:10.4544030Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:11.1355990Z ok (2.906s) 2022-05-18T05:48:11.1421930Z 2022-05-18T05:48:11.1423050Z ---------------------------------------------------------------------- 2022-05-18T05:48:11.1423810Z Ran 1 test in 2.906s 2022-05-18T05:48:11.1423950Z 2022-05-18T05:48:11.1424010Z OK 2022-05-18T05:48:11.1424120Z 2022-05-18T05:48:11.1424220Z Generating XML reports... 2022-05-18T05:48:11.1424840Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054808.xml 2022-05-18T05:48:12.7853850Z 2022-05-18T05:48:12.7854610Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:12.7854970Z Running tests... 2022-05-18T05:48:12.7855370Z ---------------------------------------------------------------------- 2022-05-18T05:48:13.1909060Z test_reduce_full_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13740 2022-05-18T05:48:13.1985570Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13741 2022-05-18T05:48:13.2123270Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13742 2022-05-18T05:48:14.7304440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:14.7307240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:14.7310960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:14.7312430Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:14.7315190Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:14.8206840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:14.8546830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:14.9784790Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:14.9787180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:15.0776990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:48:15.1302510Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:48:15.1304990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:48:15.1306420Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:15.1308590Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:15.1473650Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:15.7282110Z ok (2.943s) 2022-05-18T05:48:15.7354780Z 2022-05-18T05:48:15.7355280Z ---------------------------------------------------------------------- 2022-05-18T05:48:15.7355570Z Ran 1 test in 2.943s 2022-05-18T05:48:15.7355700Z 2022-05-18T05:48:15.7355770Z OK 2022-05-18T05:48:15.7355990Z 2022-05-18T05:48:15.7356100Z Generating XML reports... 2022-05-18T05:48:15.7357030Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054812.xml 2022-05-18T05:48:17.4093220Z 2022-05-18T05:48:17.4093490Z Running tests... 2022-05-18T05:48:17.4094240Z ---------------------------------------------------------------------- 2022-05-18T05:48:17.4094750Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:17.8159250Z test_reduce_group_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13750 2022-05-18T05:48:17.8310820Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13751 2022-05-18T05:48:17.8432990Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13752 2022-05-18T05:48:19.4345950Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:19.4346440Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:19.4347180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:19.4352160Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:19.4353710Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:19.4355820Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:19.7234150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:19.7239870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:19.7241110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:19.7245180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:48:19.7829480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:48:19.7830870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:48:19.7832460Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:19.7835950Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:19.8573500Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:20.3588070Z ok (2.949s) 2022-05-18T05:48:20.3655090Z 2022-05-18T05:48:20.3656460Z ---------------------------------------------------------------------- 2022-05-18T05:48:20.3656920Z Ran 1 test in 2.950s 2022-05-18T05:48:20.3657070Z 2022-05-18T05:48:20.3657140Z OK 2022-05-18T05:48:20.3657240Z 2022-05-18T05:48:20.3657350Z Generating XML reports... 2022-05-18T05:48:20.3657950Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054817.xml 2022-05-18T05:48:21.9846110Z 2022-05-18T05:48:21.9846420Z Running tests... 2022-05-18T05:48:21.9847080Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:21.9847600Z ---------------------------------------------------------------------- 2022-05-18T05:48:22.3814420Z test_reduce_group_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13759 2022-05-18T05:48:22.3890370Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13760 2022-05-18T05:48:22.4027350Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13761 2022-05-18T05:48:23.9085930Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:23.9211960Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:23.9854860Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:23.9857520Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:23.9860530Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:24.0100530Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:24.0113810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:24.1008400Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:24.1017710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:48:24.1353880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:24.2239120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:48:24.2241110Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:48:24.2242360Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:24.2243780Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:24.2348600Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:24.7368320Z ok (2.752s) 2022-05-18T05:48:24.7432480Z 2022-05-18T05:48:24.7433060Z ---------------------------------------------------------------------- 2022-05-18T05:48:24.7433350Z Ran 1 test in 2.753s 2022-05-18T05:48:24.7433480Z 2022-05-18T05:48:24.7433670Z OK 2022-05-18T05:48:24.7433780Z 2022-05-18T05:48:24.7433880Z Generating XML reports... 2022-05-18T05:48:24.7434790Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054821.xml 2022-05-18T05:48:26.4089660Z 2022-05-18T05:48:26.4090410Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:26.4090760Z Running tests... 2022-05-18T05:48:26.4091150Z ---------------------------------------------------------------------- 2022-05-18T05:48:26.8167890Z test_reduce_group_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13769 2022-05-18T05:48:26.8240330Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13770 2022-05-18T05:48:26.8376700Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13771 2022-05-18T05:48:28.3183690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:28.3185710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:28.3573310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:28.3575890Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:28.4102450Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:28.4104860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:28.4263340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:28.5375730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:28.5379830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:28.5380570Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:48:28.6150200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:48:28.6151680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:48:28.6153120Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:28.6153800Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:28.6264840Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:29.1362100Z ok (2.727s) 2022-05-18T05:48:29.1429430Z 2022-05-18T05:48:29.1430280Z ---------------------------------------------------------------------- 2022-05-18T05:48:29.1430610Z Ran 1 test in 2.728s 2022-05-18T05:48:29.1430740Z 2022-05-18T05:48:29.1430790Z OK 2022-05-18T05:48:29.1430900Z 2022-05-18T05:48:29.1430990Z Generating XML reports... 2022-05-18T05:48:29.1431610Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054826.xml 2022-05-18T05:48:30.8031540Z 2022-05-18T05:48:30.8032520Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:30.8032860Z Running tests... 2022-05-18T05:48:30.8033270Z ---------------------------------------------------------------------- 2022-05-18T05:48:31.2011490Z test_reduce_group_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13778 2022-05-18T05:48:31.2081870Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13779 2022-05-18T05:48:31.2216820Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13780 2022-05-18T05:48:32.7025850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:32.7287790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:32.7288620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:32.7291220Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:32.7292690Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:32.7828180Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:32.7841940Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:32.8532480Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:32.9780310Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:48:32.9785150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:32.9786000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:48:32.9789640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:48:32.9793230Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:32.9896600Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:32.9898550Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:48:33.6093520Z ok (2.806s) 2022-05-18T05:48:33.6155920Z 2022-05-18T05:48:33.6156560Z ---------------------------------------------------------------------- 2022-05-18T05:48:33.6157410Z Ran 1 test in 2.807s 2022-05-18T05:48:33.6157540Z 2022-05-18T05:48:33.6157610Z OK 2022-05-18T05:48:33.6157740Z 2022-05-18T05:48:33.6157850Z Generating XML reports... 2022-05-18T05:48:33.6158460Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054830.xml 2022-05-18T05:48:35.2597970Z 2022-05-18T05:48:35.2599810Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:35.2600200Z Running tests... 2022-05-18T05:48:35.2600590Z ---------------------------------------------------------------------- 2022-05-18T05:48:35.6642470Z test_reduce_max (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13788 2022-05-18T05:48:35.6716130Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13789 2022-05-18T05:48:35.6852270Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13790 2022-05-18T05:48:37.1560730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:37.1597540Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:37.1661820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:37.1665740Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:37.2436660Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:37.2443670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:37.2572280Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:37.2579960Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:37.4438390Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:38.2342870Z ok (2.974s) 2022-05-18T05:48:38.2406320Z 2022-05-18T05:48:38.2407060Z ---------------------------------------------------------------------- 2022-05-18T05:48:38.2407380Z Ran 1 test in 2.975s 2022-05-18T05:48:38.2407510Z 2022-05-18T05:48:38.2407620Z OK 2022-05-18T05:48:38.2407730Z 2022-05-18T05:48:38.2407850Z Generating XML reports... 2022-05-18T05:48:38.2408450Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054835.xml 2022-05-18T05:48:39.8891650Z 2022-05-18T05:48:39.8892440Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:39.8892790Z Running tests... 2022-05-18T05:48:39.8893430Z ---------------------------------------------------------------------- 2022-05-18T05:48:40.2918140Z test_reduce_min (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13797 2022-05-18T05:48:40.2992750Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13798 2022-05-18T05:48:40.3133010Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13799 2022-05-18T05:48:41.7928430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:41.8551720Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:41.8555050Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:41.8561420Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:41.8564670Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:41.9292630Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:41.9311760Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:41.9315070Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:41.9785180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:42.6089880Z ok (2.720s) 2022-05-18T05:48:42.6160610Z 2022-05-18T05:48:42.6161280Z ---------------------------------------------------------------------- 2022-05-18T05:48:42.6161590Z Ran 1 test in 2.720s 2022-05-18T05:48:42.6161730Z 2022-05-18T05:48:42.6161790Z OK 2022-05-18T05:48:42.6161890Z 2022-05-18T05:48:42.6162000Z Generating XML reports... 2022-05-18T05:48:42.6162630Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054839.xml 2022-05-18T05:48:44.2511390Z 2022-05-18T05:48:44.2511660Z Running tests... 2022-05-18T05:48:44.2512280Z ---------------------------------------------------------------------- 2022-05-18T05:48:44.2512790Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:44.2540440Z test_reduce_multigpu (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl backend supports reduce multigpu (0.003s) 2022-05-18T05:48:44.2592290Z 2022-05-18T05:48:44.2592720Z ---------------------------------------------------------------------- 2022-05-18T05:48:44.2593000Z Ran 1 test in 0.003s 2022-05-18T05:48:44.2593130Z 2022-05-18T05:48:44.2593210Z OK (skipped=1) 2022-05-18T05:48:44.2593320Z 2022-05-18T05:48:44.2593420Z Generating XML reports... 2022-05-18T05:48:44.2593980Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054844.xml 2022-05-18T05:48:45.8254000Z 2022-05-18T05:48:45.8254740Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:45.8255090Z Running tests... 2022-05-18T05:48:45.8255480Z ---------------------------------------------------------------------- 2022-05-18T05:48:46.2271180Z test_reduce_product (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13809 2022-05-18T05:48:46.2420200Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13810 2022-05-18T05:48:46.2549940Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13811 2022-05-18T05:48:47.7294460Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:47.7301040Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:47.7396160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:47.7399100Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:47.7413460Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:47.8131260Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:47.8149050Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:47.8153090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:47.9786140Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:48.4332840Z ok (2.608s) 2022-05-18T05:48:48.4400450Z 2022-05-18T05:48:48.4400990Z ---------------------------------------------------------------------- 2022-05-18T05:48:48.4401800Z Ran 1 test in 2.608s 2022-05-18T05:48:48.4401930Z 2022-05-18T05:48:48.4402000Z OK 2022-05-18T05:48:48.4402190Z 2022-05-18T05:48:48.4402280Z Generating XML reports... 2022-05-18T05:48:48.4402890Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054845.xml 2022-05-18T05:48:50.0956330Z 2022-05-18T05:48:50.0957080Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:50.0957440Z Running tests... 2022-05-18T05:48:50.0957830Z ---------------------------------------------------------------------- 2022-05-18T05:48:50.4923300Z test_reduce_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13818 2022-05-18T05:48:50.4991530Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13819 2022-05-18T05:48:50.5121130Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13820 2022-05-18T05:48:52.0078530Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:52.0079430Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:52.0081300Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:52.0083710Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:52.0085010Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:52.0090010Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:52.0105290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:48:52.0113490Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:52.0114870Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:52.5808980Z ok (2.485s) 2022-05-18T05:48:52.5873750Z 2022-05-18T05:48:52.5874330Z ---------------------------------------------------------------------- 2022-05-18T05:48:52.5874700Z Ran 1 test in 2.486s 2022-05-18T05:48:52.5874830Z 2022-05-18T05:48:52.5875250Z OK 2022-05-18T05:48:52.5875490Z 2022-05-18T05:48:52.5875620Z Generating XML reports... 2022-05-18T05:48:52.5876240Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054850.xml 2022-05-18T05:48:54.2358260Z 2022-05-18T05:48:54.2359020Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:54.2359360Z Running tests... 2022-05-18T05:48:54.2359740Z ---------------------------------------------------------------------- 2022-05-18T05:48:54.2388660Z test_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA reduce (0.003s) 2022-05-18T05:48:54.2441280Z 2022-05-18T05:48:54.2441750Z ---------------------------------------------------------------------- 2022-05-18T05:48:54.2442060Z Ran 1 test in 0.003s 2022-05-18T05:48:54.2442190Z 2022-05-18T05:48:54.2442270Z OK (skipped=1) 2022-05-18T05:48:54.2442390Z 2022-05-18T05:48:54.2442470Z Generating XML reports... 2022-05-18T05:48:54.2443060Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054854.xml 2022-05-18T05:48:55.7973940Z 2022-05-18T05:48:55.7974270Z Running tests... 2022-05-18T05:48:55.7974940Z ---------------------------------------------------------------------- 2022-05-18T05:48:55.7975450Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:55.8003100Z test_reduce_sum_cuda_twice (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA reduce (0.003s) 2022-05-18T05:48:55.8055840Z 2022-05-18T05:48:55.8056260Z ---------------------------------------------------------------------- 2022-05-18T05:48:55.8056760Z Ran 1 test in 0.003s 2022-05-18T05:48:55.8056910Z 2022-05-18T05:48:55.8057130Z OK (skipped=1) 2022-05-18T05:48:55.8057560Z 2022-05-18T05:48:55.8058140Z Generating XML reports... 2022-05-18T05:48:55.8059010Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054855.xml 2022-05-18T05:48:57.3492690Z 2022-05-18T05:48:57.3493030Z Running tests... 2022-05-18T05:48:57.3493660Z ---------------------------------------------------------------------- 2022-05-18T05:48:57.3494180Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:48:57.7539490Z test_reduce_sum_twice (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13832 2022-05-18T05:48:57.7614610Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13833 2022-05-18T05:48:57.7783940Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13834 2022-05-18T05:48:59.2761160Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:48:59.2873840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:48:59.2980750Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:48:59.2985400Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:59.2988190Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:59.3533830Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:48:59.3998310Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:48:59.4784880Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:48:59.5869450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:00.2436950Z ok (2.894s) 2022-05-18T05:49:00.2501120Z 2022-05-18T05:49:00.2501790Z ---------------------------------------------------------------------- 2022-05-18T05:49:00.2502240Z Ran 1 test in 2.895s 2022-05-18T05:49:00.2502370Z 2022-05-18T05:49:00.2502440Z OK 2022-05-18T05:49:00.2502540Z 2022-05-18T05:49:00.2502630Z Generating XML reports... 2022-05-18T05:49:00.2503490Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054857.xml 2022-05-18T05:49:01.8886010Z 2022-05-18T05:49:01.8886370Z Running tests... 2022-05-18T05:49:01.8893510Z ---------------------------------------------------------------------- 2022-05-18T05:49:01.8894150Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:02.2925590Z test_scatter (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13841 2022-05-18T05:49:02.3000050Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13842 2022-05-18T05:49:02.3139860Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13843 2022-05-18T05:49:03.8659240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:03.8786870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:03.8788020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:03.8789550Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:03.8791140Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:03.9300670Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:03.9341840Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:03.9833380Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:04.0860900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:04.3403600Z ok (2.452s) 2022-05-18T05:49:04.3470510Z 2022-05-18T05:49:04.3471230Z ---------------------------------------------------------------------- 2022-05-18T05:49:04.3471760Z Ran 1 test in 2.452s 2022-05-18T05:49:04.3472070Z 2022-05-18T05:49:04.3472420Z OK 2022-05-18T05:49:04.3472740Z 2022-05-18T05:49:04.3475750Z Generating XML reports... 2022-05-18T05:49:04.3476830Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054901.xml 2022-05-18T05:49:05.9820190Z 2022-05-18T05:49:05.9820480Z Running tests... 2022-05-18T05:49:05.9821070Z ---------------------------------------------------------------------- 2022-05-18T05:49:05.9821970Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:06.3928370Z test_scatter_checks (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13851 2022-05-18T05:49:06.4065760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13852 2022-05-18T05:49:06.4168460Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13853 2022-05-18T05:49:07.9127770Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:07.9263870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:07.9780990Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:07.9783560Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:08.0023480Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:08.0030200Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:08.0176680Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:08.0181260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:08.2131430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:08.4398880Z ok (2.458s) 2022-05-18T05:49:08.4463270Z 2022-05-18T05:49:08.4464070Z ---------------------------------------------------------------------- 2022-05-18T05:49:08.4464400Z Ran 1 test in 2.458s 2022-05-18T05:49:08.4464530Z 2022-05-18T05:49:08.4464590Z OK 2022-05-18T05:49:08.4464940Z 2022-05-18T05:49:08.4465060Z Generating XML reports... 2022-05-18T05:49:08.4465700Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054905.xml 2022-05-18T05:49:10.1008150Z 2022-05-18T05:49:10.1008920Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:10.1009400Z Running tests... 2022-05-18T05:49:10.1009780Z ---------------------------------------------------------------------- 2022-05-18T05:49:10.5058500Z test_scatter_complex (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13860 2022-05-18T05:49:10.5129220Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13861 2022-05-18T05:49:10.5269210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13862 2022-05-18T05:49:12.0495600Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:12.1052450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:12.1057370Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:12.1060720Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:12.1063610Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:12.1170450Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:12.1185250Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:12.2147550Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:12.2664290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:12.5262370Z ok (2.425s) 2022-05-18T05:49:12.5326270Z 2022-05-18T05:49:12.5327640Z ---------------------------------------------------------------------- 2022-05-18T05:49:12.5328020Z Ran 1 test in 2.426s 2022-05-18T05:49:12.5328150Z 2022-05-18T05:49:12.5328220Z OK 2022-05-18T05:49:12.5328320Z 2022-05-18T05:49:12.5328420Z Generating XML reports... 2022-05-18T05:49:12.5329040Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054910.xml 2022-05-18T05:49:14.1586780Z 2022-05-18T05:49:14.1587130Z Running tests... 2022-05-18T05:49:14.1587740Z ---------------------------------------------------------------------- 2022-05-18T05:49:14.1588230Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:14.1612640Z test_scatter_cuda (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA gather (0.003s) 2022-05-18T05:49:14.1667050Z 2022-05-18T05:49:14.1667440Z ---------------------------------------------------------------------- 2022-05-18T05:49:14.1667730Z Ran 1 test in 0.003s 2022-05-18T05:49:14.1667990Z 2022-05-18T05:49:14.1668080Z OK (skipped=1) 2022-05-18T05:49:14.1668200Z 2022-05-18T05:49:14.1668290Z Generating XML reports... 2022-05-18T05:49:14.1669010Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054914.xml 2022-05-18T05:49:15.7257260Z 2022-05-18T05:49:15.7258090Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:15.7259420Z Running tests... 2022-05-18T05:49:15.7259920Z ---------------------------------------------------------------------- 2022-05-18T05:49:15.7283560Z test_scatter_cuda_complex (__main__.TestDistBackendWithSpawn) ... skip: Only Nccl supports CUDA gather (0.003s) 2022-05-18T05:49:15.7335850Z 2022-05-18T05:49:15.7336330Z ---------------------------------------------------------------------- 2022-05-18T05:49:15.7336610Z Ran 1 test in 0.003s 2022-05-18T05:49:15.7336730Z 2022-05-18T05:49:15.7336860Z OK (skipped=1) 2022-05-18T05:49:15.7336990Z 2022-05-18T05:49:15.7337080Z Generating XML reports... 2022-05-18T05:49:15.7337790Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054915.xml 2022-05-18T05:49:17.3038640Z 2022-05-18T05:49:17.3038970Z Running tests... 2022-05-18T05:49:17.3039590Z ---------------------------------------------------------------------- 2022-05-18T05:49:17.3040110Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:17.7115140Z test_scatter_full_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13874 2022-05-18T05:49:17.7216950Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13875 2022-05-18T05:49:17.7371720Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13876 2022-05-18T05:49:19.2502910Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:19.2598330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:19.2601190Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:19.2601870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:19.2604650Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:19.3343720Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:19.3360650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:19.3364320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:19.4964430Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:19.5303590Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:49:19.5305470Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:49:19.5311330Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:49:19.5314290Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:49:19.5471170Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:49:19.6034220Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:49:19.9841000Z ok (2.680s) 2022-05-18T05:49:19.9906400Z 2022-05-18T05:49:19.9906910Z ---------------------------------------------------------------------- 2022-05-18T05:49:19.9907210Z Ran 1 test in 2.681s 2022-05-18T05:49:19.9907330Z 2022-05-18T05:49:19.9907400Z OK 2022-05-18T05:49:19.9907490Z 2022-05-18T05:49:19.9907580Z Generating XML reports... 2022-05-18T05:49:19.9908300Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054917.xml 2022-05-18T05:49:21.6274060Z 2022-05-18T05:49:21.6274400Z Running tests... 2022-05-18T05:49:21.6275150Z ---------------------------------------------------------------------- 2022-05-18T05:49:21.6275670Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:22.0295000Z test_scatter_group (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13883 2022-05-18T05:49:22.0370020Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13884 2022-05-18T05:49:22.0510620Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13885 2022-05-18T05:49:23.6389420Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:23.6390680Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:23.6392650Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:23.6394490Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:23.6395620Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:23.7193400Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:23.7210000Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:23.7828800Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:23.8533090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:23.8536900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 0 2022-05-18T05:49:23.8924700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 1 2022-05-18T05:49:23.8926640Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:2 to store for rank: 2 2022-05-18T05:49:23.8928300Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:49:23.8929720Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:49:23.8938710Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:2 with 3 nodes. 2022-05-18T05:49:24.4966930Z ok (2.869s) 2022-05-18T05:49:24.5031430Z 2022-05-18T05:49:24.5032130Z ---------------------------------------------------------------------- 2022-05-18T05:49:24.5032440Z Ran 1 test in 2.870s 2022-05-18T05:49:24.5032570Z 2022-05-18T05:49:24.5032630Z OK 2022-05-18T05:49:24.5032730Z 2022-05-18T05:49:24.5032820Z Generating XML reports... 2022-05-18T05:49:24.5033430Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054921.xml 2022-05-18T05:49:26.1672570Z 2022-05-18T05:49:26.1673300Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:26.1673630Z Running tests... 2022-05-18T05:49:26.1674010Z ---------------------------------------------------------------------- 2022-05-18T05:49:26.5675700Z test_scatter_object_list (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13893 2022-05-18T05:49:26.5755960Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13894 2022-05-18T05:49:26.5887680Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13895 2022-05-18T05:49:28.0707850Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:28.0708730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:28.1430200Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:28.1437960Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:28.1692710Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:28.1800850Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:28.1814740Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:28.1818220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:28.3740580Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:28.5884330Z ok (2.421s) 2022-05-18T05:49:28.5951200Z 2022-05-18T05:49:28.5951680Z ---------------------------------------------------------------------- 2022-05-18T05:49:28.5951960Z Ran 1 test in 2.421s 2022-05-18T05:49:28.5952090Z 2022-05-18T05:49:28.5952150Z OK 2022-05-18T05:49:28.5952250Z 2022-05-18T05:49:28.5952350Z Generating XML reports... 2022-05-18T05:49:28.5953210Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054926.xml 2022-05-18T05:49:30.2469260Z 2022-05-18T05:49:30.2470030Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:30.2470380Z Running tests... 2022-05-18T05:49:30.2470760Z ---------------------------------------------------------------------- 2022-05-18T05:49:30.6526560Z test_send_recv (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13902 2022-05-18T05:49:30.6614110Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13903 2022-05-18T05:49:30.6747200Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13904 2022-05-18T05:49:32.2767020Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:32.2772350Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:32.2777450Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:32.2778230Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:32.2779870Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:32.2781690Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:32.3549220Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:32.3870730Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:32.4476320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:32.7013750Z ok (2.454s) 2022-05-18T05:49:32.7078700Z 2022-05-18T05:49:32.7079420Z ---------------------------------------------------------------------- 2022-05-18T05:49:32.7079760Z Ran 1 test in 2.455s 2022-05-18T05:49:32.7079890Z 2022-05-18T05:49:32.7079960Z OK 2022-05-18T05:49:32.7080180Z 2022-05-18T05:49:32.7080280Z Generating XML reports... 2022-05-18T05:49:32.7081130Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054930.xml 2022-05-18T05:49:34.3491250Z 2022-05-18T05:49:34.3492020Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:34.3492400Z Running tests... 2022-05-18T05:49:34.3492800Z ---------------------------------------------------------------------- 2022-05-18T05:49:34.7560060Z test_send_recv_any_source (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13912 2022-05-18T05:49:34.7630800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13913 2022-05-18T05:49:34.7735990Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13914 2022-05-18T05:49:36.4204730Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:36.4328000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:36.4330610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:36.4331590Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:36.4333750Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:36.4528230Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:36.4787160Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:36.5718560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:36.6333460Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:36.8443690Z ok (2.495s) 2022-05-18T05:49:36.8523420Z 2022-05-18T05:49:36.8524880Z ---------------------------------------------------------------------- 2022-05-18T05:49:36.8525760Z Ran 1 test in 2.496s 2022-05-18T05:49:36.8526170Z 2022-05-18T05:49:36.8526420Z OK 2022-05-18T05:49:36.8526730Z 2022-05-18T05:49:36.8527010Z Generating XML reports... 2022-05-18T05:49:36.8527890Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054934.xml 2022-05-18T05:49:38.4758970Z 2022-05-18T05:49:38.4759730Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:38.4760310Z Running tests... 2022-05-18T05:49:38.4760920Z ---------------------------------------------------------------------- 2022-05-18T05:49:38.8880490Z test_send_recv_any_source_autograd_profiler (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13922 2022-05-18T05:49:38.9001900Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13923 2022-05-18T05:49:38.9111360Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13924 2022-05-18T05:49:40.4050840Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:40.4105280Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:40.4108020Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:40.4108580Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:40.4111320Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:40.4616330Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:40.4652990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:40.5842690Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:40.6047810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:41.0839000Z ok (2.608s) 2022-05-18T05:49:41.0903170Z 2022-05-18T05:49:41.0903900Z ---------------------------------------------------------------------- 2022-05-18T05:49:41.0904700Z Ran 1 test in 2.608s 2022-05-18T05:49:41.0904850Z 2022-05-18T05:49:41.0904920Z OK 2022-05-18T05:49:41.0905030Z 2022-05-18T05:49:41.0905130Z Generating XML reports... 2022-05-18T05:49:41.0905750Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054938.xml 2022-05-18T05:49:42.7169140Z 2022-05-18T05:49:42.7169890Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:42.7170610Z Running tests... 2022-05-18T05:49:42.7171230Z ---------------------------------------------------------------------- 2022-05-18T05:49:42.7194730Z test_send_recv_any_source_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: torch.profiler not enabled for mac/windows: https://github.com/pytorch/pytorch/pull/56124 (0.002s) 2022-05-18T05:49:42.7246840Z 2022-05-18T05:49:42.7247210Z ---------------------------------------------------------------------- 2022-05-18T05:49:42.7247570Z Ran 1 test in 0.003s 2022-05-18T05:49:42.7247740Z 2022-05-18T05:49:42.7247820Z OK (skipped=1) 2022-05-18T05:49:42.7247930Z 2022-05-18T05:49:42.7248030Z Generating XML reports... 2022-05-18T05:49:42.7248770Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054942.xml 2022-05-18T05:49:44.2727630Z 2022-05-18T05:49:44.2728080Z Running tests... 2022-05-18T05:49:44.2728710Z ---------------------------------------------------------------------- 2022-05-18T05:49:44.2729210Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:44.6782580Z test_send_recv_autograd_profiler (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13933 2022-05-18T05:49:44.6917840Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13934 2022-05-18T05:49:44.7021970Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13935 2022-05-18T05:49:46.2492180Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:46.2494900Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:46.2495870Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:46.2497230Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:46.2498520Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:46.2502850Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:46.2518990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:46.2527030Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:46.2527710Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:46.6514570Z ok (2.379s) 2022-05-18T05:49:46.6582260Z 2022-05-18T05:49:46.6583100Z ---------------------------------------------------------------------- 2022-05-18T05:49:46.6583400Z Ran 1 test in 2.379s 2022-05-18T05:49:46.6583640Z 2022-05-18T05:49:46.6583710Z OK 2022-05-18T05:49:46.6583820Z 2022-05-18T05:49:46.6583920Z Generating XML reports... 2022-05-18T05:49:46.6584520Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054944.xml 2022-05-18T05:49:48.3000580Z 2022-05-18T05:49:48.3001370Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:48.3001810Z Running tests... 2022-05-18T05:49:48.3002210Z ---------------------------------------------------------------------- 2022-05-18T05:49:48.3025660Z test_send_recv_nccl (__main__.TestDistBackendWithSpawn) ... skip: NCCL Send Recv Only (0.002s) 2022-05-18T05:49:48.3078270Z 2022-05-18T05:49:48.3078650Z ---------------------------------------------------------------------- 2022-05-18T05:49:48.3078930Z Ran 1 test in 0.003s 2022-05-18T05:49:48.3079060Z 2022-05-18T05:49:48.3079140Z OK (skipped=1) 2022-05-18T05:49:48.3079250Z 2022-05-18T05:49:48.3079350Z Generating XML reports... 2022-05-18T05:49:48.3079910Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054948.xml 2022-05-18T05:49:49.8663500Z 2022-05-18T05:49:49.8663830Z Running tests... 2022-05-18T05:49:49.8664430Z ---------------------------------------------------------------------- 2022-05-18T05:49:49.8665640Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:49.8689840Z test_send_recv_nccl_autograd_profiler (__main__.TestDistBackendWithSpawn) ... skip: NCCL Send Recv Only (0.003s) 2022-05-18T05:49:49.8742860Z 2022-05-18T05:49:49.8743380Z ---------------------------------------------------------------------- 2022-05-18T05:49:49.8743670Z Ran 1 test in 0.003s 2022-05-18T05:49:49.8743800Z 2022-05-18T05:49:49.8743890Z OK (skipped=1) 2022-05-18T05:49:49.8744010Z 2022-05-18T05:49:49.8744100Z Generating XML reports... 2022-05-18T05:49:49.8744660Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054949.xml 2022-05-18T05:49:51.4113580Z 2022-05-18T05:49:51.4114360Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:51.4114820Z Running tests... 2022-05-18T05:49:51.4115240Z ---------------------------------------------------------------------- 2022-05-18T05:49:51.4142280Z test_send_recv_nccl_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: NCCL Send Recv Only (0.003s) 2022-05-18T05:49:51.4194390Z 2022-05-18T05:49:51.4195010Z ---------------------------------------------------------------------- 2022-05-18T05:49:51.4195320Z Ran 1 test in 0.003s 2022-05-18T05:49:51.4195470Z 2022-05-18T05:49:51.4195560Z OK (skipped=1) 2022-05-18T05:49:51.4195680Z 2022-05-18T05:49:51.4196280Z Generating XML reports... 2022-05-18T05:49:51.4197360Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054951.xml 2022-05-18T05:49:52.9762680Z 2022-05-18T05:49:52.9763450Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:52.9764030Z Running tests... 2022-05-18T05:49:52.9765260Z ---------------------------------------------------------------------- 2022-05-18T05:49:52.9803340Z test_send_recv_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: torch.profiler not enabled for mac/windows: https://github.com/pytorch/pytorch/pull/56124 (0.004s) 2022-05-18T05:49:52.9858050Z 2022-05-18T05:49:52.9858410Z ---------------------------------------------------------------------- 2022-05-18T05:49:52.9858680Z Ran 1 test in 0.004s 2022-05-18T05:49:52.9858810Z 2022-05-18T05:49:52.9858890Z OK (skipped=1) 2022-05-18T05:49:52.9859010Z 2022-05-18T05:49:52.9859100Z Generating XML reports... 2022-05-18T05:49:52.9859800Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054952.xml 2022-05-18T05:49:54.5439000Z 2022-05-18T05:49:54.5439340Z Running tests... 2022-05-18T05:49:54.5439950Z ---------------------------------------------------------------------- 2022-05-18T05:49:54.5440450Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:54.9453370Z test_send_recv_with_tag (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13951 2022-05-18T05:49:54.9526800Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13952 2022-05-18T05:49:54.9659830Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13953 2022-05-18T05:49:56.5980790Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:49:56.5981710Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:49:56.6044820Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:49:56.6052110Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:56.6220160Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:56.6841370Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:49:56.6855090Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:49:56.8268440Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:49:56.8271900Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:49:57.2398360Z ok (2.696s) 2022-05-18T05:49:57.2464880Z 2022-05-18T05:49:57.2465610Z ---------------------------------------------------------------------- 2022-05-18T05:49:57.2465920Z Ran 1 test in 2.696s 2022-05-18T05:49:57.2466160Z 2022-05-18T05:49:57.2466230Z OK 2022-05-18T05:49:57.2466330Z 2022-05-18T05:49:57.2466430Z Generating XML reports... 2022-05-18T05:49:57.2467020Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054954.xml 2022-05-18T05:49:58.8916400Z 2022-05-18T05:49:58.8917160Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:49:58.8917500Z Running tests... 2022-05-18T05:49:58.8917900Z ---------------------------------------------------------------------- 2022-05-18T05:49:59.3002420Z test_send_recv_with_tag_autograd_profiler (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13961 2022-05-18T05:49:59.3062760Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13962 2022-05-18T05:49:59.3223800Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13963 2022-05-18T05:50:00.8648700Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:50:00.8652550Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:50:00.8728620Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:50:00.8734250Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:00.9322720Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:00.9328470Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:00.9370370Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:00.9378830Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:00.9791810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:01.3017950Z ok (2.410s) 2022-05-18T05:50:01.3083380Z 2022-05-18T05:50:01.3083880Z ---------------------------------------------------------------------- 2022-05-18T05:50:01.3084170Z Ran 1 test in 2.410s 2022-05-18T05:50:01.3084300Z 2022-05-18T05:50:01.3084380Z OK 2022-05-18T05:50:01.3084480Z 2022-05-18T05:50:01.3084570Z Generating XML reports... 2022-05-18T05:50:01.3091670Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518054958.xml 2022-05-18T05:50:02.9624240Z 2022-05-18T05:50:02.9624550Z Running tests... 2022-05-18T05:50:02.9625180Z ---------------------------------------------------------------------- 2022-05-18T05:50:02.9625700Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:50:02.9650000Z test_send_recv_with_tag_torch_profiler (__main__.TestDistBackendWithSpawn) ... skip: torch.profiler not enabled for mac/windows: https://github.com/pytorch/pytorch/pull/56124 (0.003s) 2022-05-18T05:50:02.9703200Z 2022-05-18T05:50:02.9703750Z ---------------------------------------------------------------------- 2022-05-18T05:50:02.9704460Z Ran 1 test in 0.003s 2022-05-18T05:50:02.9704590Z 2022-05-18T05:50:02.9704670Z OK (skipped=1) 2022-05-18T05:50:02.9704800Z 2022-05-18T05:50:02.9704890Z Generating XML reports... 2022-05-18T05:50:02.9705870Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518055002.xml 2022-05-18T05:50:04.5329960Z 2022-05-18T05:50:04.5330740Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:50:04.5331080Z Running tests... 2022-05-18T05:50:04.5331460Z ---------------------------------------------------------------------- 2022-05-18T05:50:04.9425760Z test_sparse_all_reduce_sum (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13972 2022-05-18T05:50:04.9487270Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13973 2022-05-18T05:50:04.9611230Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13974 2022-05-18T05:50:06.5218610Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:50:06.5219490Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:50:06.5333000Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:50:06.5336310Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:06.6123890Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:06.6130710Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:06.6173010Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:06.6178650Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:06.7282990Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:07.0266120Z ok (2.493s) 2022-05-18T05:50:07.0339150Z 2022-05-18T05:50:07.0339850Z ---------------------------------------------------------------------- 2022-05-18T05:50:07.0340280Z Ran 1 test in 2.494s 2022-05-18T05:50:07.0340450Z 2022-05-18T05:50:07.0341090Z OK 2022-05-18T05:50:07.0341270Z 2022-05-18T05:50:07.0341380Z Generating XML reports... 2022-05-18T05:50:07.0342040Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518055004.xml 2022-05-18T05:50:08.6717120Z 2022-05-18T05:50:08.6717450Z Running tests... 2022-05-18T05:50:08.6718060Z ---------------------------------------------------------------------- 2022-05-18T05:50:08.6718570Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:50:09.0756090Z test_sparse_all_reduce_sum_cuda (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13982 2022-05-18T05:50:09.0836430Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13983 2022-05-18T05:50:09.1006220Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13984 2022-05-18T05:50:10.6825190Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:50:10.6830500Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:50:10.6833360Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:50:10.6834560Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:10.6835940Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:10.6943780Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:10.6966110Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:10.8739170Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:10.8759620Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:11.0973290Z skip: CUDA is not available. (2.425s) 2022-05-18T05:50:11.1047040Z 2022-05-18T05:50:11.1047690Z ---------------------------------------------------------------------- 2022-05-18T05:50:11.1048000Z Ran 1 test in 2.426s 2022-05-18T05:50:11.1048120Z 2022-05-18T05:50:11.1048210Z OK (skipped=1) 2022-05-18T05:50:11.1048330Z 2022-05-18T05:50:11.1048430Z Generating XML reports... 2022-05-18T05:50:11.1049040Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518055008.xml 2022-05-18T05:50:12.7403990Z 2022-05-18T05:50:12.7404260Z Running tests... 2022-05-18T05:50:12.7404870Z ---------------------------------------------------------------------- 2022-05-18T05:50:12.7405390Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:50:13.1424960Z test_stateless_api_with_ddp (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 13991 2022-05-18T05:50:13.1502510Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 13992 2022-05-18T05:50:13.1643580Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 13993 2022-05-18T05:50:14.7430080Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:50:14.7611120Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:50:14.7612150Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:50:14.7614340Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:14.7615850Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:14.7725310Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:14.8646810Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:14.9063100Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:14.9819450Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:15.1738180Z skip: Need at least 2 CUDA devices (2.433s) 2022-05-18T05:50:15.1804050Z 2022-05-18T05:50:15.1804780Z ---------------------------------------------------------------------- 2022-05-18T05:50:15.1805080Z Ran 1 test in 2.434s 2022-05-18T05:50:15.1805210Z 2022-05-18T05:50:15.1805290Z OK (skipped=1) 2022-05-18T05:50:15.1805410Z 2022-05-18T05:50:15.1805630Z Generating XML reports... 2022-05-18T05:50:15.1806250Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518055012.xml 2022-05-18T05:50:16.8472630Z 2022-05-18T05:50:16.8473430Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:50:16.8473770Z Running tests... 2022-05-18T05:50:16.8474160Z ---------------------------------------------------------------------- 2022-05-18T05:50:17.2574350Z test_static_graph_api_cpu (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14001 2022-05-18T05:50:17.2648560Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14002 2022-05-18T05:50:17.2788210Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14003 2022-05-18T05:50:18.8725340Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:50:18.8728240Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:50:18.8732450Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:50:18.8733630Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:18.8736370Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:18.8842380Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:18.9749150Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:18.9886700Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8063p492 2022-05-18T05:50:18.9890340Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp8063p492/_remote_module_non_scriptable.py 2022-05-18T05:50:19.1034340Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:19.1182330Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5g9h71o5 2022-05-18T05:50:19.1186110Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp5g9h71o5/_remote_module_non_scriptable.py 2022-05-18T05:50:19.1291910Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:19.1428400Z INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory at /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_791hd_9 2022-05-18T05:50:19.1431780Z INFO:torch.distributed.nn.jit.instantiator:Writing /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp_791hd_9/_remote_module_non_scriptable.py 2022-05-18T05:50:19.4865790Z ok (2.638s) 2022-05-18T05:50:19.4938430Z 2022-05-18T05:50:19.4939020Z ---------------------------------------------------------------------- 2022-05-18T05:50:19.4939460Z Ran 1 test in 2.640s 2022-05-18T05:50:19.4939600Z 2022-05-18T05:50:19.4939660Z OK 2022-05-18T05:50:19.4939770Z 2022-05-18T05:50:19.4939870Z Generating XML reports... 2022-05-18T05:50:19.4940950Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518055016.xml 2022-05-18T05:50:21.1445380Z 2022-05-18T05:50:21.1446150Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:50:21.1446520Z Running tests... 2022-05-18T05:50:21.1446900Z ---------------------------------------------------------------------- 2022-05-18T05:50:21.5446080Z test_sync_bn_logged (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14010 2022-05-18T05:50:21.5544210Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14011 2022-05-18T05:50:21.5654140Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14012 2022-05-18T05:50:23.1911660Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:50:23.1917060Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:23.1918010Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:50:23.1924320Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:50:23.1925550Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:23.1926270Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:23.1940930Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:23.1945320Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:23.3541560Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:23.6075060Z skip: Need at least 2 CUDA devices (2.463s) 2022-05-18T05:50:23.6140100Z 2022-05-18T05:50:23.6140780Z ---------------------------------------------------------------------- 2022-05-18T05:50:23.6141300Z Ran 1 test in 2.463s 2022-05-18T05:50:23.6142180Z 2022-05-18T05:50:23.6142710Z OK (skipped=1) 2022-05-18T05:50:23.6142860Z 2022-05-18T05:50:23.6142990Z Generating XML reports... 2022-05-18T05:50:23.6143650Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518055021.xml 2022-05-18T05:50:25.2555280Z 2022-05-18T05:50:25.2555870Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:50:25.2556220Z Running tests... 2022-05-18T05:50:25.2556990Z ---------------------------------------------------------------------- 2022-05-18T05:50:25.6630440Z test_undefined_grad_parity_unused_parameters (__main__.TestDistBackendWithSpawn) ... INFO:torch.testing._internal.common_distributed:Started process 0 with pid 14020 2022-05-18T05:50:25.6718580Z INFO:torch.testing._internal.common_distributed:Started process 1 with pid 14021 2022-05-18T05:50:25.6856520Z INFO:torch.testing._internal.common_distributed:Started process 2 with pid 14022 2022-05-18T05:50:27.2228690Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 2 2022-05-18T05:50:27.2229890Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 1 2022-05-18T05:50:27.2281480Z INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:50:27.2284410Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:27.3137130Z INFO:torch.distributed.distributed_c10d:Rank 2: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:27.3138350Z INFO:torch.distributed.distributed_c10d:Rank 1: Completed store-based barrier for key:store_based_barrier_key:1 with 3 nodes. 2022-05-18T05:50:27.3153290Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 2 2022-05-18T05:50:27.3157260Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 1 2022-05-18T05:50:27.3378180Z INFO:torch.testing._internal.common_distributed:Starting event listener thread for rank 0 2022-05-18T05:50:27.5374590Z skip: Need at least 2 CUDA devices (2.282s) 2022-05-18T05:50:27.5440880Z 2022-05-18T05:50:27.5441500Z ---------------------------------------------------------------------- 2022-05-18T05:50:27.5441810Z Ran 1 test in 2.282s 2022-05-18T05:50:27.5441940Z 2022-05-18T05:50:27.5442020Z OK (skipped=1) 2022-05-18T05:50:27.5442160Z 2022-05-18T05:50:27.5442260Z Generating XML reports... 2022-05-18T05:50:27.5442850Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518055025.xml 2022-05-18T05:50:29.1721220Z 2022-05-18T05:50:29.1722090Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:50:29.1722440Z Running tests... 2022-05-18T05:50:29.1722850Z ---------------------------------------------------------------------- 2022-05-18T05:50:29.1746620Z test_verify_model_across_rank_with_logger (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.002s) 2022-05-18T05:50:29.1798240Z 2022-05-18T05:50:29.1798760Z ---------------------------------------------------------------------- 2022-05-18T05:50:29.1799190Z Ran 1 test in 0.003s 2022-05-18T05:50:29.1799310Z 2022-05-18T05:50:29.1799400Z OK (skipped=1) 2022-05-18T05:50:29.1799520Z 2022-05-18T05:50:29.1799620Z Generating XML reports... 2022-05-18T05:50:29.1800340Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518055029.xml 2022-05-18T05:50:30.7405000Z 2022-05-18T05:50:30.7405320Z Running tests... 2022-05-18T05:50:30.7405940Z ---------------------------------------------------------------------- 2022-05-18T05:50:30.7406460Z Test results will be stored in test-reports/dist-gloo/distributed.test_distributed_spawn 2022-05-18T05:50:30.7430950Z test_verify_model_across_rank_without_logger (__main__.TestDistBackendWithSpawn) ... skip: Test requires backends to be available {'nccl', 'gloo'} (0.002s) 2022-05-18T05:50:30.7496280Z 2022-05-18T05:50:30.7496760Z ---------------------------------------------------------------------- 2022-05-18T05:50:30.7497080Z Ran 1 test in 0.003s 2022-05-18T05:50:30.7497340Z 2022-05-18T05:50:30.7497580Z OK (skipped=1) 2022-05-18T05:50:30.7498030Z 2022-05-18T05:50:30.7498470Z Generating XML reports... 2022-05-18T05:50:30.7500120Z Generated XML report: test-reports/dist-gloo/distributed.test_distributed_spawn/TEST-TestDistBackendWithSpawn-20220518055030.xml 2022-05-18T05:50:31.0716410Z Running distributed/test_nccl ... [2022-05-18 05:50:31.071342] 2022-05-18T05:50:31.0717130Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_nccl.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:50:31.071415] 2022-05-18T05:50:32.5335320Z CUDA not available, skipping tests 2022-05-18T05:50:32.5336040Z Test results will be stored in test-reports/python-unittest/distributed.test_nccl 2022-05-18T05:50:32.5336290Z 2022-05-18T05:50:32.5336370Z Running tests... 2022-05-18T05:50:32.5336750Z ---------------------------------------------------------------------- 2022-05-18T05:50:32.5336950Z 2022-05-18T05:50:32.5337330Z ---------------------------------------------------------------------- 2022-05-18T05:50:32.5337590Z Ran 0 tests in 0.000s 2022-05-18T05:50:32.5337720Z 2022-05-18T05:50:32.5337790Z OK 2022-05-18T05:50:32.5337900Z 2022-05-18T05:50:32.5337990Z Generating XML reports... 2022-05-18T05:50:32.7446370Z Running distributed/test_store ... [2022-05-18 05:50:32.744226] 2022-05-18T05:50:32.7447080Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributed/test_store.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:50:32.744415] 2022-05-18T05:50:33.8237680Z test_compare_set (__main__.FileStoreTest) 2022-05-18T05:50:33.8238100Z test_set_get (__main__.FileStoreTest) 2022-05-18T05:50:33.8238350Z test_compare_set (__main__.HashStoreTest) 2022-05-18T05:50:33.8238600Z test_set_get (__main__.HashStoreTest) 2022-05-18T05:50:33.8238870Z test_compare_set (__main__.PrefixFileStoreTest) 2022-05-18T05:50:33.8239150Z test_set_get (__main__.PrefixFileStoreTest) 2022-05-18T05:50:33.8239440Z test_compare_set (__main__.PrefixTCPStoreTest) 2022-05-18T05:50:33.8239710Z test_set_get (__main__.PrefixTCPStoreTest) 2022-05-18T05:50:33.8239960Z test_set_get (__main__.PythonStoreTest) 2022-05-18T05:50:33.8240220Z test_nominal (__main__.RendezvousEnvTest) 2022-05-18T05:50:33.8240500Z test_common_errors (__main__.RendezvousFileTest) 2022-05-18T05:50:33.8240770Z test_nominal (__main__.RendezvousFileTest) 2022-05-18T05:50:33.8241040Z test_common_errors (__main__.RendezvousTCPTest) 2022-05-18T05:50:33.8241400Z test_dns_timeout (__main__.RendezvousTCPTest) 2022-05-18T05:50:33.8241670Z test_nominal (__main__.RendezvousTCPTest) 2022-05-18T05:50:33.8241950Z test_tcp_store_timeout_set (__main__.RendezvousTCPTest) 2022-05-18T05:50:33.8242710Z test_unknown_handler (__main__.RendezvousTest) 2022-05-18T05:50:33.8242990Z test_address_already_in_use (__main__.TCPStoreTest) 2022-05-18T05:50:33.8243260Z test_compare_set (__main__.TCPStoreTest) 2022-05-18T05:50:33.8243540Z test_init_pg_and_rpc_with_same_socket (__main__.TCPStoreTest) 2022-05-18T05:50:33.8243850Z test_multi_worker_with_fixed_world_size (__main__.TCPStoreTest) 2022-05-18T05:50:33.8244170Z test_multi_worker_with_nonfixed_world_size (__main__.TCPStoreTest) 2022-05-18T05:50:33.8244470Z test_multitenancy (__main__.TCPStoreTest) 2022-05-18T05:50:33.8244730Z test_numkeys_delkeys (__main__.TCPStoreTest) 2022-05-18T05:50:33.8244980Z test_set_get (__main__.TCPStoreTest) 2022-05-18T05:50:34.9293320Z 2022-05-18T05:50:34.9294050Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:34.9294400Z Running tests... 2022-05-18T05:50:34.9294790Z ---------------------------------------------------------------------- 2022-05-18T05:50:35.3172250Z test_compare_set (__main__.FileStoreTest) ... ok (0.388s) 2022-05-18T05:50:35.3219630Z 2022-05-18T05:50:35.3221720Z ---------------------------------------------------------------------- 2022-05-18T05:50:35.3226520Z Ran 1 test in 0.388s 2022-05-18T05:50:35.3227010Z 2022-05-18T05:50:35.3227350Z OK 2022-05-18T05:50:35.3228240Z 2022-05-18T05:50:35.3228640Z Generating XML reports... 2022-05-18T05:50:35.3230460Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-FileStoreTest-20220518055034.xml 2022-05-18T05:50:36.6558980Z 2022-05-18T05:50:36.6559310Z Running tests... 2022-05-18T05:50:36.6559930Z ---------------------------------------------------------------------- 2022-05-18T05:50:36.6560430Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:37.0501640Z test_set_get (__main__.FileStoreTest) ... ok (0.394s) 2022-05-18T05:50:37.0548690Z 2022-05-18T05:50:37.0549450Z ---------------------------------------------------------------------- 2022-05-18T05:50:37.0550520Z Ran 1 test in 0.394s 2022-05-18T05:50:37.0550840Z 2022-05-18T05:50:37.0551060Z OK 2022-05-18T05:50:37.0551800Z 2022-05-18T05:50:37.0552240Z Generating XML reports... 2022-05-18T05:50:37.0553090Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-FileStoreTest-20220518055036.xml 2022-05-18T05:50:38.3554730Z 2022-05-18T05:50:38.3555020Z Running tests... 2022-05-18T05:50:38.3555740Z ---------------------------------------------------------------------- 2022-05-18T05:50:38.3556270Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:38.7405270Z test_compare_set (__main__.HashStoreTest) ... ok (0.385s) 2022-05-18T05:50:38.7451600Z 2022-05-18T05:50:38.7452420Z ---------------------------------------------------------------------- 2022-05-18T05:50:38.7452710Z Ran 1 test in 0.385s 2022-05-18T05:50:38.7452840Z 2022-05-18T05:50:38.7452900Z OK 2022-05-18T05:50:38.7453020Z 2022-05-18T05:50:38.7453110Z Generating XML reports... 2022-05-18T05:50:38.7453650Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-HashStoreTest-20220518055038.xml 2022-05-18T05:50:40.0440090Z 2022-05-18T05:50:40.0440850Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:40.0441190Z Running tests... 2022-05-18T05:50:40.0441580Z ---------------------------------------------------------------------- 2022-05-18T05:50:40.4280650Z test_set_get (__main__.HashStoreTest) ... ok (0.384s) 2022-05-18T05:50:40.4325920Z 2022-05-18T05:50:40.4326650Z ---------------------------------------------------------------------- 2022-05-18T05:50:40.4326940Z Ran 1 test in 0.384s 2022-05-18T05:50:40.4327070Z 2022-05-18T05:50:40.4327140Z OK 2022-05-18T05:50:40.4327240Z 2022-05-18T05:50:40.4327340Z Generating XML reports... 2022-05-18T05:50:40.4328170Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-HashStoreTest-20220518055040.xml 2022-05-18T05:50:41.7491480Z 2022-05-18T05:50:41.7492230Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:41.7492580Z Running tests... 2022-05-18T05:50:41.7492970Z ---------------------------------------------------------------------- 2022-05-18T05:50:42.1475680Z test_compare_set (__main__.PrefixFileStoreTest) ... ok (0.398s) 2022-05-18T05:50:42.1521530Z 2022-05-18T05:50:42.1522200Z ---------------------------------------------------------------------- 2022-05-18T05:50:42.1522490Z Ran 1 test in 0.399s 2022-05-18T05:50:42.1522630Z 2022-05-18T05:50:42.1522700Z OK 2022-05-18T05:50:42.1522800Z 2022-05-18T05:50:42.1522890Z Generating XML reports... 2022-05-18T05:50:42.1523590Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-PrefixFileStoreTest-20220518055041.xml 2022-05-18T05:50:43.4614810Z 2022-05-18T05:50:43.4615710Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:43.4616080Z Running tests... 2022-05-18T05:50:43.4616470Z ---------------------------------------------------------------------- 2022-05-18T05:50:43.8524800Z test_set_get (__main__.PrefixFileStoreTest) ... ok (0.391s) 2022-05-18T05:50:43.8571460Z 2022-05-18T05:50:43.8572030Z ---------------------------------------------------------------------- 2022-05-18T05:50:43.8572330Z Ran 1 test in 0.391s 2022-05-18T05:50:43.8572470Z 2022-05-18T05:50:43.8572540Z OK 2022-05-18T05:50:43.8572990Z 2022-05-18T05:50:43.8573250Z Generating XML reports... 2022-05-18T05:50:43.8573850Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-PrefixFileStoreTest-20220518055043.xml 2022-05-18T05:50:45.1591600Z 2022-05-18T05:50:45.1591920Z Running tests... 2022-05-18T05:50:45.1592530Z ---------------------------------------------------------------------- 2022-05-18T05:50:45.1593030Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:45.5613130Z test_compare_set (__main__.PrefixTCPStoreTest) ... ok (0.402s) 2022-05-18T05:50:45.5662360Z 2022-05-18T05:50:45.5662880Z ---------------------------------------------------------------------- 2022-05-18T05:50:45.5663180Z Ran 1 test in 0.402s 2022-05-18T05:50:45.5663310Z 2022-05-18T05:50:45.5663370Z OK 2022-05-18T05:50:45.5663470Z 2022-05-18T05:50:45.5663570Z Generating XML reports... 2022-05-18T05:50:45.5664140Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-PrefixTCPStoreTest-20220518055045.xml 2022-05-18T05:50:46.9235970Z 2022-05-18T05:50:46.9236290Z Running tests... 2022-05-18T05:50:46.9237020Z ---------------------------------------------------------------------- 2022-05-18T05:50:46.9237550Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:47.3255450Z test_set_get (__main__.PrefixTCPStoreTest) ... ok (0.402s) 2022-05-18T05:50:47.3303760Z 2022-05-18T05:50:47.3304250Z ---------------------------------------------------------------------- 2022-05-18T05:50:47.3304560Z Ran 1 test in 0.402s 2022-05-18T05:50:47.3304690Z 2022-05-18T05:50:47.3304750Z OK 2022-05-18T05:50:47.3304860Z 2022-05-18T05:50:47.3304950Z Generating XML reports... 2022-05-18T05:50:47.3305620Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-PrefixTCPStoreTest-20220518055046.xml 2022-05-18T05:50:48.6460470Z 2022-05-18T05:50:48.6460810Z Running tests... 2022-05-18T05:50:48.6461470Z ---------------------------------------------------------------------- 2022-05-18T05:50:48.6461980Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:49.0298230Z test_set_get (__main__.PythonStoreTest) ... ok (0.384s) 2022-05-18T05:50:49.0353060Z 2022-05-18T05:50:49.0353700Z ---------------------------------------------------------------------- 2022-05-18T05:50:49.0354010Z Ran 1 test in 0.384s 2022-05-18T05:50:49.0354150Z 2022-05-18T05:50:49.0354200Z OK 2022-05-18T05:50:49.0354820Z 2022-05-18T05:50:49.0354930Z Generating XML reports... 2022-05-18T05:50:49.0355530Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-PythonStoreTest-20220518055048.xml 2022-05-18T05:50:50.3590020Z 2022-05-18T05:50:50.3590780Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:50.3591110Z Running tests... 2022-05-18T05:50:50.3591500Z ---------------------------------------------------------------------- 2022-05-18T05:50:50.7464470Z test_nominal (__main__.RendezvousEnvTest) ... ok (0.387s) 2022-05-18T05:50:50.7514740Z 2022-05-18T05:50:50.7515390Z ---------------------------------------------------------------------- 2022-05-18T05:50:50.7515690Z Ran 1 test in 0.388s 2022-05-18T05:50:50.7515820Z 2022-05-18T05:50:50.7515890Z OK 2022-05-18T05:50:50.7515990Z 2022-05-18T05:50:50.7516090Z Generating XML reports... 2022-05-18T05:50:50.7516960Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-RendezvousEnvTest-20220518055050.xml 2022-05-18T05:50:52.0725040Z 2022-05-18T05:50:52.0725380Z Running tests... 2022-05-18T05:50:52.0726020Z ---------------------------------------------------------------------- 2022-05-18T05:50:52.0726530Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:52.4589410Z test_common_errors (__main__.RendezvousFileTest) ... ok (0.386s) 2022-05-18T05:50:52.4635200Z 2022-05-18T05:50:52.4636290Z ---------------------------------------------------------------------- 2022-05-18T05:50:52.4636610Z Ran 1 test in 0.387s 2022-05-18T05:50:52.4636750Z 2022-05-18T05:50:52.4636810Z OK 2022-05-18T05:50:52.4636920Z 2022-05-18T05:50:52.4637020Z Generating XML reports... 2022-05-18T05:50:52.4637610Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-RendezvousFileTest-20220518055052.xml 2022-05-18T05:50:53.7848380Z 2022-05-18T05:50:53.7848730Z Running tests... 2022-05-18T05:50:53.7849350Z ---------------------------------------------------------------------- 2022-05-18T05:50:53.7849870Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:54.1768990Z test_nominal (__main__.RendezvousFileTest) ... ok (0.392s) 2022-05-18T05:50:54.1816000Z 2022-05-18T05:50:54.1816680Z ---------------------------------------------------------------------- 2022-05-18T05:50:54.1817190Z Ran 1 test in 0.392s 2022-05-18T05:50:54.1817320Z 2022-05-18T05:50:54.1817390Z OK 2022-05-18T05:50:54.1817490Z 2022-05-18T05:50:54.1817600Z Generating XML reports... 2022-05-18T05:50:54.1818290Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-RendezvousFileTest-20220518055053.xml 2022-05-18T05:50:55.4938110Z 2022-05-18T05:50:55.4938880Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:55.4939220Z Running tests... 2022-05-18T05:50:55.4939620Z ---------------------------------------------------------------------- 2022-05-18T05:50:55.8825900Z test_common_errors (__main__.RendezvousTCPTest) ... ok (0.389s) 2022-05-18T05:50:55.8873060Z 2022-05-18T05:50:55.8873860Z ---------------------------------------------------------------------- 2022-05-18T05:50:55.8874240Z Ran 1 test in 0.389s 2022-05-18T05:50:55.8874500Z 2022-05-18T05:50:55.8874570Z OK 2022-05-18T05:50:55.8874670Z 2022-05-18T05:50:55.8874770Z Generating XML reports... 2022-05-18T05:50:55.8875370Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-RendezvousTCPTest-20220518055055.xml 2022-05-18T05:50:57.2224090Z 2022-05-18T05:50:57.2224850Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:57.2225200Z Running tests... 2022-05-18T05:50:57.2225570Z ---------------------------------------------------------------------- 2022-05-18T05:50:57.6405360Z test_dns_timeout (__main__.RendezvousTCPTest) ... [W socket.cpp:558] [c10d] The IPv6 network addresses of (dnsnotexist, 23456) cannot be retrieved (gai error: 8 - nodename nor servname provided, or not known). 2022-05-18T05:50:57.6406350Z [E socket.cpp:793] [c10d] The client socket has timed out after 1s while trying to connect to (dnsnotexist, 23456). 2022-05-18T05:50:57.6409570Z ok (0.419s) 2022-05-18T05:50:57.6457990Z 2022-05-18T05:50:57.6458580Z ---------------------------------------------------------------------- 2022-05-18T05:50:57.6458900Z Ran 1 test in 0.419s 2022-05-18T05:50:57.6459180Z 2022-05-18T05:50:57.6459290Z OK 2022-05-18T05:50:57.6459400Z 2022-05-18T05:50:57.6459640Z Generating XML reports... 2022-05-18T05:50:57.6460200Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-RendezvousTCPTest-20220518055057.xml 2022-05-18T05:50:58.9569090Z 2022-05-18T05:50:58.9569440Z Running tests... 2022-05-18T05:50:58.9570060Z ---------------------------------------------------------------------- 2022-05-18T05:50:58.9570550Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:50:59.3449360Z test_nominal (__main__.RendezvousTCPTest) ... ok (0.388s) 2022-05-18T05:50:59.3498480Z 2022-05-18T05:50:59.3498970Z ---------------------------------------------------------------------- 2022-05-18T05:50:59.3506060Z Ran 1 test in 0.388s 2022-05-18T05:50:59.3506240Z 2022-05-18T05:50:59.3506300Z OK 2022-05-18T05:50:59.3506400Z 2022-05-18T05:50:59.3506500Z Generating XML reports... 2022-05-18T05:50:59.3507420Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-RendezvousTCPTest-20220518055058.xml 2022-05-18T05:51:00.6598990Z 2022-05-18T05:51:00.6599290Z Running tests... 2022-05-18T05:51:00.6599910Z ---------------------------------------------------------------------- 2022-05-18T05:51:00.6600400Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:51:11.0741230Z test_tcp_store_timeout_set (__main__.RendezvousTCPTest) ... ok (10.414s) 2022-05-18T05:51:11.0794330Z 2022-05-18T05:51:11.0795050Z ---------------------------------------------------------------------- 2022-05-18T05:51:11.0795390Z Ran 1 test in 10.414s 2022-05-18T05:51:11.0795530Z 2022-05-18T05:51:11.0795580Z OK 2022-05-18T05:51:11.0795690Z 2022-05-18T05:51:11.0795790Z Generating XML reports... 2022-05-18T05:51:11.0796370Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-RendezvousTCPTest-20220518055100.xml 2022-05-18T05:51:12.4101960Z 2022-05-18T05:51:12.4102290Z Running tests... 2022-05-18T05:51:12.4102970Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:51:12.7919390Z ---------------------------------------------------------------------- 2022-05-18T05:51:12.7919770Z test_unknown_handler (__main__.RendezvousTest) ... ok (0.382s) 2022-05-18T05:51:12.7965940Z 2022-05-18T05:51:12.7966270Z ---------------------------------------------------------------------- 2022-05-18T05:51:12.7966540Z Ran 1 test in 0.382s 2022-05-18T05:51:12.7966670Z 2022-05-18T05:51:12.7966740Z OK 2022-05-18T05:51:12.7966860Z 2022-05-18T05:51:12.7966960Z Generating XML reports... 2022-05-18T05:51:12.7967620Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-RendezvousTest-20220518055112.xml 2022-05-18T05:51:14.1121960Z 2022-05-18T05:51:14.1122680Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:51:14.1123030Z Running tests... 2022-05-18T05:51:14.1123420Z ---------------------------------------------------------------------- 2022-05-18T05:51:14.5046080Z test_address_already_in_use (__main__.TCPStoreTest) ... [W socket.cpp:401] [c10d] The server socket has failed to bind to [::]:61629 (errno: 48 - Address already in use). 2022-05-18T05:51:14.5077870Z [W socket.cpp:401] [c10d] The server socket has failed to bind to 0.0.0.0:61629 (errno: 48 - Address already in use). 2022-05-18T05:51:14.5078310Z [E socket.cpp:435] [c10d] The server socket has failed to listen on any local network address. 2022-05-18T05:51:14.5083080Z ok (0.396s) 2022-05-18T05:51:14.5131340Z 2022-05-18T05:51:14.5131850Z ---------------------------------------------------------------------- 2022-05-18T05:51:14.5132140Z Ran 1 test in 0.396s 2022-05-18T05:51:14.5132270Z 2022-05-18T05:51:14.5132330Z OK 2022-05-18T05:51:14.5132430Z 2022-05-18T05:51:14.5132520Z Generating XML reports... 2022-05-18T05:51:14.5133040Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-TCPStoreTest-20220518055114.xml 2022-05-18T05:51:15.8170760Z 2022-05-18T05:51:15.8171520Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:51:15.8171860Z Running tests... 2022-05-18T05:51:15.8172250Z ---------------------------------------------------------------------- 2022-05-18T05:51:16.2126990Z test_compare_set (__main__.TCPStoreTest) ... ok (0.395s) 2022-05-18T05:51:16.2174940Z 2022-05-18T05:51:16.2175780Z ---------------------------------------------------------------------- 2022-05-18T05:51:16.2176080Z Ran 1 test in 0.396s 2022-05-18T05:51:16.2176230Z 2022-05-18T05:51:16.2176300Z OK 2022-05-18T05:51:16.2176400Z 2022-05-18T05:51:16.2176490Z Generating XML reports... 2022-05-18T05:51:16.2177160Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-TCPStoreTest-20220518055115.xml 2022-05-18T05:51:17.5452030Z 2022-05-18T05:51:17.5452710Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:51:17.5453180Z Running tests... 2022-05-18T05:51:17.5454010Z ---------------------------------------------------------------------- 2022-05-18T05:51:17.9356100Z test_init_pg_and_rpc_with_same_socket (__main__.TCPStoreTest) ... INFO:torch.distributed.distributed_c10d:Added key: store_based_barrier_key:1 to store for rank: 0 2022-05-18T05:51:17.9357860Z INFO:torch.distributed.distributed_c10d:Rank 0: Completed store-based barrier for key:store_based_barrier_key:1 with 1 nodes. 2022-05-18T05:51:18.0878010Z ok (0.543s) 2022-05-18T05:51:18.0931630Z 2022-05-18T05:51:18.0932430Z ---------------------------------------------------------------------- 2022-05-18T05:51:18.0932800Z Ran 1 test in 0.543s 2022-05-18T05:51:18.0933040Z 2022-05-18T05:51:18.0933120Z OK 2022-05-18T05:51:18.0933240Z 2022-05-18T05:51:18.0933360Z Generating XML reports... 2022-05-18T05:51:18.0934000Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-TCPStoreTest-20220518055117.xml 2022-05-18T05:51:19.3916140Z 2022-05-18T05:51:19.3916950Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:51:19.3917290Z Running tests... 2022-05-18T05:51:19.3917680Z ---------------------------------------------------------------------- 2022-05-18T05:51:19.7973590Z test_multi_worker_with_fixed_world_size (__main__.TCPStoreTest) ... ok (0.406s) 2022-05-18T05:51:19.8028930Z 2022-05-18T05:51:19.8029470Z ---------------------------------------------------------------------- 2022-05-18T05:51:19.8029800Z Ran 1 test in 0.406s 2022-05-18T05:51:19.8029960Z 2022-05-18T05:51:19.8030050Z OK 2022-05-18T05:51:19.8030170Z 2022-05-18T05:51:19.8030280Z Generating XML reports... 2022-05-18T05:51:21.1198400Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-TCPStoreTest-20220518055119.xml 2022-05-18T05:51:21.1198710Z 2022-05-18T05:51:21.1198800Z Running tests... 2022-05-18T05:51:21.1199210Z ---------------------------------------------------------------------- 2022-05-18T05:51:21.1199700Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:51:21.5194430Z test_multi_worker_with_nonfixed_world_size (__main__.TCPStoreTest) ... ok (0.400s) 2022-05-18T05:51:21.5243260Z 2022-05-18T05:51:21.5243740Z ---------------------------------------------------------------------- 2022-05-18T05:51:21.5244010Z Ran 1 test in 0.400s 2022-05-18T05:51:21.5244140Z 2022-05-18T05:51:21.5244210Z OK 2022-05-18T05:51:21.5244380Z 2022-05-18T05:51:21.5244480Z Generating XML reports... 2022-05-18T05:51:21.5245030Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-TCPStoreTest-20220518055121.xml 2022-05-18T05:51:22.8337020Z 2022-05-18T05:51:22.8337750Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:51:22.8338110Z Running tests... 2022-05-18T05:51:22.8338650Z ---------------------------------------------------------------------- 2022-05-18T05:51:23.2366900Z test_multitenancy (__main__.TCPStoreTest) ... ok (0.403s) 2022-05-18T05:51:23.2414260Z 2022-05-18T05:51:23.2414900Z ---------------------------------------------------------------------- 2022-05-18T05:51:23.2415200Z Ran 1 test in 0.403s 2022-05-18T05:51:23.2415330Z 2022-05-18T05:51:23.2415390Z OK 2022-05-18T05:51:23.2415490Z 2022-05-18T05:51:23.2415590Z Generating XML reports... 2022-05-18T05:51:23.2416130Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-TCPStoreTest-20220518055122.xml 2022-05-18T05:51:24.5430650Z 2022-05-18T05:51:24.5431430Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:51:24.5431800Z Running tests... 2022-05-18T05:51:24.5432290Z ---------------------------------------------------------------------- 2022-05-18T05:51:26.9526480Z test_numkeys_delkeys (__main__.TCPStoreTest) ... ok (2.409s) 2022-05-18T05:51:26.9580300Z 2022-05-18T05:51:26.9580900Z ---------------------------------------------------------------------- 2022-05-18T05:51:26.9581310Z Ran 1 test in 2.410s 2022-05-18T05:51:26.9581450Z 2022-05-18T05:51:26.9581520Z OK 2022-05-18T05:51:26.9582420Z 2022-05-18T05:51:26.9582560Z Generating XML reports... 2022-05-18T05:51:26.9583160Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-TCPStoreTest-20220518055124.xml 2022-05-18T05:51:28.3021660Z 2022-05-18T05:51:28.3021980Z Running tests... 2022-05-18T05:51:28.3022610Z ---------------------------------------------------------------------- 2022-05-18T05:51:28.3023100Z Test results will be stored in test-reports/python-unittest/distributed.test_store 2022-05-18T05:51:28.6953920Z test_set_get (__main__.TCPStoreTest) ... ok (0.393s) 2022-05-18T05:51:28.7003200Z 2022-05-18T05:51:28.7003680Z ---------------------------------------------------------------------- 2022-05-18T05:51:28.7003950Z Ran 1 test in 0.393s 2022-05-18T05:51:28.7004080Z 2022-05-18T05:51:28.7004150Z OK 2022-05-18T05:51:28.7004250Z 2022-05-18T05:51:28.7004350Z Generating XML reports... 2022-05-18T05:51:28.7005020Z Generated XML report: test-reports/python-unittest/distributed.test_store/TEST-TCPStoreTest-20220518055128.xml 2022-05-18T05:51:29.0784400Z Running distributions/test_distributions ... [2022-05-18 05:51:29.077757] 2022-05-18T05:51:29.0785130Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:51:29.077892] 2022-05-18T05:51:31.0202560Z 2022-05-18T05:51:31.0203290Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-05-18T05:51:31.0203660Z Running tests... 2022-05-18T05:51:31.0204050Z ---------------------------------------------------------------------- 2022-05-18T05:51:31.0748910Z test_cdf (__main__.TestAgainstScipy) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:31.0749420Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:31.0749640Z ok (0.054s) 2022-05-18T05:51:31.1038690Z test_icdf (__main__.TestAgainstScipy) ... ok (0.029s) 2022-05-18T05:51:33.2925840Z test_mean (__main__.TestAgainstScipy) ... ok (2.188s) 2022-05-18T05:51:33.3373290Z test_variance_stddev (__main__.TestAgainstScipy) ... /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-18T05:51:33.3374830Z return torch.as_tensor(tensor_like) 2022-05-18T05:51:33.3375040Z ok (0.045s) 2022-05-18T05:51:33.4160990Z test_params_constraints (__main__.TestConstraints) ... ok (0.079s) 2022-05-18T05:51:33.5143700Z test_support_constraints (__main__.TestConstraints) ... ok (0.098s) 2022-05-18T05:51:33.5174390Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.5208590Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.5240350Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.5280370Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-05-18T05:51:33.5316800Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-05-18T05:51:33.5348980Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.5408390Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.006s) 2022-05-18T05:51:33.5436640Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.5467640Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.5497930Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.5528280Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.5565520Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-05-18T05:51:33.5608140Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-05-18T05:51:33.5645350Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-05-18T05:51:33.5966840Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.032s) 2022-05-18T05:51:33.5995020Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6025130Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6055270Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6086350Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6116300Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6151570Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6180570Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6210350Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6242970Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6278130Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6306070Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6337800Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6373020Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6413590Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-05-18T05:51:33.6442030Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6473350Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6553270Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.008s) 2022-05-18T05:51:33.6584370Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6615440Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6650650Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6678860Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6710180Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6747250Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-05-18T05:51:33.6787650Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-05-18T05:51:33.6818790Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-05-18T05:51:33.6863810Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-05-18T05:51:33.6922570Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-05-18T05:51:33.7160440Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.024s) 2022-05-18T05:51:33.7283530Z test_bernoulli (__main__.TestDistributions) ... ok (0.012s) 2022-05-18T05:51:33.7308360Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:51:33.7338650Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:51:33.8169330Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.083s) 2022-05-18T05:51:34.1952470Z test_beta_sample (__main__.TestDistributions) ... ok (0.378s) 2022-05-18T05:51:34.1998220Z test_beta_shape (__main__.TestDistributions) ... ok (0.005s) 2022-05-18T05:51:34.2270040Z test_beta_underflow (__main__.TestDistributions) ... ok (0.027s) 2022-05-18T05:51:34.2284570Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-05-18T05:51:34.2612560Z test_binomial (__main__.TestDistributions) ... ok (0.033s) 2022-05-18T05:51:34.2649110Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.004s) 2022-05-18T05:51:34.2700640Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.005s) 2022-05-18T05:51:34.3397860Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.070s) 2022-05-18T05:51:34.3446630Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.005s) 2022-05-18T05:51:34.4027500Z test_binomial_sample (__main__.TestDistributions) ... ok (0.058s) 2022-05-18T05:51:34.4060010Z test_binomial_stable (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:51:34.4636910Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.058s) 2022-05-18T05:51:34.4708210Z test_categorical_1d (__main__.TestDistributions) ... ok (0.007s) 2022-05-18T05:51:34.4836010Z test_categorical_2d (__main__.TestDistributions) ... ok (0.013s) 2022-05-18T05:51:34.4858030Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:51:34.5048320Z test_cauchy (__main__.TestDistributions) ... ok (0.019s) 2022-05-18T05:51:34.8486940Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:34.8487400Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:34.8487720Z ok (0.344s) 2022-05-18T05:51:34.9688830Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.120s) 2022-05-18T05:51:35.0788470Z test_chi2_sample (__main__.TestDistributions) ... ok (0.110s) 2022-05-18T05:51:35.0863010Z test_chi2_shape (__main__.TestDistributions) ... ok (0.007s) 2022-05-18T05:51:35.1073860Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.021s) 2022-05-18T05:51:35.1105480Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:51:35.1148660Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.004s) 2022-05-18T05:51:35.1181560Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:51:35.1615770Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.043s) 2022-05-18T05:51:35.1645600Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:51:35.9495410Z test_distribution_expand (__main__.TestDistributions) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:35.9495920Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:35.9496150Z ok (0.785s) 2022-05-18T05:51:36.1436710Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.194s) 2022-05-18T05:51:36.1816190Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.038s) 2022-05-18T05:51:36.1955220Z test_exponential (__main__.TestDistributions) ... ok (0.014s) 2022-05-18T05:51:36.3021410Z test_exponential_sample (__main__.TestDistributions) ... ok (0.106s) 2022-05-18T05:51:36.3119760Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.010s) 2022-05-18T05:51:37.2434450Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.931s) 2022-05-18T05:51:37.2446520Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-05-18T05:51:37.2475500Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.003s) 2022-05-18T05:51:37.2578940Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.007s) 2022-05-18T05:51:37.5868510Z test_gamma_sample (__main__.TestDistributions) ... ok (0.332s) 2022-05-18T05:51:37.5944930Z test_gamma_shape (__main__.TestDistributions) ... ok (0.008s) 2022-05-18T05:51:37.6039430Z test_geometric (__main__.TestDistributions) ... ok (0.009s) 2022-05-18T05:51:37.6203590Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.016s) 2022-05-18T05:51:37.6278610Z test_geometric_sample (__main__.TestDistributions) ... ok (0.007s) 2022-05-18T05:51:37.6362070Z test_gumbel (__main__.TestDistributions) ... ok (0.008s) 2022-05-18T05:51:38.2703930Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.634s) 2022-05-18T05:51:38.2847460Z test_halfcauchy (__main__.TestDistributions) ... ok (0.014s) 2022-05-18T05:51:38.2990490Z test_halfnormal (__main__.TestDistributions) ... ok (0.014s) 2022-05-18T05:51:38.3062500Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.007s) 2022-05-18T05:51:38.4145670Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.108s) 2022-05-18T05:51:38.4160150Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-05-18T05:51:39.3210310Z test_independent_expand (__main__.TestDistributions) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:39.3211060Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:39.3211310Z ok (0.905s) 2022-05-18T05:51:39.7041110Z test_independent_shape (__main__.TestDistributions) ... ok (0.383s) 2022-05-18T05:51:39.7728600Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.069s) 2022-05-18T05:51:39.8024880Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.030s) 2022-05-18T05:51:39.8076460Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.005s) 2022-05-18T05:51:39.8341320Z test_laplace (__main__.TestDistributions) ... ok (0.026s) 2022-05-18T05:51:40.1528830Z test_laplace_sample (__main__.TestDistributions) ... ok (0.319s) 2022-05-18T05:51:40.1563280Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:51:40.1726380Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.016s) 2022-05-18T05:51:40.2050270Z test_logisticnormal (__main__.TestDistributions) ... ok (0.032s) 2022-05-18T05:51:40.2074800Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:51:40.5795750Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.372s) 2022-05-18T05:51:40.6037160Z test_lognormal (__main__.TestDistributions) ... ok (0.024s) 2022-05-18T05:51:40.6117400Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.008s) 2022-05-18T05:51:40.9327780Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.321s) 2022-05-18T05:51:40.9431120Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.010s) 2022-05-18T05:51:40.9713100Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.028s) 2022-05-18T05:51:40.9761560Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.005s) 2022-05-18T05:51:41.0188450Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.043s) 2022-05-18T05:51:41.0799260Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.061s) 2022-05-18T05:51:41.0891110Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.009s) 2022-05-18T05:51:41.1481400Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.059s) 2022-05-18T05:51:41.1610280Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.013s) 2022-05-18T05:51:41.3140840Z test_mode (__main__.TestDistributions) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:41.3141350Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:41.3141580Z ok (0.153s) 2022-05-18T05:51:41.3301540Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.016s) 2022-05-18T05:51:41.3366810Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.006s) 2022-05-18T05:51:41.3550040Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.018s) 2022-05-18T05:51:41.3665790Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.011s) 2022-05-18T05:51:41.3863230Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.020s) 2022-05-18T05:51:41.3892010Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:51:41.5080900Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.119s) 2022-05-18T05:51:41.5989840Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.091s) 2022-05-18T05:51:41.6009420Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:51:41.6264530Z test_negative_binomial (__main__.TestDistributions) ... ok (0.025s) 2022-05-18T05:51:41.6874560Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.061s) 2022-05-18T05:51:41.6920870Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.005s) 2022-05-18T05:51:41.7190720Z test_normal (__main__.TestDistributions) ... ok (0.027s) 2022-05-18T05:51:42.0320810Z test_normal_sample (__main__.TestDistributions) ... ok (0.313s) 2022-05-18T05:51:42.0409880Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.009s) 2022-05-18T05:51:42.0510010Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.010s) 2022-05-18T05:51:42.0538820Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:51:42.0625560Z test_pareto (__main__.TestDistributions) ... ok (0.009s) 2022-05-18T05:51:42.3806640Z test_pareto_sample (__main__.TestDistributions) ... ok (0.318s) 2022-05-18T05:51:42.3819280Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-05-18T05:51:42.3827900Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-05-18T05:51:42.3951540Z test_poisson_log_prob (__main__.TestDistributions) ... /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-18T05:51:42.3952710Z warnings.warn(msg, FutureWarning) 2022-05-18T05:51:42.3952930Z ok (0.012s) 2022-05-18T05:51:42.4028020Z test_poisson_sample (__main__.TestDistributions) ... ok (0.008s) 2022-05-18T05:51:42.4056770Z test_poisson_shape (__main__.TestDistributions) ... ok (0.003s) 2022-05-18T05:51:42.4287220Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.023s) 2022-05-18T05:51:42.4413120Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.013s) 2022-05-18T05:51:42.4624680Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.021s) 2022-05-18T05:51:42.4909240Z test_repr (__main__.TestDistributions) ... ok (0.028s) 2022-05-18T05:51:42.5155210Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.025s) 2022-05-18T05:51:42.5407480Z test_rsample_requires_grad (__main__.TestDistributions) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:42.5408100Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:42.5408360Z ok (0.025s) 2022-05-18T05:51:42.5676400Z test_sample_detached (__main__.TestDistributions) ... ok (0.027s) 2022-05-18T05:51:42.5786510Z test_studentT (__main__.TestDistributions) ... ok (0.011s) 2022-05-18T05:51:42.7183640Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.140s) 2022-05-18T05:51:44.0277560Z test_studentT_sample (__main__.TestDistributions) ... ok (1.309s) 2022-05-18T05:51:44.0641870Z test_support_attributes (__main__.TestDistributions) ... ok (0.036s) 2022-05-18T05:51:44.0819600Z test_uniform (__main__.TestDistributions) ... ok (0.018s) 2022-05-18T05:51:44.1299790Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.048s) 2022-05-18T05:51:44.1444380Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.014s) 2022-05-18T05:51:55.0772370Z test_vonmises_sample (__main__.TestDistributions) ... ok (10.933s) 2022-05-18T05:51:55.2051580Z test_wishart_log_prob (__main__.TestDistributions) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:55.2052710Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:55.2053130Z ok (0.128s) 2022-05-18T05:51:56.5949570Z test_wishart_moments (__main__.TestDistributions) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:101: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-05-18T05:51:56.5950420Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-05-18T05:51:56.5950790Z ok (1.390s) 2022-05-18T05:51:56.5985710Z test_wishart_properties (__main__.TestDistributions) ... ok (0.004s) 2022-05-18T05:51:56.9929020Z test_wishart_sample (__main__.TestDistributions) ... ok (0.394s) 2022-05-18T05:51:57.1543530Z test_wishart_shape (__main__.TestDistributions) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:57.1544010Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:57.1544590Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:57.1544970Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:57.1545510Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:57.1545880Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:57.1546420Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:57.1547540Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:57.1548100Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:57.1548460Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:57.1549000Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:57.1549370Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:57.1549610Z ok (0.161s) 2022-05-18T05:51:57.1568140Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-05-18T05:51:57.1586340Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-05-18T05:51:57.1612660Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.003s) 2022-05-18T05:51:57.1674780Z test_cat_transform (__main__.TestFunctors) ... ok (0.006s) 2022-05-18T05:51:57.1736590Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.006s) 2022-05-18T05:51:57.1792640Z test_stack_transform (__main__.TestFunctors) ... ok (0.006s) 2022-05-18T05:51:58.3514420Z test_cdf (__main__.TestJit) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:247: UserWarning: Singular sample detected. 2022-05-18T05:51:58.3518160Z warnings.warn("Singular sample detected.") 2022-05-18T05:51:58.3518680Z ok (1.172s) 2022-05-18T05:51:59.5932830Z test_entropy (__main__.TestJit) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/distributions/wishart.py:101: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-05-18T05:51:59.5933620Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-05-18T05:51:59.5933950Z ok (1.242s) 2022-05-18T05:52:00.0441970Z test_enumerate_support (__main__.TestJit) ... ok (0.451s) 2022-05-18T05:52:02.4103700Z test_log_prob (__main__.TestJit) ... ok (2.366s) 2022-05-18T05:52:03.5424070Z test_mean (__main__.TestJit) ... ok (1.132s) 2022-05-18T05:52:04.2510670Z test_rsample (__main__.TestJit) ... ok (0.709s) 2022-05-18T05:52:05.0795360Z test_sample (__main__.TestJit) ... ok (0.828s) 2022-05-18T05:52:06.4958920Z test_variance (__main__.TestJit) ... ok (1.416s) 2022-05-18T05:52:06.5537620Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.058s) 2022-05-18T05:52:09.4715570Z test_entropy_monte_carlo (__main__.TestKL) ... ok (2.917s) 2022-05-18T05:52:09.4937830Z test_kl_edgecases (__main__.TestKL) ... ok (0.022s) 2022-05-18T05:52:09.5310880Z test_kl_exponential_family (__main__.TestKL) ... ok (0.037s) 2022-05-18T05:52:09.5587700Z test_kl_infinite (__main__.TestKL) ... ok (0.027s) 2022-05-18T05:52:09.5961090Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.037s) 2022-05-18T05:52:09.6262510Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.030s) 2022-05-18T05:52:10.3416230Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.715s) 2022-05-18T05:52:10.3806570Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.039s) 2022-05-18T05:52:10.4067540Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.026s) 2022-05-18T05:52:10.4321500Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.025s) 2022-05-18T05:52:10.5029050Z test_kl_shape (__main__.TestKL) ... ok (0.070s) 2022-05-18T05:52:10.5231390Z test_kl_transformed (__main__.TestKL) ... ok (0.020s) 2022-05-18T05:52:10.5293800Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.006s) 2022-05-18T05:52:10.5328950Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.003s) 2022-05-18T05:52:10.5525370Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.020s) 2022-05-18T05:52:10.5563000Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-05-18T05:52:10.5600140Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-05-18T05:52:10.5626320Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.003s) 2022-05-18T05:52:10.5660770Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-05-18T05:52:10.6088860Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.043s) 2022-05-18T05:52:10.6147100Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-05-18T05:52:10.6205460Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-05-18T05:52:10.6237240Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.003s) 2022-05-18T05:52:10.6276380Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.004s) 2022-05-18T05:52:10.7006940Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.073s) 2022-05-18T05:52:10.7733330Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.073s) 2022-05-18T05:52:10.8182110Z test_chi2 (__main__.TestRsample) ... ok (0.045s) 2022-05-18T05:52:11.3171580Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.499s) 2022-05-18T05:52:11.3924760Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.075s) 2022-05-18T05:52:11.5198820Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.127s) 2022-05-18T05:52:11.5663400Z test_gamma (__main__.TestRsample) ... ok (0.046s) 2022-05-18T05:52:11.5945440Z test_invalid (__main__.TestValidation) ... ok (0.028s) 2022-05-18T05:52:12.0135200Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.419s) 2022-05-18T05:52:12.0335480Z test_valid (__main__.TestValidation) ... ok (0.020s) 2022-05-18T05:52:12.0384500Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.005s) 2022-05-18T05:52:12.0927900Z 2022-05-18T05:52:12.0928720Z ---------------------------------------------------------------------- 2022-05-18T05:52:12.0929050Z Ran 219 tests in 41.018s 2022-05-18T05:52:12.0929190Z 2022-05-18T05:52:12.0929260Z OK (skipped=5) 2022-05-18T05:52:12.0929390Z 2022-05-18T05:52:12.0929480Z Generating XML reports... 2022-05-18T05:52:12.0930070Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220518055130.xml 2022-05-18T05:52:12.0930760Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220518055130.xml 2022-05-18T05:52:12.0931460Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220518055130.xml 2022-05-18T05:52:12.0932150Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220518055130.xml 2022-05-18T05:52:12.0932830Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220518055130.xml 2022-05-18T05:52:12.0933460Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220518055130.xml 2022-05-18T05:52:12.0934070Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220518055130.xml 2022-05-18T05:52:12.0934780Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220518055130.xml 2022-05-18T05:52:12.0935510Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220518055130.xml 2022-05-18T05:52:12.0936260Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220518055130.xml 2022-05-18T05:52:12.0936940Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220518055130.xml 2022-05-18T05:52:12.6419260Z Running lazy/test_extract_compiled_graph ... [2022-05-18 05:52:12.641068] 2022-05-18T05:52:12.6419980Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:52:12.641273] 2022-05-18T05:52:13.9548230Z Running lazy/test_ts_opinfo ... [2022-05-18 05:52:13.954216] 2022-05-18T05:52:13.9548930Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:52:13.954350] 2022-05-18T05:52:16.1497730Z 2022-05-18T05:52:16.1498030Z Running tests... 2022-05-18T05:52:16.1498650Z ---------------------------------------------------------------------- 2022-05-18T05:52:16.1499140Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-05-18T05:52:16.1680810Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-05-18T05:52:16.2021320Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.034s) 2022-05-18T05:52:16.3194440Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.117s) 2022-05-18T05:52:16.3822470Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-05-18T05:52:16.3923600Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-05-18T05:52:16.4055050Z test_correctness_as_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-05-18T05:52:16.4260040Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:16.4319550Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:16.4517220Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:16.4631010Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-05-18T05:52:16.4780330Z test_correctness_clamp_scalar_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-05-18T05:52:16.4858770Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:16.4939590Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:16.5239520Z test_correctness_diagonal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.030s) 2022-05-18T05:52:16.5514330Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-05-18T05:52:16.5764220Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.025s) 2022-05-18T05:52:16.5960750Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:16.6165290Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:16.6253000Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-05-18T05:52:16.6418470Z test_correctness_expand_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-05-18T05:52:16.6486940Z test_correctness_fill__cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:16.6660630Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-05-18T05:52:16.6712790Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:16.6778830Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:16.7128340Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-05-18T05:52:16.7315340Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-05-18T05:52:16.7514710Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:16.7706130Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-05-18T05:52:16.7789920Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:16.7884980Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-05-18T05:52:16.8074240Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-05-18T05:52:16.8270400Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-05-18T05:52:16.8327230Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:16.8381730Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:16.8638810Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-05-18T05:52:16.8936390Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.030s) 2022-05-18T05:52:16.9128020Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-05-18T05:52:16.9182110Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:16.9233240Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:16.9489190Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-05-18T05:52:16.9544060Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:16.9733320Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-05-18T05:52:16.9796490Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:16.9904880Z test_correctness_narrow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-05-18T05:52:17.0094260Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-05-18T05:52:17.0136630Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:17.0676260Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.054s) 2022-05-18T05:52:17.0758720Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:17.0828440Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:17.0902700Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:17.1003750Z test_correctness_permute_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-05-18T05:52:17.1068140Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:17.1257930Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-05-18T05:52:17.1839040Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.058s) 2022-05-18T05:52:17.1910470Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:17.2552860Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.064s) 2022-05-18T05:52:17.2668440Z test_correctness_select_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-05-18T05:52:17.2711590Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:17.2777050Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:17.2955260Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-05-18T05:52:17.3001190Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:17.3230420Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-05-18T05:52:17.3353770Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-05-18T05:52:17.3581330Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-05-18T05:52:17.3849830Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-05-18T05:52:17.3892870Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:17.3979450Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-05-18T05:52:17.4020640Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:17.4135060Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-05-18T05:52:17.4238360Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-05-18T05:52:17.4282940Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:17.4444890Z test_correctness_unsqueeze_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-05-18T05:52:17.4587440Z test_correctness_view_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-05-18T05:52:17.4635230Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:17.4877210Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-05-18T05:52:17.5193410Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-05-18T05:52:17.5308310Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-05-18T05:52:17.5411980Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-05-18T05:52:17.5525860Z test_correctness_with_reusing_ir_as_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-05-18T05:52:17.5714730Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-05-18T05:52:17.5794540Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:17.5982650Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-05-18T05:52:17.6067680Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:17.6174270Z test_correctness_with_reusing_ir_clamp_scalar_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-05-18T05:52:17.6247840Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:17.6329510Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:17.6631970Z test_correctness_with_reusing_ir_diagonal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.030s) 2022-05-18T05:52:17.6896250Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-05-18T05:52:17.7148640Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.025s) 2022-05-18T05:52:17.7444420Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-05-18T05:52:17.7688960Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-05-18T05:52:17.7765660Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:17.7935930Z test_correctness_with_reusing_ir_expand_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-05-18T05:52:17.8010300Z test_correctness_with_reusing_ir_fill__cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:17.8177660Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-05-18T05:52:17.8224710Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:17.8293790Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:17.8558600Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-05-18T05:52:17.8769730Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-05-18T05:52:17.8968900Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:17.9166860Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:17.9237040Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:17.9309360Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:17.9519870Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-05-18T05:52:17.9719510Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:17.9776480Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:17.9855540Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:18.0123850Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-05-18T05:52:18.0347250Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-05-18T05:52:18.0553730Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:18.0612190Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.0679330Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:18.0954140Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-05-18T05:52:18.1008110Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.1215100Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-05-18T05:52:18.1278580Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.1404470Z test_correctness_with_reusing_ir_narrow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-05-18T05:52:18.1606360Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:18.1652680Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.2211010Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-05-18T05:52:18.2288810Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:18.2364550Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:18.2453220Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-05-18T05:52:18.2552030Z test_correctness_with_reusing_ir_permute_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-05-18T05:52:18.2622380Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:18.2828520Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:18.3395350Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.057s) 2022-05-18T05:52:18.3475320Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:18.3953100Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.048s) 2022-05-18T05:52:18.4078930Z test_correctness_with_reusing_ir_select_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-05-18T05:52:18.4124640Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.4194920Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:18.4592660Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-05-18T05:52:18.4648920Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.4833010Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-05-18T05:52:18.4954310Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-05-18T05:52:18.5190340Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-05-18T05:52:18.5398420Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-05-18T05:52:18.5443990Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.5618940Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-05-18T05:52:18.5663990Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:18.5794740Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-05-18T05:52:18.5905590Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-05-18T05:52:18.5951660Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.6121560Z test_correctness_with_reusing_ir_unsqueeze_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-05-18T05:52:18.6282740Z test_correctness_with_reusing_ir_view_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-05-18T05:52:18.6356430Z test_correctness_with_reusing_ir_zero__cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:18.6429090Z test_correctness_zero__cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:18.6465450Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:18.6546160Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:18.6745920Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:18.6953760Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-05-18T05:52:18.7033050Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:18.7138120Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-05-18T05:52:18.7200990Z test_dispatched_to_lazy_as_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.7329750Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-05-18T05:52:18.7443580Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-05-18T05:52:18.7491010Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.7555310Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.7614590Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.7665540Z test_dispatched_to_lazy_clamp_scalar_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.7703930Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:18.7757710Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.7816040Z test_dispatched_to_lazy_diagonal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.7910580Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-05-18T05:52:18.8009540Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-05-18T05:52:18.8094770Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:18.8172270Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-05-18T05:52:18.8210530Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:18.8259730Z test_dispatched_to_lazy_expand_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.8303530Z test_dispatched_to_lazy_fill__cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:18.8352980Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.8387600Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-05-18T05:52:18.8425520Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:18.8602210Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-05-18T05:52:18.8668570Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:18.8731550Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.8793960Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.8832970Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:18.8871570Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:18.8934760Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.8997680Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.9042390Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:18.9098760Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.9162560Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.9221080Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.9284960Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.9335480Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.9398670Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.9462870Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.9508880Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.9573530Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.9619980Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.9666110Z test_dispatched_to_lazy_narrow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:18.9728790Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:18.9764090Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-05-18T05:52:18.9882260Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-05-18T05:52:18.9922410Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:18.9964400Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:19.0005540Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:19.0047120Z test_dispatched_to_lazy_permute_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:19.0112840Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-05-18T05:52:19.0152110Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:19.0239830Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-05-18T05:52:19.0444550Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-05-18T05:52:19.0484300Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:19.0841140Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.036s) 2022-05-18T05:52:19.0889160Z test_dispatched_to_lazy_select_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:19.0924840Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-05-18T05:52:19.0963080Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:19.1101170Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-05-18T05:52:19.1136680Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:19.1189340Z test_dispatched_to_lazy_squeeze_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:19.1234010Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:19.1303800Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:19.1372840Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:19.1447910Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:19.1503260Z test_dispatched_to_lazy_t_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:19.1538010Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-05-18T05:52:19.1635290Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-05-18T05:52:19.1668940Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-05-18T05:52:19.1716800Z test_dispatched_to_lazy_transpose_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:19.1759250Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:19.1800960Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:19.1835450Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-05-18T05:52:19.1910110Z test_dispatched_to_lazy_unsqueeze_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-05-18T05:52:19.1959680Z test_dispatched_to_lazy_view_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-05-18T05:52:19.2004940Z test_dispatched_to_lazy_zero__cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-05-18T05:52:19.2737840Z testConvolutionBackward (__main__.TestLazyTensor) ... ok (0.073s) 2022-05-18T05:52:19.3266270Z 2022-05-18T05:52:19.3266940Z ---------------------------------------------------------------------- 2022-05-18T05:52:19.3267390Z Ran 229 tests in 3.124s 2022-05-18T05:52:19.3267930Z 2022-05-18T05:52:19.3268010Z OK 2022-05-18T05:52:19.3268180Z 2022-05-18T05:52:19.3268540Z Generating XML reports... 2022-05-18T05:52:19.3269150Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220518055216.xml 2022-05-18T05:52:19.3269820Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220518055216.xml 2022-05-18T05:52:19.6503600Z Running test_autocast ... [2022-05-18 05:52:19.648937] 2022-05-18T05:52:19.6504290Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:52:19.649281] 2022-05-18T05:52:20.7359280Z 2022-05-18T05:52:20.7359980Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-05-18T05:52:20.7360300Z Running tests... 2022-05-18T05:52:20.7360690Z ---------------------------------------------------------------------- 2022-05-18T05:52:21.1290290Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.393s) 2022-05-18T05:52:21.1349230Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.006s) 2022-05-18T05:52:21.1416530Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.007s) 2022-05-18T05:52:21.1468640Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T05:52:21.1612010Z ok (0.019s) 2022-05-18T05:52:21.1706460Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.009s) 2022-05-18T05:52:21.2872940Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.117s) 2022-05-18T05:52:21.2935670Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.006s) 2022-05-18T05:52:21.2949970Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-05-18T05:52:21.3017560Z 2022-05-18T05:52:21.3018320Z ---------------------------------------------------------------------- 2022-05-18T05:52:21.3018660Z Ran 8 tests in 0.559s 2022-05-18T05:52:21.3018790Z 2022-05-18T05:52:21.3018860Z OK 2022-05-18T05:52:21.3018960Z 2022-05-18T05:52:21.3019060Z Generating XML reports... 2022-05-18T05:52:21.3019590Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220518055220.xml 2022-05-18T05:52:21.3020220Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220518055220.xml 2022-05-18T05:52:21.5134490Z Running test_binary_ufuncs ... [2022-05-18 05:52:21.512734] 2022-05-18T05:52:21.5135180Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:52:21.512897] 2022-05-18T05:52:23.9651520Z 2022-05-18T05:52:23.9652270Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-05-18T05:52:23.9652610Z Running tests... 2022-05-18T05:52:23.9652990Z ---------------------------------------------------------------------- 2022-05-18T05:52:23.9688590Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:23.9703540Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9720140Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:23.9735230Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9748820Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9764270Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9778370Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9792220Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9806310Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9820530Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9834300Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9848510Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9862300Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9876020Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9890210Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9903960Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9918360Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9932170Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9946330Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9960220Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9974350Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:23.9988500Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0002370Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0017060Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0033150Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:4490: 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-18T05:52:24.0033970Z result = getattr(tensor, op)(UnknownType()) 2022-05-18T05:52:24.0034200Z ok (0.002s) 2022-05-18T05:52:24.0046460Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0060840Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0075260Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0089700Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0104150Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0118620Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0132950Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0154200Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0161730Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0175850Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0190080Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0204210Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0218500Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0232450Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0246590Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0260880Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0275020Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0288920Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0302940Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0316680Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0330840Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0344990Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0359140Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0372860Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0387110Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0400900Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0414980Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0428940Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0442600Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0456570Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0470520Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0484810Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0499150Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0513410Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0527770Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0541930Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0556030Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0570110Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0584370Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0599050Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0612590Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0626950Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0641020Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0655190Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0669370Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0683890Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0697710Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0711990Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0726580Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0740350Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0754450Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0768720Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0782970Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0796900Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0811050Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0824850Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0838620Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0852340Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0866440Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0880220Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0893930Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0908310Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0921870Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0935770Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0949370Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0963210Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0977020Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.0990960Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1005210Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1020580Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:24.1033850Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1047890Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1061660Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1075330Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1089390Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1103030Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1117190Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1130860Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1144870Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1159080Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1172850Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1186630Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1200620Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1214540Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1228400Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1241870Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1255550Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1269240Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1282980Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1296620Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1310420Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1324430Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1338080Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1351710Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1365460Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1379520Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1392760Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1406690Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1420200Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1434100Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1447630Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1461120Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1474950Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1488830Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1502370Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1515980Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1529490Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1543030Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1556760Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1570460Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1584040Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1597950Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1611760Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1625780Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1639600Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1652950Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1666570Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1680890Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1694190Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1708280Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1722370Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1736120Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1749990Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1763930Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1778070Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1791610Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1805520Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1820110Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1833750Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1847600Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1861160Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1874760Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1888850Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1902430Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1916200Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1929950Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1943490Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1957100Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1971390Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1985300Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.1999230Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2013270Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2027250Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2041320Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2055110Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2068730Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2082450Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2095780Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2109700Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2123100Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2136570Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2150380Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2164050Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2178200Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2191640Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2205260Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2219300Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2232920Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2246550Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2260490Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2273960Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2287500Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2301280Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2314720Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2328400Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2341580Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2354970Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2369210Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2383080Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2396870Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2410430Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2424440Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2438410Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2452520Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2466630Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2480740Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2494690Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2508640Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2522640Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2536340Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2550120Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2564050Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2577750Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2591520Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2605270Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2618870Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2632490Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2646450Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2660050Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2673750Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2687870Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2702210Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2715810Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2729820Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2743400Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2757090Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2770620Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2784380Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2798370Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2812930Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2826510Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2840540Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2854220Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2867970Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2881930Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2895600Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2909640Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2924830Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:4490: UserWarning: __rfloordiv__ 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-18T05:52:24.2925540Z result = getattr(tensor, op)(UnknownType()) 2022-05-18T05:52:24.2925770Z ok (0.001s) 2022-05-18T05:52:24.2938190Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2952030Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2965950Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2980100Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.2994260Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3008490Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3022510Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3036800Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3050660Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3064690Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3078720Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3092490Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3106790Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3120900Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3134790Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3148750Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3162350Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3175910Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3189630Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3203710Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3218120Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3231570Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3245210Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3259550Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3273340Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3287410Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3302470Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3316480Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3330610Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3344700Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3358760Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3372340Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3386180Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3399720Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3413400Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3427410Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3441030Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3454850Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3468620Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3482440Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3496200Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3510270Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3524220Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3537910Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3551600Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3565190Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3578970Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3593000Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3606640Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3621070Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3634950Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3648600Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3662820Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3677040Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3690960Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3705380Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3719280Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3733000Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3746720Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3760800Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3774460Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3788650Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3802390Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3816250Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3830110Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3844100Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3858190Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3871980Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3885660Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3899700Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3913750Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3928070Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3942100Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3955710Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3969290Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3983300Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.3996950Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4010510Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4024200Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4040820Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:24.4055970Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4071130Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4086610Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4100690Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4114800Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4129350Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4143650Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4158120Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4172180Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4186570Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4200370Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4214410Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4228380Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4242690Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4256830Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4271040Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4285040Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4298910Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4312710Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4326620Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4340550Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4354370Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4368430Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4382420Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4395890Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4409890Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4423770Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4437730Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4451200Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4465230Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4479380Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4493390Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4507290Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4521280Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4535330Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4549380Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4562940Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4576770Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4590540Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:52:24.4836060Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:52:24.5482250Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-05-18T05:52:25.2602900Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.712s) 2022-05-18T05:52:25.2622180Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:25.2641450Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:25.2691990Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.2752080Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:25.2791470Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.2820340Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.2878420Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:25.2925290Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.2970100Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.3002060Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3036210Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3064460Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3092930Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3119840Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3148050Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3175920Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3204270Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3232670Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3261490Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3289170Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3317090Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3345050Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3383620Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.3423450Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.3477450Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.3527790Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.3578350Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.3613240Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.3650610Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.3688590Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.3728190Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.3764840Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.3803930Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.3843470Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.3886580Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.3940240Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.3978630Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.4016580Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.4051280Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4079200Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4128010Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.4172620Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.4217990Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.4249960Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4284110Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4311570Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4339090Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4365300Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4392700Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4420530Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4448070Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4477270Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4506190Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4533590Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4562130Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4590420Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.4642300Z test_batch_vs_slicing___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /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-18T05:52:25.4643540Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T05:52:25.4643790Z ok (0.005s) 2022-05-18T05:52:25.4729910Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:25.4804270Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:25.4863720Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:25.4908110Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.4956870Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.4996110Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.5034980Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.5072570Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.5110750Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.5148670Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.5186270Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.5237370Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.5284200Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.5338580Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.5372030Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5407570Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5435900Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5464770Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5492950Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5521700Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5549980Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5577980Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5606160Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5635060Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5662630Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5693160Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5724260Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5760560Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.5788540Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.5838620Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.5913440Z test_batch_vs_slicing_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:25.5957600Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.6001280Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.6035230Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6069290Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6097160Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6125610Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6152480Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6180150Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6207810Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6247560Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.6287150Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.6323610Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.6369300Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.6407510Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.6447500Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.6485840Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.6525140Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.6562370Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.6590710Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6619360Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6647340Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6674300Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6702860Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6731310Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6760020Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6788560Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6815790Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6844030Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6872340Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6900460Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6928690Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6957050Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.6984830Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7013190Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7041710Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7070340Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7099180Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7126840Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7155660Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7184200Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7212790Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7241430Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7272290Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7306930Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7335220Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7363350Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7410950Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.7446650Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7483700Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.7518260Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7553430Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7595660Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.7627360Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7660390Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7693980Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7727160Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7759760Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7793450Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7827340Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7863380Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.7911280Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.7944710Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.7978980Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8013420Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8048190Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8082110Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8116530Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8151460Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8187370Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.8224000Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.8276730Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.8323980Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.8371140Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.8404610Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8440000Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8475240Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8511620Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8546830Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8582080Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8617570Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8653640Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.8700160Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.8732730Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8766440Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8800780Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8835190Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8868670Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8903740Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8938870Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8971530Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.8998550Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.9036190Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.9070490Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.9109980Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.9138300Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.9168430Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.9196010Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.9223490Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.9250060Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.9277790Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.9307920Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:25.9358760Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:25.9397730Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.9477360Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:25.9552720Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:25.9648290Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:25.9703540Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:25.9748630Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.9790360Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.9834450Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.9874880Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.9916400Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:25.9957500Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.0030770Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /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-18T05:52:26.0031950Z 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-18T05:52:26.0032380Z return self.op(*args, **kwargs) 2022-05-18T05:52:26.0032590Z ok (0.007s) 2022-05-18T05:52:26.0077400Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.0111280Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0146660Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0176250Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0206150Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0236900Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0266420Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0296440Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0331700Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0359350Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0403690Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.0435220Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0468460Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0496850Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0525010Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0552170Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0581160Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0609400Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0644960Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0672440Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0718140Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.0750260Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0784350Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0812670Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0841100Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0868690Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0897460Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0925850Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.0967270Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.1018540Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.1057070Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.1097500Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.1128330Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1159050Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1190500Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1220540Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1250740Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1286140Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1321130Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1359140Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.1394020Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1428510Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1460780Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1488790Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1529290Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.1557580Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1588690Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1616710Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1644540Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1671650Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1699380Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1726890Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1758750Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1786420Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1826350Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.1854480Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1884870Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1912440Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1940120Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1966960Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.1994870Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2022790Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2058530Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.2086730Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2132440Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.2164940Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2198740Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2226920Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2255470Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2282840Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2310780Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2338830Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2375660Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.2408910Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2443290Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.2489890Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.2545620Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:26.2589300Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.2641650Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.2689010Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.2744540Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:26.2788430Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.2840930Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.2896600Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.2950530Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.3021920Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:26.3084830Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:26.3153050Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:26.3201710Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.3250910Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.3303310Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.3357810Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.3407530Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.3458250Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.3508890Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.3527110Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3544880Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3563260Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3580640Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3598330Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3616140Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3633960Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3651710Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3669590Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3687420Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3705140Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3722890Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:26.3757890Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.3792510Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.3831610Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.3866630Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.3901640Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.3945670Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.3988820Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4065630Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:26.4129410Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:26.4184690Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.4225270Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4265350Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4306200Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4347630Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4388080Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4428690Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4469750Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4501570Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.4529050Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.4568960Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4597180Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.4627920Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.4655160Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.4683580Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.4710060Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.4737690Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.4765040Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.4800450Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.4828860Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.4869540Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4905660Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4945780Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.4975290Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5006610Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5035080Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5063370Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5090830Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5118730Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5146640Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5179800Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5208050Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5247640Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.5282680Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5323020Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.5352510Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5384330Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5412700Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5441160Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5468040Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5496270Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5524390Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5556840Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5584850Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5624280Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.5659610Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5704620Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.5736600Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5767590Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5796240Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5825160Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5852600Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5880950Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5909160Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5942110Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.5969850Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6011860Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.6042340Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6072790Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6100650Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6128840Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6156520Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6184720Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6212860Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6249400Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.6277510Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6321230Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.6353380Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6387660Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6416020Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6444210Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6471630Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6500180Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6529830Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6565740Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.6594070Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6639060Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.6670970Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6705370Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6734290Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6762630Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6789980Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6819100Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6847120Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6882830Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6910760Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.6955350Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.6991510Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.7026730Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7054940Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7083420Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7110670Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7139590Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7168170Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7203290Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7231180Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7276960Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.7312270Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7346960Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7375140Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7411240Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.7438780Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7467050Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7495280Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7530800Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7557860Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7608380Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.7675690Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:26.7720070Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.7764900Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.7797090Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7830890Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7858750Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7887190Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7913540Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7941300Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.7969280Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8000790Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8028180Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8065810Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.8100870Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8140720Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.8169330Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8200180Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8228160Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8256150Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8283090Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8310790Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8338540Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8374280Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.8407000Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8441130Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8483880Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.8528550Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.8569080Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.8647940Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:26.8714330Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:26.8767300Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.8805000Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.8848350Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.8880450Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8911150Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8942140Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.8973070Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9003990Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9046730Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.9099480Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.9138050Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.9176990Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.9207910Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9237390Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9269720Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9300680Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9330110Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9365430Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9414070Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.9458520Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.9506840Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.9539440Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9575000Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9603370Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9631590Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9658770Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9687130Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9714950Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:26.9754540Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.9795210Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.9843890Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:26.9881210Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.9918830Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.9954970Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:26.9991550Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.0027160Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.0063610Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.0099940Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.0138130Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.0203680Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:27.0272330Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:27.0335720Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:27.0398050Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:27.0459060Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:27.0521680Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:27.0649630Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:27.0685980Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.0735180Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:27.0809580Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:27.0853440Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.0897540Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.0929260Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.0962820Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.0990650Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1019320Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1046730Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1074460Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1102220Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1139280Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.1175670Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.1226570Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:27.1271680Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.1322900Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:27.1355950Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1391670Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1427120Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1462480Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1496370Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1531460Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1567100Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1606930Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.1645390Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.1694360Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:27.1729330Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:27.1765700Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.1802390Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.1839540Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.1875600Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.1912120Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.1947970Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:27.6056960Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.411s) 2022-05-18T05:52:27.6075850Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T05:52:40.7700630Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (13.162s) 2022-05-18T05:52:40.9030530Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.133s) 2022-05-18T05:52:41.0288520Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.126s) 2022-05-18T05:52:41.1625170Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-05-18T05:52:41.2690090Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-05-18T05:52:41.3975000Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-05-18T05:52:41.5246150Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-05-18T05:52:41.5303760Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:41.5681270Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:52:41.5878010Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:41.6068440Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:52:41.6261610Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:52:41.6444930Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:41.6794650Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-05-18T05:52:41.7064440Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:52:41.7431610Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:52:41.7628500Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:41.7811840Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:41.8173750Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:52:41.8360810Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:52:41.8656000Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:52:41.8871700Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:52:41.8885180Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:52:41.8898750Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:52:41.9085440Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:52:41.9358700Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:52:41.9535600Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:41.9804020Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:52:41.9977080Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:52:42.0241330Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:52:42.0418650Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:42.0775740Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:52:42.0959170Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:42.1317160Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:52:42.1498320Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:42.1845260Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-05-18T05:52:42.2025810Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:42.2377160Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-05-18T05:52:42.2558170Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:42.2922010Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:52:42.3108210Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:52:42.3481920Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:52:42.3677120Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:52:42.4040440Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:52:42.4226960Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:52:42.4292580Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:42.4356510Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:42.4396650Z test_comparison_ops_check_for_scalar_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:42.4436870Z test_comparison_ops_check_for_zerodim_tensor_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:42.4688680Z test_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:52:42.4707110Z test_comparison_ops_device_computation_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:42.4732280Z test_comparison_ops_must_take_bool_output_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:42.5413820Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3196: RuntimeWarning: invalid value encountered in less 2022-05-18T05:52:42.5414340Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-05-18T05:52:42.5414700Z test_binary_ufuncs.py:3196: RuntimeWarning: invalid value encountered in less_equal 2022-05-18T05:52:42.5415060Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-05-18T05:52:42.5415410Z test_binary_ufuncs.py:3196: RuntimeWarning: invalid value encountered in greater 2022-05-18T05:52:42.5415760Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-05-18T05:52:42.5416670Z test_binary_ufuncs.py:3196: RuntimeWarning: invalid value encountered in greater_equal 2022-05-18T05:52:42.5417030Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-05-18T05:52:42.5417300Z ok (0.068s) 2022-05-18T05:52:42.6085690Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-05-18T05:52:42.6662240Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-05-18T05:52:42.7063070Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:52:42.7451460Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:52:42.7827360Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:52:42.8219700Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:52:42.8619110Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:52:42.8985710Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:52:42.9364490Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:52:42.9731120Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:52:43.0119190Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:52:43.0754870Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-05-18T05:52:43.1418780Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-05-18T05:52:43.2003530Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-05-18T05:52:43.2706930Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-05-18T05:52:43.3317390Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-05-18T05:52:43.3700840Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:52:43.4080220Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:52:43.4691420Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-05-18T05:52:43.5286910Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-05-18T05:52:43.5921950Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-05-18T05:52:43.6529090Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-05-18T05:52:43.7127860Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-05-18T05:52:43.7743610Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-05-18T05:52:43.8343580Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-05-18T05:52:43.8947370Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-05-18T05:52:43.9686920Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-05-18T05:52:44.0347210Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-05-18T05:52:44.0730450Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:52:44.1133500Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:52:44.1752200Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-05-18T05:52:44.2378730Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-05-18T05:52:44.2973820Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-05-18T05:52:44.3617250Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-05-18T05:52:44.4245360Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-05-18T05:52:44.4863430Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-05-18T05:52:44.5470260Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-05-18T05:52:44.6101980Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-05-18T05:52:44.6685830Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-05-18T05:52:44.7048870Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:52:44.7435050Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:52:44.8074860Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-05-18T05:52:44.8629410Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-05-18T05:52:44.9208470Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-05-18T05:52:44.9788650Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-05-18T05:52:45.0424270Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-05-18T05:52:45.1012380Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-05-18T05:52:45.1393380Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:52:45.1767390Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:52:45.2395990Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-05-18T05:52:45.2955730Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-05-18T05:52:45.3534310Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-05-18T05:52:45.4158150Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-05-18T05:52:45.4737040Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-05-18T05:52:45.5097000Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:52:45.5472740Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:52:45.6097230Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-05-18T05:52:45.6650870Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-05-18T05:52:45.7267340Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-05-18T05:52:45.7919320Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-05-18T05:52:45.8286600Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:52:45.8658040Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:52:45.9270610Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-05-18T05:52:45.9872140Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-05-18T05:52:46.0501440Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-05-18T05:52:46.1096520Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-05-18T05:52:46.1645210Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-05-18T05:52:46.2273960Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-05-18T05:52:46.2849720Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-05-18T05:52:46.3205440Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-05-18T05:52:46.3578920Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:52:46.4190890Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-05-18T05:52:46.4783800Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-05-18T05:52:46.5354880Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-05-18T05:52:46.5935700Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-05-18T05:52:46.6533590Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-05-18T05:52:46.7090750Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-05-18T05:52:46.7218950Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:46.7317090Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:46.7411230Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:46.7502930Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:46.7590820Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:46.7681890Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:46.7772340Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:46.7862620Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:46.7953900Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:46.8046860Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:46.8075770Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8102910Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8133440Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8164120Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8193870Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8223300Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8252150Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8279790Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8307130Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8334310Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8362210Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8389360Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8416140Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8442790Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8469220Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8496450Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8524020Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8551670Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8581760Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8610790Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8642650Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8674280Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8704390Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8735060Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8764780Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8794170Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8823160Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8851550Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8880460Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8909170Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8938750Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8968180Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.8997160Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9025710Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9055430Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9082320Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9112830Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9143290Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9172540Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9201090Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9229670Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9256650Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9284440Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9310940Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9337750Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9364800Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9391830Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9418670Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9445380Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9473120Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9499720Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9526960Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9556810Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9588940Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9619970Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9649150Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9678650Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9708160Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9735080Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9762700Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9791920Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9820150Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9847580Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9878520Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9908940Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9939050Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9968070Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:46.9997060Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0031520Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0051390Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0077550Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0104050Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0130800Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0157770Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0184420Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0211070Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0237430Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0264350Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0291230Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0318000Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0346780Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0373520Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0403970Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0434380Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0464600Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0493940Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0522190Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0550240Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0576780Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0603410Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0629160Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0655520Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0681940Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0710380Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0737950Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0766460Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0795100Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0822200Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0849000Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0875990Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0903900Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0931030Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0957280Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.0984030Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1011810Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1038250Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1064570Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1091410Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1118060Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1144460Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1170870Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1197680Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1224700Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1251270Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1277330Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1306000Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1338370Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1364670Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1392040Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1418610Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1445320Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1472000Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1498970Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1525780Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1552110Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1578790Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1605330Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1632120Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1658730Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1685380Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1714890Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1743680Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1772060Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1801230Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1828350Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1856710Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1885010Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1913330Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1940850Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1968740Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.1996820Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2023930Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2051510Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2080510Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2110340Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2139430Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2168200Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2196330Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2223910Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2251000Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2279290Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2307300Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2336600Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2364520Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2395350Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2428060Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2458970Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2488490Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2517480Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2545920Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2574010Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2602930Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2630410Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2658230Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2686940Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2716120Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2744530Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2773770Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2801610Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2828960Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2856450Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2884730Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2912860Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2940640Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2966830Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.2995830Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3024170Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3052260Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3080610Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3108650Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3135250Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3162300Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3188570Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3215390Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3242010Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3271020Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3298450Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3328630Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3358270Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3387300Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3416480Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3444720Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3471870Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3499340Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3527220Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3555020Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3582510Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3611720Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3640760Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3669820Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3699160Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3726620Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3753890Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3781170Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3808400Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3836320Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3865090Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3891930Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3921600Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3950620Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.3979790Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4007470Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4034560Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4061510Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4088990Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4115790Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4144810Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4171360Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4200620Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4229240Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4257530Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4284770Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4312220Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4339140Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4366260Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4392960Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4422500Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4451680Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4481690Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4511330Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4538860Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4566330Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4593360Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4620920Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4648270Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4675530Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4702330Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4729430Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4756720Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4790680Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4818350Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4844830Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4872530Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4899940Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4927250Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4953680Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.4980120Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5006610Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5033020Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5059880Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5087610Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5113800Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5141420Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5169360Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5196640Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5223490Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5249900Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5276870Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5304720Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5331650Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5360440Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5387540Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5417010Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5446110Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5474750Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5505900Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5532020Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5557850Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5584620Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5610930Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5639160Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5667390Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5703150Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5732780Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5763080Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5792180Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5820560Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5848940Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5877800Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5906550Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5935200Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5964260Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.5992090Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.6023320Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.6053070Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.6082070Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.6110590Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.6139630Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.6166980Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.6194930Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.6222290Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.6249840Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.6277650Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:47.6301950Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6326300Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6350180Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6374110Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6398640Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6422750Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6446890Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6470710Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6494800Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6518610Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6543050Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6566270Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:47.6636210Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:47.6687500Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.6804550Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:47.6882790Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:47.6970370Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:47.7025430Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.7090310Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.7144590Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.7195960Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.7241930Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.7294730Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.7345930Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.7398560Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.7449740Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.7501470Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.7547140Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:47.7596790Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.7647080Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.7711620Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.7771040Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.7891330Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:47.7973410Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:47.8067330Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:47.8125760Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.8195400Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:47.8258390Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.8316410Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.8368090Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.8425550Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.8483370Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.8551800Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:47.8643920Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:47.8705030Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.8780360Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:47.8845320Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.8896300Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.9013750Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:47.9092060Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:47.9181320Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:47.9236260Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.9305320Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:47.9364930Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.9416380Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.9462360Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.9514190Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.9565690Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.9617510Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.9668360Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.9720420Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.9765250Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:47.9817050Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:47.9875890Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:47.9963850Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:48.0178600Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:52:48.0295180Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:48.0412590Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:48.0533810Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:48.0628090Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:48.0727140Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:48.0836310Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:48.0937710Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.0943740Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:48.0998790Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.1061120Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.1175900Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:48.1254610Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:48.1343200Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:48.1399110Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.1463850Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.1517990Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.1568840Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.1613930Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:48.1665270Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.1717010Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.1770210Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.1821270Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.1872470Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.1917300Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:48.1968250Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.2019550Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.2081550Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.2132110Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.2244430Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:48.2396620Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:48.2476100Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:48.2563290Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:48.2615670Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.2681600Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:48.2736710Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.2787540Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.2832600Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:48.2882580Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.2933270Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.2998280Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3060350Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3118490Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3195020Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:48.3259820Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3324640Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3385330Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3451390Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3516720Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3576730Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3633070Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3691400Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3742310Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.3801500Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3860100Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.3912810Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.3963550Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4009800Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4064730Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4116970Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4169330Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4220330Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4273010Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4319600Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4370020Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4420930Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4472600Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4524950Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4571370Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4622440Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4672700Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4724070Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4775980Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4827580Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4874090Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4925980Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.4977440Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.5084010Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:48.5145080Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.5219720Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:48.5280740Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.5343740Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.5426450Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:48.5484970Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.5556760Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:48.5617120Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.5672500Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.5729350Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.5784630Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.5840510Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.5902890Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.5990030Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:48.6045670Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.6113320Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:48.6174860Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.6231940Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.6282450Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.6338760Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.6394710Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.6456160Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.6514990Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.6631460Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:48.6710440Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:48.6801540Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:48.6857550Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.6925190Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:48.6987500Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.7044740Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.7096060Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.7152310Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.7208820Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.7270720Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.7362580Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:48.7418810Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.7487710Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:48.7549170Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.7605550Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.7656660Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.7714000Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.7770220Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.7826800Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.7878370Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.7979170Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:48.8041780Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.8127020Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:48.8175250Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.8231460Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.8284060Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.8335210Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.8380930Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:48.8431330Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.8481640Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.8550750Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:48.8612020Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.8750430Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:48.8862650Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:48.8960820Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:48.9022840Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.9094180Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:48.9159580Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.9223060Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.9280440Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.9343080Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.9405880Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.9470980Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.9560400Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:48.9619460Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.9694210Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:48.9751610Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:48.9806520Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.9857190Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.9912570Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:48.9965800Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.0027100Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.0080150Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.0165580Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:49.0219330Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.0284350Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.0337930Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.0389820Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.0435760Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.0487790Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.0540220Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.0603260Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.0654880Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.0741620Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:49.0795070Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.0859780Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.0913820Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.0965400Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.1011570Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.1066050Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.1118100Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.1185540Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:49.1277160Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:49.1341010Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.1410380Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:49.1465050Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.1517950Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.1567420Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.1620650Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.1673780Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.1731000Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.1789500Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.1845290Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.1903060Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.1961150Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.2019980Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.2071660Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2152300Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.2202870Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2263410Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.2314750Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2365710Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2411830Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2463850Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2514850Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2569590Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2621470Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2703580Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.2749350Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:49.2804440Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2857270Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2909750Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.2956480Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.3008430Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.3059680Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.3119770Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.3171320Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.3258760Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:49.3311330Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.3374510Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.3426090Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.3477680Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.3523720Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:49.3574900Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.3626740Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.3690220Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.3745270Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.3811140Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.3886080Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:49.3984090Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:49.4051560Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:49.4136350Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.4212310Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.4308730Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:49.4374910Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:49.4459090Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.4531190Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:49.4593600Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.4713670Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:49.4792520Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.4890120Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:49.4943230Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.5011030Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:49.5070250Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.5127170Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.5178840Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.5234740Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.5293770Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.5324480Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5352490Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5380450Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5407660Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5435130Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5462700Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5496860Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5524300Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5552080Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5580250Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5607940Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5635900Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:52:49.5698370Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.5759350Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.5817910Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.5875140Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.5933260Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.6000760Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:49.6063450Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.6205040Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:49.6302070Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:49.6399840Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:49.6461720Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.6534170Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:49.6599210Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.6659100Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.6714090Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.6773710Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.6833500Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.6890470Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.6941260Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7022200Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.7074050Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7136950Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.7188000Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7239480Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7287540Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7338820Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7390030Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7444130Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7499350Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7587790Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:49.7648900Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.7733150Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.7780130Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7833640Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7884820Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7936200Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.7982550Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8032640Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8083260Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8138140Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8188860Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8269390Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.8331260Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.8413010Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.8458920Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8511590Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8564160Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8616990Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8663250Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8714270Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8766000Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8821450Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8873190Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.8957040Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.9020100Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.9104790Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.9151390Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9205170Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9256520Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9315870Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:49.9361660Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9412870Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9463830Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9519510Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9570680Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9651230Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:49.9695960Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:49.9748630Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9799680Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9849810Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9895510Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9948030Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:49.9999320Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.0062790Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.0114290Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.0198620Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:50.0249880Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.0313980Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.0365850Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.0417660Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.0463480Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.0515250Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.0566460Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.0628250Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.0679760Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.0764490Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:50.0818550Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.0883440Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.0936190Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.0988710Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1036950Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1088730Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1140610Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1202010Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.1253030Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1337500Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:50.1390900Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1456030Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.1508430Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1560770Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1606330Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1658390Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1709960Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1771470Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.1823510Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.1908080Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:50.1961600Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.2028090Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:50.2081750Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.2134290Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.2181150Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.2233320Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.2285390Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.2346270Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.2397460Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.2508840Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:50.2656670Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:50.2739060Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:50.2827930Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:50.2880960Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.2944820Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.2999070Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.3050040Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.3094740Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:52:50.3145280Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.3196360Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.3253500Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.3313580Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.3414990Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:50.3478680Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.3564330Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:50.3612100Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.3667390Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.3720300Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.3771870Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.3817570Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.3868860Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.3919270Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.3979920Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.4031960Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.4094430Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.4158790Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.4223800Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.4291570Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:50.4433210Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:50.4534240Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:50.4633110Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:50.4694530Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.4769760Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:50.4828660Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.4882810Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.4932180Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.4986530Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.5040890Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.5110190Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:50.5204810Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:50.5264350Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.5334100Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:50.5391110Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.5444190Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.5495420Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.5550140Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.5603010Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.5664090Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.5808610Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:50.5889680Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:50.5991330Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:50.6049300Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.6116300Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:50.6171640Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.6224310Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.6270990Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.6322490Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.6374340Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.6440380Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:50.6502510Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.6591870Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:50.6648740Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.6716830Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:50.6778700Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.6836430Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.6888790Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.6946500Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.7005540Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.7065630Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.7154170Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:50.7253460Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:50.7349050Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:50.7434740Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:50.7514760Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:50.7606070Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:50.7759060Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:50.7820490Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.7936550Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:50.8091470Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:50.8174040Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:50.8263510Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:50.8316890Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.8382240Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.8437390Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.8488990Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.8535180Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.8586260Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.8637170Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.8700710Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.8760230Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.8875050Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:50.8958600Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:50.9057010Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:50.9116450Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.9182660Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:50.9244440Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.9301760Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.9353490Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:50.9410510Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.9468050Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.9532760Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.9593300Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.9682300Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:50.9738640Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.9809860Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:50.9872680Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.9931240Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:50.9984400Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:52:51.0042790Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:51.0101640Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:52:51.0129230Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0156680Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0183740Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0211420Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0237440Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0266300Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0294320Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0325260Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0355840Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0384790Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0413550Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0442600Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0471830Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0500150Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0528700Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0557050Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0585150Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0613380Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0640270Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0668480Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0696290Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0724630Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0751310Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0778460Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0804670Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0831860Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0858070Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0886370Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0912590Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0941920Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0971060Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.0999630Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1028680Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1056850Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1083940Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1110390Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1137000Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1163870Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1190830Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1219410Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1246360Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1275830Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1310460Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1340200Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1368110Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1396370Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1423590Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1450440Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1477290Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1504580Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1531490Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1559680Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1586410Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1616050Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1645270Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1673620Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1702220Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1730530Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1757240Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1784320Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1810860Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1837690Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1864210Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1892720Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1919420Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1947720Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.1975970Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2004490Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2031700Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2059130Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2086580Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2113710Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2140150Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2169490Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2197230Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2226410Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2256170Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2285170Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2311790Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2338430Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2364660Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2390730Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2417170Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2445110Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2471000Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2499750Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2527850Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2555550Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2581780Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2608260Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2633860Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.2660350Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2686900Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2715820Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2742180Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2770720Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2798540Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2826470Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2852740Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2879030Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2905630Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2932190Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2958410Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.2986670Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3012850Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3041780Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3069780Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3098080Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3124410Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3151200Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3177290Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3203630Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3230410Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3259160Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3285800Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3315730Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3346650Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3376590Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3404880Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3433110Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3461150Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3487790Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3514190Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3542080Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3568290Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3594730Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3622360Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3648610Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3677690Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3706540Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3734390Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3762010Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3789760Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3816560Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3842810Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3869190Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3895340Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3922180Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3950490Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.3978700Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4006710Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4035290Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4064180Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4092790Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4122980Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4152880Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4182260Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4210260Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4238700Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4265130Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4291860Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4317880Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4344440Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4370900Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4400250Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4429510Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4457870Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4487240Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4514460Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4541510Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4568280Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4595180Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4621660Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4650380Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4680350Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4710050Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4738780Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4768210Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4802400Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4828860Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4855220Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4881850Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4908080Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4934420Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4962880Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.4990530Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5019470Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5047700Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5075990Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5103940Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5134100Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5162680Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5190550Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5218730Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5246480Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5275140Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5305130Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5332570Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5360090Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5387160Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5414330Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5442190Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5470530Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5506090Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5536780Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5566680Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5595820Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5624000Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5651940Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5679400Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5711340Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5737090Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5763930Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5790800Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5820800Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5848780Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5879300Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5909590Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5938580Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5967320Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.5995880Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6025280Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6053130Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6080740Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6108200Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6135840Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6164420Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6191680Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6220210Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6248240Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6276300Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6303520Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6330670Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6357840Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6385050Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6412830Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6437380Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6459390Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6485020Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6511600Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6536460Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6560720Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6585120Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6607320Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6629640Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6651940Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6673750Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6696370Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6718710Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6740370Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6762040Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6783730Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6806420Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6829020Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6853900Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6878010Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.6904860Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6932050Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6957700Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.6982940Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7007890Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7031380Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7055300Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7079010Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7102610Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7126580Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7151540Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7176870Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7201420Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7225620Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7249620Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7271710Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7300460Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.7326300Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.7350840Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7375070Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7399670Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7422410Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7444710Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7466820Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7488980Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7511900Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7534310Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7556310Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7578440Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7600290Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7622670Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7644690Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7669610Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7697730Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.7725390Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.7751020Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.7775490Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7801300Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7824070Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7847290Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7870520Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7893460Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7916380Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7940770Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.7966690Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.7992460Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.8017150Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8041180Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8064830Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8087340Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8109460Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8131670Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8154310Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8176990Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8199340Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8222610Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8244970Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8267150Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8289240Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8311640Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8335480Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8357200Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8383210Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.8410480Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.8435700Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8459810Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8483480Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8508160Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8530990Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8553970Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8576510Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8598650Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8621120Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8645240Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8668870Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8693400Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8718240Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8741860Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8765450Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8789130Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8812700Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8835540Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8857360Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8879450Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8901360Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8923390Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8945600Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8967380Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.8989740Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9011520Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9041450Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9055370Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9077700Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9100290Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9122800Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9145300Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9167720Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9190300Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9212220Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9234400Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9256170Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9278420Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9303040Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9330880Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.9352420Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9374610Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9396920Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9418460Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9440480Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9463730Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9489780Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:51.9514120Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9538230Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9561990Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9584860Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9608930Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9632340Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9656150Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9678960Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9702340Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9725270Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9748670Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9772210Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9797130Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9822280Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9846150Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9870020Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9895400Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9919000Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9943640Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9968670Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:51.9995060Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.0019990Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0043150Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0070020Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.0097120Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.0123650Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.0149230Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0173610Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0197370Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0221320Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0245180Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0268660Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0292720Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0317640Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0343350Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0367700Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0392410Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0416140Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0439770Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0463830Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0487420Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0511070Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0535110Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0557170Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0582580Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0607540Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0631590Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0654820Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0678430Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0700860Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0723160Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0745600Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0768160Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0790640Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0815670Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0838800Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0866350Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.0894070Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.0919700Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.0943980Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0968650Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.0992130Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1015630Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1040340Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1063680Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1087000Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1111800Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1136880Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1161340Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1185740Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1208420Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1231450Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1253520Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1276870Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1299820Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1324790Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1347090Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1372020Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1396410Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1420510Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1443300Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1465530Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1487920Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1510340Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1533070Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1558140Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1581500Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1607290Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1631150Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1655480Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1678020Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1700600Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1722820Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1746610Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1769140Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1783470Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:52:52.1810170Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.1835610Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1861160Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1884970Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1908430Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1931740Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1954860Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.1978460Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2001160Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2024060Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2047050Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2069920Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2093060Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2117750Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2140270Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2165110Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2188800Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2213180Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2236050Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2259490Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2287460Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2311630Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.2338560Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.2362510Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2385060Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2409690Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2432400Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2455680Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2477670Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2499630Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2521320Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2543030Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2565330Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2589440Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2611560Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2635970Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2660410Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2685030Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2707340Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2729790Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2751820Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2773810Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2797720Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2821960Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2845680Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2869870Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2895470Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2921370Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.2946200Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2971480Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.2997160Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3023010Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.3047900Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3073270Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3098900Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3122480Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3149290Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.3175600Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.3201730Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.3227020Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3251980Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3276130Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3302300Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.3328180Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.3351420Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3374760Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3395200Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3414480Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3434240Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3454030Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3473890Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3493970Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3513890Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3534960Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3554610Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3573750Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3593480Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3612940Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:52.3635000Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3657510Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3680160Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3702910Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3725890Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3750880Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3774480Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3801870Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.3828620Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.3854180Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.3878930Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3903730Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3927220Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3951070Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3974100Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.3997570Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4021050Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4044320Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4066180Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4089970Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4112720Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4135910Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4158030Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4180250Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4201850Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4223560Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4245570Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4268940Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4291280Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4315950Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4340700Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4364930Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4388520Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4412220Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4434690Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4457030Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4479550Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4501990Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4524410Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4548020Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4569860Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4595220Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4620250Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4644460Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4668300Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4691770Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4713430Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4735350Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4757040Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4779830Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4801800Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4825220Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4847190Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4872400Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4897510Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4921820Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4944790Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4968460Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.4991060Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5013550Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5035860Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5057980Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5080310Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5103790Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5126170Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5150540Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5174140Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5197910Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5220200Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5242710Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5264930Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5287590Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5309610Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5334150Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5356410Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5381570Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5405750Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5430030Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5451600Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5473840Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5495720Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5518120Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5540210Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5564140Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5586430Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5611110Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5634640Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5658340Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5680900Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5707210Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.5729460Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5751850Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5774440Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5801720Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.5824910Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5849910Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5874390Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5899240Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5921610Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5943540Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5965250Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.5987170Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6010060Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6034910Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6056840Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6081770Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6105560Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6129800Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6154120Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6177600Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6199960Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6222330Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6244880Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6269050Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6291040Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6317550Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.6344700Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.6370500Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.6395120Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6419540Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6443560Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6465730Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6487900Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6510350Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6532320Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6554630Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6578510Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6600590Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6625870Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6651210Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6675510Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6699400Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6723480Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6746020Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6768650Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6790920Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6813260Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6835380Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6859710Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6883740Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6907450Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6932420Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6957190Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.6982510Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7010010Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.7036970Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.7061990Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7087550Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7112310Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7135040Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7157730Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7180460Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7202940Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7225440Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7239680Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:52:52.7266460Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.7292070Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7318640Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.7341560Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7364570Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7387900Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7410770Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7433860Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7458420Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7488670Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.7514790Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.7539890Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7570850Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7588470Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7610850Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7633450Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7655630Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7678760Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7701190Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7726090Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7748920Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7773940Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7797410Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7821010Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7844130Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7866920Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7889820Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7912650Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7935310Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7958170Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.7983840Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.8008970Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8033030Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8057490Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8081900Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8106180Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8133380Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.8157310Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8182620Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8210090Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.8235940Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.8260620Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8284420Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8307850Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8329570Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8351310Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8373200Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8395350Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8417130Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8441370Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8464330Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8490750Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.8516250Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8542920Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:52:52.8567690Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8592880Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8616360Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8639840Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8662960Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8686890Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8710320Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8735580Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8758350Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8783370Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8807750Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8831790Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8854950Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8878610Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8902060Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8925690Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.8948870Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:52:52.9111280Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:52.9209330Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:52.9553110Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:52:52.9758930Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:53.0001110Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:52:53.0121180Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:53.0252960Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:53.0359530Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:53.0460720Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:53.0542490Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:53.0640760Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:53.0735170Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.0829830Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.0922630Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.1018670Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.1094320Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:53.1187400Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.1277760Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.1422830Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:53.1573800Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:53.1941130Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:52:53.2157190Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:52:53.2420630Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:52:53.2546200Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:53.2687370Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:53.2823320Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:53.2955150Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:53.3074620Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:53.3216470Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:53.3356000Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:53.3539230Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:53.3795860Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:52:53.3948770Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:53.4111580Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:53.4252110Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:53.4351340Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:53.4692750Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:52:53.4897760Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:53.5144160Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:52:53.5262990Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:53.5394440Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:53.5501870Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:53.5601100Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:53.5682930Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:53.5786650Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:53.5880320Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.5974710Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.6069660Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.6165200Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.6240830Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:53.6331630Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.6421290Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:53.6577690Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:53.7110590Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-05-18T05:52:53.7433260Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:52:53.7706260Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:52:53.7853400Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:53.8022950Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:52:53.8150310Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:53.8270640Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:53.8374510Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:53.8492590Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:53.8603200Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:53.8731580Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:53.9075530Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:52:53.9279630Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:53.9524620Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:52:53.9645040Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:53.9778050Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:53.9884080Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:53.9984070Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.0065840Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:54.0165070Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.0257940Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.0350210Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.0442390Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.0537550Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.0612150Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:54.0703390Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.0794300Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.0927460Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:54.1022670Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.1364710Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:52:54.1887540Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-05-18T05:52:54.2113790Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-05-18T05:52:54.2356750Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:52:54.2475280Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:54.2623260Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:54.2726130Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.2831470Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.2916220Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:54.3015240Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.3106120Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.3261830Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:54.3445840Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:54.3591710Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:54.3802710Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:52:54.3969240Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:52:54.4130030Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:54.4274060Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:54.4435290Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:54.4587460Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:54.4688110Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.4803430Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:54.4903600Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.4988350Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:54.5086930Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.5180840Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.5275520Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.5373280Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.5451960Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:54.5547040Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.5640080Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.5739270Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.5836410Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.5936070Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.6015820Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:54.6108530Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.6200170Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.6292770Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.6389490Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.6467580Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:54.6561770Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.6653910Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.6746370Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.6838870Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.6935950Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:54.7015290Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:54.7108210Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.7198920Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:54.7515200Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:52:54.7676510Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:54.7869980Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:52:54.8010160Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:54.8157530Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:54.8375930Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:52:54.8499860Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:54.8630370Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:54.8759240Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:54.8886990Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:54.9000870Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:54.9135950Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:54.9267920Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:54.9417140Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:54.9644950Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-05-18T05:52:54.9764560Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:54.9908200Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:55.0044850Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.0174230Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.0290950Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:55.0425880Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.0560330Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.0707330Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:55.0855110Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:55.1214020Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:52:55.1424610Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:52:55.1678910Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:52:55.1800660Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:55.1933540Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.2065580Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.2197220Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.2315280Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:55.2454570Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:55.2590700Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.2740450Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:55.2966860Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:52:55.3087630Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:55.3229290Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:55.3365520Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:55.3496030Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.3613820Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:55.3748560Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.3882670Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.4002010Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:55.4099430Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:55.4337030Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-05-18T05:52:55.4481610Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:55.4685630Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:55.4759340Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:55.4857060Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:55.4954040Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:55.5047900Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:55.5125930Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:55.5224830Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:55.5317920Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:55.5500090Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:55.5651500Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:55.6160450Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-05-18T05:52:55.6570260Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:52:55.6852880Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:52:55.7009250Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:55.7184600Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:52:55.7355840Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:52:55.7517270Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:55.7667730Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:55.7840280Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:52:55.8008310Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:52:55.8156780Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:55.8382490Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:52:55.8509630Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:55.8657080Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:55.8766920Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:55.8873230Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:55.8969710Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:55.9073710Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:55.9176260Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:55.9318340Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:55.9415720Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:55.9635470Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:52:55.9754530Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:55.9891640Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:55.9996760Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.0098020Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.0182960Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:56.0283820Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.0380300Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.0509660Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:56.0605100Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.0830340Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:52:56.0948750Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:56.1091480Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:56.1197050Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:56.1297280Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.1381000Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:56.1482330Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.1577360Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.1729840Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:56.1978070Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:52:56.2122470Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:56.2284610Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:56.2394580Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:56.2499990Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.2596570Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.2700870Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.2805520Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.2932360Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:56.3059390Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:56.3186090Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:56.3321050Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:56.3446520Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:56.3554000Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:56.3648120Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.3838320Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:52:56.3909250Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:56.4004470Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.4097980Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.4192630Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.4268020Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:56.4361140Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.4451580Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.4551320Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.4644040Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.4829740Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:56.4899830Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:56.4996580Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.5091680Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.5185060Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.5259680Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:56.5351960Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.5442270Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.5564750Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:56.5660250Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.5884140Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:52:56.6005990Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:56.6147360Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:56.6253780Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:56.6353220Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.6434180Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:56.6532790Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:56.6625740Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:56.6760090Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:56.6887690Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:56.7028780Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:56.7227610Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:56.7524570Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:52:56.7703890Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:56.7959980Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:52:56.8159970Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:56.8440790Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:52:56.8619380Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:56.8862620Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:52:56.9014640Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:56.9149230Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:56.9501760Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-05-18T05:52:56.9668330Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:52:56.9946840Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:52:57.0037420Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.0168580Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:57.0285770Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:57.0402680Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:57.0501860Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.0617310Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:57.0730340Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:57.0751430Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.0771630Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.0790890Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.0810280Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.0830030Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.0849040Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.0868640Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.0894110Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.0907310Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.0926740Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.0946130Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.0965080Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:52:57.1101990Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:57.1241220Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:57.1387970Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:57.1526570Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:57.1655430Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:57.1811740Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:57.1980070Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:52:57.2480190Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-05-18T05:52:57.2775350Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:52:57.3060120Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:52:57.3198280Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:57.3358220Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:57.3508920Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:57.3655280Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:57.3789430Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:57.3951160Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:57.4103850Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:57.4220420Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:57.4315490Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.4499330Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:57.4570290Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:57.4668240Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.4763460Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.4857260Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.4933190Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:57.5024760Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.5115330Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.5215100Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.5311160Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.5539130Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-05-18T05:52:57.5661230Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:57.5869420Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:52:57.5944390Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:57.6046300Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.6143640Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.6237860Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.6315800Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:57.6414120Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.6505750Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.6609710Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.6702150Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.6924170Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:52:57.7045860Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:57.7246450Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:57.7321170Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:57.7420450Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.7517290Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.7612020Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.7690920Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:57.7790080Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.7883030Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.7988470Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.8082400Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.8304320Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:52:57.8429300Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:57.8635020Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:57.8709360Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:57.8809800Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.8907210Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.9001930Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.9079370Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:57.9177550Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.9267730Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.9376710Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:57.9469630Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:57.9656090Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:52:57.9726010Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:57.9831790Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:57.9927480Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.0020080Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:58.0100170Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:58.0196030Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:58.0284910Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:58.0409510Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:58.0504830Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:58.0716160Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:52:58.0837580Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:58.1021080Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:58.1140490Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:58.1288240Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:58.1381300Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:58.1497190Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:58.1655640Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:58.1995100Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:52:58.2091430Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.2305160Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:52:58.2427210Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:58.2565210Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:58.2670220Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.2770550Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.2853670Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:58.2954750Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.3050550Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.3180310Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:58.3276960Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.3492790Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:52:58.3616200Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:58.3755460Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:58.3861420Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:58.3962350Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.4045450Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:58.4147440Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.4245320Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.4375480Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:58.4473390Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.4685610Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:52:58.4807650Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:58.4947200Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:58.5052450Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.5152700Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.5236610Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:58.5338750Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.5437790Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.5567230Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:58.5663620Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.5999570Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:52:58.6484330Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-05-18T05:52:58.6706040Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:52:58.6950870Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:52:58.7065990Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:58.7207650Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:58.7316700Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:58.7419990Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.7502340Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:58.7599770Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.7690750Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:58.7792610Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.7886290Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:58.8092280Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:58.8218260Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:58.8419540Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:58.8492740Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:58.8592190Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.8688140Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:58.8781450Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:58.8857080Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:52:58.8951780Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:58.9040770Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:58.9168010Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:58.9290610Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:58.9430610Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:58.9655990Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:52:58.9862790Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:52:59.0040850Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:52:59.0528940Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-05-18T05:52:59.0839570Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:52:59.1121260Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:52:59.1265290Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:59.1456230Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:52:59.1584810Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:59.1700500Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:59.1802150Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:59.1919050Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:59.2027150Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:59.2195700Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:52:59.2459340Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:52:59.2615890Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:59.2777540Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:59.2898250Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:59.3003230Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:59.3111330Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:59.3227360Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:59.3329350Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:59.3462830Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:59.3800190Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:52:59.4001160Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:52:59.4237670Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:52:59.4354760Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:59.4487340Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:59.4594020Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:52:59.4693130Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:59.4774440Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:52:59.4871070Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:52:59.4962040Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:52:59.5107120Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:59.5268030Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:52:59.5516030Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:52:59.5648230Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:52:59.5804220Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:59.5948420Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:59.6089040Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:59.6213840Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:52:59.6357270Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:59.6499570Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:59.6647810Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:52:59.6942740Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:52:59.7274510Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:52:59.7570480Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:52:59.7861520Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:52:59.8134810Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:52:59.8428060Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:52:59.9108080Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-05-18T05:52:59.9251370Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:52:59.9598900Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-05-18T05:53:00.0130780Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-05-18T05:53:00.0356670Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:53:00.0600530Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:53:00.0716260Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:53:00.0861720Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:00.0963670Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.1069370Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.1152650Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.1249640Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.1340660Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:00.1482980Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:00.1637750Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:00.1967800Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:00.2175870Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:00.2425360Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:00.2546660Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:00.2677790Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:53:00.2807260Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:53:00.2936730Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:53:00.3051980Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:53:00.3188280Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:00.3329550Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:00.3489460Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:53:00.3648860Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:53:00.3889890Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:53:00.4019880Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:53:00.4171270Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:00.4315280Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:00.4460100Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:00.4588650Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:53:00.4733730Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:00.4874110Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:00.4980780Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:53:00.5058180Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.5144260Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:00.5249150Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.5350700Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.5429320Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.5506590Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.5583320Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.5660410Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.5744650Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.5846570Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.5922810Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.6006580Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.6107160Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.6203990Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.6279950Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.6354750Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:00.6430130Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:00.6505120Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:00.6580900Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.6679810Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.6762060Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.6860850Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.6959280Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.7054810Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:00.7137620Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.7219990Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.7312500Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:00.7395710Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.7478890Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.7602600Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:00.7701070Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.7797450Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.7921220Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:00.8042920Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:00.8140970Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.8241220Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.8339620Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.8438040Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.8561640Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:00.8696940Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:00.8795310Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.8890820Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.9011670Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:00.9134540Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:00.9232540Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.9328820Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.9424600Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.9523760Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.9621910Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.9723520Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:00.9806820Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.9890820Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:00.9991620Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.0091720Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.0168330Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:01.0242820Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.0318850Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:01.0399370Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:01.0474460Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.0574760Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.0649770Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.0731630Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:01.0831780Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.0930190Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.1004770Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.1079190Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.1152940Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.1227630Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.1303430Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:01.1403640Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.1481210Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:01.1562300Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:01.1658380Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.1754950Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.1829760Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.1903540Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.1978940Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.2053560Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.2129020Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.2229880Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.2319580Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:01.2402240Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:01.2500950Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.2599800Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.2672580Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.2746940Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.2821200Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.2896450Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.2971210Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.3080290Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:53:01.3154770Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.3242860Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:01.3342700Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.3441090Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:01.3516520Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.3590830Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.3665270Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.3741800Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:01.3818300Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:01.3884430Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:01.3948840Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4012060Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4075730Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4139670Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4203480Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4267290Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4330440Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4393610Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4457660Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4523240Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4587860Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4651670Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4714780Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4779750Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4843970Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.4932870Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:01.4949170Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:01.5011030Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:01.5035970Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T05:53:01.5047630Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:01.5094490Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:01.5110050Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:01.6086730Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-05-18T05:53:01.9281320Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.319s) 2022-05-18T05:53:01.9316900Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:01.9363720Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:01.9402500Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:01.9449810Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:01.9494860Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:01.9539860Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:01.9583960Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:01.9627220Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:01.9669550Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:01.9711570Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:01.9754700Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:01.9804240Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:01.9856020Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:01.9906840Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:01.9958010Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:02.0008380Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:02.0074800Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:02.0133530Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:02.0193650Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:02.0247360Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:02.0301090Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:02.0355410Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:02.0409900Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:02.0463430Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:02.0497460Z test_divide_by_zero_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1161: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T05:53:02.0497860Z expect = np.divide(an, 0) 2022-05-18T05:53:02.0498150Z test_binary_ufuncs.py:1161: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T05:53:02.0498430Z expect = np.divide(an, 0) 2022-05-18T05:53:02.0498640Z ok (0.003s) 2022-05-18T05:53:02.0529300Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:02.0561150Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:02.0592370Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:02.0613700Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:02.1035770Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:4136: RuntimeWarning: invalid value encountered in float_power 2022-05-18T05:53:02.1036850Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-05-18T05:53:02.1037180Z ok (0.042s) 2022-05-18T05:53:02.1736830Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-05-18T05:53:02.2438670Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-05-18T05:53:02.2868300Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:02.3302390Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:02.3728830Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:02.4131460Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:02.4536900Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:02.4939190Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:02.5328050Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:02.5725430Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:02.5912900Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:53:02.6163120Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:02.6416100Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:02.6606340Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:53:02.6795670Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:53:02.6986400Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:53:02.7172770Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:53:02.7361220Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:53:02.7543230Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:53:02.7726260Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:53:02.7912010Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-05-18T05:53:02.8352640Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-05-18T05:53:02.9062150Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-05-18T05:53:02.9780020Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-05-18T05:53:03.0217390Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-05-18T05:53:03.0654480Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-05-18T05:53:03.1092170Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-05-18T05:53:03.1527430Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:03.1958530Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:03.2393480Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:03.2823290Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:03.3245220Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-05-18T05:53:03.3652230Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:03.4309660Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-05-18T05:53:03.4978990Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-05-18T05:53:03.5379400Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:03.5790460Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:03.6189930Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:03.6583000Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:03.6978500Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:03.7377800Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:03.7769370Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:03.8169720Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:03.8582170Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:03.9249300Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-05-18T05:53:03.9937560Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-05-18T05:53:04.0351040Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:04.0755940Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:04.1151940Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:04.1550880Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:04.1949490Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:04.2346510Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:04.2780610Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:04.3173600Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:04.3347910Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:53:04.3820150Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-05-18T05:53:04.4287240Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-05-18T05:53:04.4440350Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:04.4589050Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:04.4734010Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:04.4883480Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:04.5031400Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:04.5177350Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:04.5324710Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:04.5474460Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:04.5880140Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:04.6556940Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-05-18T05:53:04.7231850Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-05-18T05:53:04.7641740Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:04.8093920Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-05-18T05:53:04.8491690Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:04.8896250Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:04.9312600Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-05-18T05:53:04.9713660Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:05.0116040Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:05.0519140Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:05.0954470Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:05.1690710Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-05-18T05:53:05.2377090Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-05-18T05:53:05.2789170Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:05.3236000Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-05-18T05:53:05.3669980Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:05.4066010Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:05.4459540Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:05.4888770Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:05.5292930Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:05.5697620Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:05.6103450Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:05.6772420Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-05-18T05:53:05.7457500Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-05-18T05:53:05.7882970Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-05-18T05:53:05.8285110Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:05.8682900Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:05.9073350Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:05.9479480Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:05.9915620Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-05-18T05:53:06.0308510Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:06.0711730Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:06.1112480Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:06.1782970Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-05-18T05:53:06.2463230Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-05-18T05:53:06.2864110Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:06.3290160Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-05-18T05:53:06.3703980Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:06.4095410Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:06.4484000Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:06.4879780Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:06.5278780Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:06.5670600Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:06.6070270Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:06.6739240Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-05-18T05:53:06.7419860Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-05-18T05:53:06.7819000Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:06.8213860Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:06.8616110Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:06.9015860Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:06.9410720Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:06.9825370Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:07.0264350Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-05-18T05:53:07.0668390Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:07.1164020Z test_float_power_exceptions_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:4167: UserWarning: An output with one or more elements was resized since it had shape [1], 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-18T05:53:07.1164840Z torch.float_power(base, exp, out=out) 2022-05-18T05:53:07.1165060Z ok (0.049s) 2022-05-18T05:53:07.1511470Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1487: RuntimeWarning: invalid value encountered in power 2022-05-18T05:53:07.1512150Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-05-18T05:53:07.1512530Z test_binary_ufuncs.py:1487: RuntimeWarning: divide by zero encountered in power 2022-05-18T05:53:07.1513390Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-05-18T05:53:07.1513610Z ok (0.035s) 2022-05-18T05:53:07.1811600Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:07.1842020Z test_floor_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:07.1869510Z test_floor_divide_out_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:07.1896920Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:07.1921950Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.1946630Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.1971270Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.1996290Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2020960Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2045660Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2069600Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2093720Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2117280Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2140180Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2163150Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2186520Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2210070Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2301420Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:07.2389560Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:07.2476640Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:07.2564050Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:07.2659690Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:07.2681870Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2701380Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2720430Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:07.2875470Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:07.3030060Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:07.3181350Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:07.3334020Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:07.3485570Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:07.3659030Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:53:07.3827580Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-05-18T05:53:07.3984900Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:53:07.4701230Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-05-18T05:53:07.5471740Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-05-18T05:53:07.6194130Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-05-18T05:53:07.6894720Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-05-18T05:53:07.7618470Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-05-18T05:53:07.7654690Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:07.7689770Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:07.7724930Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:07.7759940Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:07.7793790Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:07.8035190Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:53:07.8270760Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-05-18T05:53:07.8511680Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:53:07.8744280Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-05-18T05:53:07.8796480Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:07.9054130Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:07.9314560Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:07.9632710Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:07.9888090Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.0139490Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.0401180Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.0660210Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.0919100Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.1173160Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.1425410Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.1473420Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:08.1724810Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.2005510Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:08.2286520Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:08.2600320Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:08.2947070Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:08.3259330Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:08.3522510Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.3778450Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.4034700Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.4288100Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.4339370Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:08.4591610Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.4868020Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:08.5143920Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:08.5432050Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:08.5721580Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:08.5984120Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.6249330Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.6508590Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.6767670Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.7022330Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.7073100Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:08.7334520Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.7597280Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.7851450Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.8108050Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.8363420Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.8618100Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.8870900Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.9122280Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.9381900Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:08.9636650Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:08.9687460Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:08.9954970Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:09.0206950Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.0464940Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.0720130Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.0981320Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.1246750Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.1515700Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:09.1771600Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.2024880Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.2282940Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.2386130Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:09.2642900Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.2897450Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.3154810Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.3410810Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.3666170Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.3923030Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.4177320Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.4430770Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.4687910Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.4940580Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.4988770Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:09.5243570Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.5512810Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:09.5782380Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:09.6036630Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.6294220Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.6548740Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.6802200Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.7058150Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.7318960Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.7575600Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.7624410Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:09.7885650Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.8143260Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.8401470Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.8658760Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.8914650Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:09.9180750Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:09.9447380Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:09.9707730Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:09.9962380Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:10.0218200Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:10.0267010Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:10.0524330Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:10.0783580Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:10.1042170Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:10.1303400Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:10.1581200Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:10.1844230Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:10.2104130Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:10.2421430Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:10.2673250Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:10.2938620Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:10.2988480Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:10.3011320Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:10.3053500Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:10.3093700Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:10.3133610Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:22.3239720Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (12.010s) 2022-05-18T05:53:22.3254820Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:22.3272800Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.4860590Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1487: RuntimeWarning: invalid value encountered in power 2022-05-18T05:53:23.4861050Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-05-18T05:53:23.4861280Z ok (1.159s) 2022-05-18T05:53:23.5774640Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-05-18T05:53:23.5806550Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:23.5835320Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:23.5864840Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:23.5899010Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:23.6638240Z test_lerp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3490: UserWarning: An output with one or more elements was resized since it had shape [], 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-18T05:53:23.6639030Z torch.lerp(start, end, weight, out=actual_out) 2022-05-18T05:53:23.6650300Z test_binary_ufuncs.py:3490: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [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-18T05:53:23.6651400Z torch.lerp(start, end, weight, out=actual_out) 2022-05-18T05:53:23.6651660Z ok (0.074s) 2022-05-18T05:53:23.7447480Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-05-18T05:53:23.7817610Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:23.8148260Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:23.8172440Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:23.8196490Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:23.8221860Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8245070Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8267790Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8292720Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8316320Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8338970Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8358730Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8378020Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8398440Z test_logical_and_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3390: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T05:53:23.8398920Z getattr(a, op + "_")(b) 2022-05-18T05:53:23.8399130Z ok (0.002s) 2022-05-18T05:53:23.8419570Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8439680Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8459510Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8479410Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8498970Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8519560Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8539170Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8558370Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8578220Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8596560Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8615290Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8633870Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8652910Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8671970Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8690860Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8709800Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8728430Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8747030Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8766020Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8785060Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8803440Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8823730Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8843570Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8863090Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8882420Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8902150Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8921900Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8941520Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8961150Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.8980850Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9000140Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9019960Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9039730Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9059460Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9079240Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9099590Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9119520Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9139690Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9159350Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9179260Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9199030Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9219230Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9238800Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9259120Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9278480Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9298160Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9319680Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9339220Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9358430Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9377960Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9397250Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9417120Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9436210Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9455470Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9479620Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9499550Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9518980Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9538330Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9557850Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9577460Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9596850Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9616500Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9635540Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9655240Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9674870Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9694500Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9713980Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9733480Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9753140Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9773170Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9792680Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9812150Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9831600Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9851410Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9870900Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9890370Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9909820Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9929060Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9948230Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9968020Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:23.9987070Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0005910Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0024930Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0043480Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0062780Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0081890Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0100920Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0119930Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0138920Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0158200Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0177470Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0196700Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0215620Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0234760Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0253830Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0272790Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0292440Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0311330Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0330490Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0349700Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0368990Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0388060Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0406940Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0426310Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0445380Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0464420Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0483520Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0502560Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0523310Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0542630Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0561490Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0580730Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0599960Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0618980Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0638360Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0657230Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0676640Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0696380Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0718280Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0738310Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0757720Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0777430Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0796860Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0816390Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0836210Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0855490Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0875340Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0894780Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0914290Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0933900Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0953330Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0972830Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.0992880Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1012390Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1033410Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1052910Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1072260Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1091530Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1110780Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1130180Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1149250Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1215180Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:24.1271740Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:24.1337180Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:24.1403410Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:24.1467550Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:24.1532970Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:24.1597030Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:24.1661830Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:24.1727710Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:24.1792520Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:24.1812500Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1833140Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1853420Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1874430Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1894710Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1914910Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1935070Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1954770Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1974850Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.1994870Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2014960Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2034880Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2054090Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2073130Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2092450Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2111610Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2131170Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2150340Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2169730Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2188920Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2208520Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2227890Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2247240Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2267640Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2287980Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2307760Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2327480Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2347190Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2366940Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2386910Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2406750Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2426580Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2446520Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2467010Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2486740Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2506430Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2526520Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2546400Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2567030Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2586740Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2607100Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2626140Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2646030Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2665530Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2685030Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2704840Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2724280Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2743720Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2763190Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2782450Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2801720Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2821330Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2840530Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2859970Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2879230Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2898500Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2917780Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2937080Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2956560Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2975890Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.2995130Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3014670Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3033870Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3053170Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3072810Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3091980Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3111310Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3131020Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3150050Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3169570Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3188680Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3208210Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3227350Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3246910Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3266390Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3285740Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3307550Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3326490Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3345280Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3364800Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3384000Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3403500Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3422500Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3441570Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3460380Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3479130Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3498130Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3517950Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3536860Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3555770Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3574790Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3593580Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3612940Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3631750Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3650620Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3669610Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3688750Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3707580Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3726390Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3745260Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3764020Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3783180Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3802360Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3821320Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3840070Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3858840Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3879400Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3899810Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3918940Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3937640Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3956150Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3975510Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.3993840Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4012580Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4031200Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4050030Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4068450Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4087020Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4105770Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4124270Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4142990Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4161390Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4180270Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4199400Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4218540Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4237640Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4256420Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4275180Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4293840Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4312600Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4331040Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4349670Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4368310Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4387090Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4406050Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4424750Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4443530Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4462640Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4481540Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4500350Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4519310Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4537880Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4556920Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4576010Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4595770Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4615800Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4635360Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4655370Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4675080Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4694630Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4714310Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4734180Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4753970Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4774610Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4800530Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:24.4820140Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4839220Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4857470Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4876350Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4895090Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4913870Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4932800Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4951930Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4971810Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.4996660Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5015730Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5034200Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5052980Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5072700Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5092630Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5112100Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5131790Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5151290Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5171320Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5191220Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5210920Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5230390Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5250540Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5270580Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5290220Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5310120Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5330230Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5350120Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5370340Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5389780Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5409720Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5429560Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5455390Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5470510Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5491660Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5511730Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5532540Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5552970Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5573080Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5593160Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5612790Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5632200Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5651770Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5671460Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5700360Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5714430Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5734120Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5753820Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5773720Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5801180Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5814710Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5834730Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5854430Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5874160Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5894110Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5914230Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5934040Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5954020Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5973890Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.5993750Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6013370Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6034050Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6053640Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6072900Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6093610Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6113680Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6134030Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6153980Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6174100Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6194290Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6213890Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6233600Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6253170Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6272510Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6291160Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6310090Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6329050Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6348130Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6367030Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6386180Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6405120Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6424050Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6443270Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6462470Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6481610Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6500820Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6519730Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6538730Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6557450Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6576820Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6595840Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6614850Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6633810Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6652190Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6671140Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6690760Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6709290Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6728640Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6747080Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6766240Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6785920Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6804560Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6823560Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6842580Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6865120Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6884530Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6903380Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6922370Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6945180Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6964700Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.6983980Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7003010Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7022140Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7041250Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7061460Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7082780Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7102460Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7121600Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7140930Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7160680Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7181490Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7204200Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7223710Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7242830Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7263090Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7283630Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7306640Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7327330Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7351700Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7372770Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7392300Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7412120Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:24.7432480Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:25.0778720Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.335s) 2022-05-18T05:53:25.1263890Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-05-18T05:53:25.1320480Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:25.1394820Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:25.1453770Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:25.1504900Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:25.1541130Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:25.1576480Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:25.1612680Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:25.1649210Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:25.1686550Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:25.1722600Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:25.1758310Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:25.1794350Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:25.1830760Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:25.1866170Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:25.1902460Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:25.1937490Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:25.2711700Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-05-18T05:53:25.3439810Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-05-18T05:53:25.4174500Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-05-18T05:53:25.4911900Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-05-18T05:53:25.5711000Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-05-18T05:53:25.6456180Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-05-18T05:53:25.7188920Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-05-18T05:53:25.7945260Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-05-18T05:53:25.8678230Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-05-18T05:53:25.9406380Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-05-18T05:53:26.0152170Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-05-18T05:53:26.0901830Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-05-18T05:53:26.1634010Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-05-18T05:53:26.2381690Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-05-18T05:53:26.3128110Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-05-18T05:53:26.3884760Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-05-18T05:53:26.4624440Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-05-18T05:53:26.5404210Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-05-18T05:53:26.6174730Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-05-18T05:53:26.6904070Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-05-18T05:53:26.7649570Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-05-18T05:53:26.8392320Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-05-18T05:53:26.9157810Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-05-18T05:53:26.9901960Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-05-18T05:53:26.9928710Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T05:53:26.9981870Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:27.0032030Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:27.0082470Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:27.0131250Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:27.0189380Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:27.0246980Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:27.0304430Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:27.0359760Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:27.0392120Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.0436040Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.0479050Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.0521620Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.0564060Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.0608020Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.0651260Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.0676930Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.0702560Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.0728560Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.0754240Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.0780310Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.0805760Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.0831040Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.0856010Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.0882110Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.0906850Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.0932140Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.0956610Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.0982180Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1007560Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1034500Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.1059800Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1085740Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.1111370Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.1136910Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1162550Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1188370Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.1213930Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1239260Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1264340Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1289320Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1316480Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.1341460Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1366810Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1391940Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1416930Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1441980Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1466910Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1493460Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.1517810Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1543080Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1568560Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1593780Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1619640Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.1645090Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1670660Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1696840Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.1722400Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.1747300Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1772230Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1797060Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1822170Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1847440Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1872320Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1897590Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1922830Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1947830Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.1973470Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.1999470Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.2024830Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2050450Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2075660Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2101490Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.2126260Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2151120Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2176140Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2202300Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.2227170Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2252260Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2281380Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.2306270Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2331350Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2355750Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2381430Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2407120Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.2432130Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2457540Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2482980Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2508220Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2533680Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2559080Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2584440Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2609580Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2634590Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2660030Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2685780Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2711700Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2737480Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.2763170Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2788910Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2814440Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2839830Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2865570Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2891460Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.2916880Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.2943010Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.2968820Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.2994310Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.3019680Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.3045430Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.3071260Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.3096870Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.3122440Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.3147760Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.3173620Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.3198610Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:27.3746390Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-05-18T05:53:27.4277870Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-05-18T05:53:27.4291350Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:27.4330120Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.4417450Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:27.4503650Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:27.4534590Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4561360Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4591850Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4622410Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4651010Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4679920Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4708080Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4734660Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4761480Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4790070Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4816450Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4843340Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.4902720Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:27.4939370Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.4975320Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.5008910Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5037570Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5073200Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5108580Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5142120Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5174280Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5206680Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5235710Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5264550Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5295080Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5326740Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5356090Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5385300Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5415070Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5445020Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5473550Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5502870Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5532540Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5567870Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5599420Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5636850Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.5673870Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.5715460Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.5749720Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5784380Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5816590Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5848520Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5880640Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5912570Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5945330Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.5979130Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6013810Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6046260Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6078740Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6111420Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6140380Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6176440Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.6212290Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.6245770Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6278960Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6311200Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6340430Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6369210Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6398340Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6427680Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6457160Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6486420Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6516280Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6545440Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6574370Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6603370Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6632740Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6668380Z test_non_contig___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /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-18T05:53:27.6669060Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T05:53:27.6669320Z ok (0.003s) 2022-05-18T05:53:27.6706500Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.6744580Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.6779660Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6813170Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6847020Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6877110Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6907170Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6937220Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6967890Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.6998330Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7031170Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7067110Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.7103670Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.7137340Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7169690Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7202310Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7231220Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7260680Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7290690Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7320150Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7349910Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7378840Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7408020Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7437060Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7466090Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7495560Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7525080Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7558260Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7587490Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7623610Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.7660890Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.7703770Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.7737660Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7771130Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7803510Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7838610Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7867760Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7897710Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7932270Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.7963750Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8003640Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.8073690Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:27.8108950Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8143370Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8191880Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:27.8223320Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8255520Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8287580Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8319640Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8349240Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8378930Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8408720Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8437850Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8467240Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8496970Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8527240Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8556680Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8597190Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.8627080Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8657120Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8687040Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8717010Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8747100Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8776900Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8806860Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8837380Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8867390Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8897620Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8927970Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8958030Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.8988190Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9018010Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9047640Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9077270Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9106870Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9136540Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9166220Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9230070Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:27.9295840Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:27.9336470Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:27.9370790Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9404830Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9439650Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9472800Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9505650Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9536430Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9567750Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9618130Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:27.9688860Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:27.9719820Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9754820Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9789360Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9823000Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9856640Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9888610Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9920160Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9951720Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:27.9983660Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0015020Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0048570Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0079960Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0117160Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.0153390Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.0187800Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0221490Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0255070Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0287200Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0318990Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0350190Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0381850Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0413440Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0446890Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0481310Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0514540Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0548300Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0581700Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0614560Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0646250Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0679220Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0711270Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0742810Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0771500Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0805360Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0838360Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0870280Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0902090Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0933450Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0962400Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.0992080Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.1021240Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.1051680Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.1081000Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:28.1127300Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.1164510Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1215260Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.1266090Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.1311880Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1357430Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1402010Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1439350Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1476030Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1512160Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1549680Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1586340Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1622820Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1660050Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1697220Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1733690Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1770670Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1807790Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1855310Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.1900010Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.1952960Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2007640Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2055760Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2103300Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2149720Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2195090Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.2240660Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2297920Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:28.2374630Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:28.2421220Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2467000Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2513260Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2559370Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2604180Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.2650930Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2688010Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.2738660Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2790130Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.2835340Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.2880910Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.2926480Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.2963500Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3000450Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3036330Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3072970Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3109730Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3146050Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3182850Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3220490Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3256590Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3295400Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3335370Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3383470Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.3436410Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.3491150Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.3540450Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.3589780Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.3638410Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.3679360Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3718150Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3755340Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3794190Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3833480Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.3879260Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.3928850Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.3979940Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.4025580Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4071270Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.4115550Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4152900Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4190110Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4226200Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4263420Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4301450Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4339170Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4375910Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4417970Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4457920Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4497570Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4539440Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4587700Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.4625210Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.4719900Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:28.4774460Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.4828650Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.4876100Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.4926760Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.4979200Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.5062260Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:28.5083770Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.5123520Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5161470Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5204490Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5330160Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:28.5450980Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.5480580Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:28.5487740Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:28.5531850Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5575090Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5618570Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5661410Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5709020Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5749240Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5787540Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5825480Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5862260Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5900150Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5937790Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.5975890Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6013840Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6050400Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6088080Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6125590Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6162840Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6200260Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6237730Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6273530Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6310710Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6347910Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6384990Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6421970Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6457700Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6495050Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6532890Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6569380Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6607130Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6644270Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6680430Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6717930Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6754810Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.6802290Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.6849840Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.6896280Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.6942410Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.6985550Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7031470Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.7077820Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.7123660Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.7166010Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7208980Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7253330Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7298700Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7343990Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7392070Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.7439660Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.7492300Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.7539350Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.7583900Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7628940Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7673590Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7719150Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7762970Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7810570Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.7854650Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.7906320Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.7959060Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.8006390Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.8053860Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.8101600Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.8147370Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8191810Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8236350Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8280570Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8324250Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8371450Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.8418350Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.8465190Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.8510310Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8555630Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8600010Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8645530Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8691260Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8735690Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8775960Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8812580Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8856590Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8900660Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8941500Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.8981090Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9021180Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9057800Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9095170Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9132040Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9168720Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9206700Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9253070Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.9295420Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9347460Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.9402920Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.9448900Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.9500460Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.9544870Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9587450Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9630750Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9673260Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9716050Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9758360Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:28.9805490Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.9851960Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.9898790Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.9944900Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:28.9983240Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0021480Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0058760Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0099490Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0137650Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0183430Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0219470Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0265520Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.0310950Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.0355480Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0392410Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0428680Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0464410Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0501500Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0538260Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0584720Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0622290Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0667940Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0714940Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.0760810Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.0798080Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0834960Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0870780Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0907640Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0944410Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.0991020Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.1039500Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.1087630Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.1134250Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.1172480Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1211340Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1248530Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1287270Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1335500Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.1374720Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1412540Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1448460Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1485680Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1523320Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1564090Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1600660Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1641070Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1681230Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1721790Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1758230Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1795230Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1832370Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1868760Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1906100Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1946140Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.1983210Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2024000Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2064870Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2105680Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2142490Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2178980Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2215680Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2252380Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2291790Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2338680Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.2377040Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2422750Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.2468410Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.2512600Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2549620Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2586720Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2622960Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2659670Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2696740Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2742490Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.2787560Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2832060Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2878140Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.2923450Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.2968670Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3014530Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3060410Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.3113480Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.3152630Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.3198800Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.3243690Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3284870Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3332600Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.3381040Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.3424980Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3468830Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3511690Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3552930Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3593900Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3635530Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3676000Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3717250Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.3740140Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.3762660Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.3784940Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.3807930Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.3831490Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.3854260Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.3877000Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.3899540Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.3922080Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.3944740Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.3967540Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.3989830Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:29.4027270Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4064490Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4100990Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4138130Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4175290Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4221830Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.4265020Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4315740Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.4367350Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.4414320Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.4460400Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.4505930Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4549380Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4592760Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4636780Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4680670Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4724430Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4765200Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4807910Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4848080Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4888250Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4928690Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.4965070Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5002520Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5038860Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5075370Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5112790Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5152940Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5189370Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5233340Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5276870Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5319520Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5360630Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5401650Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5439110Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5479840Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5517260Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5554190Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5591360Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5631680Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5668090Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5718080Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.5762140Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5805630Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5847200Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5888280Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5925970Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.5964490Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6002600Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6040360Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6076610Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6117370Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6153110Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6197560Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6241430Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6281930Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6322640Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6365140Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6402860Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6440170Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6477580Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6513750Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6550450Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6591560Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6628040Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6668220Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6708630Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6749010Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6786370Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6822780Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6859560Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6896480Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6933260Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.6980000Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.7015680Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7061500Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.7106920Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7151720Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7189170Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7226400Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7262080Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:29.7300720Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7338300Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7384600Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.7421620Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7468410Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.7515290Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.7560350Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7597630Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7634460Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7670990Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7709580Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7746850Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7793870Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.7830430Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.7876640Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.7924450Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.7971320Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.8009150Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8045940Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8081780Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8118250Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8154600Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8199680Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8236860Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8282620Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.8327630Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8372590Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8409890Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8447180Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8489250Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8527140Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8564940Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8611430Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.8648450Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8699400Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.8752310Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.8804030Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.8849770Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.8895690Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.8939640Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.8976680Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9014000Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9050960Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9088390Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9125660Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9166200Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9202630Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9246670Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9290720Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9333470Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9374470Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9414800Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9452880Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9494500Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9531900Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9569270Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9606870Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9652630Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.9700460Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.9745330Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9793210Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.9839070Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.9884560Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:29.9934880Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:29.9986180Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.0032180Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.0077810Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0121820Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0158360Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0195040Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0231300Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0267720Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0304880Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0352350Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.0399610Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.0446040Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.0492240Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.0530280Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0568000Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0607100Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0645670Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0684840Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.0731130Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.0782610Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.0834440Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.0880330Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.0926480Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.0971990Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1010000Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1049560Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1086440Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1124150Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1161670Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1207630Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1250870Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1296910Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.1343360Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.1388070Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1432630Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1476310Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1519490Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1563320Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1605930Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1648700Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1694610Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.1739810Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1782960Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1826600Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1870140Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1913510Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.1957390Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.2006480Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.2057120Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.2170700Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:53:30.2226040Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:30.2273910Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.2322820Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.2367750Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.2405550Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.2443160Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.2480110Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.2517600Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.2554570Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.2602140Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.2646260Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.2697810Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.2750690Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.2797890Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.2844670Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.2890980Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.2935030Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.2980130Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3024350Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3074860Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3114840Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.3160430Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3202600Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3248460Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.3293900Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3346500Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.3389420Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3432580Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3476550Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3521090Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3563690Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3597370Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.3628000Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.3665610Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3703690Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.3738590Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.3771870Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.3804940Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.3836120Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.3867110Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.3898340Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.3929550Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.3960730Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.3994240Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4028380Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4062200Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4096000Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4126640Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4156580Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4186930Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4217280Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4247770Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4280780Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4309010Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4342320Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4374670Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4406750Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4436330Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4465260Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4493840Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4523380Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4553020Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4585530Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4614610Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4648540Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4680970Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4713060Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4742540Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4771990Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4803190Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4832750Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4862530Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4881520Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T05:53:30.4916540Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4951390Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.4991930Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.5057070Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:30.5098420Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.5128610Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5158520Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5189140Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5218830Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5248710Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5278750Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5308830Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5338360Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5370670Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5399860Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5431440Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5463440Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5495530Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5524870Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5554330Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5583240Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5612260Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5641530Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5673270Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5707270Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5739910Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5771350Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5802950Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5834290Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5863140Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5892090Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5921410Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5950820Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.5985230Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6016060Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6050300Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6083090Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6115740Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6144900Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6174130Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6202920Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6231920Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6261020Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6294020Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6326430Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6358840Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6392470Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6426970Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6460120Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6493620Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6529020Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6563390Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6596830Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6631360Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6656160Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6679510Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6706140Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6732660Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.6757570Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6782780Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6807910Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6831090Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6855000Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6878650Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6902170Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6925910Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6949210Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6972870Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.6996390Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7019860Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7043010Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7066550Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7092610Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7117660Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7144530Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7171670Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7197700Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7224180Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7250230Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7276640Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7304800Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7335320Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7361030Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7385440Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7419930Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7460400Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.7492310Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7517820Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7542920Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7566750Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7592890Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7619940Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.7644930Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7670590Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7696050Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7719660Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7743420Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7766920Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7790590Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7814460Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7837680Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7861660Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7886180Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7910350Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7934210Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7957630Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.7983640Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8010740Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8037860Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8063320Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8088880Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8114690Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8138560Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8162490Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8191310Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8215750Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8240540Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8270480Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8307470Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.8334360Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8359270Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8385220Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8410830Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8434360Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8457820Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8481680Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8507250Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8534400Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8558070Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8582110Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8605450Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8629540Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8662990Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8685370Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8711890Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8735870Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8783720Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:30.8827320Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8840200Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8865630Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.8891720Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8920560Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8948520Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.8976310Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:30.9000150Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9023800Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9047480Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9072940Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9097200Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9122390Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9148410Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9205990Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:30.9213540Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9238140Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9263010Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9287390Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9310880Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9334190Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9357660Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9381320Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9405090Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9428760Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9452280Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9476600Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9500620Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9524840Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9548350Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9572460Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9596960Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9620930Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9644660Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9668790Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9693110Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9716710Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9740210Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9764650Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9789100Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9814130Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9838000Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9861800Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9886050Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9910050Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9934040Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9957700Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:30.9983920Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0009250Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0034970Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0060710Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0085040Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0110320Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0135520Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0161720Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0186180Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0211380Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0236300Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0261540Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0286800Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0313160Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0339310Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0365630Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0391600Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0416690Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0441590Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0466780Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0492300Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0517730Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0543760Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0568660Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0595970Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0625090Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0650550Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0676240Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0701860Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0726910Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0751920Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0776850Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0801600Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0826910Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0852150Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0877840Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.0903470Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0929080Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0954000Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.0979060Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1004200Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1028940Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1053840Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1078390Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1101780Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1127420Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1152890Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1177620Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1201970Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1226680Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1249690Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1273420Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1298700Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1325700Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.1349290Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1374950Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.1399420Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1426270Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.1453220Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.1478990Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.1504510Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1529960Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1553930Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1578430Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1603010Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1627580Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1651940Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1677640Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.1703530Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.1729580Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.1755410Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.1780020Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1804110Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1828340Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1852530Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1876780Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1903140Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.1927080Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.1952850Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.1978960Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.2004700Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2028790Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2052770Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2076350Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2100520Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2124730Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2150120Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2174130Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2199860Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2224970Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2250580Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.2275310Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2299070Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2322450Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2345920Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2369340Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2395580Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.2421180Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2446420Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2471870Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2495560Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2519960Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2543570Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2567460Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2591700Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2615290Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2639040Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2662390Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2686060Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2709830Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2734400Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2757890Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2782400Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2806930Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2831610Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2855260Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2879000Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2902170Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2925790Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2949610Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2974200Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.2997360Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3021640Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3046100Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3070510Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3094050Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3117230Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3140360Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3163650Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3187180Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3212990Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.3236560Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3262030Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3287670Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3312480Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3336780Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3360630Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3384020Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3407660Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3430700Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3455730Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3481570Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3507040Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3532940Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.3558480Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3583540Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3609260Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3637150Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.3662960Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.3688480Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3714170Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.3740440Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.3765410Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3793610Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.3820610Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.3845870Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3871430Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3897000Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3921620Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3946360Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3970900Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.3995360Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4020050Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4041050Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4061760Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4082200Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4103020Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4123730Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4144090Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4165090Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4185850Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4206220Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4226960Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4247800Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4268390Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:31.4291680Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4315320Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4338720Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4362240Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4386110Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4411400Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4435590Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4463060Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.4489940Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.4515570Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4541050Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4566410Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4590830Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4615210Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4639950Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4664300Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4688790Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4712910Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4736100Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4761480Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4786130Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4810480Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4833510Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4856850Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4880420Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4903740Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4926830Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4951410Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.4975050Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5000490Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.5026140Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.5050690Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5074930Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5099940Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5123180Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5146530Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5169930Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5193110Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5216440Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5240930Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5264370Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5290080Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.5318140Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.5343150Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5368030Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5393010Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5417040Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5440820Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5464640Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5490100Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5513500Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5538600Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5562380Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5588680Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.5614860Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.5639930Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5664510Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5693780Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.5719110Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.5743010Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5766770Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5791370Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5814690Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5839960Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5863960Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5889640Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5914890Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5939390Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5962940Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.5988090Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6012100Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6035470Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6058520Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6083800Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6106940Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6132110Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6157210Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6182070Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6205460Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6228760Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6252610Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6276120Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6299790Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6325000Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6348450Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6380660Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6399710Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.6424880Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6448680Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6472480Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6496840Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6519920Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6543160Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6568290Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6591640Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6622510Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.6649130Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.6674810Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.6699430Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6723280Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6747110Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6770700Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6795800Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6821600Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.6845250Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6870800Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6896100Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6922240Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.6946760Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6971810Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.6995740Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7019750Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7044030Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7069840Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7093220Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7120160Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7147620Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7174960Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7200810Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7226540Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7251610Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7276450Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7300880Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7324030Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7347660Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7370860Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7396130Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7419850Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7445490Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7471450Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7496350Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7520810Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7545500Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7568760Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7592450Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7615650Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7639530Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7663140Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7688980Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7714390Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7739990Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7765920Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7791400Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7816310Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7843210Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7870310Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.7895610Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7921120Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7946120Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7969100Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.7992860Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8016760Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8040030Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8063410Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8088880Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8114490Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8140700Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.8166590Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.8190880Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8215500Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8238570Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8261930Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8285990Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8311690Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8338360Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.8364960Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.8390010Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8414600Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8439730Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8463130Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8486580Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8510250Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8534050Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8557420Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8583280Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8607310Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8632130Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8657370Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8682690Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8707340Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8731720Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8756090Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8780500Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8804930Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8829440Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8854350Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8879600Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8903920Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8928280Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8952450Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.8976700Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9001280Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9026600Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9053320Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9079880Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9106120Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9131090Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9156110Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9180780Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9204450Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9227610Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9250790Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9274760Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9299450Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9327380Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9353040Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9380730Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9408510Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9434740Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9460870Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9488910Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9513800Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9538500Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9562950Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9587430Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9611830Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9639480Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9664630Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9690840Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9716740Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9741740Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9767220Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9792740Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9817520Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9842020Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9866890Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:31.9901980Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9933420Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:31.9970260Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.0007410Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.0042570Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0075920Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0109470Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0141230Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0173310Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0204880Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0237300Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0269410Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0293770Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0317810Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0341730Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0365240Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0389350Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0412640Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0436490Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0460430Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0483910Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0507620Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0531200Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0555280Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:32.0585630Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0616050Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0646310Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0675770Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0705360Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0739420Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0771730Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0810600Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.0848500Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.0882710Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0915640Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0948550Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.0980230Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1012070Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1043710Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1074550Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1105910Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1137300Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1165740Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1197220Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1228460Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1259490Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1288060Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1317280Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1346100Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1374970Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1404270Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1435510Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1464150Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1497650Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1531220Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1562710Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1593930Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1625150Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1653910Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1683660Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1712950Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1742290Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1770900Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1802500Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1832400Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1867620Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1902480Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1934650Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1966950Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.1999960Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2029460Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2059010Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2089200Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2119430Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2149620Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2182420Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2212530Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2248280Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2282520Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2314060Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2344920Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2375760Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2404710Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2433300Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2462200Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2491000Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2519990Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2550950Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2579830Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2611180Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2642290Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2673060Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2701990Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2730420Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2759970Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2788920Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2818240Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2851020Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2880320Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2913740Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2946160Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.2978280Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3007140Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3035730Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3064440Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3093430Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3123090Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3155910Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3184960Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3218280Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3250260Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3282910Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3315830Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3346110Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3374690Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3404650Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3434140Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3467960Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3497190Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3532090Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3565120Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3598380Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3628220Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3657520Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3687260Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3717080Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3746840Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3780530Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3810000Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3844460Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3878430Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3911740Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3941630Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.3970950Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4000240Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4030200Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4059800Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4092820Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4122320Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4159110Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.4197360Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.4233850Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.4268120Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4301440Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4334370Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4364150Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4394120Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4423490Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4452870Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4482910Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4515130Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4544580Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4579650Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4613470Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4646180Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4678560Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4710810Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4740560Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4771150Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4800960Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4830220Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4859740Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4892910Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4925340Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4957710Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.4991430Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5024900Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5058700Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5095980Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.5132620Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.5166400Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5199490Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5232100Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5261340Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5290320Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5319270Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5348410Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5377440Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5395990Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T05:53:32.5431380Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5465340Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5499290Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5528920Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5559210Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5590560Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5621080Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5651010Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5695710Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.5734120Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.5770750Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.5805050Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5840400Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5873030Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5902670Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5932330Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5961220Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.5990810Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6024340Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6056290Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.6088540Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6123090Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6156760Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6190450Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6221940Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6253730Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6285340Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6317290Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6350440Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6382050Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6417460Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6452980Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6486490Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6520010Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6553420Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6586580Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6625010Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.6659630Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6697500Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.6736400Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.6773150Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.6807410Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6840980Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6874770Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6904990Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6935310Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6965040Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.6995380Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7025900Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7061560Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7096080Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7134750Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.7172370Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.7207470Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7240840Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7276700Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7312500Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:32.7347760Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7379190Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7411140Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7442970Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7476300Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7507960Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7541270Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7574100Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7606790Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7637740Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7668380Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7699870Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7730630Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.7761360Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:32.8091120Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:32.8403060Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:32.8703080Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:32.8999970Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:32.9298730Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:32.9686090Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:33.0010520Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:33.0304330Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:33.0644510Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:33.0943090Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:33.1248300Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:33.1558430Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:33.1854470Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:33.2150850Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:33.2516420Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:53:33.2857720Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:33.3153750Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:33.3452580Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:33.3754620Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:33.4049460Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:33.4341980Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:33.4637400Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:33.5004210Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:33.5304630Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:33.5610430Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:33.5980670Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:33.6002990Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:33.6375170Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:33.6677930Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:33.7066110Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:33.7467480Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:33.7858190Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:33.8155400Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:33.8552340Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:33.8873750Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:33.9270910Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:33.9617530Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-05-18T05:53:33.9975960Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:53:34.0283740Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:34.0586670Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:34.0955330Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:34.1342490Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:34.1660280Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:34.2056100Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:34.2362400Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:34.2684860Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:34.3010780Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:34.3384480Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:34.3724310Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:34.3762590Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:34.4678980Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-05-18T05:53:34.5735180Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-05-18T05:53:34.6728060Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-05-18T05:53:34.7645690Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-05-18T05:53:34.8578990Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-05-18T05:53:34.9458050Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-05-18T05:53:35.0388170Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-05-18T05:53:35.1343650Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-05-18T05:53:35.2306710Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-05-18T05:53:35.3219030Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-05-18T05:53:35.4144790Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-05-18T05:53:35.4161770Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:35.4175420Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:35.4449340Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:35.4975260Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-05-18T05:53:35.5215770Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:53:35.5252510Z test_pow_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1759: 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-18T05:53:35.5253290Z out_uint8_computation = torch.pow( 2022-05-18T05:53:35.5253990Z test_binary_ufuncs.py:1767: 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-18T05:53:35.5254650Z out_int64_computation = torch.pow( 2022-05-18T05:53:35.5254860Z ok (0.004s) 2022-05-18T05:53:35.5275800Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:35.5301520Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:35.5326780Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:35.5349220Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:35.5371850Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:35.5394760Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:35.5417630Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:35.5440440Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:35.5463300Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:35.6071710Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-05-18T05:53:35.6370320Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:35.7659410Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.129s) 2022-05-18T05:53:35.9431590Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.177s) 2022-05-18T05:53:36.0268020Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-05-18T05:53:36.1129180Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-05-18T05:53:36.1618670Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-05-18T05:53:36.2149870Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-05-18T05:53:36.2454590Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:36.2768970Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:36.3031470Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:36.3323750Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:36.3611590Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:36.3922980Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:36.4214140Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:36.4525400Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:36.4779950Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:36.5062260Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:36.5345690Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:36.5638680Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:36.5930480Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:36.6246990Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:36.6502660Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:36.6787110Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:36.7074030Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:36.7379410Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:36.7669730Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:36.7985340Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:36.8240900Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:36.8527340Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:36.8813070Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:36.8892320Z test_reference_numerics_extremal_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:9734: RuntimeWarning: invalid value encountered in add 2022-05-18T05:53:36.8892910Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-05-18T05:53:36.8893160Z ok (0.008s) 2022-05-18T05:53:36.8902960Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.8912470Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.8965220Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:36.9013010Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:36.9055490Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:36.9103320Z test_reference_numerics_extremal_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-05-18T05:53:36.9103760Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:53:36.9104070Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-05-18T05:53:36.9104370Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:53:36.9104580Z ok (0.005s) 2022-05-18T05:53:36.9113410Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9122760Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9178390Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:36.9223000Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:36.9268170Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:36.9314710Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:36.9369650Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:36.9411400Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:36.9454270Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:36.9464050Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9473820Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9483950Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9493710Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9503180Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9513240Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9522180Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9531680Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9541590Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9551420Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:36.9566670Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:36.9582350Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:36.9598100Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:36.9613500Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:36.9628970Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:36.9644570Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:36.9680890Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:36.9722970Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:36.9759150Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:36.9804280Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:36.9836520Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:36.9870640Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:36.9906080Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:36.9942580Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:36.9974990Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:37.0018620Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0050550Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:37.0084780Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:37.0120930Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0160620Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0194700Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:37.0237870Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0270110Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:37.0303620Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:37.0349080Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0403010Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:37.0443050Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0483440Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0526650Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0578180Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:37.0616730Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0656390Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0699090Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0752790Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:37.0791810Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0832350Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0875230Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.0928340Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:37.0973460Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.1015000Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.1061890Z test_reference_numerics_extremal_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-05-18T05:53:37.1062700Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:53:37.1063010Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-05-18T05:53:37.1063290Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:53:37.1063500Z ok (0.005s) 2022-05-18T05:53:37.1072610Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:37.1086830Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:37.1143220Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-05-18T05:53:37.1143600Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:53:37.1143820Z ok (0.006s) 2022-05-18T05:53:37.1185360Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.1230070Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.1278630Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:37.1339870Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:37.1383610Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.1426550Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.1470580Z test_reference_numerics_extremal_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:9777: RuntimeWarning: invalid value encountered in subtract 2022-05-18T05:53:37.1471190Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-05-18T05:53:37.1471450Z ok (0.004s) 2022-05-18T05:53:37.1521220Z test_reference_numerics_extremal_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:9777: RuntimeWarning: invalid value encountered in multiply 2022-05-18T05:53:37.1521790Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-05-18T05:53:37.1522050Z ok (0.005s) 2022-05-18T05:53:37.1565040Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.1619120Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:37.1657800Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.1697750Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:37.2630080Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-05-18T05:53:37.3271330Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-05-18T05:53:37.5808320Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.254s) 2022-05-18T05:53:37.7904700Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.210s) 2022-05-18T05:53:37.9061990Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-05-18T05:53:37.9882750Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-05-18T05:53:38.0740880Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-05-18T05:53:38.1455630Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-05-18T05:53:38.2170460Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-05-18T05:53:38.2839290Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-05-18T05:53:38.3555350Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-05-18T05:53:38.4274640Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-05-18T05:53:38.4281330Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:38.5306500Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-05-18T05:53:38.6211350Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-05-18T05:53:38.7024990Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-05-18T05:53:38.7377450Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-05-18T05:53:38.7727490Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-05-18T05:53:38.8074990Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-05-18T05:53:38.8404870Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:38.8742920Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:38.9235990Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-05-18T05:53:38.9750660Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-05-18T05:53:39.0306060Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-05-18T05:53:39.0803130Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-05-18T05:53:39.1292810Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-05-18T05:53:39.1779740Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-05-18T05:53:39.2417640Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-05-18T05:53:39.3316400Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-05-18T05:53:39.3756820Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-05-18T05:53:39.4307750Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-05-18T05:53:39.4651620Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:39.5022090Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:39.5335340Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:39.5901070Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-05-18T05:53:39.6441970Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-05-18T05:53:39.6903640Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-05-18T05:53:39.7444730Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-05-18T05:53:39.8757230Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-05-18T05:53:39.9512320Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-05-18T05:53:40.0793940Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-05-18T05:53:40.1114980Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:40.1675940Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-05-18T05:53:40.2147490Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-05-18T05:53:40.2616710Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-05-18T05:53:40.3032840Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-05-18T05:53:40.3516410Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-05-18T05:53:40.3981640Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-05-18T05:53:40.3995630Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4007450Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4019160Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4030540Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4042860Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4053730Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4065180Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4077070Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4088500Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4100220Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4111910Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4123340Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:40.4144380Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4227010Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:40.4270210Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:40.4289440Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4308660Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4327720Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4346350Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4364460Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4383160Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4402240Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4420950Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4439390Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4457780Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4478690Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4497220Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4516060Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4534620Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4553240Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4573840Z test_reference_numerics_large_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-05-18T05:53:40.4574300Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:53:40.4574540Z ok (0.002s) 2022-05-18T05:53:40.4584600Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:40.4594880Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:40.4613850Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4634380Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4653770Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4673590Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4692920Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4712330Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4732060Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4751200Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4771320Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4790790Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4808990Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4827600Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4846000Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4864070Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4883130Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4901430Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4921110Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4940850Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4960250Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4980010Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.4999220Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5018210Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5037120Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5058380Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5100440Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:40.5141580Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:40.5162380Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5183270Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5203410Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5224260Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5244940Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5265450Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5282410Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:40.5299070Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:40.5321860Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:40.5331400Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:40.5347940Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:40.5364100Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:40.5380680Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:40.5397380Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:40.5413580Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T05:53:40.5433430Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5453230Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5472240Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5492270Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5529220Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:40.5566640Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:40.5585940Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5604780Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5624220Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5643180Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5662150Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5681640Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5705680Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5743760Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:40.5781920Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:40.5801060Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5820980Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5839820Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5858900Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5878940Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5897310Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5916330Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.5953070Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:40.5989900Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:40.6008650Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6028370Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6047010Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6065670Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6084130Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6102870Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6122630Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6142190Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6161380Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6181190Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6199640Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6218060Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6236780Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6256780Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6276330Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6296240Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6315800Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6334820Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6353780Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6372530Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6392770Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6412460Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6432640Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6452160Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6470900Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6489930Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6509860Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6529850Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6549090Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6568080Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6587420Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6605860Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6624270Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6642660Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6662280Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6672930Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:40.6683440Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:40.6702250Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6721860Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6741220Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6759500Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-05-18T05:53:40.6778000Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-05-18T05:53:40.6796470Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-05-18T05:53:40.6816790Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6836390Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6856530Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6875870Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6894550Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6913340Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6931910Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6951450Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.6997330Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:40.7039250Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:40.7058470Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.7077700Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.7096930Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.7115870Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.7135480Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.7154130Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:40.7754030Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-05-18T05:53:40.8364550Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-05-18T05:53:40.9011670Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-05-18T05:53:40.9547920Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-05-18T05:53:41.0070960Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-05-18T05:53:41.0415770Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:41.0709480Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:41.1575350Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-05-18T05:53:41.2082600Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-05-18T05:53:41.2714760Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-05-18T05:53:41.2970110Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:41.3377130Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:41.3669580Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:41.3964330Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:41.4213510Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:41.4501370Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:41.4793360Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:41.5136150Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:41.5430390Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:41.6207980Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-05-18T05:53:41.6699150Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-05-18T05:53:41.7320730Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-05-18T05:53:41.7575810Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:41.7988540Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:41.8279350Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:41.8570770Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:41.8819810Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:41.9103560Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:41.9387990Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:41.9730660Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:42.0033340Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:42.0823630Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-05-18T05:53:42.1342970Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-05-18T05:53:42.1977890Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-05-18T05:53:42.2234490Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:42.2644840Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:42.2940880Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:42.3238400Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:42.3493260Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:42.3786290Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:42.4080360Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:42.4586410Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-05-18T05:53:42.4883050Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:42.5739670Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-05-18T05:53:42.6153060Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:42.6673070Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-05-18T05:53:42.6985910Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:42.7317130Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:42.7598020Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:42.7905300Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:42.8217250Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:42.8692480Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-05-18T05:53:42.8988630Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:42.9848290Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-05-18T05:53:43.0270500Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-05-18T05:53:43.0814710Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-05-18T05:53:43.1128460Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:43.1445980Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:43.1708740Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:43.2009780Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:43.2314150Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:43.2791980Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-05-18T05:53:43.3086380Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:43.3939880Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-05-18T05:53:43.4358650Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-05-18T05:53:43.4899300Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-05-18T05:53:43.5210570Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:43.5529380Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:43.5786280Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:43.6087300Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:43.6386580Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:43.6860050Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-05-18T05:53:43.7155050Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:43.8013060Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-05-18T05:53:43.8436610Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-05-18T05:53:43.8974190Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-05-18T05:53:43.9287960Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-05-18T05:53:43.9606550Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:43.9865240Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:44.0167100Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:44.0468050Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:44.1125780Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-05-18T05:53:44.3685810Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.256s) 2022-05-18T05:53:44.5424370Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.174s) 2022-05-18T05:53:44.6596820Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-05-18T05:53:44.7278980Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-05-18T05:53:44.8157880Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-05-18T05:53:44.8565980Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:44.8975140Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:44.9316280Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:44.9713410Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:45.0105520Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:45.0112650Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:45.1258720Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in remainder 2022-05-18T05:53:45.1259200Z expected = op.ref(l_numpy, r_numpy) 2022-05-18T05:53:45.1259540Z ok (0.114s) 2022-05-18T05:53:45.1930130Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-05-18T05:53:45.2666990Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-05-18T05:53:45.3080860Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:45.3485360Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:45.3906100Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-05-18T05:53:45.4304430Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:45.4649230Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:45.4670650Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.4684520Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.4887220Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:53:45.5052430Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:53:45.5193340Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:45.5212320Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5229890Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5247130Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5263330Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5280260Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5299160Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5320200Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5336660Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5350740Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.5366710Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5382960Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5399320Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5415960Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5432410Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5446540Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.5462630Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5479230Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5495560Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5511710Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5529370Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5543530Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.5559220Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5575300Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5591690Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5607870Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5624160Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5642190Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5655780Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.5663440Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:45.5671550Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:45.5692050Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5711360Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5728580Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5746530Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5763530Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5780860Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5797610Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5814750Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5832840Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5850350Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5867960Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5885580Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5901870Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5918260Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5934270Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5951090Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5959280Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:45.5975300Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.5991400Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6008350Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6032880Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-05-18T05:53:45.6050280Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6068570Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6082690Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.6099890Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6118010Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6135790Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6153370Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6169910Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6187100Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6204190Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6221040Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6240170Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6254420Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.6397330Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:45.6531960Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-05-18T05:53:45.6550730Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6568710Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6587490Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6605330Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6623630Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6641740Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6659590Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6678240Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6692290Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6706150Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6720520Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6734250Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6748100Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6762210Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6776190Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6790330Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6804520Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6818280Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6832390Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6846120Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:45.6862670Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6879920Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6896620Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6913890Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6930390Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6948100Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.6962530Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.7083500Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:45.7201790Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:45.7218800Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7235530Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7251910Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7269040Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7285520Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7302230Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7318300Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7335140Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7351730Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7366080Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.7482030Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:45.7598670Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:45.7615230Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7632030Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7648580Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7664780Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7681410Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7697340Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7714280Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7731450Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7748760Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.7763010Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.7880980Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:45.7999910Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:45.8016990Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8034020Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8051080Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8067890Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8084600Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8101080Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8117640Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8134410Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8152750Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8166800Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.8184390Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8201940Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8219620Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8236300Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8253240Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8269580Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8285870Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8302670Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8320850Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8335020Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.8352520Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8369910Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8387430Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8404630Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8421180Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8437260Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8453540Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8469970Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8487490Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8501870Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.8520120Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8537740Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8555630Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8572130Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8588600Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8604460Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8621480Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8637950Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8655860Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8669660Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-05-18T05:53:45.8686830Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8704190Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8721240Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8746430Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8755070Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8771420Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8788000Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8804240Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8822380Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8830400Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:45.8838020Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:45.8855710Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8872960Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8890470Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8906340Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-05-18T05:53:45.8922690Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-05-18T05:53:45.8939240Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-05-18T05:53:45.8955360Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-05-18T05:53:45.8972250Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.8990300Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9007990Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9025170Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9043110Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9059970Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9076280Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9092850Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9109250Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9117260Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:45.9135460Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9281120Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:45.9445330Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-05-18T05:53:45.9586650Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:45.9606250Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9624090Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9642220Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9657890Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9674480Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9690990Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9707290Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:45.9715540Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:46.0368860Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-05-18T05:53:46.1767740Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.140s) 2022-05-18T05:53:46.3562230Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.179s) 2022-05-18T05:53:46.4476280Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-05-18T05:53:46.5411200Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-05-18T05:53:46.5905780Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-05-18T05:53:46.6463150Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-05-18T05:53:46.6780820Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:46.7115350Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:46.7398060Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:46.7680050Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-05-18T05:53:46.7686720Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T05:53:46.7724860Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:46.7760350Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:46.7780310Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:46.7799800Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:46.7915730Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-05-18T05:53:46.7988570Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:46.8031210Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:46.8072430Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:46.8113260Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:46.8154720Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:46.8256110Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:46.8325050Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:46.8378460Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-05-18T05:53:46.8442170Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-05-18T05:53:46.8481980Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:46.8495080Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8508260Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8521910Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8535060Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8548070Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8561050Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8573930Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:46.8587110Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:46.8599760Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T05:53:46.8612660Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8625470Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8638460Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8651030Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8663960Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8676610Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8689610Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8702160Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8715220Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8728050Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8741200Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8754710Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8767920Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8781300Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8794560Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8807720Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8820530Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8833890Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-05-18T05:53:46.8935790Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-05-18T05:53:46.9004770Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:46.9045630Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:46.9118680Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:46.9163680Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:46.9273310Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-05-18T05:53:46.9347640Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-05-18T05:53:46.9391250Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-05-18T05:53:46.9405700Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-05-18T05:53:46.9419360Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-05-18T05:53:46.9433340Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-05-18T05:53:46.9447240Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-05-18T05:53:46.9461140Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-05-18T05:53:46.9474100Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-05-18T05:53:46.9488730Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-05-18T05:53:46.9502840Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-05-18T05:53:46.9530450Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:46.9611220Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-05-18T05:53:46.9640080Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:46.9667060Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:46.9693980Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:46.9720800Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:46.9747550Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:46.9774890Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:46.9801180Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:46.9828040Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:46.9854590Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:46.9881190Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:47.0186960Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:47.0710500Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1487: RuntimeWarning: invalid value encountered in power 2022-05-18T05:53:47.0711100Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-05-18T05:53:47.0711430Z test_binary_ufuncs.py:1487: RuntimeWarning: divide by zero encountered in power 2022-05-18T05:53:47.0711890Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-05-18T05:53:47.0712130Z ok (0.052s) 2022-05-18T05:53:47.0913230Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:53:47.0934500Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:47.0953350Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-05-18T05:53:47.1181290Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-05-18T05:53:47.1361880Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:53:47.1586850Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.022s) 2022-05-18T05:53:47.1769090Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:53:47.1987470Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:53:47.2169910Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:53:47.2395820Z test_type_promotion___rpow___cpu (__main__.TestBinaryUfuncsCPU) ... /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-18T05:53:47.2396490Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-05-18T05:53:47.2396740Z ok (0.022s) 2022-05-18T05:53:47.2665290Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:47.2846370Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-05-18T05:53:47.3221220Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:47.3511790Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:47.3754020Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:53:47.3994070Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:53:47.4234900Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:53:47.4470780Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:53:47.4826470Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:53:47.5011790Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.018s) 2022-05-18T05:53:47.5302380Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:47.5599270Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:47.5835360Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-05-18T05:53:47.6060010Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:53:47.6248620Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.019s) 2022-05-18T05:53:47.6536230Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:47.7028760Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-05-18T05:53:47.7527690Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-05-18T05:53:47.7815020Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:47.8108930Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:47.8403010Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-05-18T05:53:47.8772340Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:47.9116270Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:47.9347250Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-05-18T05:53:47.9719120Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:48.0093660Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:48.0473510Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:53:48.0999420Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-05-18T05:53:48.1409970Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:48.1673180Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:48.1842370Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.017s) 2022-05-18T05:53:48.2110120Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:48.2284240Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.017s) 2022-05-18T05:53:48.2555060Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:48.2804280Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.025s) 2022-05-18T05:53:48.3206320Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:48.3653600Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-05-18T05:53:48.4278170Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-05-18T05:53:48.4696300Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-05-18T05:53:48.4930760Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.023s) 2022-05-18T05:53:48.5096250Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-05-18T05:53:48.5542230Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... /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-18T05:53:48.5543350Z 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-18T05:53:48.5543770Z return self.op(*args, **kwargs) 2022-05-18T05:53:48.5543970Z ok (0.044s) 2022-05-18T05:53:48.5707390Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.017s) 2022-05-18T05:53:48.5877580Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.017s) 2022-05-18T05:53:48.6234870Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:53:48.6507870Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:48.6733500Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-05-18T05:53:48.7007720Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:48.7258980Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.024s) 2022-05-18T05:53:48.7637230Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:53:48.7913950Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-05-18T05:53:48.8178190Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-05-18T05:53:48.8399250Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.022s) 2022-05-18T05:53:48.8575630Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.018s) 2022-05-18T05:53:48.8844740Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-05-18T05:53:48.9445970Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-05-18T05:53:48.9665800Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:53:48.9901980Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-05-18T05:53:49.0131570Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-05-18T05:53:49.0357310Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:53:49.0570520Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:49.0928480Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-05-18T05:53:49.1271660Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:49.1638830Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-05-18T05:53:49.1983950Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:49.2488020Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-05-18T05:53:49.2721830Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.023s) 2022-05-18T05:53:49.2974520Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-05-18T05:53:49.3141530Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.017s) 2022-05-18T05:53:49.3646690Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-05-18T05:53:49.4002380Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-05-18T05:53:49.4220650Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-05-18T05:53:49.4627230Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:49.5037000Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:49.5568970Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-05-18T05:53:49.6171510Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-05-18T05:53:49.6573010Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:49.6663020Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-05-18T05:53:49.7052050Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:49.7384330Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:49.7711950Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:49.8044190Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:49.8431550Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:49.8821190Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:49.9202820Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:53:49.9602990Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:50.0007720Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:50.0211930Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:53:50.0356410Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:50.0497700Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:50.0639500Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:50.0850020Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.1063410Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.1272800Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.1484010Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.1693060Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.1905150Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.2055820Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:50.2200020Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:50.2346140Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:50.2553570Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.2760800Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.2976640Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.3182430Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.3397630Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.3608840Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.3755000Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-05-18T05:53:50.3899400Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:50.4039170Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-05-18T05:53:50.4241090Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:53:50.4443670Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:53:50.4648520Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:53:50.4854630Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-05-18T05:53:50.5058770Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-05-18T05:53:50.5450510Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:50.5789640Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:50.6125580Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:50.6454790Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:50.6844710Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:50.7236870Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:50.7629750Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:50.8014360Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:53:50.8403030Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:50.8792880Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:50.9118810Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:50.9441860Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:50.9781220Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:51.0171190Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:51.0555070Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:53:51.0940890Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:53:51.1342520Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:51.1739940Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:51.2143970Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:51.2489120Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:51.2815740Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:51.3146410Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:51.3540070Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:51.3927200Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:51.4309450Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:53:51.4692510Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:53:51.5092960Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:51.5490330Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:51.5826040Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:51.6161870Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:51.6484980Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-05-18T05:53:51.6867890Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:53:51.7264890Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:51.7648800Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-05-18T05:53:51.8038350Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:51.8427360Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:51.8815280Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-05-18T05:53:51.9145250Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:51.9490510Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-05-18T05:53:51.9824560Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-05-18T05:53:52.0230180Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:52.0642710Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:52.1054500Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:52.1459520Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-05-18T05:53:52.1865900Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-05-18T05:53:52.1896750Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-05-18T05:53:52.1939780Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.1982940Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2026400Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2068810Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2111920Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2156720Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2208190Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T05:53:52.2250490Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2294150Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2337150Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2380540Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2425370Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2468780Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2511320Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2553650Z test_zeta_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2595900Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2638090Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2680660Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2723110Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2764930Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2808170Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2851410Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2893910Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2936860Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.2979200Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3021550Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3063640Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3105850Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3148420Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3190180Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3233020Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3276040Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3322860Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-05-18T05:53:52.3365860Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3408070Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3450560Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3493170Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3536540Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3579040Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3621670Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3663700Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3706600Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3749140Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3791390Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3834650Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3877230Z test_zeta_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3920020Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.3962320Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4004350Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4046970Z test_zeta_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4089450Z test_zeta_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4132190Z test_zeta_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4174430Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4217450Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4265900Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4302160Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4344900Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4387990Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4430530Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4473080Z test_zeta_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4516840Z test_zeta_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4559500Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4601840Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:52.4644170Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-05-18T05:53:53.9915750Z 2022-05-18T05:53:53.9916910Z ---------------------------------------------------------------------- 2022-05-18T05:53:53.9917270Z Ran 6832 tests in 88.500s 2022-05-18T05:53:53.9917400Z 2022-05-18T05:53:53.9917520Z OK (skipped=275, expected failures=16) 2022-05-18T05:53:53.9917670Z 2022-05-18T05:53:53.9917760Z Generating XML reports... 2022-05-18T05:53:53.9918320Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20220518055223.xml 2022-05-18T05:53:54.4096680Z Running test_complex ... [2022-05-18 05:53:54.409271] 2022-05-18T05:53:54.4097340Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:53:54.409410] 2022-05-18T05:53:55.8924230Z 2022-05-18T05:53:55.8924930Z Test results will be stored in test-reports/python-unittest/test_complex 2022-05-18T05:53:55.8925260Z Running tests... 2022-05-18T05:53:55.8925660Z ---------------------------------------------------------------------- 2022-05-18T05:53:55.8955900Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.003s) 2022-05-18T05:53:55.8971110Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.002s) 2022-05-18T05:53:55.8987580Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.002s) 2022-05-18T05:53:55.9003020Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-05-18T05:53:55.9056330Z 2022-05-18T05:53:55.9057170Z ---------------------------------------------------------------------- 2022-05-18T05:53:55.9057460Z Ran 4 tests in 0.008s 2022-05-18T05:53:55.9057590Z 2022-05-18T05:53:55.9057650Z OK 2022-05-18T05:53:55.9057750Z 2022-05-18T05:53:55.9057850Z Generating XML reports... 2022-05-18T05:53:55.9058370Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220518055355.xml 2022-05-18T05:53:56.1281470Z Running test_cpp_extensions_aot_ninja ... [2022-05-18 05:53:56.117205] 2022-05-18T05:53:57.6752380Z running install 2022-05-18T05:53:57.6761540Z running build 2022-05-18T05:53:57.6761840Z running build_py 2022-05-18T05:53:57.6927840Z creating build 2022-05-18T05:53:57.6930060Z creating build/lib.macosx-10.9-x86_64-3.8 2022-05-18T05:53:57.6931530Z creating build/lib.macosx-10.9-x86_64-3.8/torch_test_cpp_extension 2022-05-18T05:53:57.6933120Z copying torch_test_cpp_extension/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/torch_test_cpp_extension 2022-05-18T05:53:57.6938010Z running build_ext 2022-05-18T05:53:57.7105950Z building 'torch_test_cpp_extension.cpp' extension 2022-05-18T05:53:57.7108750Z creating /Users/runner/work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-10.9-x86_64-3.8 2022-05-18T05:53:57.7221600Z Emitting ninja build file /Users/runner/work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-10.9-x86_64-3.8/build.ninja... 2022-05-18T05:53:57.7221970Z Compiling objects... 2022-05-18T05:53:57.7222630Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:54:25.8983240Z [1/1] clang++ -MMD -MF /Users/runner/work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-10.9-x86_64-3.8/extension.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/Users/runner/work/pytorch/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/usr/local/miniconda/envs/build/include/python3.8 -c -c /Users/runner/work/pytorch/pytorch/test/cpp_extensions/extension.cpp -o /Users/runner/work/pytorch/pytorch/test/cpp_extensions/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-18T05:54:25.9238510Z 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/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-18T05:54:26.2166250Z building 'torch_test_cpp_extension.ort' extension 2022-05-18T05:54:26.2288180Z Emitting ninja build file /Users/runner/work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-10.9-x86_64-3.8/build.ninja... 2022-05-18T05:54:26.2288590Z Compiling objects... 2022-05-18T05:54:26.2288930Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:54:49.1228050Z [1/1] clang++ -MMD -MF /Users/runner/work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-10.9-x86_64-3.8/ort_extension.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/Users/runner/work/pytorch/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/usr/local/miniconda/envs/build/include/python3.8 -c -c /Users/runner/work/pytorch/pytorch/test/cpp_extensions/ort_extension.cpp -o /Users/runner/work/pytorch/pytorch/test/cpp_extensions/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-18T05:54:49.1262950Z 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/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-18T05:54:49.2322480Z building 'torch_test_cpp_extension.rng' extension 2022-05-18T05:54:49.2449090Z Emitting ninja build file /Users/runner/work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-10.9-x86_64-3.8/build.ninja... 2022-05-18T05:54:49.2449520Z Compiling objects... 2022-05-18T05:54:49.2449840Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:55:15.9371560Z [1/1] clang++ -MMD -MF /Users/runner/work/pytorch/pytorch/test/cpp_extensions/build/temp.macosx-10.9-x86_64-3.8/rng_extension.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/Users/runner/work/pytorch/pytorch/test/cpp_extensions/self_compiler_include_dirs_test -I/usr/local/miniconda/envs/build/include/python3.8 -c -c /Users/runner/work/pytorch/pytorch/test/cpp_extensions/rng_extension.cpp -o /Users/runner/work/pytorch/pytorch/test/cpp_extensions/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-18T05:55:15.9373380Z In file included from /Users/runner/work/pytorch/pytorch/test/cpp_extensions/rng_extension.cpp:6: 2022-05-18T05:55:15.9374120Z In file included from /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8: 2022-05-18T05:55:15.9374940Z /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-18T05:55:15.9375540Z #pragma GCC diagnostic ignored "-Wunused-but-set-parameter" 2022-05-18T05:55:15.9375810Z ^ 2022-05-18T05:55:15.9376010Z 1 warning generated. 2022-05-18T05:55:15.9411200Z 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/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-18T05:55:16.0854560Z running install_lib 2022-05-18T05:55:16.0883290Z creating install 2022-05-18T05:55:16.0887580Z creating install/usr 2022-05-18T05:55:16.0889150Z creating install/usr/local 2022-05-18T05:55:16.0890600Z creating install/usr/local/miniconda 2022-05-18T05:55:16.0891990Z creating install/usr/local/miniconda/envs 2022-05-18T05:55:16.0893410Z creating install/usr/local/miniconda/envs/build 2022-05-18T05:55:16.0894800Z creating install/usr/local/miniconda/envs/build/lib 2022-05-18T05:55:16.0896460Z creating install/usr/local/miniconda/envs/build/lib/python3.8 2022-05-18T05:55:16.0898200Z creating install/usr/local/miniconda/envs/build/lib/python3.8/site-packages 2022-05-18T05:55:16.0903130Z creating install/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch_test_cpp_extension 2022-05-18T05:55:16.0905540Z 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-18T05:55:16.0918320Z 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-18T05:55:16.0929930Z 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-18T05:55:16.0933080Z 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-18T05:55:16.0959840Z 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-18T05:55:16.0968180Z running install_egg_info 2022-05-18T05:55:16.1050590Z running egg_info 2022-05-18T05:55:16.1052590Z creating torch_test_cpp_extension.egg-info 2022-05-18T05:55:16.1053900Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-05-18T05:55:16.1060220Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-05-18T05:55:16.1067340Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-05-18T05:55:16.1071810Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T05:55:16.1086210Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T05:55:16.1096330Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-05-18T05:55:16.1100220Z 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-18T05:55:16.1130150Z running install_scripts 2022-05-18T05:55:17.9547330Z running install 2022-05-18T05:55:17.9556310Z running build 2022-05-18T05:55:17.9556570Z running build_ext 2022-05-18T05:55:17.9703580Z building 'no_python_abi_suffix_test' extension 2022-05-18T05:55:17.9705890Z creating /Users/runner/work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build 2022-05-18T05:55:17.9708150Z 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-18T05:55:17.9815110Z 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-18T05:55:17.9817500Z Compiling objects... 2022-05-18T05:55:17.9817900Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:55:18.0423070Z [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-18T05:55:18.0442230Z creating build/lib.macosx-10.9-x86_64-3.8 2022-05-18T05:55:18.0447780Z 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-18T05:55:18.1480350Z running install_lib 2022-05-18T05:55:18.1505840Z creating install 2022-05-18T05:55:18.1507500Z creating install/usr 2022-05-18T05:55:18.1508950Z creating install/usr/local 2022-05-18T05:55:18.1510330Z creating install/usr/local/miniconda 2022-05-18T05:55:18.1511690Z creating install/usr/local/miniconda/envs 2022-05-18T05:55:18.1513050Z creating install/usr/local/miniconda/envs/build 2022-05-18T05:55:18.1514400Z creating install/usr/local/miniconda/envs/build/lib 2022-05-18T05:55:18.1516000Z creating install/usr/local/miniconda/envs/build/lib/python3.8 2022-05-18T05:55:18.1517970Z creating install/usr/local/miniconda/envs/build/lib/python3.8/site-packages 2022-05-18T05:55:18.1520250Z 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-18T05:55:18.1543150Z running install_egg_info 2022-05-18T05:55:18.1650890Z running egg_info 2022-05-18T05:55:18.1652580Z creating no_python_abi_suffix_test.egg-info 2022-05-18T05:55:18.1654390Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-05-18T05:55:18.1659320Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-05-18T05:55:18.1664450Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-05-18T05:55:18.1668260Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T05:55:18.1679750Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T05:55:18.1690060Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-05-18T05:55:18.1693200Z 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-18T05:55:18.1721390Z running install_scripts 2022-05-18T05:55:18.3979590Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:55:18.396841] 2022-05-18T05:55:21.2073480Z 2022-05-18T05:55:21.2074220Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-05-18T05:55:21.2074560Z Running tests... 2022-05-18T05:55:21.2074970Z ---------------------------------------------------------------------- 2022-05-18T05:55:21.2573120Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.050s) 2022-05-18T05:55:21.2581460Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-05-18T05:55:21.2590350Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-05-18T05:55:21.2598000Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-05-18T05:55:21.2614580Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-05-18T05:55:21.2629560Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-05-18T05:55:21.2649320Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-05-18T05:55:21.2660400Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-05-18T05:55:21.2677710Z test_add (__main__.TestORTTensor) ... ok (0.002s) 2022-05-18T05:55:21.2707290Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.003s) 2022-05-18T05:55:21.2837170Z test_unregistered (__main__.TestORTTensor) ... ok (0.013s) 2022-05-18T05:55:21.2862650Z test_zeros (__main__.TestORTTensor) ... ok (0.003s) 2022-05-18T05:55:21.2912110Z test_rng (__main__.TestRNGExtension) ... ok (0.005s) 2022-05-18T05:55:21.2925970Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-05-18T05:55:21.3020670Z 2022-05-18T05:55:21.3021250Z ---------------------------------------------------------------------- 2022-05-18T05:55:21.3022040Z Ran 14 tests in 0.085s 2022-05-18T05:55:21.3022240Z 2022-05-18T05:55:21.3022330Z OK (skipped=4) 2022-05-18T05:55:21.3022450Z 2022-05-18T05:55:21.3022540Z Generating XML reports... 2022-05-18T05:55:21.3023230Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220518055521.xml 2022-05-18T05:55:21.3023890Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220518055521.xml 2022-05-18T05:55:21.3024540Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220518055521.xml 2022-05-18T05:55:21.3025200Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220518055521.xml 2022-05-18T05:55:21.5891540Z Running test_cpp_extensions_jit ... [2022-05-18 05:55:21.588752] 2022-05-18T05:55:21.5892300Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:55:21.588889] 2022-05-18T05:55:23.1297500Z 2022-05-18T05:55:23.1298400Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-05-18T05:55:23.1299250Z Running tests... 2022-05-18T05:55:23.1300050Z ---------------------------------------------------------------------- 2022-05-18T05:55:40.5860870Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (17.456s) 2022-05-18T05:55:55.8130880Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (15.227s) 2022-05-18T05:55:55.8303680Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:55:55.8304170Z Creating extension directory /Users/runner/Library/Caches/torch_extensions/py38_cpu/cpp_frontend_extension... 2022-05-18T05:55:55.8304620Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/cpp_frontend_extension/build.ninja... 2022-05-18T05:55:55.8305010Z Building extension module cpp_frontend_extension... 2022-05-18T05:55:55.8305380Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:56:14.2859030Z [1/2] clang++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -c /Users/runner/work/pytorch/pytorch/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-05-18T05:56:14.4133000Z [2/2] clang++ cpp_frontend_extension.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o cpp_frontend_extension.so 2022-05-18T05:56:14.6718130Z Loading extension module cpp_frontend_extension... 2022-05-18T05:56:14.6718550Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... ok (18.859s) 2022-05-18T05:56:14.6773560Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... ok (0.005s) 2022-05-18T05:56:14.6774000Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:56:14.6774720Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-05-18T05:56:14.6775060Z Loading extension module cpp_frontend_extension... 2022-05-18T05:56:14.6939970Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:56:14.6941310Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... ok (0.017s) 2022-05-18T05:56:14.6941990Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-05-18T05:56:14.6942350Z Loading extension module cpp_frontend_extension... 2022-05-18T05:56:14.6965590Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-05-18T05:56:14.7116210Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:56:14.7116670Z Creating extension directory /Users/runner/Library/Caches/torch_extensions/py38_cpu/is_python_module... 2022-05-18T05:56:14.7117100Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/is_python_module/build.ninja... 2022-05-18T05:56:14.7117440Z Building extension module is_python_module... 2022-05-18T05:56:14.7117800Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:56:30.6698630Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -c /Users/runner/Library/Caches/torch_extensions/py38_cpu/is_python_module/main.cpp -o main.o 2022-05-18T05:56:30.7656900Z [2/2] clang++ main.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o is_python_module.so 2022-05-18T05:56:30.9783320Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... /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-18T05:56:30.9783970Z Loading extension module is_python_module... 2022-05-18T05:56:30.9784770Z warnings.warn( 2022-05-18T05:56:30.9785600Z /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-18T05:56:30.9786090Z warnings.warn( 2022-05-18T05:56:30.9786270Z ok (16.282s) 2022-05-18T05:56:30.9797840Z test_half_support (__main__.TestCppExtensionJIT) 2022-05-18T05:56:30.9798430Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-05-18T05:56:30.9812530Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-05-18T05:56:30.9827280Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-05-18T05:56:31.0404200Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:56:31.0404690Z Creating extension directory /Users/runner/Library/Caches/torch_extensions/py38_cpu/inline_jit_extension... 2022-05-18T05:56:31.0405190Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/inline_jit_extension/build.ninja... 2022-05-18T05:56:31.0405540Z Building extension module inline_jit_extension... 2022-05-18T05:56:31.0406430Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:56:47.6413370Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -c /Users/runner/Library/Caches/torch_extensions/py38_cpu/inline_jit_extension/main.cpp -o main.o 2022-05-18T05:56:47.7397230Z [2/2] clang++ main.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o inline_jit_extension.so 2022-05-18T05:56:47.9517340Z Loading extension module inline_jit_extension... 2022-05-18T05:56:47.9518350Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... ok (16.969s) 2022-05-18T05:56:47.9546300Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.003s) 2022-05-18T05:56:47.9706890Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:56:47.9707430Z Creating extension directory /Users/runner/Library/Caches/torch_extensions/py38_cpu/inline_jit_extension_with_functions_dict... 2022-05-18T05:56:47.9707920Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-05-18T05:56:47.9708330Z Building extension module inline_jit_extension_with_functions_dict... 2022-05-18T05:56:47.9708740Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:57:04.6358710Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -c /Users/runner/Library/Caches/torch_extensions/py38_cpu/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-05-18T05:57:04.7388450Z [2/2] clang++ main.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o inline_jit_extension_with_functions_dict.so 2022-05-18T05:57:04.9421440Z Loading extension module inline_jit_extension_with_functions_dict... 2022-05-18T05:57:04.9422110Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... ok (16.987s) 2022-05-18T05:57:04.9590150Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:57:04.9591180Z Creating extension directory /Users/runner/Library/Caches/torch_extensions/py38_cpu/inline_jit_extension_with_functions_list... 2022-05-18T05:57:04.9592020Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-05-18T05:57:04.9592790Z Building extension module inline_jit_extension_with_functions_list... 2022-05-18T05:57:04.9594250Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:57:21.6793180Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -c /Users/runner/Library/Caches/torch_extensions/py38_cpu/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-05-18T05:57:21.7804230Z [2/2] clang++ main.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o inline_jit_extension_with_functions_list.so 2022-05-18T05:57:21.9859840Z Loading extension module inline_jit_extension_with_functions_list... 2022-05-18T05:57:21.9860790Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... ok (17.044s) 2022-05-18T05:57:22.0034370Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:57:22.0034840Z Creating extension directory /Users/runner/Library/Caches/torch_extensions/py38_cpu/jit_extension... 2022-05-18T05:57:22.0035280Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/jit_extension/build.ninja... 2022-05-18T05:57:22.0035630Z Building extension module jit_extension... 2022-05-18T05:57:22.0036100Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:57:38.5918050Z [1/3] clang++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/Users/runner/work/pytorch/pytorch/test/cpp_extensions -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -g -c /Users/runner/work/pytorch/pytorch/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-05-18T05:57:40.4868920Z [2/3] clang++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/Users/runner/work/pytorch/pytorch/test/cpp_extensions -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -g -c /Users/runner/work/pytorch/pytorch/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-05-18T05:57:40.6733800Z [3/3] clang++ jit_extension.o jit_extension2.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o jit_extension.so 2022-05-18T05:57:40.9264650Z Loading extension module jit_extension... 2022-05-18T05:57:40.9265980Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... ok (18.940s) 2022-05-18T05:57:40.9288870Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-05-18T05:57:40.9300500Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-05-18T05:57:40.9315510Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-05-18T05:57:40.9516120Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:57:40.9516750Z Creating extension directory /Users/runner/Library/Caches/torch_extensions/py38_cpu/lenient_flag_handling_extension... 2022-05-18T05:57:40.9517210Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/lenient_flag_handling_extension/build.ninja... 2022-05-18T05:57:40.9517710Z Building extension module lenient_flag_handling_extension... 2022-05-18T05:57:40.9518090Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:57:58.6272070Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/Users/runner/work/pytorch/pytorch/test/cpp_extensions -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -g -O0 -Wall -c /Users/runner/Library/Caches/torch_extensions/py38_cpu/lenient_flag_handling_extension/main.cpp -o main.o 2022-05-18T05:57:58.7287650Z [2/2] clang++ main.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o lenient_flag_handling_extension.so 2022-05-18T05:57:58.9423980Z Loading extension module lenient_flag_handling_extension... 2022-05-18T05:57:58.9424410Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... ok (18.011s) 2022-05-18T05:57:58.9583300Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:57:58.9583780Z Creating extension directory /Users/runner/Library/Caches/torch_extensions/py38_cpu/reloaded_jit_extension... 2022-05-18T05:57:58.9584760Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/reloaded_jit_extension/build.ninja... 2022-05-18T05:57:58.9585130Z Building extension module reloaded_jit_extension... 2022-05-18T05:57:58.9585600Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:58:15.5042490Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=reloaded_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -c /Users/runner/Library/Caches/torch_extensions/py38_cpu/reloaded_jit_extension/main.cpp -o main.o 2022-05-18T05:58:15.6039790Z [2/2] clang++ main.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o reloaded_jit_extension.so 2022-05-18T05:58:15.8255110Z Loading extension module reloaded_jit_extension... 2022-05-18T05:58:15.8255610Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:58:15.8256480Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 1 and re-building as reloaded_jit_extension_v1... 2022-05-18T05:58:15.8256970Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/reloaded_jit_extension/build.ninja... 2022-05-18T05:58:15.8257340Z Building extension module reloaded_jit_extension_v1... 2022-05-18T05:58:15.8257730Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:58:32.3612030Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -c /Users/runner/Library/Caches/torch_extensions/py38_cpu/reloaded_jit_extension/main.cpp -o main.o 2022-05-18T05:58:32.4610120Z [2/2] clang++ main.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o reloaded_jit_extension_v1.so 2022-05-18T05:58:32.8195250Z Loading extension module reloaded_jit_extension_v1... 2022-05-18T05:58:32.8195700Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:58:32.8196530Z No modifications detected for re-loaded extension module reloaded_jit_extension_v1, skipping build step... 2022-05-18T05:58:32.8196950Z Loading extension module reloaded_jit_extension_v1... 2022-05-18T05:58:32.8197310Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:58:32.8197950Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 2 and re-building as reloaded_jit_extension_v2... 2022-05-18T05:58:32.8198430Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/reloaded_jit_extension/build.ninja... 2022-05-18T05:58:32.8199310Z Building extension module reloaded_jit_extension_v2... 2022-05-18T05:58:32.8199680Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:58:49.2095730Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v2 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -c /Users/runner/Library/Caches/torch_extensions/py38_cpu/reloaded_jit_extension/main.cpp -o main.o 2022-05-18T05:58:49.3106030Z [2/2] clang++ main.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o reloaded_jit_extension_v2.so 2022-05-18T05:58:49.5211010Z Loading extension module reloaded_jit_extension_v2... 2022-05-18T05:58:49.5211470Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... ok (50.578s) 2022-05-18T05:58:49.5394770Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:58:49.5395680Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-05-18T05:58:49.5396160Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/is_python_module/build.ninja... 2022-05-18T05:58:49.5396510Z Building extension module is_python_module_v1... 2022-05-18T05:58:49.5396880Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:59:07.2155240Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -c /Users/runner/Library/Caches/torch_extensions/py38_cpu/is_python_module/main.cpp -o main.o 2022-05-18T05:59:07.3168150Z [2/2] clang++ main.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o is_python_module_v1.so 2022-05-18T05:59:07.5337930Z Loading extension module is_python_module_v1... 2022-05-18T05:59:07.5338790Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... ok (18.012s) 2022-05-18T05:59:07.5501890Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T05:59:07.5502380Z Creating extension directory /Users/runner/Library/Caches/torch_extensions/py38_cpu/test_set_default_type... 2022-05-18T05:59:07.5502830Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/test_set_default_type/build.ninja... 2022-05-18T05:59:07.5503200Z Building extension module test_set_default_type... 2022-05-18T05:59:07.5503580Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T05:59:24.2796020Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -c /Users/runner/Library/Caches/torch_extensions/py38_cpu/test_set_default_type/main.cpp -o main.o 2022-05-18T05:59:24.3828950Z [2/2] clang++ main.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o test_set_default_type.so 2022-05-18T05:59:24.5905410Z Loading extension module test_set_default_type... 2022-05-18T05:59:24.5906060Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... ok (17.056s) 2022-05-18T05:59:41.6439240Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-05-18T05:59:41.6450750Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-05-18T05:59:41.6456090Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-05-18T05:59:41.6460190Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-05-18T05:59:58.6265960Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /Users/runner/Library/Caches/torch_extensions/py38_cpu/warn_mod/main.cpp:12.) 2022-05-18T05:59:58.6271270Z ok (34.036s) 2022-05-18T05:59:58.6504590Z 2022-05-18T05:59:58.6505450Z ---------------------------------------------------------------------- 2022-05-18T05:59:58.6505780Z Ran 23 tests in 275.508s 2022-05-18T05:59:58.6505920Z 2022-05-18T05:59:58.6506030Z OK (skipped=7) 2022-05-18T05:59:58.6506150Z 2022-05-18T05:59:58.6506230Z Generating XML reports... 2022-05-18T05:59:58.6506800Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220518055523.xml 2022-05-18T05:59:58.9340510Z Running test_cuda_primary_ctx ... [2022-05-18 05:59:58.933283] 2022-05-18T05:59:58.9341270Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 05:59:58.933441] 2022-05-18T06:00:00.0195570Z CUDA not available, skipping tests 2022-05-18T06:00:00.1703460Z Running test_datapipe ... [2022-05-18 06:00:00.169704] 2022-05-18T06:00:00.1704120Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:00:00.169891] 2022-05-18T06:00:01.4124400Z 2022-05-18T06:00:01.4124730Z Running tests... 2022-05-18T06:00:01.4125480Z ---------------------------------------------------------------------- 2022-05-18T06:00:01.4125910Z test_basic_capture (__main__.TestCaptureDataFrame) ... skip: no dataframes (pandas) (0.001s) 2022-05-18T06:00:01.4126460Z Test results will be stored in test-reports/python-unittest/test_datapipe 2022-05-18T06:00:01.4158420Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.003s) 2022-05-18T06:00:01.8237430Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... ok (0.408s) 2022-05-18T06:00:01.8246950Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T06:00:01.8258220Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T06:00:01.8268150Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T06:00:01.8273550Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-05-18T06:00:01.8286110Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T06:00:01.8298220Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T06:00:01.8309860Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-05-18T06:00:01.8320200Z test_batch (__main__.TestDataFramesPipes) ... skip: Fix DataFramePipes Tests (0.001s) 2022-05-18T06:00:01.8328690Z test_capture (__main__.TestDataFramesPipes) ... skip: Fix DataFramePipes Tests (0.001s) 2022-05-18T06:00:01.8335770Z test_filter (__main__.TestDataFramesPipes) ... skip: Fix DataFramePipes Tests (0.001s) 2022-05-18T06:00:01.8343970Z test_shuffle (__main__.TestDataFramesPipes) ... skip: Fix DataFramePipes Tests (0.001s) 2022-05-18T06:00:01.8351040Z test_unbatch (__main__.TestDataFramesPipes) ... skip: Fix DataFramePipes Tests (0.001s) 2022-05-18T06:00:01.8485800Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.013s) 2022-05-18T06:00:01.8598220Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.011s) 2022-05-18T06:00:01.8791610Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.019s) 2022-05-18T06:00:01.9336190Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T06:00:01.9336730Z warnings.warn( 2022-05-18T06:00:01.9337920Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T06:00:01.9338410Z warnings.warn( 2022-05-18T06:00:01.9339130Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T06:00:01.9339650Z warnings.warn( 2022-05-18T06:00:01.9340350Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T06:00:01.9340850Z warnings.warn( 2022-05-18T06:00:01.9341550Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T06:00:01.9341970Z warnings.warn( 2022-05-18T06:00:01.9342160Z ok (0.054s) 2022-05-18T06:00:01.9507300Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.017s) 2022-05-18T06:00:02.0314630Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.081s) 2022-05-18T06:00:02.0409920Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.009s) 2022-05-18T06:00:02.1117790Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.071s) 2022-05-18T06:00:02.1339750Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T06:00:02.1340290Z warnings.warn( 2022-05-18T06:00:02.1340480Z ok (0.022s) 2022-05-18T06:00:02.2653600Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.131s) 2022-05-18T06:00:02.2777830Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.012s) 2022-05-18T06:00:02.2819990Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-05-18T06:00:02.8346700Z test_serializable (__main__.TestFunctionalIterDataPipe) ... ok (0.553s) 2022-05-18T06:00:02.8374080Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-05-18T06:00:02.8389440Z Only for DataPipes that take in a function as argument ... ok (0.004s) 2022-05-18T06:00:02.8410560Z test_shuffle_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74877 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-05-18T06:00:02.8459380Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-05-18T06:00:02.8690090Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.023s) 2022-05-18T06:00:02.8788270Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.010s) 2022-05-18T06:00:02.8849500Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.006s) 2022-05-18T06:00:02.8887040Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.004s) 2022-05-18T06:00:02.8987910Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.006s) 2022-05-18T06:00:02.9022920Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.007s) 2022-05-18T06:00:02.9178140Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.015s) 2022-05-18T06:00:02.9193700Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-05-18T06:00:02.9202440Z Only for DataPipes that take in a function as argument ... ok (0.002s) 2022-05-18T06:00:02.9230030Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-05-18T06:00:02.9271120Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.004s) 2022-05-18T06:00:02.9342620Z test_simple_traverse (__main__.TestGraph) ... skip: no dill (0.001s) 2022-05-18T06:00:02.9343820Z test_traverse_forked (__main__.TestGraph) ... skip: no dill (0.002s) 2022-05-18T06:00:02.9345080Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.002s) 2022-05-18T06:00:02.9347800Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.002s) 2022-05-18T06:00:02.9364980Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-05-18T06:00:02.9451200Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.010s) 2022-05-18T06:00:02.9531710Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-05-18T06:00:02.9870390Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.042s) 2022-05-18T06:00:02.9880430Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-05-18T06:00:03.0063980Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.019s) 2022-05-18T06:00:03.0082740Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-05-18T06:00:03.0110450Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.005s) 2022-05-18T06:00:03.0128190Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-05-18T06:00:03.0380240Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.027s) 2022-05-18T06:00:03.0648330Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/data/datapipes/utils/common.py:22: UserWarning: Lambda function is not supported for pickle, please use regular python function or functools.partial instead. 2022-05-18T06:00:03.0648910Z warnings.warn( 2022-05-18T06:00:03.0649180Z ok (0.027s) 2022-05-18T06:00:03.0845760Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.020s) 2022-05-18T06:00:03.0946490Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.010s) 2022-05-18T06:00:03.1043380Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.010s) 2022-05-18T06:00:03.1202880Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.016s) 2022-05-18T06:00:03.1321070Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.012s) 2022-05-18T06:00:03.1417240Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.010s) 2022-05-18T06:00:03.1427900Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-05-18T06:00:03.1436870Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-05-18T06:00:15.0040300Z test_old_dataloader (__main__.TestSharding) ... ok (11.860s) 2022-05-18T06:00:15.0085780Z test_sharding_length (__main__.TestSharding) ... ok (0.004s) 2022-05-18T06:00:15.0587870Z test_simple_sharding (__main__.TestSharding) ... ok (0.050s) 2022-05-18T06:00:15.0608070Z test_api (__main__.TestStreamWrapper) ... ok (0.002s) 2022-05-18T06:00:15.0619690Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-05-18T06:00:15.0640950Z test_pickle (__main__.TestStreamWrapper) ... ok (0.002s) 2022-05-18T06:00:15.0657530Z test_repr (__main__.TestStreamWrapper) ... ok (0.002s) 2022-05-18T06:00:15.0721630Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.006s) 2022-05-18T06:00:15.0738990Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-05-18T06:00:15.0751970Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-05-18T06:00:15.0785100Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.003s) 2022-05-18T06:00:15.0798350Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-05-18T06:00:15.0816100Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-05-18T06:00:15.0836920Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-05-18T06:00:15.0869160Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.003s) 2022-05-18T06:00:15.1145380Z 2022-05-18T06:00:15.1146280Z ---------------------------------------------------------------------- 2022-05-18T06:00:15.1146600Z Ran 74 tests in 13.675s 2022-05-18T06:00:15.1146730Z 2022-05-18T06:00:15.1146810Z OK (skipped=18) 2022-05-18T06:00:15.1146920Z 2022-05-18T06:00:15.1148220Z Generating XML reports... 2022-05-18T06:00:15.1149170Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220518060001.xml 2022-05-18T06:00:15.1149800Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220518060001.xml 2022-05-18T06:00:15.1150440Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220518060001.xml 2022-05-18T06:00:15.1151100Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220518060001.xml 2022-05-18T06:00:15.1151700Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220518060001.xml 2022-05-18T06:00:15.1152350Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220518060001.xml 2022-05-18T06:00:15.1153100Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220518060001.xml 2022-05-18T06:00:15.1153720Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220518060001.xml 2022-05-18T06:00:15.1154320Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220518060001.xml 2022-05-18T06:00:15.1154890Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220518060001.xml 2022-05-18T06:00:15.1155490Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220518060001.xml 2022-05-18T06:00:15.1156100Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220518060001.xml 2022-05-18T06:00:15.1157190Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220518060001.xml 2022-05-18T06:00:15.3554730Z Running test_deploy ... [2022-05-18 06:00:15.355096] 2022-05-18T06:00:15.3555320Z Executing ['/usr/local/miniconda/envs/build/bin/python', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-05-18 06:00:15.355252] 2022-05-18T06:00:15.8281400Z ============================= test session starts ============================== 2022-05-18T06:00:15.8282200Z platform darwin -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/miniconda/envs/build/bin/python 2022-05-18T06:00:15.8282510Z cachedir: .pytest_cache 2022-05-18T06:00:15.8283050Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/runner/work/pytorch/pytorch/test/.hypothesis/examples') 2022-05-18T06:00:15.8283480Z rootdir: /Users/runner/work/pytorch/pytorch, configfile: pytest.ini 2022-05-18T06:00:15.8283820Z plugins: hypothesis-6.46.5 2022-05-18T06:00:16.9129470Z collecting ... collected 1 item 2022-05-18T06:00:16.9129670Z 2022-05-18T06:00:17.3243460Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-05-18T06:00:17.3243720Z 2022-05-18T06:00:17.3243850Z ============================== 1 passed in 1.67s =============================== 2022-05-18T06:00:17.5763690Z Running test_dispatch ... [2022-05-18 06:00:17.576003] 2022-05-18T06:00:17.5764960Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:00:17.576131] 2022-05-18T06:00:19.0998910Z 2022-05-18T06:00:19.0999740Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-05-18T06:00:19.1000080Z Running tests... 2022-05-18T06:00:19.1000480Z ---------------------------------------------------------------------- 2022-05-18T06:00:19.4416320Z test_all_invariants (__main__.TestDispatch) ... ok (0.342s) 2022-05-18T06:00:29.9452830Z test_computed_table (__main__.TestDispatch) ... ok (10.504s) 2022-05-18T06:00:29.9623130Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.017s) 2022-05-18T06:00:29.9648900Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.003s) 2022-05-18T06:00:30.2721940Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.307s) 2022-05-18T06:00:30.5916480Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.319s) 2022-05-18T06:00:40.7119970Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (10.120s) 2022-05-18T06:00:40.7289420Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.017s) 2022-05-18T06:00:40.7465390Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.017s) 2022-05-18T06:00:40.7495780Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.003s) 2022-05-18T06:00:40.7524400Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.003s) 2022-05-18T06:00:50.8007600Z test_def (__main__.TestDispatch) ... ok (10.048s) 2022-05-18T06:00:50.8256790Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.025s) 2022-05-18T06:00:50.8270410Z test_def_only (__main__.TestDispatch) ... ok (0.001s) 2022-05-18T06:00:50.8283540Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-05-18T06:00:51.1587590Z test_def_with_inference (__main__.TestDispatch) ... ok (0.330s) 2022-05-18T06:00:51.1621570Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.003s) 2022-05-18T06:00:51.1634440Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-05-18T06:00:51.1827320Z Using /Users/runner/Library/Caches/torch_extensions/py38_cpu as PyTorch extensions root... 2022-05-18T06:00:51.1827810Z Creating extension directory /Users/runner/Library/Caches/torch_extensions/py38_cpu/dangling_impl_extension... 2022-05-18T06:00:51.1828950Z Emitting ninja build file /Users/runner/Library/Caches/torch_extensions/py38_cpu/dangling_impl_extension/build.ninja... 2022-05-18T06:00:51.1833280Z Building extension module dangling_impl_extension... 2022-05-18T06:00:51.1833890Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-05-18T06:01:08.9572970Z [1/2] clang++ -MMD -MF dangling_impl_extension.o.d -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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 -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/TH -isystem /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/include/THC -isystem /usr/local/miniconda/envs/build/include/python3.8 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -g -c /Users/runner/work/pytorch/pytorch/test/cpp_extensions/dangling_impl_extension.cpp -o dangling_impl_extension.o 2022-05-18T06:01:09.0624600Z [2/2] clang++ dangling_impl_extension.o -shared -L/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -undefined dynamic_lookup -o dangling_impl_extension.so 2022-05-18T06:01:09.4983470Z Loading extension module dangling_impl_extension... 2022-05-18T06:01:09.4984000Z test_find_dangling_impls_ext (__main__.TestDispatch) ... ok (18.335s) 2022-05-18T06:01:09.8163030Z test_impl_only (__main__.TestDispatch) ... ok (0.318s) 2022-05-18T06:01:09.8328600Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.016s) 2022-05-18T06:01:09.8490630Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.016s) 2022-05-18T06:01:09.8648150Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.016s) 2022-05-18T06:01:09.8763290Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.011s) 2022-05-18T06:01:09.8779360Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:133] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-05-18T06:01:09.8779820Z operator: __test45643__::foo 2022-05-18T06:01:09.8780050Z no debug info 2022-05-18T06:01:09.8780240Z dispatch key: (catch all) 2022-05-18T06:01:09.8780470Z previous kernel: fn1 2022-05-18T06:01:09.8780920Z new kernel: fn2 (function registerKernel) 2022-05-18T06:01:09.8784000Z [W OperatorEntry.cpp:133] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-05-18T06:01:09.8784380Z operator: __test45644__::foo 2022-05-18T06:01:09.8784590Z no debug info 2022-05-18T06:01:09.8784780Z dispatch key: (catch all) 2022-05-18T06:01:09.8784990Z previous kernel: fn1 2022-05-18T06:01:09.8785230Z new kernel: fn2 (function registerKernel) 2022-05-18T06:01:09.8786920Z ok (0.002s) 2022-05-18T06:01:09.8804980Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-05-18T06:01:09.8818820Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-05-18T06:01:09.8834870Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-05-18T06:01:09.8849610Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-05-18T06:01:09.8861510Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-05-18T06:01:09.8877580Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-05-18T06:01:09.8979140Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.010s) 2022-05-18T06:01:09.9119850Z 2022-05-18T06:01:09.9120650Z ---------------------------------------------------------------------- 2022-05-18T06:01:09.9120950Z Ran 32 tests in 50.798s 2022-05-18T06:01:09.9121090Z 2022-05-18T06:01:09.9121720Z OK 2022-05-18T06:01:09.9122000Z 2022-05-18T06:01:09.9122120Z Generating XML reports... 2022-05-18T06:01:09.9122660Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220518060019.xml 2022-05-18T06:01:09.9123300Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220518060019.xml 2022-05-18T06:01:10.2266690Z Running test_foreach ... [2022-05-18 06:01:10.225933] 2022-05-18T06:01:10.2267960Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:01:10.226080] 2022-05-18T06:01:12.3712400Z 2022-05-18T06:01:12.3713700Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-05-18T06:01:12.3714090Z Running tests... 2022-05-18T06:01:12.3716840Z ---------------------------------------------------------------------- 2022-05-18T06:01:12.3758350Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-05-18T06:01:12.3776630Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:12.3795220Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:12.3813620Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:12.3832870Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:12.3850890Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:12.3869350Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:12.3887600Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:12.3905970Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:12.3924510Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:12.3942980Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:12.3961500Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:12.4665870Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-05-18T06:01:12.5305860Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:12.5958670Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:12.6603460Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:12.7256570Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:12.7915120Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-05-18T06:01:12.8569520Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:12.9218980Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:12.9866760Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:13.0509270Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:13.1166600Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.066s) 2022-05-18T06:01:13.1833930Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.067s) 2022-05-18T06:01:13.2473330Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:13.3097990Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.062s) 2022-05-18T06:01:13.3729540Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.063s) 2022-05-18T06:01:13.4368460Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:13.5040130Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.067s) 2022-05-18T06:01:13.5693520Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:13.6334020Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:13.7035580Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-05-18T06:01:13.7822450Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.079s) 2022-05-18T06:01:13.8511840Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.069s) 2022-05-18T06:01:13.9153310Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:13.9795800Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:14.0449880Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:14.1082280Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:14.1706020Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.062s) 2022-05-18T06:01:14.2343000Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:14.2968750Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.062s) 2022-05-18T06:01:14.3619210Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:14.4249390Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-05-18T06:01:14.4893650Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:14.5551540Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-05-18T06:01:14.6196490Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:14.6827930Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.063s) 2022-05-18T06:01:14.7466160Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:14.8129180Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-05-18T06:01:14.8698440Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.057s) 2022-05-18T06:01:14.9353250Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:15.0009940Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-05-18T06:01:15.0653180Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:15.1318640Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-05-18T06:01:15.1977990Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-05-18T06:01:15.2686620Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-05-18T06:01:15.3331250Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:15.3987420Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:15.4633470Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:15.5351330Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.072s) 2022-05-18T06:01:15.5389510Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5426970Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5463700Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5501070Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5537700Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5574320Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5611520Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5647270Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5684230Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5722120Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5758600Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5795670Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5832700Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5869060Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5905280Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5942180Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.5978360Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6016190Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6053570Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6090820Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6127710Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6164950Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6201310Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6238050Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6274610Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6311600Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6348380Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6385140Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6421610Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6457880Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6494940Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6531330Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6567910Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6604240Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6641370Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6678150Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6714560Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6751250Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6787910Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6824670Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6861340Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6898210Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6935230Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.6972710Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.7010060Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.7047320Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.7084340Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.7121020Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.004s) 2022-05-18T06:01:15.8142460Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.102s) 2022-05-18T06:01:15.9513780Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.137s) 2022-05-18T06:01:16.0377760Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.086s) 2022-05-18T06:01:16.1268560Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.089s) 2022-05-18T06:01:16.2289250Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.102s) 2022-05-18T06:01:16.3293540Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.100s) 2022-05-18T06:01:16.4251840Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-05-18T06:01:16.5334630Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.108s) 2022-05-18T06:01:16.6426160Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.109s) 2022-05-18T06:01:16.7469330Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.104s) 2022-05-18T06:01:16.8548060Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.108s) 2022-05-18T06:01:16.9618450Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.107s) 2022-05-18T06:01:17.0619440Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.100s) 2022-05-18T06:01:17.2292660Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.167s) 2022-05-18T06:01:17.3143390Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.085s) 2022-05-18T06:01:17.4032220Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.089s) 2022-05-18T06:01:17.5032240Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.100s) 2022-05-18T06:01:17.6058140Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.103s) 2022-05-18T06:01:17.6993230Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-05-18T06:01:17.8664290Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.167s) 2022-05-18T06:01:18.0309830Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.164s) 2022-05-18T06:01:18.1920800Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.161s) 2022-05-18T06:01:18.3567930Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.165s) 2022-05-18T06:01:18.5219430Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.165s) 2022-05-18T06:01:18.6256870Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.104s) 2022-05-18T06:01:18.7546180Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.129s) 2022-05-18T06:01:18.8393360Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.085s) 2022-05-18T06:01:18.9295160Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.090s) 2022-05-18T06:01:19.0290410Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.099s) 2022-05-18T06:01:19.1267660Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.098s) 2022-05-18T06:01:19.2258730Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.099s) 2022-05-18T06:01:19.3275590Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.102s) 2022-05-18T06:01:19.4304620Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.103s) 2022-05-18T06:01:19.5311820Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.101s) 2022-05-18T06:01:19.6346200Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.103s) 2022-05-18T06:01:19.7373540Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.103s) 2022-05-18T06:01:19.8804650Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.143s) 2022-05-18T06:01:20.1024820Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.222s) 2022-05-18T06:01:20.2268630Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.124s) 2022-05-18T06:01:20.3573790Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.130s) 2022-05-18T06:01:20.5033050Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.146s) 2022-05-18T06:01:20.6447450Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.141s) 2022-05-18T06:01:20.7859000Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.141s) 2022-05-18T06:01:20.9360680Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.150s) 2022-05-18T06:01:21.0900370Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.154s) 2022-05-18T06:01:21.2419670Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.152s) 2022-05-18T06:01:21.3925010Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.150s) 2022-05-18T06:01:21.5446100Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.152s) 2022-05-18T06:01:21.6584170Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-05-18T06:01:21.8057760Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.147s) 2022-05-18T06:01:21.9044490Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.099s) 2022-05-18T06:01:22.0071240Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.103s) 2022-05-18T06:01:22.1208430Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-05-18T06:01:22.2327670Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.112s) 2022-05-18T06:01:22.3403870Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.107s) 2022-05-18T06:01:22.4609910Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.121s) 2022-05-18T06:01:22.5819560Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.121s) 2022-05-18T06:01:22.6981120Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.116s) 2022-05-18T06:01:22.8194700Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.121s) 2022-05-18T06:01:22.9390470Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.119s) 2022-05-18T06:01:23.0483220Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.109s) 2022-05-18T06:01:23.2232530Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.175s) 2022-05-18T06:01:23.3214030Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.098s) 2022-05-18T06:01:23.4222880Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.101s) 2022-05-18T06:01:23.5330930Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.111s) 2022-05-18T06:01:23.6432690Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.110s) 2022-05-18T06:01:23.7484510Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.105s) 2022-05-18T06:01:23.9521650Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.204s) 2022-05-18T06:01:24.1266660Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.174s) 2022-05-18T06:01:24.3016020Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.175s) 2022-05-18T06:01:24.4763680Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.175s) 2022-05-18T06:01:24.6518950Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.175s) 2022-05-18T06:01:24.7627540Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.111s) 2022-05-18T06:01:24.9024400Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.140s) 2022-05-18T06:01:25.0002610Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.098s) 2022-05-18T06:01:25.1010020Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.101s) 2022-05-18T06:01:25.2130190Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-05-18T06:01:25.3222680Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.109s) 2022-05-18T06:01:25.4279740Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.106s) 2022-05-18T06:01:25.5442750Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.116s) 2022-05-18T06:01:25.6599910Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.116s) 2022-05-18T06:01:25.7716410Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.112s) 2022-05-18T06:01:25.8873350Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.116s) 2022-05-18T06:01:26.0034110Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.116s) 2022-05-18T06:01:26.1557810Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.152s) 2022-05-18T06:01:26.3898690Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.234s) 2022-05-18T06:01:26.5269350Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.137s) 2022-05-18T06:01:26.6679250Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.141s) 2022-05-18T06:01:26.8212890Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.153s) 2022-05-18T06:01:26.9736400Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.152s) 2022-05-18T06:01:27.1231240Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.149s) 2022-05-18T06:01:27.2883660Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.165s) 2022-05-18T06:01:27.4537360Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.165s) 2022-05-18T06:01:27.6178190Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.164s) 2022-05-18T06:01:27.7815870Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.164s) 2022-05-18T06:01:27.9502460Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.169s) 2022-05-18T06:01:27.9521530Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9538130Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9554790Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9571420Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9596420Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9619530Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9643400Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9667300Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9691510Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9715630Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9739450Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9763560Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9787400Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9810030Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9833470Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9856020Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9879890Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9903620Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9927350Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9951240Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9975190Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:27.9999150Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0022680Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0046530Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0070430Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0095530Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0119730Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0144940Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0169540Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0193070Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0216640Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0240510Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0264170Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0287370Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0312820Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0336130Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0359490Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0382010Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0405350Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0428710Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0452650Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0623270Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:01:28.0649920Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.003s) 2022-05-18T06:01:28.0675420Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0698730Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0722470Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0746180Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0769520Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0793020Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0816560Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0839800Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.0863590Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-05-18T06:01:28.2814850Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.195s) 2022-05-18T06:01:28.5022960Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.221s) 2022-05-18T06:01:28.6307000Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.128s) 2022-05-18T06:01:28.7646800Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.134s) 2022-05-18T06:01:28.9552670Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.190s) 2022-05-18T06:01:29.1449640Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.190s) 2022-05-18T06:01:29.3277940Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.183s) 2022-05-18T06:01:29.5209120Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.193s) 2022-05-18T06:01:29.7131550Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.192s) 2022-05-18T06:01:29.9018510Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.189s) 2022-05-18T06:01:30.1013440Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.199s) 2022-05-18T06:01:30.3011190Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.200s) 2022-05-18T06:01:30.4835240Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.182s) 2022-05-18T06:01:30.7237410Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.240s) 2022-05-18T06:01:30.8517290Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.128s) 2022-05-18T06:01:30.9841720Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.132s) 2022-05-18T06:01:31.1731140Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.189s) 2022-05-18T06:01:31.3535710Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.180s) 2022-05-18T06:01:31.5330540Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.179s) 2022-05-18T06:01:31.7739800Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.241s) 2022-05-18T06:01:32.0154420Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.241s) 2022-05-18T06:01:32.2550460Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.239s) 2022-05-18T06:01:32.4959360Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.241s) 2022-05-18T06:01:32.7393630Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.243s) 2022-05-18T06:01:32.9205870Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.181s) 2022-05-18T06:01:33.1272090Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.206s) 2022-05-18T06:01:33.2552730Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.128s) 2022-05-18T06:01:33.3875220Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.132s) 2022-05-18T06:01:33.5713340Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.184s) 2022-05-18T06:01:33.7507990Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.179s) 2022-05-18T06:01:33.9264360Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.176s) 2022-05-18T06:01:34.1317610Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.205s) 2022-05-18T06:01:34.3122310Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.180s) 2022-05-18T06:01:34.4897540Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.177s) 2022-05-18T06:01:34.6718300Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.182s) 2022-05-18T06:01:34.8535110Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.182s) 2022-05-18T06:01:35.0917610Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.238s) 2022-05-18T06:01:35.4167060Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.325s) 2022-05-18T06:01:35.6223680Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.206s) 2022-05-18T06:01:35.8279750Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.206s) 2022-05-18T06:01:36.0667780Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.239s) 2022-05-18T06:01:36.3033540Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.236s) 2022-05-18T06:01:36.5381710Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.235s) 2022-05-18T06:01:36.7827510Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.244s) 2022-05-18T06:01:37.0277460Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.245s) 2022-05-18T06:01:37.2770770Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.249s) 2022-05-18T06:01:37.5226970Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.246s) 2022-05-18T06:01:37.7744370Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.252s) 2022-05-18T06:01:37.9840160Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.210s) 2022-05-18T06:01:38.2278120Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.244s) 2022-05-18T06:01:38.3746320Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.147s) 2022-05-18T06:01:38.5264290Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.152s) 2022-05-18T06:01:38.7377480Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.211s) 2022-05-18T06:01:38.9436900Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.206s) 2022-05-18T06:01:39.1488400Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.205s) 2022-05-18T06:01:39.3622340Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.213s) 2022-05-18T06:01:39.5763330Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.214s) 2022-05-18T06:01:39.7847630Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.208s) 2022-05-18T06:01:39.9964010Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.212s) 2022-05-18T06:01:40.2083940Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.212s) 2022-05-18T06:01:40.4110110Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.203s) 2022-05-18T06:01:40.6697730Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.259s) 2022-05-18T06:01:40.8161300Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.146s) 2022-05-18T06:01:40.9680170Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.152s) 2022-05-18T06:01:41.1723530Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.204s) 2022-05-18T06:01:41.3722910Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.200s) 2022-05-18T06:01:41.5680880Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.196s) 2022-05-18T06:01:41.8280570Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.260s) 2022-05-18T06:01:42.0910220Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.263s) 2022-05-18T06:01:42.3520670Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.261s) 2022-05-18T06:01:42.6140600Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.262s) 2022-05-18T06:01:42.8753160Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.261s) 2022-05-18T06:01:43.0747280Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.199s) 2022-05-18T06:01:43.3005590Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.226s) 2022-05-18T06:01:43.4460770Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.145s) 2022-05-18T06:01:43.5982020Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.152s) 2022-05-18T06:01:43.8004240Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.202s) 2022-05-18T06:01:44.0013550Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.201s) 2022-05-18T06:01:44.2259030Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.224s) 2022-05-18T06:01:44.4273190Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.201s) 2022-05-18T06:01:44.6290310Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.202s) 2022-05-18T06:01:44.8283690Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.199s) 2022-05-18T06:01:45.0287260Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.200s) 2022-05-18T06:01:45.2310260Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.202s) 2022-05-18T06:01:45.4899610Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.259s) 2022-05-18T06:01:45.8334140Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.343s) 2022-05-18T06:01:46.0555300Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.222s) 2022-05-18T06:01:46.2820670Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.226s) 2022-05-18T06:01:46.5426950Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.261s) 2022-05-18T06:01:46.7999300Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.257s) 2022-05-18T06:01:47.0527590Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.253s) 2022-05-18T06:01:47.3185670Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.266s) 2022-05-18T06:01:47.5866350Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.268s) 2022-05-18T06:01:47.8504570Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.264s) 2022-05-18T06:01:48.1172070Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.266s) 2022-05-18T06:01:48.3983880Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.282s) 2022-05-18T06:01:48.4686760Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-05-18T06:01:48.5478100Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.079s) 2022-05-18T06:01:48.6304340Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.082s) 2022-05-18T06:01:48.7158120Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.085s) 2022-05-18T06:01:48.7874160Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-05-18T06:01:48.8548240Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-05-18T06:01:48.9168760Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-05-18T06:01:48.9545970Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-05-18T06:01:48.9933560Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.039s) 2022-05-18T06:01:49.0279450Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-05-18T06:01:49.0661660Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-05-18T06:01:49.1047470Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.039s) 2022-05-18T06:01:49.1464950Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-05-18T06:01:49.2232220Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.077s) 2022-05-18T06:01:49.2770000Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.054s) 2022-05-18T06:01:49.3313150Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-05-18T06:01:49.3736880Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-05-18T06:01:49.4155650Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.042s) 2022-05-18T06:01:49.4539840Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-05-18T06:01:49.5360540Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-05-18T06:01:49.6148800Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.079s) 2022-05-18T06:01:49.6921140Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-05-18T06:01:49.7695930Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-05-18T06:01:49.8468830Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-05-18T06:01:49.8882370Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:01:49.9093710Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:01:49.9624830Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:01:50.0181220Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:01:50.0597160Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:01:50.1012220Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:01:50.1408220Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:01:50.1636850Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:01:50.1864690Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:01:50.2069770Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:01:50.2296110Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:01:50.2523890Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:01:50.3208290Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-05-18T06:01:50.5155800Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.195s) 2022-05-18T06:01:50.5971460Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.081s) 2022-05-18T06:01:50.6819910Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.085s) 2022-05-18T06:01:50.7518150Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-05-18T06:01:50.8188890Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-05-18T06:01:50.8818570Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-05-18T06:01:50.9193870Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.037s) 2022-05-18T06:01:50.9571440Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.038s) 2022-05-18T06:01:50.9918120Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-05-18T06:01:51.0296990Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-05-18T06:01:51.0674530Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-05-18T06:01:51.1466510Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-05-18T06:01:51.2354650Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.089s) 2022-05-18T06:01:51.3289330Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.093s) 2022-05-18T06:01:51.4244700Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-05-18T06:01:51.5063420Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-05-18T06:01:51.5853570Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.079s) 2022-05-18T06:01:51.6598450Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.074s) 2022-05-18T06:01:51.7083310Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-05-18T06:01:51.7572320Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-05-18T06:01:51.8021360Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-05-18T06:01:51.8510560Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.049s) 2022-05-18T06:01:51.9004950Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.049s) 2022-05-18T06:01:51.9543140Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.054s) 2022-05-18T06:01:52.0423640Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.088s) 2022-05-18T06:01:52.1066040Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:01:52.1715160Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:52.2243010Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:01:52.2752280Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.051s) 2022-05-18T06:01:52.3247110Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.049s) 2022-05-18T06:01:52.4149690Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.090s) 2022-05-18T06:01:52.5045540Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.089s) 2022-05-18T06:01:52.5943820Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.090s) 2022-05-18T06:01:52.6835130Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.089s) 2022-05-18T06:01:52.7740710Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.090s) 2022-05-18T06:01:52.8257810Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-05-18T06:01:52.8571570Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.031s) 2022-05-18T06:01:52.9200010Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.063s) 2022-05-18T06:01:52.9851890Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-05-18T06:01:53.0378950Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:01:53.0894330Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.051s) 2022-05-18T06:01:53.1408460Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.051s) 2022-05-18T06:01:53.1742540Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-05-18T06:01:53.2064550Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-05-18T06:01:53.2369960Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-05-18T06:01:53.2695240Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-05-18T06:01:53.3020940Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-05-18T06:01:53.3810700Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-05-18T06:01:53.5903930Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.209s) 2022-05-18T06:01:53.6827000Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.092s) 2022-05-18T06:01:53.7787280Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-05-18T06:01:53.8607960Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-05-18T06:01:53.9391290Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.078s) 2022-05-18T06:01:54.0136400Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.074s) 2022-05-18T06:01:54.0625610Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.049s) 2022-05-18T06:01:54.1113730Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-05-18T06:01:54.1651290Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-05-18T06:01:54.2414560Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.076s) 2022-05-18T06:01:54.2911630Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.050s) 2022-05-18T06:01:54.2938900Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.2965350Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.2992080Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3018610Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3045260Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3071330Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3097790Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3124220Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3150140Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3177020Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3203220Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3230040Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3256280Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3285740Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3313370Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3343020Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3369270Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3395320Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3421390Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3447670Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3473670Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3500320Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3527210Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3554260Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3581110Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3607500Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3633880Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3660180Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3686670Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3712680Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:01:54.3738430Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:01:54.3764620Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3790710Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3817340Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3843910Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3870180Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3896420Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3922720Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3948530Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.3974650Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.4000920Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.4027480Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.4053150Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.4079190Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.4105400Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.4131800Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.4158070Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.4184750Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:01:54.4208740Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:01:54.4232430Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:01:54.4384220Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-05-18T06:01:54.4454760Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.007s) 2022-05-18T06:01:54.4615450Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-05-18T06:01:54.4764450Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-05-18T06:01:54.4912700Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-05-18T06:01:54.4990570Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-05-18T06:01:54.5066450Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-05-18T06:01:54.5138290Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-05-18T06:01:54.5216100Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-05-18T06:01:54.5293310Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-05-18T06:01:54.5440750Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-05-18T06:01:54.5512280Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.007s) 2022-05-18T06:01:54.5664460Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-05-18T06:01:54.5815900Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-05-18T06:01:54.5958690Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-05-18T06:01:54.6036950Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-05-18T06:01:54.6115870Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-05-18T06:01:54.6187400Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-05-18T06:01:54.6266510Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-05-18T06:01:54.6343890Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-05-18T06:01:54.6374930Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-05-18T06:01:54.6405430Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-05-18T06:01:54.6435610Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-05-18T06:01:54.6465020Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-05-18T06:01:54.6494920Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-05-18T06:01:54.6524790Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-05-18T06:01:54.6554780Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-05-18T06:01:54.6584440Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-05-18T06:01:54.6788100Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:01:54.6912040Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.012s) 2022-05-18T06:01:54.7118650Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:01:54.7325900Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:01:54.7526390Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:01:54.7656620Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:01:54.7788920Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:01:54.7914630Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:01:54.8044140Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:01:54.8174770Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:01:54.8379610Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:01:54.8516100Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.014s) 2022-05-18T06:01:54.8722740Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:01:54.8921640Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:01:54.9121820Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:01:54.9257600Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:01:54.9392400Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:01:54.9520760Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:01:54.9652510Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:01:54.9788330Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-05-18T06:01:57.0715160Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (2.092s) 2022-05-18T06:01:59.2121460Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (2.140s) 2022-05-18T06:02:00.9757450Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.763s) 2022-05-18T06:02:02.7057760Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.730s) 2022-05-18T06:02:05.0601320Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (2.354s) 2022-05-18T06:02:07.3805320Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (2.320s) 2022-05-18T06:02:09.7271230Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (2.346s) 2022-05-18T06:02:12.0503220Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (2.323s) 2022-05-18T06:02:14.4392510Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (2.389s) 2022-05-18T06:02:16.5592950Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (2.120s) 2022-05-18T06:02:18.6869330Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (2.128s) 2022-05-18T06:02:20.4128470Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.726s) 2022-05-18T06:02:22.1406820Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.728s) 2022-05-18T06:02:23.6580530Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.517s) 2022-05-18T06:02:25.1777580Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.520s) 2022-05-18T06:02:26.6613660Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.483s) 2022-05-18T06:02:28.1567920Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.495s) 2022-05-18T06:02:29.6687750Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.512s) 2022-05-18T06:02:31.9802560Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (2.311s) 2022-05-18T06:02:34.3097550Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (2.329s) 2022-05-18T06:02:36.2689350Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.959s) 2022-05-18T06:02:38.1899130Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.921s) 2022-05-18T06:02:40.7396110Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (2.550s) 2022-05-18T06:02:43.2769930Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (2.537s) 2022-05-18T06:02:45.8560970Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (2.579s) 2022-05-18T06:02:48.4118360Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (2.556s) 2022-05-18T06:02:51.0721790Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (2.660s) 2022-05-18T06:02:53.3878320Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (2.316s) 2022-05-18T06:02:55.7323200Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (2.344s) 2022-05-18T06:02:57.6651450Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.933s) 2022-05-18T06:02:59.5889650Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.924s) 2022-05-18T06:03:01.2849350Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.696s) 2022-05-18T06:03:02.9814810Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.696s) 2022-05-18T06:03:04.6571650Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.675s) 2022-05-18T06:03:06.3847350Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.728s) 2022-05-18T06:03:08.0900020Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.705s) 2022-05-18T06:03:08.0920850Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:08.0939850Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:08.0958710Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:08.0977910Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:08.1488040Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.051s) 2022-05-18T06:03:08.2112330Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.062s) 2022-05-18T06:03:08.2736450Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-05-18T06:03:08.3244220Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.051s) 2022-05-18T06:03:08.3744670Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.050s) 2022-05-18T06:03:08.4208660Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-05-18T06:03:08.4850980Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:03:08.5592870Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.074s) 2022-05-18T06:03:08.6355100Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.076s) 2022-05-18T06:03:08.7014480Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-05-18T06:03:08.7657950Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.064s) 2022-05-18T06:03:08.8267850Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.061s) 2022-05-18T06:03:08.8451260Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:08.8805450Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.035s) 2022-05-18T06:03:08.9159560Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-05-18T06:03:08.9343120Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:08.9520870Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:08.9689490Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:08.9795870Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-05-18T06:03:08.9900450Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-05-18T06:03:08.9995000Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-05-18T06:03:09.0099920Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-05-18T06:03:09.0205260Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-05-18T06:03:09.0443750Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.024s) 2022-05-18T06:03:09.0679370Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:09.0860020Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.1049050Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-05-18T06:03:09.1310260Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:09.1567020Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:09.1755360Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-05-18T06:03:09.1934580Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.2181290Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.025s) 2022-05-18T06:03:09.2420500Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-05-18T06:03:09.2628240Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:09.2796580Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:09.2972130Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:09.3149110Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.3317410Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:09.3544180Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:09.3769660Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:09.3948830Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.4117480Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:09.4341990Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:09.4569240Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:09.4744140Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:09.4935480Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-05-18T06:03:09.5120990Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.5306520Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-05-18T06:03:09.5483160Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:09.5670440Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-05-18T06:03:09.5865500Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-05-18T06:03:09.6045840Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.6276430Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:09.6496200Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:09.6672120Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.6839270Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:09.7020260Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.7198300Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.7365160Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:09.7543110Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.7720400Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.7889460Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:09.8068640Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.8244520Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.8409630Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-05-18T06:03:09.8641920Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:09.8868880Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:09.9046000Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.9214920Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:09.9397790Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:09.9611230Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:09.9785710Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.0015150Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:10.0243260Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:10.0422690Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.0592680Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.0822010Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:10.1050230Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:10.1227880Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.1395250Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.1604650Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:10.1823460Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:10.1999970Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.2166230Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.2269680Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-05-18T06:03:10.2428930Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-05-18T06:03:10.2530720Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-05-18T06:03:10.2634890Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-05-18T06:03:10.2737560Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-05-18T06:03:10.2915720Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.3089840Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.3256150Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.3438780Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.3621510Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.3792380Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.3972260Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.4147920Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.4313960Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.4539150Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:10.4763250Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:10.4954660Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-05-18T06:03:10.5124650Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.5345100Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:10.5569830Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:10.5751570Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.5921820Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.6101320Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.6329880Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:10.6554600Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:10.6729850Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.6895690Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.7128280Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:10.7376610Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-05-18T06:03:10.7556340Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.7726900Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.7963050Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:10.8198200Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:10.8377990Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.8548120Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.8726430Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-05-18T06:03:10.8901150Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.9068750Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-05-18T06:03:10.9089450Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9110740Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9132480Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9154110Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9176230Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9197590Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9219340Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9240870Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9262150Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9283470Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9304440Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9325770Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9346770Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9367860Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9389080Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9410090Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9431300Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9452600Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9473920Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9495130Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9516190Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9537530Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9558660Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9579940Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9601000Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9622100Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9643410Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9664480Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9686360Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9707940Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9728720Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9749850Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9771380Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9802880Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:03:10.9824340Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9845690Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9866750Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9888050Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9909630Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9930950Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9952000Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9973290Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:10.9994650Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0015760Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0039740Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0062380Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0084330Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0106040Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0128150Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0150000Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0171720Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0193740Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0215500Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0237650Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0259670Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0281200Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0302670Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0324180Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0345680Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0367160Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0388400Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0409440Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0430620Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0451880Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0473050Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0494310Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0515320Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0536480Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0557830Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0578880Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0600040Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0621050Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0642320Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0664020Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0685910Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0707530Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0729250Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0750740Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0772810Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0794890Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0816270Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0838020Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0859680Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0881450Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0903230Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0925170Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0947460Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0969080Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.0991350Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1014160Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1035990Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1057880Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1079460Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1101280Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1123830Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1145810Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1167670Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1189620Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1217420Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:03:11.1239330Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1260940Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1282910Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1306020Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1334620Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:03:11.1356540Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1377920Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1399790Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1421680Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1443340Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1465320Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:11.1677840Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:11.2299610Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.062s) 2022-05-18T06:03:11.2678070Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.038s) 2022-05-18T06:03:11.3061590Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-05-18T06:03:11.3275740Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:11.3484100Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:11.3681790Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:11.3815550Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:03:11.3949540Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:03:11.4073200Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-05-18T06:03:11.4207630Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:03:11.4341830Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:03:11.4554320Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:11.4958860Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:11.5245370Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.029s) 2022-05-18T06:03:11.5524950Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-05-18T06:03:11.6087620Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:03:11.6305750Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:11.6504590Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:11.6908710Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:11.7319640Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:11.7726430Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:11.8130770Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:11.8532370Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:11.8745660Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:11.9144420Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:11.9444960Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.030s) 2022-05-18T06:03:11.9723030Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-05-18T06:03:12.0278670Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-05-18T06:03:12.0491550Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:12.0692250Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:12.1098410Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:12.1504490Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:12.1908300Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:12.2315490Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:12.2716490Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:12.2930010Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:12.3332150Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:12.3611470Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.028s) 2022-05-18T06:03:12.3886010Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-05-18T06:03:12.4437900Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-05-18T06:03:12.4650940Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:12.4856330Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:12.5257560Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:12.5663070Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:12.6074950Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:12.6478670Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:12.6883500Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:12.7097340Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:12.7628020Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:12.8210010Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-05-18T06:03:12.8783550Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-05-18T06:03:12.9335930Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-05-18T06:03:12.9547120Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:12.9744490Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:13.0274240Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:13.0807910Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:13.1340280Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:13.1875440Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:13.2406850Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:13.2621610Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:13.3020610Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:13.3283860Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:13.3547230Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:13.4101760Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-05-18T06:03:13.4317610Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:13.4520700Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:13.4923710Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:13.5327000Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:13.5747230Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-05-18T06:03:13.6152720Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:13.6556870Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:13.6768010Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:13.7168190Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:13.7427940Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:13.7683930Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:13.8241910Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:03:13.8452650Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:13.8651040Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:13.9051200Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:13.9456720Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:13.9868270Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:14.0273640Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:14.0682480Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:14.0912300Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:14.1317370Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:14.1895330Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-05-18T06:03:14.2472150Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-05-18T06:03:14.3025070Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-05-18T06:03:14.3246530Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:14.3458400Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:14.3867720Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:14.4270840Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:14.4677610Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:14.5081530Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:14.5487450Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:14.5712500Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:14.6122200Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:14.6701050Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-05-18T06:03:14.7281160Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-05-18T06:03:14.7841480Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:03:14.8063550Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:14.8272180Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:14.8680270Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:14.9088050Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:14.9496960Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:14.9908320Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:15.0314510Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:15.0550810Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-05-18T06:03:15.1041720Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.049s) 2022-05-18T06:03:15.1451110Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:15.1757450Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-05-18T06:03:15.2317620Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:03:15.2527350Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:15.2726050Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:15.3130070Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:15.3535650Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:15.3941000Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:15.4340910Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:15.4745120Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:15.4958750Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:15.5358520Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:15.5942880Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-05-18T06:03:15.6517010Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-05-18T06:03:15.7069730Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-05-18T06:03:15.7281870Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:15.7482080Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:15.7886320Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:15.8293590Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:15.8696470Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:15.9098080Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:15.9512080Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:15.9724410Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:16.0247550Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.052s) 2022-05-18T06:03:16.0821750Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-05-18T06:03:16.1393330Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-05-18T06:03:16.1944500Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-05-18T06:03:16.2156100Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:16.2354920Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:16.2879670Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-05-18T06:03:16.3410790Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:16.3944620Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:16.4471050Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:16.4997330Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:16.5209220Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:16.5738160Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:16.6316900Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-05-18T06:03:16.6892030Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-05-18T06:03:16.7106480Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:16.7318150Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:16.7522830Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:16.8052690Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:16.8587410Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:16.9113320Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-05-18T06:03:16.9643260Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:17.0174230Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:17.0388270Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:17.0787020Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:17.1051620Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:17.1320370Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-05-18T06:03:17.1871050Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-05-18T06:03:17.2082750Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:17.2283000Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:17.2685670Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:17.3085800Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:17.3489140Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:17.3903210Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:17.4309470Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:17.4525720Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:17.4927680Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:17.5510660Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-05-18T06:03:17.6098200Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-05-18T06:03:17.6652450Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-05-18T06:03:17.6864660Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:17.7065880Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:17.7464340Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:17.7869860Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:17.8277370Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:17.8685720Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:17.9092850Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:17.9311290Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:17.9719690Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:17.9990540Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.027s) 2022-05-18T06:03:18.0256440Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-05-18T06:03:18.0825010Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-05-18T06:03:18.1042440Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:18.1244790Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:18.1664570Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-05-18T06:03:18.2079210Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:18.2495730Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-05-18T06:03:18.2908460Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:18.3316440Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:18.3536190Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:18.3991410Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.045s) 2022-05-18T06:03:18.4266380Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.027s) 2022-05-18T06:03:18.4537350Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-05-18T06:03:18.5095680Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:03:18.5311520Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:18.5516940Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:18.5935250Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-05-18T06:03:18.6345720Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:18.6755230Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:18.7161840Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:18.7577100Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:18.7794890Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:18.8323410Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:18.8578100Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.025s) 2022-05-18T06:03:18.8836590Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:18.9047400Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:18.9253500Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:18.9455430Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:18.9592740Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-05-18T06:03:18.9730270Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-05-18T06:03:18.9857030Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-05-18T06:03:18.9996600Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-05-18T06:03:19.0134900Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-05-18T06:03:19.0347290Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:19.0753090Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:19.1006430Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.025s) 2022-05-18T06:03:19.1266970Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:19.1492640Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-05-18T06:03:19.1704010Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:19.1907990Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:19.2327100Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-05-18T06:03:19.2755700Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-05-18T06:03:19.3186380Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-05-18T06:03:19.3594860Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:19.4004690Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:19.4216930Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:19.4748200Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:19.5339410Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.059s) 2022-05-18T06:03:19.5929770Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-05-18T06:03:19.6488490Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:03:19.6702700Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:19.6908070Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:19.7440360Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:19.7972540Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:19.8503730Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:19.9033460Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:19.9574710Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.054s) 2022-05-18T06:03:19.9791280Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:20.0199490Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:20.0454050Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.025s) 2022-05-18T06:03:20.0711970Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:20.1275130Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:03:20.1488450Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:20.1685470Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:20.2089600Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:20.2496580Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:20.2900990Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:20.3305260Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:20.3708820Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:20.3923970Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:20.4325890Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:20.4594750Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.027s) 2022-05-18T06:03:20.4861210Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-05-18T06:03:20.5415790Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-05-18T06:03:20.5632800Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:20.5845890Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:20.6256950Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:20.6668640Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:20.7072650Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:20.7496660Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-05-18T06:03:20.7903910Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:20.8113780Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:20.8513320Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:20.8774250Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:20.9035150Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:20.9594330Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:03:20.9811940Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:21.0015950Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:21.0420090Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:21.0831150Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:21.1242320Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:21.1658700Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-05-18T06:03:21.2066960Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:21.2280720Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:21.2687450Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:21.2941570Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.025s) 2022-05-18T06:03:21.3198390Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-05-18T06:03:21.3756230Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:03:21.3965290Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:21.4163730Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:21.4572980Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:21.4977710Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:21.5385610Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:21.5791920Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:21.6197810Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:21.6416500Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:21.6815890Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:21.7083990Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.027s) 2022-05-18T06:03:21.7352040Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-05-18T06:03:21.7905970Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-05-18T06:03:21.8119100Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:21.8321310Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:21.8731810Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:21.9138480Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:21.9554970Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-05-18T06:03:21.9960490Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:22.0367310Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:22.0584910Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:22.0989150Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:22.1268020Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.028s) 2022-05-18T06:03:22.1541580Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-05-18T06:03:22.2097910Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:03:22.2320200Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:22.2524410Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-05-18T06:03:22.2926510Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:22.3334070Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:22.3740390Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-05-18T06:03:22.4145180Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:22.4550240Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-05-18T06:03:22.4767350Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:22.5295030Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:22.5878130Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-05-18T06:03:22.6455830Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-05-18T06:03:22.7012960Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-05-18T06:03:22.7229730Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-05-18T06:03:22.7441860Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-05-18T06:03:22.7977060Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:22.8506130Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:22.9036380Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:22.9566630Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:23.0100350Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-05-18T06:03:23.2538350Z 2022-05-18T06:03:23.2539070Z ---------------------------------------------------------------------- 2022-05-18T06:03:23.2539840Z Ran 1142 tests in 130.639s 2022-05-18T06:03:23.2539980Z 2022-05-18T06:03:23.2540060Z OK (skipped=212) 2022-05-18T06:03:23.2540190Z 2022-05-18T06:03:23.2540280Z Generating XML reports... 2022-05-18T06:03:23.2540950Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220518060112.xml 2022-05-18T06:03:23.5609580Z Running test_functional_autograd_benchmark ... [2022-05-18 06:03:23.560245] 2022-05-18T06:03:23.5610390Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:03:23.560424] 2022-05-18T06:03:24.6700860Z 2022-05-18T06:03:24.6701170Z Running tests... 2022-05-18T06:03:24.6701870Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-05-18T06:03:33.4063380Z ---------------------------------------------------------------------- 2022-05-18T06:03:33.4063780Z Results for model resnet18 on task vjp: nans (var: nan) 2022-05-18T06:03:34.7215780Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-05-18T06:03:36.0580750Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-05-18T06:03:38.0567340Z Results for model wav2letter on task vjp: nans (var: nan) 2022-05-18T06:03:46.2700110Z Results for model transformer on task vjp: nans (var: nan) 2022-05-18T06:03:47.5995060Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-05-18T06:03:47.7522460Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... ok (23.082s) 2022-05-18T06:03:47.7548350Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:03:47.7616050Z 2022-05-18T06:03:47.7617780Z ---------------------------------------------------------------------- 2022-05-18T06:03:47.7618560Z Ran 2 tests in 23.085s 2022-05-18T06:03:47.7619420Z 2022-05-18T06:03:47.7619950Z OK (skipped=1) 2022-05-18T06:03:47.7620760Z 2022-05-18T06:03:47.7621250Z Generating XML reports... 2022-05-18T06:03:47.7622320Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220518060324.xml 2022-05-18T06:03:48.0043390Z Running test_functionalization ... [2022-05-18 06:03:48.003957] 2022-05-18T06:03:48.0044230Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:03:48.004097] 2022-05-18T06:03:49.1087650Z 2022-05-18T06:03:49.1088410Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-05-18T06:03:49.1088750Z Running tests... 2022-05-18T06:03:49.1089140Z ---------------------------------------------------------------------- 2022-05-18T06:03:49.4947520Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.386s) 2022-05-18T06:03:49.4993130Z test_cat (__main__.TestFunctionalization) ... ok (0.005s) 2022-05-18T06:03:49.5068630Z test_copy_ (__main__.TestFunctionalization) ... test_functionalization.py:416: UserWarning: Note: the functionalization pass encountered an operator (zero_) that it could not functionalize, because it couldn't find an out-of-place equivalent of the operator to call. Instead, it's calling the inplace/view operator directly. If this causes problems in your program, consider upstreaming the out-of-place op to PyTorch. (Triggered internally at aten/src/ATen/RegisterFunctionalization_2.cpp:4811.) 2022-05-18T06:03:49.5069440Z tmp = torch.zeros(2, 2) 2022-05-18T06:03:49.5069640Z ok (0.007s) 2022-05-18T06:03:49.5108020Z test_diagonal (__main__.TestFunctionalization) ... ok (0.004s) 2022-05-18T06:03:49.5125290Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.002s) 2022-05-18T06:03:49.5218370Z test_everything (__main__.TestFunctionalization) ... ok (0.009s) 2022-05-18T06:03:49.5243560Z test_fill_ (__main__.TestFunctionalization) ... ok (0.002s) 2022-05-18T06:03:49.5271220Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T06:03:49.5364010Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.009s) 2022-05-18T06:03:49.5385140Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.002s) 2022-05-18T06:03:49.5413410Z test_multi_out (__main__.TestFunctionalization) ... test_functionalization.py:141: 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-18T06:03:49.5414190Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-05-18T06:03:49.5414410Z ok (0.003s) 2022-05-18T06:03:49.5445320Z test_multiple_levels_of_wrapping (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T06:03:49.5463210Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.002s) 2022-05-18T06:03:49.5478180Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.001s) 2022-05-18T06:03:49.5514800Z test_optional_tensor_list (__main__.TestFunctionalization) ... test_functionalization.py:278: UserWarning: Note: the functionalization pass encountered an operator (arange.start_out) that it could not functionalize, because it couldn't find an out-of-place equivalent of the operator to call. Instead, it's calling the inplace/view operator directly. If this causes problems in your program, consider upstreaming the out-of-place op to PyTorch. (Triggered internally at aten/src/ATen/RegisterFunctionalization_2.cpp:1528.) 2022-05-18T06:03:49.5515650Z indices = torch.arange(4) 2022-05-18T06:03:49.5516840Z test_functionalization.py:279: UserWarning: Note: the functionalization pass encountered an operator (arange.start_out) that it could not functionalize, because it couldn't find an out-of-place equivalent of the operator to call. Instead, it's calling the inplace/view operator directly. If this causes problems in your program, consider upstreaming the out-of-place op to PyTorch. (Triggered internally at aten/src/ATen/RegisterFunctionalization_2.cpp:1528.) 2022-05-18T06:03:49.5517580Z values = torch.arange(4, dtype=y.dtype) 2022-05-18T06:03:49.5517880Z ok (0.003s) 2022-05-18T06:03:49.5545910Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T06:03:49.5576120Z test_scalars (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T06:03:49.5607660Z test_simple (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T06:03:49.5640160Z test_simple_out (__main__.TestFunctionalization) ... test_functionalization.py:121: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:03:49.5640910Z torch.add(y, tmp, out=z) 2022-05-18T06:03:49.5641100Z ok (0.003s) 2022-05-18T06:03:49.5676330Z test_split (__main__.TestFunctionalization) ... ok (0.004s) 2022-05-18T06:03:49.5703330Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T06:03:49.5743780Z test_tensor_list_composite (__main__.TestFunctionalization) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/functional.py:1134: UserWarning: Note: the functionalization pass encountered an operator (zero_) that it could not functionalize, because it couldn't find an out-of-place equivalent of the operator to call. Instead, it's calling the inplace/view operator directly. If this causes problems in your program, consider upstreaming the out-of-place op to PyTorch. (Triggered internally at aten/src/ATen/RegisterFunctionalization_2.cpp:4811.) 2022-05-18T06:03:49.5745480Z return torch._C._VariableFunctions.block_diag(tensors) # type: ignore[attr-defined] 2022-05-18T06:03:49.5745780Z ok (0.004s) 2022-05-18T06:03:49.5773540Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.003s) 2022-05-18T06:03:49.5875460Z 2022-05-18T06:03:49.5876110Z ---------------------------------------------------------------------- 2022-05-18T06:03:49.5876440Z Ran 23 tests in 0.469s 2022-05-18T06:03:49.5876580Z 2022-05-18T06:03:49.5876640Z OK 2022-05-18T06:03:49.5876740Z 2022-05-18T06:03:49.5876850Z Generating XML reports... 2022-05-18T06:03:49.5877420Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220518060349.xml 2022-05-18T06:03:49.8062150Z Running test_fx ... [2022-05-18 06:03:49.805855] 2022-05-18T06:03:49.8062810Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:03:49.805992] 2022-05-18T06:03:52.1148190Z 2022-05-18T06:03:52.1148530Z Running tests... 2022-05-18T06:03:52.1149130Z ---------------------------------------------------------------------- 2022-05-18T06:03:52.1149590Z Test results will be stored in test-reports/python-unittest/test_fx 2022-05-18T06:03:52.1289620Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.014s) 2022-05-18T06:03:52.1303740Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-05-18T06:03:52.1328470Z Test type annotations in the forward function. ... ok (0.004s) 2022-05-18T06:03:52.1346100Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.002s) 2022-05-18T06:03:52.1358350Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-05-18T06:03:52.1370860Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-05-18T06:03:52.1380750Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-05-18T06:03:52.1386640Z Test the consistency relation. ... ok (0.002s) 2022-05-18T06:03:52.1396730Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-05-18T06:03:52.1403730Z Test the consistency relation. ... ok (0.002s) 2022-05-18T06:03:52.1422920Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.1509040Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.010s) 2022-05-18T06:03:52.1526830Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.1604320Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.009s) 2022-05-18T06:03:52.1627430Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.2153640Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.055s) 2022-05-18T06:03:52.2171180Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.2244320Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.009s) 2022-05-18T06:03:52.2262040Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.2333110Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.009s) 2022-05-18T06:03:52.2350830Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.2379450Z Test code path where placeholder comes after normal op node in FX ... ok (0.005s) 2022-05-18T06:03:52.2394180Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.2457060Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-05-18T06:03:52.2475980Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.2542790Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-05-18T06:03:52.2627560Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.008s) 2022-05-18T06:03:52.2709910Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.008s) 2022-05-18T06:03:52.2730330Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.2821530Z Perform constant folding conversion, from original mod to split constant ... ok (0.011s) 2022-05-18T06:03:52.2835150Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.2864480Z Check that a graph with no constant folding is handled correctly. ... ok (0.004s) 2022-05-18T06:03:52.2881860Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.2945710Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.008s) 2022-05-18T06:03:52.3018310Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-05-18T06:03:52.3087930Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-05-18T06:03:52.3100360Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.3160510Z Perform constant folding with a call_module node. ... ok (0.007s) 2022-05-18T06:03:52.3184460Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-05-18T06:03:52.3247610Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.009s) 2022-05-18T06:03:52.3330810Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.008s) 2022-05-18T06:03:52.3403280Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-05-18T06:03:52.3478900Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /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:03:52.3479690Z warnings.warn(msg, FutureWarning) 2022-05-18T06:03:52.3479930Z ok (0.007s) 2022-05-18T06:03:52.3541460Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-05-18T06:03:52.3602260Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-05-18T06:03:52.3660680Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-05-18T06:03:52.3718830Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-05-18T06:03:52.3781240Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-05-18T06:03:52.3792670Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-05-18T06:03:52.3824250Z graph(): 2022-05-18T06:03:52.3824510Z %x : [#users=2] = placeholder[target=x] 2022-05-18T06:03:52.3825050Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... ok (0.004s) 2022-05-18T06:03:52.3825440Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-05-18T06:03:52.3825820Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-05-18T06:03:52.3826140Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-05-18T06:03:52.3826470Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-05-18T06:03:52.3826760Z return add_1 2022-05-18T06:03:52.3833930Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-05-18T06:03:52.3865300Z graph(): 2022-05-18T06:03:52.3865810Z Tests that a getatrr in the graph is DCE'd correctly. ... ok (0.004s) 2022-05-18T06:03:52.3866560Z %x : [#users=2] = placeholder[target=x] 2022-05-18T06:03:52.3866950Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-05-18T06:03:52.3867280Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-05-18T06:03:52.3867620Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-05-18T06:03:52.3868010Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-05-18T06:03:52.3868290Z return add_1 2022-05-18T06:03:52.3872930Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-05-18T06:03:52.3901300Z graph(): 2022-05-18T06:03:52.3901560Z %x : [#users=1] = placeholder[target=x] 2022-05-18T06:03:52.3902080Z Tests that a placeholder in the graph is not DCE'd, as that would change ... ok (0.004s) 2022-05-18T06:03:52.3902590Z %y : [#users=0] = placeholder[target=y] 2022-05-18T06:03:52.3902980Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-05-18T06:03:52.3903270Z return add 2022-05-18T06:03:52.3909250Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-05-18T06:03:52.3938390Z graph(): 2022-05-18T06:03:52.3938640Z %x : [#users=1] = placeholder[target=x] 2022-05-18T06:03:52.3939160Z Tests that a placeholder in the graph is not DCE'd, as that would change ... ok (0.004s) 2022-05-18T06:03:52.3939510Z %y : [#users=1] = placeholder[target=y] 2022-05-18T06:03:52.3940110Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-05-18T06:03:52.3940560Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-05-18T06:03:52.3940810Z return add_1 2022-05-18T06:03:52.3949360Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-05-18T06:03:52.3978630Z graph(): 2022-05-18T06:03:52.3978920Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-05-18T06:03:52.3979490Z Test that DCE doesn't remove a module if it's specified as having side effects. ... ok (0.004s) 2022-05-18T06:03:52.3979850Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-05-18T06:03:52.3980220Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-05-18T06:03:52.3980500Z return mul 2022-05-18T06:03:52.3988000Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-05-18T06:03:52.4018740Z graph(): 2022-05-18T06:03:52.4019010Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-05-18T06:03:52.4019520Z Test that DCE doesn't remove torch._assert since it has side effects. ... ok (0.004s) 2022-05-18T06:03:52.4019900Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-05-18T06:03:52.4020290Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-05-18T06:03:52.4020670Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-05-18T06:03:52.4020960Z return mul 2022-05-18T06:03:52.4028310Z test_simple (fx.test_dce_pass.TestDCE) 2022-05-18T06:03:52.4059390Z graph(): 2022-05-18T06:03:52.4059870Z Tests that a single node in the graph is DCE'd correctly. ... ok (0.004s) 2022-05-18T06:03:52.4060170Z %x : [#users=2] = placeholder[target=x] 2022-05-18T06:03:52.4060480Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-05-18T06:03:52.4060770Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-05-18T06:03:52.4061100Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-05-18T06:03:52.4061350Z return add_1 2022-05-18T06:03:52.4093260Z test_all_input_nodes (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:52.4190820Z test_annotation_with_future (__main__.TestFX) ... ok (0.010s) 2022-05-18T06:03:52.4705990Z test_annotations_empty_tuple (__main__.TestFX) ... ok (0.051s) 2022-05-18T06:03:52.4744780Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:52.4790490Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:52.4825890Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:52.4865280Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:52.4901410Z test_args_kwargs (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:52.4920070Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.002s) 2022-05-18T06:03:52.4963670Z test_assert (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:52.5028150Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:52.5088510Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:52.5146910Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:52.5193040Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:52.5240960Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:52.5292510Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:52.5331330Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:52.5379980Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:52.6472960Z test_autowrap_functions (__main__.TestFX) ... ok (0.109s) 2022-05-18T06:03:52.6521240Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:52.6560120Z test_construct_root_dict (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:52.6577470Z test_copy_it (__main__.TestFX) ... ok (0.002s) 2022-05-18T06:03:52.6614170Z test_copy_no_remap (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:52.6649630Z test_ctx_mgr (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:52.7006210Z test_custom_codegen (__main__.TestFX) ... ok (0.036s) 2022-05-18T06:03:52.7062500Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:52.7088880Z test_custom_import (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:52.7139070Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:52.7186640Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:52.7235040Z test_custom_proxy_type (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:52.7285130Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:52.7452560Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.017s) 2022-05-18T06:03:52.7515130Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:52.7531180Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.002s) 2022-05-18T06:03:52.7590460Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:53.0326670Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.274s) 2022-05-18T06:03:53.0392190Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:53.0453270Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /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:03:53.0453940Z warnings.warn(msg, FutureWarning) 2022-05-18T06:03:53.0454160Z ok (0.006s) 2022-05-18T06:03:53.0497230Z test_dict (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:53.0537560Z test_direct_param_use (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:53.0608060Z test_disallow_override (__main__.TestFX) ... ok (0.007s) 2022-05-18T06:03:53.0645940Z test_ellipsis (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:53.0661350Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-05-18T06:03:53.0694670Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:53.0759100Z test_example_shape_prop (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:53.0786990Z test_find_uses (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:53.1098990Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.031s) 2022-05-18T06:03:53.1542180Z test_fn_type_annotations (__main__.TestFX) ... ok (0.044s) 2022-05-18T06:03:53.1578860Z test_fx_and_or (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:53.1626660Z test_fx_create_arg (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:53.1661270Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:53.1713500Z test_fx_stateless (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:53.4009110Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.229s) 2022-05-18T06:03:53.4014600Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.001s) 2022-05-18T06:03:55.9757480Z test_getitem_subproc (__main__.TestFX) ... ok (2.574s) 2022-05-18T06:03:55.9848110Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.009s) 2022-05-18T06:03:55.9888940Z test_graph_fns (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.0505170Z test_graph_module (__main__.TestFX) ... ok (0.061s) 2022-05-18T06:03:56.0550710Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:56.0592030Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.0631560Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.0672970Z test_graph_unique_names (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.0697180Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-05-18T06:03:56.0712640Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-05-18T06:03:56.0728370Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-05-18T06:03:56.0751690Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-05-18T06:03:56.0792520Z test_inf_nan (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.0822650Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:56.0893530Z test_inline_graph (__main__.TestFX) ... ok (0.007s) 2022-05-18T06:03:56.0924110Z test_insertion_point (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:56.0979960Z test_interpreter (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:56.1017030Z test_interpreter_default_args (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.1026500Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-05-18T06:03:56.1033330Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-05-18T06:03:56.1068730Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:56.1114170Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.1168110Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:56.1216650Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:56.1253070Z test_interpreter_star_args (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.1301050Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:56.1347910Z test_layout (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:56.1387340Z test_leaf_module (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.1441130Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:56.1492410Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:56.1521810Z test_move_before (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:56.1552490Z test_multi_insert_point (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:56.2291860Z test_multiple_default_args (__main__.TestFX) ... ok (0.074s) 2022-05-18T06:03:56.2351620Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:56.2385420Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:56.2419240Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:56.2477720Z test_native_callable (__main__.TestFX) ... skip: non-portable load_library call used in test (0.006s) 2022-05-18T06:03:56.2489600Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-05-18T06:03:56.2528550Z test_node_tagging (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.2563520Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:56.2648250Z test_partial_trace (__main__.TestFX) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/fx/_symbolic_trace.py:422: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-05-18T06:03:56.2648730Z 2022-05-18T06:03:56.2648840Z torch.warnings.warn( 2022-05-18T06:03:56.2649040Z ok (0.008s) 2022-05-18T06:03:56.2649160Z 2022-05-18T06:03:56.2649160Z 2022-05-18T06:03:56.2649250Z def forward(self, x, y_1): 2022-05-18T06:03:56.2649460Z eq = y_1 == True; y_1 = None 2022-05-18T06:03:56.2650390Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-05-18T06:03:56.2650740Z mul = 2 * x; x = None 2022-05-18T06:03:56.2650920Z return mul 2022-05-18T06:03:56.2651090Z 2022-05-18T06:03:56.2709350Z test_pickle_custom_import (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:56.2778470Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.007s) 2022-05-18T06:03:56.2857710Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.008s) 2022-05-18T06:03:56.2956230Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.010s) 2022-05-18T06:03:56.2977910Z test_prepend_self (__main__.TestFX) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/fx/node.py:239: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-05-18T06:03:56.2978450Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-05-18T06:03:56.2978720Z ok (0.002s) 2022-05-18T06:03:56.3008150Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:56.3045410Z test_pretty_print_graph (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.3095850Z test_pretty_print_node (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:56.3147680Z test_pretty_print_targets (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:56.3175200Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:56.4482850Z test_pytree (__main__.TestFX) ... ok (0.131s) 2022-05-18T06:03:56.4547690Z test_pytree_concrete (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:56.4572530Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-05-18T06:03:56.4623310Z test_regular_and_default_args (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:56.4641090Z test_remove_uses (__main__.TestFX) ... ok (0.002s) 2022-05-18T06:03:56.4658390Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.002s) 2022-05-18T06:03:56.4686620Z test_replace_input (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:56.4704580Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.002s) 2022-05-18T06:03:56.4711900Z test_reserved_getattr (__main__.TestFX) 2022-05-18T06:03:56.4739860Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.003s) 2022-05-18T06:03:56.4776580Z test_return_tuple (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.5092560Z test_return_type_exists (__main__.TestFX) ... ok (0.031s) 2022-05-18T06:03:56.5217910Z test_script_method_trace (__main__.TestFX) ... ok (0.012s) 2022-05-18T06:03:56.5530030Z test_script_tensor_constant (__main__.TestFX) ... ok (0.031s) 2022-05-18T06:03:56.5570880Z test_sequential (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:56.5616510Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:56.6014800Z test_shape_prop_layout (__main__.TestFX) ... ok (0.040s) 2022-05-18T06:03:57.2780460Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.676s) 2022-05-18T06:03:57.2833220Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:57.2888110Z test_snake_case (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:57.2980380Z test_sqrt (__main__.TestFX) ... ok (0.009s) 2022-05-18T06:03:57.3021280Z test_stack_traces (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:57.3049480Z test_string_literal_return (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:57.3246780Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.020s) 2022-05-18T06:03:57.3374710Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.013s) 2022-05-18T06:03:57.3430620Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:57.3500040Z test_tensor_attribute (__main__.TestFX) ... ok (0.007s) 2022-05-18T06:03:57.3566710Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.007s) 2022-05-18T06:03:57.3604490Z test_tensor_constant (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:57.3640030Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:57.3694650Z test_torch_custom_ops (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:57.3730150Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:57.4151610Z test_torch_fx_len (__main__.TestFX) ... ok (0.042s) 2022-05-18T06:03:57.4195010Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:57.4211330Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._StackString is registered, skipping (0.002s) 2022-05-18T06:03:57.4230710Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._ReLUClass is registered, skipping (0.002s) 2022-05-18T06:03:57.4253480Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.002s) 2022-05-18T06:03:57.4289940Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:57.4325600Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:57.4358790Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:57.4394110Z test_trace_function (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:57.4479440Z 1.12.0a0+git3b23752 2022-05-18T06:03:57.4480040Z test_trace_multiple_funcs (__main__.TestFX) ... ok (0.008s) 2022-05-18T06:03:57.4688880Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.021s) 2022-05-18T06:03:57.4743590Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:57.4807260Z test_transformer_noop (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:57.4872570Z test_transformer_op_swap (__main__.TestFX) ... ok (0.006s) 2022-05-18T06:03:57.4934930Z test_tuple_no_subscript (__main__.TestFX) ... /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:03:57.4935580Z warnings.warn(msg, FutureWarning) 2022-05-18T06:03:57.4935790Z ok (0.006s) 2022-05-18T06:03:57.4952700Z test_typename_print (__main__.TestFX) ... ok (0.002s) 2022-05-18T06:03:57.4993210Z test_unpack (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:57.5027330Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:57.5057140Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:57.5093460Z test_update_args_api (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:57.5125300Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:57.5161620Z test_update_kwargs_api (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:57.5462280Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.030s) 2022-05-18T06:03:57.5766980Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.030s) 2022-05-18T06:03:57.5809030Z test_wrap (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:57.5845420Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:57.5890060Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:57.5933580Z test_wrapped_method (__main__.TestFX) ... ok (0.004s) 2022-05-18T06:03:57.5981260Z test_wrapped_retrace (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:57.6013730Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-05-18T06:03:57.6061150Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.005s) 2022-05-18T06:03:57.6074670Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-05-18T06:03:57.6097510Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-05-18T06:03:57.6107910Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-05-18T06:03:57.6119090Z Test backward compatibility for members of classes with ... ok (0.002s) 2022-05-18T06:03:57.6128440Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-05-18T06:03:57.6241170Z Test backward compatibility for function signatures with ... ok (0.012s) 2022-05-18T06:03:57.6274840Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.003s) 2022-05-18T06:03:57.6292420Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6325410Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6355740Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6387100Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6418310Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6448400Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6478740Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6509180Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6539620Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6573220Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6604140Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6621560Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6638360Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6655570Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6688320Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6705590Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6738230Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6769720Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6799660Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.6816400Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6833810Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6850690Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6867790Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6884350Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6901480Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6918510Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6935440Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6952500Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.6985880Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7003080Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.7035700Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7067560Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7098620Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7129550Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7161370Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7191170Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7208250Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.7240600Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7276310Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7309330Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7341910Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7371850Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7404430Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7434940Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7467700Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7503980Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-05-18T06:03:57.7521310Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.7551420Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7582920Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7616960Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7649850Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7666850Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.7696280Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7726670Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7756810Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7773860Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.7805470Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7837900Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7869830Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7902410Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7933680Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7967200Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.7998640Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8028470Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8045130Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.8062100Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.8094150Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8131610Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-05-18T06:03:57.8148730Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.8182530Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8213600Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8245240Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8276230Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8309400Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8339470Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8373860Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8403950Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8436600Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8468090Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8499380Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8532680Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8561890Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8598190Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-05-18T06:03:57.8642720Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-05-18T06:03:57.8675090Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8705960Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8737840Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8754830Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.8786340Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8839910Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.005s) 2022-05-18T06:03:57.8858490Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.8876890Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.8894150Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.8910860Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.8927300Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.8944420Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.8976010Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.8992720Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.9021090Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.9051020Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.9067830Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.9097970Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.9114500Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.9143230Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.9160410Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.9189490Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.9223690Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.9253890Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.9290230Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-05-18T06:03:57.9330780Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-05-18T06:03:57.9347240Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.9363980Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.9395170Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.9411990Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-05-18T06:03:57.9444510Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.9479100Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.9510690Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-05-18T06:03:57.9546510Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:3671: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-05-18T06:03:57.9547120Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:03:57.9547420Z ok (0.003s) 2022-05-18T06:03:57.9578590Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /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:03:57.9579260Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:03:57.9579580Z ok (0.003s) 2022-05-18T06:03:57.9609540Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /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:03:57.9610160Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:03:57.9610860Z ok (0.003s) 2022-05-18T06:03:57.9626130Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9640810Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9655910Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9670970Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9686150Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9700880Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9716310Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9731250Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9747050Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:57.9761790Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9777000Z test_get_torch_func_signature_exhaustive__masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9793330Z test_get_torch_func_signature_exhaustive__masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:57.9808450Z test_get_torch_func_signature_exhaustive__masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9823360Z test_get_torch_func_signature_exhaustive__masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9838730Z test_get_torch_func_signature_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9853620Z test_get_torch_func_signature_exhaustive__masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9868780Z test_get_torch_func_signature_exhaustive__masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9884030Z test_get_torch_func_signature_exhaustive__masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9899290Z test_get_torch_func_signature_exhaustive__masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9914310Z test_get_torch_func_signature_exhaustive__masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9929430Z test_get_torch_func_signature_exhaustive__masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9944400Z test_get_torch_func_signature_exhaustive__masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9959730Z test_get_torch_func_signature_exhaustive__masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9975220Z test_get_torch_func_signature_exhaustive__masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:57.9995840Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.0020170Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.0044270Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.0099690Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.0141550Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.0211650Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-05-18T06:03:58.0279640Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-05-18T06:03:58.0308580Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.0336840Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.0375320Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.0407000Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.0443110Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.0512510Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-05-18T06:03:58.0543160Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.0574130Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.0604590Z test_get_torch_func_signature_exhaustive_aminmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:58.0605510Z return self.op(*args, **kwargs) 2022-05-18T06:03:58.0605740Z ok (0.003s) 2022-05-18T06:03:58.0625190Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.0661060Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.0688840Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.0717150Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.0774080Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:58.0799240Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.0814880Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.0835540Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.0856610Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.0899160Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.0928950Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.0942610Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.0957630Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.0972970Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.0987850Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.1025300Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.1041810Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:58.1056700Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.1071560Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.1091870Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.1107250Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.1121970Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.1146270Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.1216480Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-05-18T06:03:58.1232000Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.1246660Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.1282230Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.1297700Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.1318040Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.1333320Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.1348720Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.1386750Z test_get_torch_func_signature_exhaustive_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:58.1387380Z L = torch.cholesky(A) 2022-05-18T06:03:58.1387610Z should be replaced with 2022-05-18T06:03:58.1387860Z L = torch.linalg.cholesky(A) 2022-05-18T06:03:58.1388080Z and 2022-05-18T06:03:58.1388300Z U = torch.cholesky(A, upper=True) 2022-05-18T06:03:58.1388530Z should be replaced with 2022-05-18T06:03:58.1388780Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T06:03:58.1389240Z 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:03:58.1389650Z return self.op(*args, **kwargs) 2022-05-18T06:03:58.1390130Z ok (0.004s) 2022-05-18T06:03:58.1428290Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.1477210Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.1499960Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.1528230Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.1555540Z test_get_torch_func_signature_exhaustive_clamp_scalar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.1576030Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.1600350Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.1640840Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.1680510Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.1700820Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.1720250Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.1735570Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.1780190Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.1805300Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.1829400Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.1853440Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.1886250Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.1960010Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-05-18T06:03:58.1985890Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.2012160Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.2039250Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.2078330Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.2105590Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.2142580Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.2164210Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.2192390Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.2232780Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.2255670Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.2297120Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.2350520Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.2544950Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-05-18T06:03:58.2566210Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.2690990Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-05-18T06:03:58.2745000Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.2795260Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.2847970Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.2867830Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.2883210Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.2903690Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.2924370Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.2950230Z test_get_torch_func_signature_exhaustive_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:58.2951000Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T06:03:58.2951350Z L, _ = torch.eig(A) 2022-05-18T06:03:58.2951860Z should be replaced with 2022-05-18T06:03:58.2952130Z L_complex = torch.linalg.eigvals(A) 2022-05-18T06:03:58.2952740Z and 2022-05-18T06:03:58.2952970Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T06:03:58.2953200Z should be replaced with 2022-05-18T06:03:58.2953560Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3427.) 2022-05-18T06:03:58.2953910Z return self.op(*args, **kwargs) 2022-05-18T06:03:58.2954140Z ok (0.002s) 2022-05-18T06:03:58.2965390Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.2992180Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.003s) 2022-05-18T06:03:58.3049620Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:58.3070190Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.3093190Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.3112470Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.3133820Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.3157660Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.3172660Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.3187820Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.3208040Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.3265690Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:58.3312260Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.3346150Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3370870Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.3404440Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3442720Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.3477410Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3510390Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3542810Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3575590Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3601050Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.3634200Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3664900Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3698340Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3729780Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3760870Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3794110Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3829860Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.3860880Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3894000Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3909820Z test_get_torch_func_signature_exhaustive_fill__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.3939470Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3969810Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.3989450Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.4007750Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.4023650Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:58.4067150Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.4089280Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.4134550Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:58.4135890Z 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:03:58.4136350Z return self.op(*args, **kwargs) 2022-05-18T06:03:58.4136580Z ok (0.004s) 2022-05-18T06:03:58.4173030Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.4211780Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.4261630Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.4284270Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.4307880Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.4340870Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.003s) 2022-05-18T06:03:58.4374340Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.4420190Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.4530430Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-05-18T06:03:58.4583290Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.4627960Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.4644390Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:58.4682310Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.4831150Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-05-18T06:03:58.5181110Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.035s) 2022-05-18T06:03:58.5572670Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.039s) 2022-05-18T06:03:58.5593260Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.5614230Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.5651440Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.5671150Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.5712450Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.5751930Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.5795570Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.5824570Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.5854970Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.5885460Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.5988990Z test_get_torch_func_signature_exhaustive_index_reduce_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:58.5989690Z return self.op(*args, **kwargs) 2022-05-18T06:03:58.5989910Z ok (0.010s) 2022-05-18T06:03:58.6014400Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.6037210Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.6052300Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.6090090Z test_get_torch_func_signature_exhaustive_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.6155010Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:58.6177410Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.6209080Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.6228260Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.6247010Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.6265490Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.6284520Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.6304290Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.6357830Z test_get_torch_func_signature_exhaustive_istft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:58.6358560Z return self.op(*args, **kwargs) 2022-05-18T06:03:58.6359100Z ok (0.005s) 2022-05-18T06:03:58.6373650Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:03:58.6388900Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:03:58.6404610Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:03:58.6425770Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.6463020Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.6504160Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.6549760Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.6601980Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.6625300Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.6657960Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.6692610Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.6720630Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.6745290Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.6794690Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.6839520Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.6886490Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.6928000Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.6970970Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.7005560Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.7044850Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.7085320Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.7108970Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.7132950Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.7172390Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.7344620Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-05-18T06:03:58.7360550Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:58.7409950Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.7481770Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-05-18T06:03:58.7524370Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.7642040Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-05-18T06:03:58.7701320Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:58.7756400Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.7811160Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.7848150Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.7905800Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:58.7942420Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.8020150Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-05-18T06:03:58.8074500Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:58.8090240Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:03:58.8203820Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-05-18T06:03:58.8247950Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.8329950Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-05-18T06:03:58.8720760Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.039s) 2022-05-18T06:03:58.9283050Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.056s) 2022-05-18T06:03:58.9347050Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:58.9372300Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.9404300Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.9436890Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.9592260Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-05-18T06:03:58.9616260Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.9636590Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.9657860Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.9690280Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.9717740Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.9745090Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.9765610Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.9785900Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.9813380Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:58.9851000Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.9888920Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.9910280Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:58.9947680Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:58.9985540Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.0010570Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.0049840Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.0065840Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.0109840Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.0125570Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.0246130Z test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-05-18T06:03:59.0296980Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:59.0312280Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.0327520Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.0359920Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.0388290Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.0416620Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.0463800Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:59.0489930Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.0553190Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:59.0580210Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.0610580Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.0647600Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.0688710Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.0722800Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.0738350Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.0752310Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:03:59.0816740Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:59.0843830Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.0874040Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.0911280Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.0931300Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.0961220Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.0982010Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.1010570Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.1060420Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:59.1076530Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.1096000Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.1132600Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.1169190Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.1205660Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.1230400Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.1279390Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:59.1318660Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.1443990Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-05-18T06:03:59.1476440Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.1502270Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.1558640Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:59.1579790Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.1595040Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.1610180Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.1625680Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.1640870Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.1678640Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.1700940Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.1717030Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.1732290Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.1747990Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.1763440Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.1778850Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.1812400Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.1846510Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.1881330Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.1897350Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.1985220Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-05-18T06:03:59.2001320Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.2017180Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2032530Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2058410Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:03:59.2106160Z ok (0.007s) 2022-05-18T06:03:59.2288410Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:59.2289160Z return self.op(*args, **kwargs) 2022-05-18T06:03:59.2289380Z ok (0.018s) 2022-05-18T06:03:59.2323840Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.2363860Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.2407850Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.2423720Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2465320Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.2480800Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2496410Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2512140Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2527890Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2543270Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2558430Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2573610Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2588920Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2603940Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2619510Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2634870Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2650330Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2680760Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.2696320Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2711350Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2727000Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2755860Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.2771570Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2787300Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.2802650Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2817870Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2833420Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2849480Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.2865040Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2880120Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2895060Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2910070Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2925500Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2940530Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2955470Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2970450Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.2985660Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3001040Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3056230Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:59.3071510Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3093240Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.3108910Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3124910Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.3139830Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3155350Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3170890Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3186560Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.3201900Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3217200Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3232680Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3248130Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3263510Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3279210Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.3294660Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3309880Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3325280Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3340580Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3356300Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3387440Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.3473310Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-05-18T06:03:59.3508500Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.3545360Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.3578670Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.3608170Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.3627910Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.3647150Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.3662910Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3711000Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:59.3726770Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3741680Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3757170Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3772300Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3787760Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3803240Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3819120Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.3834580Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3849930Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3872900Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.3901030Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.3917170Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3932650Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3947940Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3963020Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3978690Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.3993710Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4008980Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4024180Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4040970Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.002s) 2022-05-18T06:03:59.4056650Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4072170Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4087420Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4102980Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4118160Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4133590Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4160550Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.003s) 2022-05-18T06:03:59.4567020Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.041s) 2022-05-18T06:03:59.4588080Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.4604020Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4626350Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.4669200Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.4712720Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.4728330Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4743780Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.4759410Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4774770Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4790420Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.4810340Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.4860250Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:59.4942620Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-05-18T06:03:59.4986240Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.5098230Z test_get_torch_func_signature_exhaustive_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:59.5099020Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T06:03:59.5099310Z Q, R = torch.qr(A, some) 2022-05-18T06:03:59.5099520Z should be replaced with 2022-05-18T06:03:59.5100070Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2497.) 2022-05-18T06:03:59.5100430Z return self.op(*args, **kwargs) 2022-05-18T06:03:59.5100640Z ok (0.011s) 2022-05-18T06:03:59.5214550Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-05-18T06:03:59.5236470Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.5252280Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.5267770Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.5283130Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.5302450Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.5324810Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.5346330Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.5396570Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:59.5422450Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.5438730Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.5465830Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.5485030Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.5517800Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.5533920Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.5549050Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.5567430Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.5586190Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.5615300Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.5638480Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.5661640Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.5688470Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.5717710Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.5744610Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.5766330Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.5809740Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.5854690Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.5926940Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-05-18T06:03:59.5988300Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:59.5989010Z return self.op(*args, **kwargs) 2022-05-18T06:03:59.5989230Z ok (0.006s) 2022-05-18T06:03:59.6048140Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:59.6110620Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:59.6169110Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:59.6229550Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-05-18T06:03:59.6453350Z test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:59.6454330Z return self.op(*args, **kwargs) 2022-05-18T06:03:59.6455570Z /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:03:59.6456320Z return self.op(*args, **kwargs) 2022-05-18T06:03:59.6456540Z ok (0.022s) 2022-05-18T06:03:59.6478390Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.6506570Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.6525330Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.6540360Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.6560950Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.6579360Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.6598120Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.6618900Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.6639730Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.6660790Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.6711240Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:59.6738890Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.6766400Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.6853870Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-05-18T06:03:59.6906370Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:59.6907200Z torch.eye(m, n, device=device, dtype=dtype) 2022-05-18T06:03:59.6907440Z ok (0.005s) 2022-05-18T06:03:59.6925810Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.6947770Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.6967500Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.6987660Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.7007500Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.7029030Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.7051170Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.7072880Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.7088730Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.7131040Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.7175320Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.7191130Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.7206250Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.7230320Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.7251910Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.7274260Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.7301750Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.7329460Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.7372710Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.7408080Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.7423890Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.7476360Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-05-18T06:03:59.7516530Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.7532300Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.8110390Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.058s) 2022-05-18T06:03:59.8127660Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-05-18T06:03:59.8174130Z test_get_torch_func_signature_exhaustive_symeig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:59.8175100Z 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:03:59.8175500Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T06:03:59.8175750Z should be replaced with 2022-05-18T06:03:59.8176170Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T06:03:59.8176420Z and 2022-05-18T06:03:59.8176610Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T06:03:59.8176840Z should be replaced with 2022-05-18T06:03:59.8177420Z 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:03:59.8177770Z return self.op(*args, **kwargs) 2022-05-18T06:03:59.8178010Z ok (0.005s) 2022-05-18T06:03:59.8192920Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.8224140Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.8255460Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.8277100Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.8298290Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.8332530Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.8347050Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:03:59.8420550Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-05-18T06:03:59.8436000Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.8472990Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.8490860Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.8520670Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.8557910Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.8595060Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.8661050Z test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:03:59.8661850Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T06:03:59.8662210Z X = torch.triangular_solve(B, A).solution 2022-05-18T06:03:59.8662470Z should be replaced with 2022-05-18T06:03:59.8662840Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T06:03:59.8663200Z return self.op(*args, **kwargs) 2022-05-18T06:03:59.8663430Z ok (0.006s) 2022-05-18T06:03:59.8686510Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.8712150Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.8755860Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.8775320Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.8790690Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.8805780Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.8820510Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.8846190Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.8889070Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.8924260Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-05-18T06:03:59.8944480Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.8961880Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.8977060Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.8991900Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.9011880Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.9032490Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-05-18T06:03:59.9047750Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.9090330Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-05-18T06:03:59.9106270Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-05-18T06:03:59.9132800Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.003s) 2022-05-18T06:03:59.9197780Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-05-18T06:03:59.9312110Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-05-18T06:03:59.9409530Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T06:03:59.9523620Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-05-18T06:03:59.9649790Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-05-18T06:03:59.9751560Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T06:03:59.9854130Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T06:03:59.9873800Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-05-18T06:03:59.9959570Z This tests that a placeholder Node can be matched to a Node with ... ok (0.011s) 2022-05-18T06:04:00.0084360Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-05-18T06:04:00.0209180Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-05-18T06:04:00.0312940Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T06:04:00.0457180Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.014s) 2022-05-18T06:04:00.0555890Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T06:04:00.0661750Z test_subgraph_writer_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-05-18T06:04:00.0836460Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.017s) 2022-05-18T06:04:00.0859140Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.002s) 2022-05-18T06:04:00.0878970Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.002s) 2022-05-18T06:04:00.0894810Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.002s) 2022-05-18T06:04:00.0929820Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T06:04:00.0969720Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-05-18T06:04:00.1011240Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-05-18T06:04:00.1049260Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-05-18T06:04:00.1109270Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-05-18T06:04:00.1200700Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.009s) 2022-05-18T06:04:00.1252070Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-05-18T06:04:00.1272680Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.002s) 2022-05-18T06:04:00.1332360Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-05-18T06:04:00.1435880Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-05-18T06:04:00.1798370Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.036s) 2022-05-18T06:04:00.1882950Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-05-18T06:04:00.1901490Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.002s) 2022-05-18T06:04:00.1936560Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T06:04:00.1975850Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-05-18T06:04:00.2010360Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T06:04:00.2043680Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T06:04:00.2077540Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T06:04:00.2113440Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-05-18T06:04:00.2146290Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T06:04:00.2184450Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-05-18T06:04:00.2213120Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.003s) 2022-05-18T06:04:00.2245040Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-05-18T06:04:00.2285700Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-05-18T06:04:00.2604800Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.032s) 2022-05-18T06:04:00.2651970Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-05-18T06:04:00.2748440Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-05-18T06:04:00.4794590Z 2022-05-18T06:04:00.4795270Z ---------------------------------------------------------------------- 2022-05-18T06:04:00.4795640Z Ran 919 tests in 8.160s 2022-05-18T06:04:00.4795780Z 2022-05-18T06:04:00.4795890Z OK (skipped=189, expected failures=5) 2022-05-18T06:04:00.4796070Z 2022-05-18T06:04:00.4796170Z Generating XML reports... 2022-05-18T06:04:00.4796730Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220518060352.xml 2022-05-18T06:04:00.4797380Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220518060352.xml 2022-05-18T06:04:00.4798130Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220518060352.xml 2022-05-18T06:04:00.4798830Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220518060352.xml 2022-05-18T06:04:00.4799380Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20220518060352.xml 2022-05-18T06:04:00.4800010Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220518060352.xml 2022-05-18T06:04:00.4800660Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220518060352.xml 2022-05-18T06:04:00.4801300Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20220518060352.xml 2022-05-18T06:04:00.4802000Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220518060352.xml 2022-05-18T06:04:00.4802680Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220518060352.xml 2022-05-18T06:04:00.8376060Z Running test_hub ... [2022-05-18 06:04:00.836998] 2022-05-18T06:04:00.8377280Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:00.837141] 2022-05-18T06:04:02.2089120Z Running test_indexing ... [2022-05-18 06:04:02.208535] 2022-05-18T06:04:02.2090520Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:02.208698] 2022-05-18T06:04:03.6923240Z 2022-05-18T06:04:03.6923950Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-05-18T06:04:03.6924280Z Running tests... 2022-05-18T06:04:03.6924670Z ---------------------------------------------------------------------- 2022-05-18T06:04:03.7196690Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.027s) 2022-05-18T06:04:03.7218710Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-05-18T06:04:03.7242020Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-05-18T06:04:03.7271200Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-05-18T06:04:03.7421250Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.015s) 2022-05-18T06:04:03.7569320Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.015s) 2022-05-18T06:04:03.7597690Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-05-18T06:04:03.7871440Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... test_indexing.py:1425: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T06:04:03.7872330Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-05-18T06:04:03.7872830Z test_indexing.py:1426: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/IndexingUtils.h:28.) 2022-05-18T06:04:03.7873480Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-05-18T06:04:03.7873740Z ok (0.027s) 2022-05-18T06:04:03.7906160Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-05-18T06:04:03.8198200Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.029s) 2022-05-18T06:04:03.8231420Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-05-18T06:04:03.8311930Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.008s) 2022-05-18T06:04:03.8328250Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-05-18T06:04:03.8340680Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-05-18T06:04:03.8357300Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-05-18T06:04:03.8403390Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.005s) 2022-05-18T06:04:03.8415810Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-05-18T06:04:03.8432320Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-05-18T06:04:03.8473450Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.004s) 2022-05-18T06:04:03.8821960Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.035s) 2022-05-18T06:04:03.8841490Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:03.9392320Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.055s) 2022-05-18T06:04:04.1703460Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.231s) 2022-05-18T06:04:04.1735800Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-05-18T06:04:04.1753670Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:04.1791480Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-05-18T06:04:04.1807430Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:04.1828350Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:04.1855690Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-05-18T06:04:04.1885350Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-05-18T06:04:04.1902120Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:04:04.1924800Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:04.1946120Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:04.1958540Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-05-18T06:04:04.2055140Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.010s) 2022-05-18T06:04:04.2075470Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:04.2097240Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:04:04.2205030Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.011s) 2022-05-18T06:04:04.2684690Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.048s) 2022-05-18T06:04:04.2723230Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-05-18T06:04:04.4427100Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.170s) 2022-05-18T06:04:04.4473030Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.005s) 2022-05-18T06:04:07.1903490Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (2.743s) 2022-05-18T06:04:07.1927070Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:04:07.1948730Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:04:07.1972360Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.1994740Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2017270Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2039730Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2062440Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2084940Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2110700Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-05-18T06:04:07.2229280Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.012s) 2022-05-18T06:04:07.2253340Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2276580Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2307090Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.003s) 2022-05-18T06:04:07.2329730Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2351580Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2370020Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2388660Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2410600Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.2425220Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:04:07.2437890Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-05-18T06:04:07.3289640Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.085s) 2022-05-18T06:04:07.3308430Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.3328870Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.3343690Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-05-18T06:04:07.3368380Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.3473290Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.010s) 2022-05-18T06:04:07.3622300Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.015s) 2022-05-18T06:04:07.3716640Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.009s) 2022-05-18T06:04:07.3730430Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-05-18T06:04:07.3748360Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.3773540Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.3847700Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.007s) 2022-05-18T06:04:07.3909460Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.006s) 2022-05-18T06:04:07.4208070Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.030s) 2022-05-18T06:04:07.4502470Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.029s) 2022-05-18T06:04:07.4519400Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-05-18T06:04:07.4554960Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-05-18T06:04:07.4770960Z 2022-05-18T06:04:07.4771840Z ---------------------------------------------------------------------- 2022-05-18T06:04:07.4772170Z Ran 80 tests in 3.763s 2022-05-18T06:04:07.4772300Z 2022-05-18T06:04:07.4772380Z OK (skipped=5) 2022-05-18T06:04:07.4772500Z 2022-05-18T06:04:07.4772610Z Generating XML reports... 2022-05-18T06:04:07.4773130Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220518060403.xml 2022-05-18T06:04:07.4773750Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220518060403.xml 2022-05-18T06:04:07.6944910Z Running test_jit_autocast ... [2022-05-18 06:04:07.694053] 2022-05-18T06:04:07.6945640Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:07.694198] 2022-05-18T06:04:10.4522820Z CUDA not available, skipping tests 2022-05-18T06:04:10.4523480Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-05-18T06:04:10.4523980Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-05-18T06:04:10.4524180Z 2022-05-18T06:04:10.4524270Z Running tests... 2022-05-18T06:04:10.4524650Z ---------------------------------------------------------------------- 2022-05-18T06:04:10.4543050Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-05-18T06:04:10.4556400Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-05-18T06:04:10.4580680Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-05-18T06:04:10.4589500Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.001s) 2022-05-18T06:04:10.4597510Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4613500Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-05-18T06:04:10.4625300Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4634900Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4644690Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4653910Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4667750Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-05-18T06:04:10.4679410Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4693220Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4703120Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4713330Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4727420Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4734470Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4741860Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4758090Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-05-18T06:04:10.4774940Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-05-18T06:04:10.4783880Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.4797620Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6055740Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.126s) 2022-05-18T06:04:10.6066900Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6088120Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-05-18T06:04:10.6108790Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-05-18T06:04:10.6126930Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-05-18T06:04:10.6144260Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-05-18T06:04:10.6155130Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-05-18T06:04:10.6164500Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6172680Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6180420Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6194850Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6205970Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6214650Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6229040Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6243170Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-05-18T06:04:10.6251130Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6259340Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6270320Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6282260Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-05-18T06:04:10.6297990Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-05-18T06:04:10.6308350Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-05-18T06:04:10.6319810Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-05-18T06:04:10.6468050Z 2022-05-18T06:04:10.6468690Z ---------------------------------------------------------------------- 2022-05-18T06:04:10.6469000Z Ran 44 tests in 0.180s 2022-05-18T06:04:10.6469510Z 2022-05-18T06:04:10.6470010Z OK (skipped=43) 2022-05-18T06:04:10.6470170Z 2022-05-18T06:04:10.6470480Z Generating XML reports... 2022-05-18T06:04:10.6471550Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220518060410.xml 2022-05-18T06:04:11.0318640Z Running test_jit_disabled ... [2022-05-18 06:04:11.031480] 2022-05-18T06:04:11.0319350Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:11.031631] 2022-05-18T06:04:12.1178700Z 2022-05-18T06:04:12.1179030Z Running tests... 2022-05-18T06:04:12.1179630Z ---------------------------------------------------------------------- 2022-05-18T06:04:12.1180110Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-05-18T06:04:12.5621980Z test_attribute (__main__.TestJitDisabled) ... ok (0.444s) 2022-05-18T06:04:12.6213450Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.059s) 2022-05-18T06:04:12.6802730Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.058s) 2022-05-18T06:04:12.6881690Z 2022-05-18T06:04:12.6882970Z ---------------------------------------------------------------------- 2022-05-18T06:04:12.6883690Z Ran 3 tests in 0.563s 2022-05-18T06:04:12.6884010Z 2022-05-18T06:04:12.6884230Z OK 2022-05-18T06:04:12.6884520Z 2022-05-18T06:04:12.6884770Z Generating XML reports... 2022-05-18T06:04:12.6886010Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220518060412.xml 2022-05-18T06:04:12.9258530Z Running test_jit_llga_fuser ... [2022-05-18 06:04:12.925287] 2022-05-18T06:04:12.9259220Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:12.925428] 2022-05-18T06:04:14.4325970Z 2022-05-18T06:04:14.4326610Z Running tests... 2022-05-18T06:04:14.4327260Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-05-18T06:04:14.4327750Z ---------------------------------------------------------------------- 2022-05-18T06:04:14.4328230Z test_bn2d_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4341050Z test_conv2d_bn (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4355470Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4374390Z test_conv2d_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.002s) 2022-05-18T06:04:14.4398920Z test_conv2d_sum (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.002s) 2022-05-18T06:04:14.4415240Z test_linear_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.002s) 2022-05-18T06:04:14.4438020Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.002s) 2022-05-18T06:04:14.4451840Z test_wildcard (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4456230Z test_vision_alexnet (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4460220Z test_vision_densenet121 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4464120Z test_vision_googlenet (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4470560Z test_vision_mnasnet1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4472260Z test_vision_mobilenet_v2 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4476200Z test_vision_resnet50 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4480130Z test_vision_resnext101_32x8d (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4484200Z test_vision_resnext50_32x4d (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4488110Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4491960Z test_vision_squeezenet1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4495950Z test_vision_vgg16 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4500000Z test_vision_wide_resnet50_2 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-05-18T06:04:14.4507100Z test_add (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4513450Z test_add_scalar (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4522250Z test_addmm (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4534280Z test_avg_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4540590Z test_bn2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4551120Z test_cat (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4565560Z test_conv2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4576350Z test_eltwise (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4582660Z test_identity_binary (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4589310Z test_layer_norm (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4597060Z test_linear (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4609000Z test_max_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4616120Z test_mul (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4624130Z test_softmax (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4633230Z test_typecheck (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4644680Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-05-18T06:04:14.4791230Z 2022-05-18T06:04:14.4791920Z ---------------------------------------------------------------------- 2022-05-18T06:04:14.4792240Z Ran 36 tests in 0.033s 2022-05-18T06:04:14.4792370Z 2022-05-18T06:04:14.4792460Z OK (skipped=36) 2022-05-18T06:04:14.4792590Z 2022-05-18T06:04:14.4792680Z Generating XML reports... 2022-05-18T06:04:14.4793230Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220518060414.xml 2022-05-18T06:04:14.4793850Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220518060414.xml 2022-05-18T06:04:14.4794430Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220518060414.xml 2022-05-18T06:04:14.6920630Z Running test_license ... [2022-05-18 06:04:14.691677] 2022-05-18T06:04:14.6921310Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:14.691813] 2022-05-18T06:04:15.8162120Z 2022-05-18T06:04:15.8162760Z Test results will be stored in test-reports/python-unittest/test_license 2022-05-18T06:04:15.8163860Z Running tests... 2022-05-18T06:04:15.8164790Z ---------------------------------------------------------------------- 2022-05-18T06:04:15.8172520Z test_distinfo_license (__main__.TestLicense) 2022-05-18T06:04:16.2228290Z If run when pytorch is installed via a wheel, the license will be in ... ok (0.406s) 2022-05-18T06:04:16.2249930Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.002s) 2022-05-18T06:04:16.2324200Z 2022-05-18T06:04:16.2325570Z ---------------------------------------------------------------------- 2022-05-18T06:04:16.2326810Z Ran 2 tests in 0.409s 2022-05-18T06:04:16.2327080Z 2022-05-18T06:04:16.2327240Z OK (skipped=1) 2022-05-18T06:04:16.2327460Z 2022-05-18T06:04:16.2327640Z Generating XML reports... 2022-05-18T06:04:16.2328630Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20220518060415.xml 2022-05-18T06:04:16.4398090Z Running test_logging ... [2022-05-18 06:04:16.439391] 2022-05-18T06:04:16.4398760Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:16.439525] 2022-05-18T06:04:17.5270180Z 2022-05-18T06:04:17.5270890Z Test results will be stored in test-reports/python-unittest/test_logging 2022-05-18T06:04:17.5271220Z Running tests... 2022-05-18T06:04:17.5271610Z ---------------------------------------------------------------------- 2022-05-18T06:04:17.5278720Z testApiUsage (__main__.LoggingTest) 2022-05-18T06:04:19.4862700Z This test verifies that api usage logging is not triggered via static ... ok (1.959s) 2022-05-18T06:04:19.4943440Z 2022-05-18T06:04:19.4944240Z ---------------------------------------------------------------------- 2022-05-18T06:04:19.4944530Z Ran 1 test in 1.960s 2022-05-18T06:04:19.4944660Z 2022-05-18T06:04:19.4944720Z OK 2022-05-18T06:04:19.4944960Z 2022-05-18T06:04:19.4945060Z Generating XML reports... 2022-05-18T06:04:19.4945570Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20220518060417.xml 2022-05-18T06:04:19.7344210Z Running test_mobile_optimizer ... [2022-05-18 06:04:19.733698] 2022-05-18T06:04:19.7344960Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:19.733854] 2022-05-18T06:04:20.9068870Z 2022-05-18T06:04:20.9069160Z Running tests... 2022-05-18T06:04:20.9069820Z ---------------------------------------------------------------------- 2022-05-18T06:04:20.9070310Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-05-18T06:04:21.3202600Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (0.413s) 2022-05-18T06:04:21.3735750Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.053s) 2022-05-18T06:04:21.9665840Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.593s) 2022-05-18T06:04:21.9676630Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.001s) 2022-05-18T06:04:22.2313630Z test_optimize_for_mobile (__main__.TestOptimizer) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:426: 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:04:22.2314320Z return callable(*args, **kwargs) 2022-05-18T06:04:22.2314530Z ok (0.264s) 2022-05-18T06:04:22.3032530Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.072s) 2022-05-18T06:04:22.5204990Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.217s) 2022-05-18T06:04:22.5266370Z 2022-05-18T06:04:22.5267150Z ---------------------------------------------------------------------- 2022-05-18T06:04:22.5267470Z Ran 7 tests in 1.614s 2022-05-18T06:04:22.5267600Z 2022-05-18T06:04:22.5267680Z OK (skipped=1) 2022-05-18T06:04:22.5267940Z 2022-05-18T06:04:22.5268380Z Generating XML reports... 2022-05-18T06:04:22.5269370Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220518060420.xml 2022-05-18T06:04:22.7661820Z Running test_module_init ... [2022-05-18 06:04:22.765423] 2022-05-18T06:04:22.7662770Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:22.765602] 2022-05-18T06:04:24.2884060Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-05-18T06:04:24.2885500Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-05-18T06:04:24.2885830Z warnings.warn(msg, FutureWarning) 2022-05-18T06:04:24.2885980Z 2022-05-18T06:04:24.2886060Z Running tests... 2022-05-18T06:04:24.2886460Z ---------------------------------------------------------------------- 2022-05-18T06:04:24.2944960Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.2995680Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3044540Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3094110Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3142540Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3196550Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3289250Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-05-18T06:04:24.3377580Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-05-18T06:04:24.3427810Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3476720Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3526270Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3575690Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3625830Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3673820Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3724750Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3773390Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3824350Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3874130Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3925330Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.3974250Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.4025130Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.4075370Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.4129080Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.4181220Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.4234420Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.4287470Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.4362340Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:24.4427960Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:24.4495490Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:24.4561930Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:24.4628230Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:24.4694620Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:24.4752520Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.4811170Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.4859520Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.4911480Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.4960100Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.5009940Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.5058780Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.5109260Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.5158270Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.5207390Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.5256940Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.5305580Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.5355380Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.5405070Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.5473710Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:24.5534000Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.5593160Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.5652740Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.5726630Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:24.5791670Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.5854750Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.5915120Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.5974230Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.6036180Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.6095720Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.6154550Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.6204250Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6252450Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6302200Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6350420Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6402630Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6453770Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6503260Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6551940Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6607200Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6655370Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6705170Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6753530Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6801630Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6850110Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6898670Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.6948800Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7005140Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.7061320Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7119120Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.7175880Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7227120Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7278650Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7338630Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.7387700Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7435640Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7483680Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7535880Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7587050Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7638890Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7691150Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7739430Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7793970Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7842180Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7890520Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.7953950Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.8017570Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.8083680Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:24.8147710Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.8196820Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8245800Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8304470Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.8362880Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.8411930Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8460320Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8509080Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8558990Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8607940Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8656320Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8706390Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8755500Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8804300Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8853520Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8901910Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8951030Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.8999210Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.9053700Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.9116650Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.9178190Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.9239920Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.9301210Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.9362530Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.9423440Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.9472740Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.9521830Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.9570810Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.9619170Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.9668200Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.9717280Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.9766130Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.9817270Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:24.9882060Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:24.9946120Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.0012100Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.0086160Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.0491830Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.040s) 2022-05-18T06:04:25.0550510Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.0624290Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /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:04:25.0625030Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-05-18T06:04:25.0625280Z ok (0.007s) 2022-05-18T06:04:25.0694410Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.0764040Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.0833110Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.0902510Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.0980470Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-05-18T06:04:25.1055290Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.1152110Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-05-18T06:04:25.1217500Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.1283050Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.1356450Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.1422360Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.1488910Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.1564860Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-05-18T06:04:25.1627900Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.1692780Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.1757350Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.1822630Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.1891160Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.1959660Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.2037640Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-05-18T06:04:25.2119050Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-05-18T06:04:25.2188060Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.2256260Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.2347530Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-05-18T06:04:25.2434040Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-05-18T06:04:25.2484680Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.2532980Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.2592320Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.2654470Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.2704720Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.2753110Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.2802270Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.2850140Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.2926750Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.3012070Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-05-18T06:04:25.3060350Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3109380Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3157040Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3206310Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3254180Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3304010Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3354150Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3401990Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3451090Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3499060Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3550420Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3598790Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3651850Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3704080Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3752540Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3800650Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3850010Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3898490Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3946810Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.3995730Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4044100Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4093700Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4141610Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4190680Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4243370Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4298060Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4349560Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4404600Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4490030Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-05-18T06:04:25.4563530Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.4616280Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4668630Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4724430Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.4779160Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4828770Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4876950Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4925870Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.4973820Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.5021970Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.5070930Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.5119570Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.5168330Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.5216390Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.5265190Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.5317580Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.5370980Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.5437340Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.5507230Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.5569630Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.5632290Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.5699690Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.5764500Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.5829690Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:25.5896210Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.5944370Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.5993590Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6043660Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6092870Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6140930Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6190670Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6239610Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6288590Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6337000Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6385480Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6435600Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6483720Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6533000Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6581990Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6632100Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6680550Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6729930Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6785470Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6834250Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6883430Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6931850Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.6981260Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7029920Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7077790Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7189640Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-05-18T06:04:25.7238360Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7289620Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7338960Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7388050Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7436170Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7485320Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7533160Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7581300Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7630230Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7678670Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7727710Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7777450Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7827910Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7876040Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7924460Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.7973270Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.8021800Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.8089040Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.8159480Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:25.8207770Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.8257920Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.8306280Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.8353440Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.8401460Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.8451170Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:25.8570030Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-05-18T06:04:25.8686510Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-05-18T06:04:25.8818050Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.013s) 2022-05-18T06:04:25.8945160Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.013s) 2022-05-18T06:04:25.9042150Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-05-18T06:04:25.9149400Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-05-18T06:04:25.9275330Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-05-18T06:04:25.9434280Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-05-18T06:04:26.7315590Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.788s) 2022-05-18T06:04:27.7191670Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.987s) 2022-05-18T06:04:27.7243460Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.7292680Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.7341530Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.7390790Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.7605940Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.021s) 2022-05-18T06:04:27.7655340Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.7706220Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.7755360Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.7803900Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.7853160Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.7901490Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.7950690Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.7998640Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.8047540Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.8095990Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.8144130Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:27.8214940Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.8286000Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.8355960Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.8425640Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.8495210Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.8566020Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.8636180Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.8713430Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-05-18T06:04:27.8782320Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.8850510Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.8918580Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.8987290Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.9060400Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.9132720Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.9209660Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-05-18T06:04:27.9287830Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-05-18T06:04:27.9388080Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-05-18T06:04:27.9479080Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-05-18T06:04:27.9550310Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.9629350Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-05-18T06:04:27.9697890Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.9766470Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:27.9810640Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:27.9853990Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:27.9897150Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:27.9940310Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:27.9982840Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:28.0025500Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:28.0067910Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:28.0111080Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:28.0153800Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:28.0197450Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:28.0240500Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:28.0283900Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:28.0332310Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.0380870Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.0429740Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.0478230Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.0528190Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.0576980Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.0625500Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.0674020Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.0723420Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.0773220Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.0840210Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:28.0907470Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:28.0956080Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.1005220Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.1068910Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:28.1130510Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:28.1192730Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:28.1261130Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:28.1321630Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:28.1383420Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:28.1450030Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:28.1516810Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-05-18T06:04:28.1573850Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:28.1629430Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.1672140Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:28.1715640Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:04:28.1764610Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.1813270Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.1864040Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.1912750Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.1971690Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:28.2026900Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-05-18T06:04:28.2076430Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.2125500Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.2175360Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.2223700Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.2273430Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.2322200Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-05-18T06:04:28.3106170Z 2022-05-18T06:04:28.3107050Z ---------------------------------------------------------------------- 2022-05-18T06:04:28.3107410Z Ran 372 tests in 3.944s 2022-05-18T06:04:28.3107550Z 2022-05-18T06:04:28.3107640Z OK (skipped=14) 2022-05-18T06:04:28.3107760Z 2022-05-18T06:04:28.3107850Z Generating XML reports... 2022-05-18T06:04:28.3108390Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220518060424.xml 2022-05-18T06:04:28.5521250Z Running test_monitor ... [2022-05-18 06:04:28.551732] 2022-05-18T06:04:28.5521930Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:28.551864] 2022-05-18T06:04:29.6313820Z 2022-05-18T06:04:29.6314120Z Running tests... 2022-05-18T06:04:29.6314740Z ---------------------------------------------------------------------- 2022-05-18T06:04:29.6315210Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-05-18T06:04:30.0245230Z test_event_handler (__main__.TestMonitor) ... ok (0.393s) 2022-05-18T06:04:30.0266850Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.002s) 2022-05-18T06:04:30.0377010Z test_interval_stat (__main__.TestMonitor) ... ok (0.011s) 2022-05-18T06:04:30.0406410Z test_log_event (__main__.TestMonitor) ... ok (0.003s) 2022-05-18T06:04:30.0442210Z test_event_handler (__main__.TestMonitorTensorboard) ... skip: Skip the test since TensorBoard is not installed (0.003s) 2022-05-18T06:04:30.0503450Z 2022-05-18T06:04:30.0504210Z ---------------------------------------------------------------------- 2022-05-18T06:04:30.0504660Z Ran 5 tests in 0.413s 2022-05-18T06:04:30.0505220Z 2022-05-18T06:04:30.0505290Z OK (skipped=1) 2022-05-18T06:04:30.0505420Z 2022-05-18T06:04:30.0505510Z Generating XML reports... 2022-05-18T06:04:30.0506050Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220518060429.xml 2022-05-18T06:04:30.0506690Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220518060429.xml 2022-05-18T06:04:30.2709320Z Running test_multiprocessing ... [2022-05-18 06:04:30.270577] 2022-05-18T06:04:31.4075100Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:30.270718] 2022-05-18T06:04:31.4075470Z 2022-05-18T06:04:31.4075770Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-05-18T06:04:31.4076750Z Running tests... 2022-05-18T06:04:31.4077610Z ---------------------------------------------------------------------- 2022-05-18T06:04:31.8203180Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (0.413s) 2022-05-18T06:04:33.0511320Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... ok (1.230s) 2022-05-18T06:04:33.0530100Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.002s) 2022-05-18T06:04:33.0548160Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-05-18T06:04:33.0561500Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-05-18T06:04:33.0568370Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-05-18T06:04:33.0589240Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-05-18T06:04:33.0595730Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-05-18T06:04:33.0617030Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-05-18T06:04:33.0626080Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-05-18T06:04:33.2923720Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.230s) 2022-05-18T06:04:33.2999060Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.007s) 2022-05-18T06:04:33.3005710Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-05-18T06:04:33.3022870Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-05-18T06:04:33.3036200Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-05-18T06:04:33.3051790Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-05-18T06:04:33.3066450Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-05-18T06:04:33.3081350Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-05-18T06:04:33.3085860Z test_fd_pool (__main__.TestMultiprocessing) ... skip: file descriptor strategy is not supported on macOS (0.000s) 2022-05-18T06:04:33.3090320Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... skip: file descriptor strategy is not supported on macOS (0.000s) 2022-05-18T06:04:33.3095040Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: file descriptor strategy is not supported on macOS (0.000s) 2022-05-18T06:04:33.3105790Z test_fs (__main__.TestMultiprocessing) ... skip: don't not how to check if shm files exist (0.001s) 2022-05-18T06:04:33.3117410Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-05-18T06:04:33.3123500Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure IN_CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-05-18T06:04:33.4593390Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.147s) 2022-05-18T06:04:33.4598690Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-05-18T06:04:34.7282900Z test_inherit_tensor (__main__.TestMultiprocessing) ... ok (1.268s) 2022-05-18T06:04:35.9996390Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... ok (1.271s) 2022-05-18T06:04:36.0007290Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-05-18T06:04:36.0011530Z test_is_shared (__main__.TestMultiprocessing) ... skip: file descriptor strategy is not supported on macOS (0.000s) 2022-05-18T06:04:36.0017200Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-05-18T06:04:38.2851640Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (2.283s) 2022-05-18T06:04:38.2869830Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-05-18T06:04:38.2905030Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-05-18T06:04:39.5589210Z test_parameter_sharing (__main__.TestMultiprocessing) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/hooks.py:59: UserWarning: backward hook .hook at 0x7fbf61212310> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-05-18T06:04:39.5590020Z warnings.warn("backward hook {} on tensor will not be " 2022-05-18T06:04:39.5590260Z ok (1.268s) 2022-05-18T06:04:40.8338340Z test_variable_sharing (__main__.TestMultiprocessing) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/utils/hooks.py:59: UserWarning: backward hook .hook at 0x7fbf612125e0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-05-18T06:04:40.8339120Z warnings.warn("backward hook {} on tensor will not be " 2022-05-18T06:04:42.0960400Z ok (2.537s) 2022-05-18T06:04:42.0978380Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.002s) 2022-05-18T06:04:42.1134830Z 2022-05-18T06:04:42.1135670Z ---------------------------------------------------------------------- 2022-05-18T06:04:42.1136110Z Ran 37 tests in 10.691s 2022-05-18T06:04:42.1136240Z 2022-05-18T06:04:42.1136570Z OK (skipped=25) 2022-05-18T06:04:42.1136730Z 2022-05-18T06:04:42.1136830Z Generating XML reports... 2022-05-18T06:04:42.1137400Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220518060431.xml 2022-05-18T06:04:42.3571660Z Running test_namedtensor ... [2022-05-18 06:04:42.356826] 2022-05-18T06:04:42.3572680Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:42.356954] 2022-05-18T06:04:43.8627360Z 2022-05-18T06:04:43.8627710Z Running tests... 2022-05-18T06:04:43.8628370Z ---------------------------------------------------------------------- 2022-05-18T06:04:43.8628870Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-05-18T06:04:43.8658380Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T06:04:43.8691300Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T06:04:43.9152780Z test_addmm (__main__.TestNamedTensor) ... ok (0.046s) 2022-05-18T06:04:43.9184450Z test_addmv (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T06:04:43.9202250Z test_align_as (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:43.9216960Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-05-18T06:04:43.9280210Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.006s) 2022-05-18T06:04:43.9443530Z test_align_to (__main__.TestNamedTensor) ... ok (0.016s) 2022-05-18T06:04:43.9648980Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.020s) 2022-05-18T06:04:43.9665410Z test_any_all (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:43.9674750Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:43.9678900Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-05-18T06:04:43.9694490Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:43.9712770Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:43.9730280Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:43.9748570Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.0151680Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.040s) 2022-05-18T06:04:44.5128080Z test_binary_ops (__main__.TestNamedTensor) ... test_namedtensor.py:742: 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:04:44.5129160Z 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:04:44.5129640Z return [Function(name, lambda a, b: getattr(torch, name)(a, b, *args, **kwargs))] 2022-05-18T06:04:44.5129900Z ok (0.497s) 2022-05-18T06:04:44.5149150Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.5422160Z test_bmm (__main__.TestNamedTensor) ... ok (0.027s) 2022-05-18T06:04:44.5641120Z test_cat (__main__.TestNamedTensor) ... ok (0.022s) 2022-05-18T06:04:44.5661270Z test_cdist (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.5758280Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.010s) 2022-05-18T06:04:44.5777810Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.5799140Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.5814800Z test_detach (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.5835450Z test_diagonal (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.5848060Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:44.5865200Z test_equal (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.5887460Z test_expand (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.5962520Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.007s) 2022-05-18T06:04:44.6279990Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.032s) 2022-05-18T06:04:44.6463910Z test_flatten (__main__.TestNamedTensor) ... ok (0.018s) 2022-05-18T06:04:44.6516680Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.005s) 2022-05-18T06:04:44.6533840Z test_has_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.6564770Z test_index_fill (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T06:04:44.6590500Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T06:04:44.6604230Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:44.6624020Z test_logical_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.6662320Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.004s) 2022-05-18T06:04:44.6883620Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.022s) 2022-05-18T06:04:44.6988040Z test_masked_select (__main__.TestNamedTensor) ... ok (0.010s) 2022-05-18T06:04:44.7353910Z test_matmul (__main__.TestNamedTensor) ... ok (0.036s) 2022-05-18T06:04:44.7405030Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.005s) 2022-05-18T06:04:44.7422890Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.7517810Z test_mm (__main__.TestNamedTensor) ... ok (0.009s) 2022-05-18T06:04:44.7545320Z test_mv (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T06:04:44.8442120Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.090s) 2022-05-18T06:04:44.8571950Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.013s) 2022-05-18T06:04:44.8586720Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:44.8597440Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:44.8610270Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:44.8624400Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:44.8638440Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:44.8690210Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.005s) 2022-05-18T06:04:44.9042270Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.035s) 2022-05-18T06:04:44.9066850Z test_pow_special (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:44.9081190Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:45.1193700Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.211s) 2022-05-18T06:04:45.1352970Z test_refine_names (__main__.TestNamedTensor) ... ok (0.016s) 2022-05-18T06:04:45.1499930Z test_rename (__main__.TestNamedTensor) ... ok (0.015s) 2022-05-18T06:04:45.1619480Z test_rename_ (__main__.TestNamedTensor) ... ok (0.012s) 2022-05-18T06:04:45.1674720Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.005s) 2022-05-18T06:04:45.1706940Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T06:04:45.1731030Z test_repr (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:45.1850380Z test_resize (__main__.TestNamedTensor) ... ok (0.012s) 2022-05-18T06:04:45.1910470Z test_select (__main__.TestNamedTensor) ... ok (0.006s) 2022-05-18T06:04:45.1914990Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-05-18T06:04:45.2011840Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.010s) 2022-05-18T06:04:45.2150000Z test_size (__main__.TestNamedTensor) ... ok (0.014s) 2022-05-18T06:04:45.2176260Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.003s) 2022-05-18T06:04:45.2191530Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:45.2324910Z test_stride (__main__.TestNamedTensor) ... ok (0.013s) 2022-05-18T06:04:45.2389770Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.006s) 2022-05-18T06:04:45.2446970Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:516: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-05-18T06:04:45.2447600Z tensor = torch.tensor(x) 2022-05-18T06:04:45.2448210Z test_namedtensor.py:522: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-05-18T06:04:45.2448650Z tensor = torch.tensor(x, names=None) 2022-05-18T06:04:45.2458220Z test_namedtensor.py:527: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-05-18T06:04:45.2458940Z tensor = torch.tensor(x, names=('N', 'C')) 2022-05-18T06:04:45.2459700Z ok (0.006s) 2022-05-18T06:04:45.2462910Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:45.2476260Z test_tensor_from_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:511: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-05-18T06:04:45.2476830Z tensor = torch.tensor(x, names=names) 2022-05-18T06:04:45.2477060Z ok (0.001s) 2022-05-18T06:04:45.2494300Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:45.2516340Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:45.2524090Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:45.2869090Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.034s) 2022-05-18T06:04:45.3173380Z test_unflatten (__main__.TestNamedTensor) ... ok (0.030s) 2022-05-18T06:04:45.3329030Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.015s) 2022-05-18T06:04:45.3343200Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:45.3354690Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-05-18T06:04:45.3370870Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.002s) 2022-05-18T06:04:45.3590460Z 2022-05-18T06:04:45.3591110Z ---------------------------------------------------------------------- 2022-05-18T06:04:45.3591750Z Ran 86 tests in 1.475s 2022-05-18T06:04:45.3591890Z 2022-05-18T06:04:45.3591970Z OK (skipped=4) 2022-05-18T06:04:45.3592080Z 2022-05-18T06:04:45.3592180Z Generating XML reports... 2022-05-18T06:04:45.3592770Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220518060443.xml 2022-05-18T06:04:45.5728150Z Running test_native_functions ... [2022-05-18 06:04:45.572466] 2022-05-18T06:04:45.5728840Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:45.572597] 2022-05-18T06:04:46.6778200Z 2022-05-18T06:04:46.6778490Z Running tests... 2022-05-18T06:04:46.6779120Z ---------------------------------------------------------------------- 2022-05-18T06:04:46.6779640Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-05-18T06:04:47.1502130Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.472s) 2022-05-18T06:04:47.1666130Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.016s) 2022-05-18T06:04:47.1788500Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.012s) 2022-05-18T06:04:47.1929540Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.014s) 2022-05-18T06:04:47.2049440Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.012s) 2022-05-18T06:04:47.2212310Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.016s) 2022-05-18T06:04:47.2273940Z 2022-05-18T06:04:47.2276120Z ---------------------------------------------------------------------- 2022-05-18T06:04:47.2276530Z Ran 6 tests in 0.544s 2022-05-18T06:04:47.2276660Z 2022-05-18T06:04:47.2276730Z OK 2022-05-18T06:04:47.2276830Z 2022-05-18T06:04:47.2276930Z Generating XML reports... 2022-05-18T06:04:47.2277530Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220518060446.xml 2022-05-18T06:04:47.4447010Z Running test_nestedtensor ... [2022-05-18 06:04:47.444095] 2022-05-18T06:04:47.4447680Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:47.444235] 2022-05-18T06:04:48.9310630Z 2022-05-18T06:04:48.9310900Z Running tests... 2022-05-18T06:04:48.9311520Z ---------------------------------------------------------------------- 2022-05-18T06:04:48.9312660Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-05-18T06:04:48.9372240Z test_activations (__main__.TestNestedTensor) ... test_nestedtensor.py:198: 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:04:48.9372740Z nt = nested_tensor([t]) 2022-05-18T06:04:48.9372950Z ok (0.006s) 2022-05-18T06:04:48.9398940Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.003s) 2022-05-18T06:04:48.9418530Z test_dim (__main__.TestNestedTensor) ... ok (0.002s) 2022-05-18T06:04:48.9496700Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.008s) 2022-05-18T06:04:48.9512190Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-05-18T06:04:48.9616150Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.010s) 2022-05-18T06:04:48.9657050Z test_numel (__main__.TestNestedTensor) ... ok (0.004s) 2022-05-18T06:04:48.9702440Z test_repr_string (__main__.TestNestedTensor) ... ok (0.004s) 2022-05-18T06:04:48.9743530Z test_size (__main__.TestNestedTensor) ... ok (0.004s) 2022-05-18T06:04:48.9784900Z test_stride (__main__.TestNestedTensor) ... ok (0.004s) 2022-05-18T06:04:48.9800170Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-05-18T06:04:48.9818830Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.002s) 2022-05-18T06:04:48.9834400Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.002s) 2022-05-18T06:04:48.9851360Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.002s) 2022-05-18T06:04:48.9867900Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.002s) 2022-05-18T06:04:48.9924550Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.006s) 2022-05-18T06:04:48.9938560Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:04:48.9979570Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:04:49.0109840Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-05-18T06:04:49.0139010Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0167160Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0195310Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0222940Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0251240Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0279500Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0307870Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0336030Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0367730Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0395540Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0423620Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0453610Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0483490Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0511930Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0577720Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:04:49.0629030Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:04:49.0688190Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:04:49.0727930Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:04:49.0765470Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:04:49.0798740Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0831580Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0863170Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:04:49.0998610Z 2022-05-18T06:04:49.0999230Z ---------------------------------------------------------------------- 2022-05-18T06:04:49.0999510Z Ran 41 tests in 0.155s 2022-05-18T06:04:49.0999660Z 2022-05-18T06:04:49.0999730Z OK 2022-05-18T06:04:49.0999830Z 2022-05-18T06:04:49.0999930Z Generating XML reports... 2022-05-18T06:04:49.1000450Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220518060448.xml 2022-05-18T06:04:49.1001570Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20220518060448.xml 2022-05-18T06:04:49.3147160Z Running test_numba_integration ... [2022-05-18 06:04:49.313951] 2022-05-18T06:04:49.3147870Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:49.314121] 2022-05-18T06:04:50.8089580Z 2022-05-18T06:04:50.8090330Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-05-18T06:04:50.8090690Z Running tests... 2022-05-18T06:04:50.8091080Z ---------------------------------------------------------------------- 2022-05-18T06:04:50.8106070Z test_active_device (__main__.TestNumbaIntegration) 2022-05-18T06:04:50.8107190Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.002s) 2022-05-18T06:04:50.8134620Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-05-18T06:04:50.8135160Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.003s) 2022-05-18T06:04:50.8155750Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-05-18T06:04:50.8156230Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.002s) 2022-05-18T06:04:50.8190070Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-05-18T06:04:50.8190590Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.003s) 2022-05-18T06:04:50.8225470Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-05-18T06:04:50.8226000Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.003s) 2022-05-18T06:04:50.8244420Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-05-18T06:04:50.8245100Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.002s) 2022-05-18T06:04:50.8257440Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-05-18T06:04:50.8257980Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-05-18T06:04:50.8268090Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-05-18T06:04:50.8268600Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-05-18T06:04:50.8335260Z 2022-05-18T06:04:50.8335990Z ---------------------------------------------------------------------- 2022-05-18T06:04:50.8336280Z Ran 8 tests in 0.018s 2022-05-18T06:04:50.8336410Z 2022-05-18T06:04:50.8336500Z OK (skipped=8) 2022-05-18T06:04:50.8336620Z 2022-05-18T06:04:50.8336720Z Generating XML reports... 2022-05-18T06:04:50.8337270Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220518060450.xml 2022-05-18T06:04:51.0384880Z Running test_openmp ... [2022-05-18 06:04:51.037907] 2022-05-18T06:04:51.0385550Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:51.038059] 2022-05-18T06:04:52.1865300Z 2022-05-18T06:04:52.1866030Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-05-18T06:04:52.1866370Z Running tests... 2022-05-18T06:04:52.1866740Z ---------------------------------------------------------------------- 2022-05-18T06:04:52.1872480Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-05-18T06:04:54.0115750Z Make sure there is no memory leak with many threads ... ok (1.825s) 2022-05-18T06:04:54.0119950Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-05-18T06:04:57.9058230Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (3.894s) 2022-05-18T06:04:57.9109490Z 2022-05-18T06:04:57.9109890Z ---------------------------------------------------------------------- 2022-05-18T06:04:57.9110170Z Ran 2 tests in 5.719s 2022-05-18T06:04:57.9110300Z 2022-05-18T06:04:57.9110370Z OK 2022-05-18T06:04:57.9110470Z 2022-05-18T06:04:57.9110570Z Generating XML reports... 2022-05-18T06:04:57.9111090Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220518060452.xml 2022-05-18T06:04:58.1246480Z Running test_ops_gradients ... [2022-05-18 06:04:58.124090] 2022-05-18T06:04:58.1247180Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_ops_gradients.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:04:58.124218] 2022-05-18T06:05:00.5641390Z 2022-05-18T06:05:00.5642150Z Test results will be stored in test-reports/python-unittest/test_ops_gradients 2022-05-18T06:05:00.5642470Z Running tests... 2022-05-18T06:05:00.5642860Z ---------------------------------------------------------------------- 2022-05-18T06:05:00.5673490Z test_fn_fail_gradgrad_H_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.003s) 2022-05-18T06:05:00.5688410Z test_fn_fail_gradgrad_H_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5705290Z test_fn_fail_gradgrad_T_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:00.5719480Z test_fn_fail_gradgrad_T_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5733710Z test_fn_fail_gradgrad___getitem___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5748130Z test_fn_fail_gradgrad___getitem___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5762500Z test_fn_fail_gradgrad___radd___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5776730Z test_fn_fail_gradgrad___radd___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5790540Z test_fn_fail_gradgrad___rdiv___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5804660Z test_fn_fail_gradgrad___rdiv___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5819170Z test_fn_fail_gradgrad___rmatmul___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5833160Z test_fn_fail_gradgrad___rmatmul___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5847610Z test_fn_fail_gradgrad___rmod___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5861760Z test_fn_fail_gradgrad___rmul___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5875540Z test_fn_fail_gradgrad___rmul___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5883440Z test_fn_fail_gradgrad___rpow___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:00.5891220Z test_fn_fail_gradgrad___rpow___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:00.5904990Z test_fn_fail_gradgrad___rsub___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5918760Z test_fn_fail_gradgrad___rsub___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5932910Z test_fn_fail_gradgrad__masked_amax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5946590Z test_fn_fail_gradgrad__masked_amin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.5960960Z test_fn_fail_gradgrad__masked_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.5975170Z test_fn_fail_gradgrad__masked_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.5988370Z test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6002150Z test_fn_fail_gradgrad__masked_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6017240Z test_fn_fail_gradgrad__masked_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6031520Z test_fn_fail_gradgrad__masked_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6046380Z test_fn_fail_gradgrad__masked_normalize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6060550Z test_fn_fail_gradgrad__masked_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6074960Z test_fn_fail_gradgrad__masked_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6089400Z test_fn_fail_gradgrad__masked_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6103710Z test_fn_fail_gradgrad__masked_softmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6117970Z test_fn_fail_gradgrad__masked_std_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6131790Z test_fn_fail_gradgrad__masked_std_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6146000Z test_fn_fail_gradgrad__masked_sum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6159790Z test_fn_fail_gradgrad__masked_sum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6173670Z test_fn_fail_gradgrad__masked_var_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6191860Z test_fn_fail_gradgrad__masked_var_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6202410Z test_fn_fail_gradgrad_abs_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6216660Z test_fn_fail_gradgrad_abs_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6231020Z test_fn_fail_gradgrad_acos_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6245300Z test_fn_fail_gradgrad_acos_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6259190Z test_fn_fail_gradgrad_acosh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6273790Z test_fn_fail_gradgrad_acosh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6288490Z test_fn_fail_gradgrad_add_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6301540Z test_fn_fail_gradgrad_add_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6315390Z test_fn_fail_gradgrad_addbmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6329640Z test_fn_fail_gradgrad_addbmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6343490Z test_fn_fail_gradgrad_addcdiv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6357210Z test_fn_fail_gradgrad_addcdiv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6371400Z test_fn_fail_gradgrad_addcmul_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6385690Z test_fn_fail_gradgrad_addcmul_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6399040Z test_fn_fail_gradgrad_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6413210Z test_fn_fail_gradgrad_addmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6427190Z test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6441020Z test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6455450Z test_fn_fail_gradgrad_addmv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6469330Z test_fn_fail_gradgrad_addmv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6483020Z test_fn_fail_gradgrad_addr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6497300Z test_fn_fail_gradgrad_addr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6511410Z test_fn_fail_gradgrad_all_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6525550Z test_fn_fail_gradgrad_all_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6539230Z test_fn_fail_gradgrad_allclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6552980Z test_fn_fail_gradgrad_allclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6566910Z test_fn_fail_gradgrad_amax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6580730Z test_fn_fail_gradgrad_amin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6594800Z test_fn_fail_gradgrad_aminmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6608760Z test_fn_fail_gradgrad_angle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6623030Z test_fn_fail_gradgrad_angle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6636540Z test_fn_fail_gradgrad_any_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6650620Z test_fn_fail_gradgrad_any_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6664310Z test_fn_fail_gradgrad_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6678000Z test_fn_fail_gradgrad_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6692360Z test_fn_fail_gradgrad_argsort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6706840Z test_fn_fail_gradgrad_argwhere_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6721050Z test_fn_fail_gradgrad_argwhere_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.6735340Z test_fn_fail_gradgrad_as_strided_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6749190Z test_fn_fail_gradgrad_as_strided_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6763120Z test_fn_fail_gradgrad_asin_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6776860Z test_fn_fail_gradgrad_asin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6791070Z test_fn_fail_gradgrad_asinh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6804870Z test_fn_fail_gradgrad_asinh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6818740Z test_fn_fail_gradgrad_atan2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6833080Z test_fn_fail_gradgrad_atan_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6847070Z test_fn_fail_gradgrad_atan_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6860920Z test_fn_fail_gradgrad_atanh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6875070Z test_fn_fail_gradgrad_atanh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6888930Z test_fn_fail_gradgrad_atleast_1d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6902990Z test_fn_fail_gradgrad_atleast_1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6916980Z test_fn_fail_gradgrad_atleast_2d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6930940Z test_fn_fail_gradgrad_atleast_2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6944890Z test_fn_fail_gradgrad_atleast_3d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6959400Z test_fn_fail_gradgrad_atleast_3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6974180Z test_fn_fail_gradgrad_baddbmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.6987820Z test_fn_fail_gradgrad_baddbmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7005270Z test_fn_fail_gradgrad_bernoulli_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7016180Z test_fn_fail_gradgrad_bfloat16_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7030430Z test_fn_fail_gradgrad_bfloat16_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7045560Z test_fn_fail_gradgrad_block_diag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7071300Z test_fn_fail_gradgrad_block_diag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.003s) 2022-05-18T06:05:00.7087020Z test_fn_fail_gradgrad_bmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7101200Z test_fn_fail_gradgrad_bmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7118320Z test_fn_fail_gradgrad_bool_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.7132420Z test_fn_fail_gradgrad_bool_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.7146360Z test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7160660Z test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7174900Z test_fn_fail_gradgrad_broadcast_to_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7189340Z test_fn_fail_gradgrad_broadcast_to_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7203890Z test_fn_fail_gradgrad_bucketize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.7217740Z test_fn_fail_gradgrad_byte_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.7231830Z test_fn_fail_gradgrad_byte_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.7245390Z test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7259270Z test_fn_fail_gradgrad_cartesian_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7273080Z test_fn_fail_gradgrad_cat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7290450Z test_fn_fail_gradgrad_cat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:00.7883120Z test_fn_fail_gradgrad_cdist_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.059s) 2022-05-18T06:05:00.7898600Z test_fn_fail_gradgrad_ceil_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:00.7913110Z test_fn_fail_gradgrad_chalf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7927840Z test_fn_fail_gradgrad_chalf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7941660Z test_fn_fail_gradgrad_char_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.7955170Z test_fn_fail_gradgrad_char_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.7968980Z test_fn_fail_gradgrad_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7983390Z test_fn_fail_gradgrad_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.7997460Z test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8011680Z test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8025530Z test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8039410Z test_fn_fail_gradgrad_cholesky_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8053590Z test_fn_fail_gradgrad_chunk_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8067650Z test_fn_fail_gradgrad_chunk_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8081420Z test_fn_fail_gradgrad_clamp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8095760Z test_fn_fail_gradgrad_clamp_scalar_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8109980Z test_fn_fail_gradgrad_clone_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8124120Z test_fn_fail_gradgrad_clone_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8137990Z test_fn_fail_gradgrad_column_stack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8151790Z test_fn_fail_gradgrad_column_stack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8165730Z test_fn_fail_gradgrad_combinations_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8179590Z test_fn_fail_gradgrad_combinations_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8193790Z test_fn_fail_gradgrad_complex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8208180Z test_fn_fail_gradgrad_conj_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8221850Z test_fn_fail_gradgrad_conj_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8235920Z test_fn_fail_gradgrad_conj_physical_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8249900Z test_fn_fail_gradgrad_conj_physical_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8263810Z test_fn_fail_gradgrad_contiguous_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8277780Z test_fn_fail_gradgrad_contiguous_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8291930Z test_fn_fail_gradgrad_copysign_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8306350Z test_fn_fail_gradgrad_corrcoef_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8320400Z test_fn_fail_gradgrad_corrcoef_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8334640Z test_fn_fail_gradgrad_cos_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8348840Z test_fn_fail_gradgrad_cos_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8362950Z test_fn_fail_gradgrad_cosh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8376740Z test_fn_fail_gradgrad_cosh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8391290Z test_fn_fail_gradgrad_count_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.8405010Z test_fn_fail_gradgrad_count_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.8418880Z test_fn_fail_gradgrad_cov_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8432670Z test_fn_fail_gradgrad_cov_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8446490Z test_fn_fail_gradgrad_cross_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8460440Z test_fn_fail_gradgrad_cross_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8474590Z test_fn_fail_gradgrad_cummax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8488700Z test_fn_fail_gradgrad_cummin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8503010Z test_fn_fail_gradgrad_cumprod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8518590Z test_fn_fail_gradgrad_cumprod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8532790Z test_fn_fail_gradgrad_cumsum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8546940Z test_fn_fail_gradgrad_cumsum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8561260Z test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8575310Z test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8589510Z test_fn_fail_gradgrad_deg2rad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8603650Z test_fn_fail_gradgrad_diag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8617590Z test_fn_fail_gradgrad_diag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8631930Z test_fn_fail_gradgrad_diag_embed_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8645780Z test_fn_fail_gradgrad_diag_embed_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8659900Z test_fn_fail_gradgrad_diagflat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8673870Z test_fn_fail_gradgrad_diagflat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8688080Z test_fn_fail_gradgrad_diagonal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8701730Z test_fn_fail_gradgrad_diagonal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8715930Z test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8729830Z test_fn_fail_gradgrad_diff_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8743570Z test_fn_fail_gradgrad_diff_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8757490Z test_fn_fail_gradgrad_digamma_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8771790Z test_fn_fail_gradgrad_dist_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8785780Z test_fn_fail_gradgrad_dist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8799830Z test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8814070Z test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8828070Z test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8842170Z test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8855920Z test_fn_fail_gradgrad_dot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8870100Z test_fn_fail_gradgrad_dot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8884150Z test_fn_fail_gradgrad_double_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8898230Z test_fn_fail_gradgrad_double_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8912450Z test_fn_fail_gradgrad_dsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8926600Z test_fn_fail_gradgrad_dsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8940600Z test_fn_fail_gradgrad_dstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8954220Z test_fn_fail_gradgrad_dstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8968030Z test_fn_fail_gradgrad_eig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8982180Z test_fn_fail_gradgrad_eig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.8995680Z test_fn_fail_gradgrad_einsum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9009720Z test_fn_fail_gradgrad_einsum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9023790Z test_fn_fail_gradgrad_empty_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.9037690Z test_fn_fail_gradgrad_empty_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.9051780Z test_fn_fail_gradgrad_eq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.9065740Z test_fn_fail_gradgrad_eq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.9079740Z test_fn_fail_gradgrad_erf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9093720Z test_fn_fail_gradgrad_erfc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9107760Z test_fn_fail_gradgrad_erfinv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9122040Z test_fn_fail_gradgrad_exp2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9135670Z test_fn_fail_gradgrad_exp_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9149610Z test_fn_fail_gradgrad_exp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9163210Z test_fn_fail_gradgrad_expand_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9177160Z test_fn_fail_gradgrad_expand_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9190960Z test_fn_fail_gradgrad_expand_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9205420Z test_fn_fail_gradgrad_expand_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9219610Z test_fn_fail_gradgrad_expm1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9233700Z test_fn_fail_gradgrad_fft_fft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9247890Z test_fn_fail_gradgrad_fft_fft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9262080Z test_fn_fail_gradgrad_fft_fft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9275850Z test_fn_fail_gradgrad_fft_fft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9290190Z test_fn_fail_gradgrad_fft_fftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9304240Z test_fn_fail_gradgrad_fft_fftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9318530Z test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9332530Z test_fn_fail_gradgrad_fft_fftshift_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9346470Z test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9360340Z test_fn_fail_gradgrad_fft_hfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9373990Z test_fn_fail_gradgrad_fft_hfft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9387870Z test_fn_fail_gradgrad_fft_hfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9401820Z test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9416000Z test_fn_fail_gradgrad_fft_hfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9430280Z test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9444310Z test_fn_fail_gradgrad_fft_ifft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9458430Z test_fn_fail_gradgrad_fft_ifft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9473680Z test_fn_fail_gradgrad_fft_ifft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9487930Z test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9502230Z test_fn_fail_gradgrad_fft_ifftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9516280Z test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9530720Z test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9544560Z test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9558460Z test_fn_fail_gradgrad_fft_ihfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9572420Z test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9586300Z test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9600520Z test_fn_fail_gradgrad_fft_irfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9614610Z test_fn_fail_gradgrad_fft_irfft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9628820Z test_fn_fail_gradgrad_fft_irfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9642570Z test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9656400Z test_fn_fail_gradgrad_fft_irfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9670180Z test_fn_fail_gradgrad_fft_rfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9684450Z test_fn_fail_gradgrad_fft_rfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9698110Z test_fn_fail_gradgrad_fft_rfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9712460Z test_fn_fail_gradgrad_fill__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9726420Z test_fn_fail_gradgrad_fill__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9740460Z test_fn_fail_gradgrad_flatten_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9754650Z test_fn_fail_gradgrad_flatten_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9769210Z test_fn_fail_gradgrad_flip_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9783260Z test_fn_fail_gradgrad_flip_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9797490Z test_fn_fail_gradgrad_fliplr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9811630Z test_fn_fail_gradgrad_fliplr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9826110Z test_fn_fail_gradgrad_flipud_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9840370Z test_fn_fail_gradgrad_flipud_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9854220Z test_fn_fail_gradgrad_float_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9868350Z test_fn_fail_gradgrad_float_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9882120Z test_fn_fail_gradgrad_float_power_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9896290Z test_fn_fail_gradgrad_float_power_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9910080Z test_fn_fail_gradgrad_floor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9925140Z test_fn_fail_gradgrad_floor_divide_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:00.9938950Z test_fn_fail_gradgrad_fmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9953100Z test_fn_fail_gradgrad_fmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9966850Z test_fn_fail_gradgrad_fmod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9980950Z test_fn_fail_gradgrad_frac_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:00.9994820Z test_fn_fail_gradgrad_frexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0009230Z test_fn_fail_gradgrad_full_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0023180Z test_fn_fail_gradgrad_full_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0037060Z test_fn_fail_gradgrad_gather_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0050670Z test_fn_fail_gradgrad_gather_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0064720Z test_fn_fail_gradgrad_ge_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0079320Z test_fn_fail_gradgrad_geqrf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0093570Z test_fn_fail_gradgrad_geqrf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0107840Z test_fn_fail_gradgrad_gradient_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0121830Z test_fn_fail_gradgrad_gradient_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0135930Z test_fn_fail_gradgrad_gt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0149910Z test_fn_fail_gradgrad_half_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0164160Z test_fn_fail_gradgrad_half_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0178570Z test_fn_fail_gradgrad_heaviside_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0192670Z test_fn_fail_gradgrad_histc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0206750Z test_fn_fail_gradgrad_histogram_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0220550Z test_fn_fail_gradgrad_histogramdd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0234580Z test_fn_fail_gradgrad_hsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0248510Z test_fn_fail_gradgrad_hsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0262690Z test_fn_fail_gradgrad_hstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0276860Z test_fn_fail_gradgrad_hstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0290840Z test_fn_fail_gradgrad_hypot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0305020Z test_fn_fail_gradgrad_i0_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0318690Z test_fn_fail_gradgrad_igamma_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0332720Z test_fn_fail_gradgrad_igammac_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0346330Z test_fn_fail_gradgrad_imag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0360200Z test_fn_fail_gradgrad_index_add_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0374400Z test_fn_fail_gradgrad_index_add_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0388440Z test_fn_fail_gradgrad_index_copy_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0402200Z test_fn_fail_gradgrad_index_copy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0415860Z test_fn_fail_gradgrad_index_fill_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0429520Z test_fn_fail_gradgrad_index_fill_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0443490Z test_fn_fail_gradgrad_index_put_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0457420Z test_fn_fail_gradgrad_index_put_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0471510Z test_fn_fail_gradgrad_index_reduce_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0485860Z test_fn_fail_gradgrad_index_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0499510Z test_fn_fail_gradgrad_index_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0513780Z test_fn_fail_gradgrad_inner_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0527790Z test_fn_fail_gradgrad_inner_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0542110Z test_fn_fail_gradgrad_int_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0556040Z test_fn_fail_gradgrad_int_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0569530Z test_fn_fail_gradgrad_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0583610Z test_fn_fail_gradgrad_inverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0597670Z test_fn_fail_gradgrad_isclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0611400Z test_fn_fail_gradgrad_isclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0625520Z test_fn_fail_gradgrad_isfinite_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0639670Z test_fn_fail_gradgrad_isfinite_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0655660Z test_fn_fail_gradgrad_isin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0668730Z test_fn_fail_gradgrad_isinf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0683120Z test_fn_fail_gradgrad_isinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0698870Z test_fn_fail_gradgrad_isnan_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0712580Z test_fn_fail_gradgrad_isnan_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0727290Z test_fn_fail_gradgrad_isneginf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0740810Z test_fn_fail_gradgrad_isposinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0754880Z test_fn_fail_gradgrad_isreal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0769050Z test_fn_fail_gradgrad_isreal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0783130Z test_fn_fail_gradgrad_istft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0797480Z test_fn_fail_gradgrad_istft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0811430Z test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:05:01.0825180Z test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:05:01.0838890Z test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:05:01.0853170Z test_fn_fail_gradgrad_jiterator_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:05:01.0867500Z test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:05:01.0881820Z test_fn_fail_gradgrad_jiterator_unary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:05:01.0895540Z test_fn_fail_gradgrad_kron_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0909730Z test_fn_fail_gradgrad_kron_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0923840Z test_fn_fail_gradgrad_kthvalue_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0937780Z test_fn_fail_gradgrad_ldexp_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0952350Z test_fn_fail_gradgrad_ldexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0966890Z test_fn_fail_gradgrad_le_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.0980810Z test_fn_fail_gradgrad_lerp_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.0995140Z test_fn_fail_gradgrad_lerp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1009060Z test_fn_fail_gradgrad_lgamma_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1023060Z test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1039140Z test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:01.1053360Z test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1068090Z test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1083390Z test_fn_fail_gradgrad_linalg_cond_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1097560Z test_fn_fail_gradgrad_linalg_cond_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1111640Z test_fn_fail_gradgrad_linalg_cross_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1125690Z test_fn_fail_gradgrad_linalg_cross_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1139770Z test_fn_fail_gradgrad_linalg_det_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1154340Z test_fn_fail_gradgrad_linalg_det_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1168410Z test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1182570Z test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1197280Z test_fn_fail_gradgrad_linalg_eig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1211530Z test_fn_fail_gradgrad_linalg_eig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1225820Z test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1240260Z test_fn_fail_gradgrad_linalg_eigh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1254450Z test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1268200Z test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1285320Z test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1298900Z test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:01.1312590Z test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1328240Z test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1341980Z test_fn_fail_gradgrad_linalg_inv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1356220Z test_fn_fail_gradgrad_linalg_inv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1370110Z test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1384510Z test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1398490Z test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.1412430Z test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.1427010Z test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.1440930Z test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.1455460Z test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.1469360Z test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.1477310Z test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.1485380Z test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.1499200Z test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1513260Z test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1527220Z test_fn_fail_gradgrad_linalg_lu_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1541560Z test_fn_fail_gradgrad_linalg_lu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1555670Z test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1569940Z test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1583990Z test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1598300Z test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1612610Z test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1627450Z test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1641550Z test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1656070Z test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1669970Z test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.1684360Z test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.1698530Z test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.1712660Z test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.1726570Z test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1740800Z test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1754800Z test_fn_fail_gradgrad_linalg_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1768800Z test_fn_fail_gradgrad_linalg_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1782590Z test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1796900Z test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1811160Z test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1824660Z test_fn_fail_gradgrad_linalg_pinv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1839020Z test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1853050Z test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1866710Z test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:05:01.1880470Z test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:05:01.1894790Z test_fn_fail_gradgrad_linalg_qr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1908530Z test_fn_fail_gradgrad_linalg_qr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1922540Z test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1936600Z test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1950450Z test_fn_fail_gradgrad_linalg_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1964810Z test_fn_fail_gradgrad_linalg_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1979290Z test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.1993590Z test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2008180Z test_fn_fail_gradgrad_linalg_svd_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2022720Z test_fn_fail_gradgrad_linalg_svd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2036840Z test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2051410Z test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2065510Z test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2079790Z test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2094000Z test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2107890Z test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2121660Z test_fn_fail_gradgrad_linalg_vander_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2135330Z test_fn_fail_gradgrad_linalg_vander_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2150120Z test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2164060Z test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2177970Z test_fn_fail_gradgrad_log10_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2193090Z test_fn_fail_gradgrad_log10_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2207590Z test_fn_fail_gradgrad_log1p_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2221420Z test_fn_fail_gradgrad_log2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2235000Z test_fn_fail_gradgrad_log2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2249090Z test_fn_fail_gradgrad_log_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2263160Z test_fn_fail_gradgrad_log_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2276920Z test_fn_fail_gradgrad_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2293090Z test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:01.2308880Z test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2323120Z test_fn_fail_gradgrad_logaddexp2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2337760Z test_fn_fail_gradgrad_logaddexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2352270Z test_fn_fail_gradgrad_logcumsumexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2366580Z test_fn_fail_gradgrad_logdet_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2381070Z test_fn_fail_gradgrad_logical_and_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.2394870Z test_fn_fail_gradgrad_logical_and_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.2409240Z test_fn_fail_gradgrad_logical_not_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.2422960Z test_fn_fail_gradgrad_logical_not_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.2437070Z test_fn_fail_gradgrad_logical_or_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.2450960Z test_fn_fail_gradgrad_logical_or_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.2464820Z test_fn_fail_gradgrad_logical_xor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.2479040Z test_fn_fail_gradgrad_logical_xor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.2492920Z test_fn_fail_gradgrad_logit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2507160Z test_fn_fail_gradgrad_logsumexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2521240Z test_fn_fail_gradgrad_long_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.2535190Z test_fn_fail_gradgrad_long_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.2549960Z test_fn_fail_gradgrad_lt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.2563890Z test_fn_fail_gradgrad_lu_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2578230Z test_fn_fail_gradgrad_lu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2593030Z test_fn_fail_gradgrad_lu_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2607210Z test_fn_fail_gradgrad_lu_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2621250Z test_fn_fail_gradgrad_lu_unpack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2635500Z test_fn_fail_gradgrad_lu_unpack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2649800Z test_fn_fail_gradgrad_mH_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2664010Z test_fn_fail_gradgrad_mH_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2678020Z test_fn_fail_gradgrad_mT_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2692330Z test_fn_fail_gradgrad_mT_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2706550Z test_fn_fail_gradgrad_masked_fill_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2720820Z test_fn_fail_gradgrad_masked_fill_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2735340Z test_fn_fail_gradgrad_masked_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2749710Z test_fn_fail_gradgrad_masked_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2763710Z test_fn_fail_gradgrad_masked_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2777760Z test_fn_fail_gradgrad_masked_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2791840Z test_fn_fail_gradgrad_matmul_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2806220Z test_fn_fail_gradgrad_matmul_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2820360Z test_fn_fail_gradgrad_matrix_exp_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2834790Z test_fn_fail_gradgrad_matrix_exp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2849280Z test_fn_fail_gradgrad_max_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2863390Z test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2877550Z test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2892210Z test_fn_fail_gradgrad_maximum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2906400Z test_fn_fail_gradgrad_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2920680Z test_fn_fail_gradgrad_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2935010Z test_fn_fail_gradgrad_median_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2949620Z test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2963800Z test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2977950Z test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.2992420Z test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3006430Z test_fn_fail_gradgrad_min_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3020480Z test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3034820Z test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3049080Z test_fn_fail_gradgrad_minimum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3063700Z test_fn_fail_gradgrad_mm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3077540Z test_fn_fail_gradgrad_mm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3092030Z test_fn_fail_gradgrad_mode_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3106090Z test_fn_fail_gradgrad_movedim_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3119840Z test_fn_fail_gradgrad_movedim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3134340Z test_fn_fail_gradgrad_msort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3149290Z test_fn_fail_gradgrad_mul_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3163840Z test_fn_fail_gradgrad_mul_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3178290Z test_fn_fail_gradgrad_multinomial_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3192540Z test_fn_fail_gradgrad_mv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3206310Z test_fn_fail_gradgrad_mv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3220630Z test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3228750Z test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.3236770Z test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.3251060Z test_fn_fail_gradgrad_nan_to_num_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3265410Z test_fn_fail_gradgrad_nanmean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3279670Z test_fn_fail_gradgrad_nanmedian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3293980Z test_fn_fail_gradgrad_nanquantile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3308390Z test_fn_fail_gradgrad_nansum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3322480Z test_fn_fail_gradgrad_narrow_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3336160Z test_fn_fail_gradgrad_narrow_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3350370Z test_fn_fail_gradgrad_ne_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3364760Z test_fn_fail_gradgrad_ne_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3378520Z test_fn_fail_gradgrad_neg_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3392180Z test_fn_fail_gradgrad_neg_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3406660Z test_fn_fail_gradgrad_new_empty_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3420410Z test_fn_fail_gradgrad_new_empty_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3434230Z test_fn_fail_gradgrad_new_full_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3448120Z test_fn_fail_gradgrad_new_full_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3462040Z test_fn_fail_gradgrad_new_ones_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3476170Z test_fn_fail_gradgrad_new_ones_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3490110Z test_fn_fail_gradgrad_new_zeros_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3503890Z test_fn_fail_gradgrad_new_zeros_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3517750Z test_fn_fail_gradgrad_nextafter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.3532600Z test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3546240Z test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3560190Z test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3573920Z test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3588050Z test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3601890Z test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3615800Z test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3629450Z test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3644940Z test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3659110Z test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3673530Z test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3688230Z test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3702320Z test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3716210Z test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3730480Z test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3744410Z test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3758710Z test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3772580Z test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3786630Z test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3800990Z test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3814870Z test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3829210Z test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3843620Z test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3857850Z test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3872060Z test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3886620Z test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3900660Z test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.3914710Z test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4439070Z test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:05:01.4454400Z test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:01.4468850Z test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4483180Z test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4497360Z test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4511790Z test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4526110Z test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4540290Z test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4554630Z test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4568930Z test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4668140Z test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:05:01.4682020Z test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4696330Z test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4726550Z test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:05:01.4760360Z test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:05:01.4774940Z test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4788900Z test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4803440Z test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4817820Z test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4832020Z test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4846270Z test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4860560Z test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4874920Z test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4889470Z test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4903720Z test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4917990Z test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4932550Z test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.4946530Z test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4960800Z test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4975220Z test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.4990060Z test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5004360Z test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5018560Z test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5041300Z test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5047050Z test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5061730Z test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5076580Z test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5090720Z test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5104810Z test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5119060Z test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5133590Z test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5147420Z test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5161640Z test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5175490Z test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5190080Z test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5203910Z test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5237500Z test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:05:01.5271440Z test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:05:01.5285770Z test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5299990Z test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5315480Z test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5329910Z test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5343660Z test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5357780Z test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5371480Z test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5385820Z test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5399950Z test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5413780Z test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5427460Z test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5441450Z test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5455960Z test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5469590Z test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5629060Z test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:05:01.5644870Z test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:01.5659000Z test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5672680Z test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5691470Z test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5704250Z test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:01.5719180Z test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5732920Z test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5747170Z test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5761600Z test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5775990Z test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5790520Z test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.5803810Z test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5817840Z test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5831760Z test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5845740Z test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5859610Z test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5874020Z test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5887810Z test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5901710Z test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5915960Z test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5930220Z test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5944060Z test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5957790Z test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5971700Z test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5986230Z test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.5999940Z test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6014290Z test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6029470Z test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6043310Z test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6057000Z test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6070830Z test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6084800Z test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6098770Z test_fn_fail_gradgrad_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6112780Z test_fn_fail_gradgrad_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6126660Z test_fn_fail_gradgrad_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6140870Z test_fn_fail_gradgrad_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6154990Z test_fn_fail_gradgrad_norm_fro_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6169100Z test_fn_fail_gradgrad_norm_fro_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6183200Z test_fn_fail_gradgrad_norm_inf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6197120Z test_fn_fail_gradgrad_norm_inf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6211370Z test_fn_fail_gradgrad_norm_nuc_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6225750Z test_fn_fail_gradgrad_norm_nuc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6233800Z test_fn_fail_gradgrad_normal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:05:01.6241950Z test_fn_fail_gradgrad_normal_number_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:05:01.6255540Z test_fn_fail_gradgrad_ones_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6269200Z test_fn_fail_gradgrad_ones_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6283040Z test_fn_fail_gradgrad_ormqr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6296810Z test_fn_fail_gradgrad_ormqr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6310730Z test_fn_fail_gradgrad_outer_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6324800Z test_fn_fail_gradgrad_outer_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6339380Z test_fn_fail_gradgrad_pca_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6353370Z test_fn_fail_gradgrad_permute_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6367210Z test_fn_fail_gradgrad_permute_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6380940Z test_fn_fail_gradgrad_pinverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6395090Z test_fn_fail_gradgrad_pinverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6408690Z test_fn_fail_gradgrad_polar_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6422610Z test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6430590Z test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.6438450Z test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.6446290Z test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.6454110Z test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.6467690Z test_fn_fail_gradgrad_positive_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6481370Z test_fn_fail_gradgrad_positive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6495140Z test_fn_fail_gradgrad_pow_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6509130Z test_fn_fail_gradgrad_pow_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6522930Z test_fn_fail_gradgrad_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6536890Z test_fn_fail_gradgrad_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6550540Z test_fn_fail_gradgrad_put_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6566720Z test_fn_fail_gradgrad_put_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:01.6580600Z test_fn_fail_gradgrad_qr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6594670Z test_fn_fail_gradgrad_qr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6608690Z test_fn_fail_gradgrad_quantile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6622750Z test_fn_fail_gradgrad_rad2deg_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6636760Z test_fn_fail_gradgrad_rand_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6650280Z test_fn_fail_gradgrad_rand_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6663830Z test_fn_fail_gradgrad_randint_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6677420Z test_fn_fail_gradgrad_randn_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6691610Z test_fn_fail_gradgrad_randn_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6705040Z test_fn_fail_gradgrad_ravel_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6719020Z test_fn_fail_gradgrad_ravel_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6732790Z test_fn_fail_gradgrad_real_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6746470Z test_fn_fail_gradgrad_real_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6760170Z test_fn_fail_gradgrad_reciprocal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6774180Z test_fn_fail_gradgrad_reciprocal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6787990Z test_fn_fail_gradgrad_remainder_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6801650Z test_fn_fail_gradgrad_renorm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6815420Z test_fn_fail_gradgrad_renorm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6829080Z test_fn_fail_gradgrad_repeat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6842810Z test_fn_fail_gradgrad_repeat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6856510Z test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6870120Z test_fn_fail_gradgrad_repeat_interleave_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6884130Z test_fn_fail_gradgrad_reshape_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6897880Z test_fn_fail_gradgrad_reshape_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6911700Z test_fn_fail_gradgrad_reshape_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6925210Z test_fn_fail_gradgrad_reshape_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.6939050Z test_fn_fail_gradgrad_resize__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6952610Z test_fn_fail_gradgrad_resize__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6966190Z test_fn_fail_gradgrad_resize_as__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.6985000Z test_fn_fail_gradgrad_resize_as__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.7019460Z test_fn_fail_gradgrad_resolve_conj_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.004s) 2022-05-18T06:05:01.7045910Z test_fn_fail_gradgrad_resolve_conj_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.003s) 2022-05-18T06:05:01.7060370Z test_fn_fail_gradgrad_resolve_neg_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7077870Z test_fn_fail_gradgrad_resolve_neg_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:01.7092810Z test_fn_fail_gradgrad_roll_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7106530Z test_fn_fail_gradgrad_roll_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7120310Z test_fn_fail_gradgrad_rot90_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7134540Z test_fn_fail_gradgrad_rot90_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7148590Z test_fn_fail_gradgrad_round_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7162620Z test_fn_fail_gradgrad_round_decimals_0_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7170820Z test_fn_fail_gradgrad_round_decimals_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.7178840Z test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.7192690Z test_fn_fail_gradgrad_rsqrt_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7206730Z test_fn_fail_gradgrad_rsqrt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7221200Z test_fn_fail_gradgrad_rsub_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7235180Z test_fn_fail_gradgrad_rsub_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7249230Z test_fn_fail_gradgrad_scatter_add_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7263260Z test_fn_fail_gradgrad_scatter_add_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7277290Z test_fn_fail_gradgrad_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7294140Z test_fn_fail_gradgrad_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:01.7307620Z test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7321550Z test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7335390Z test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7349530Z test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7363440Z test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7377990Z test_fn_fail_gradgrad_searchsorted_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.7396290Z test_fn_fail_gradgrad_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:01.7411640Z test_fn_fail_gradgrad_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-05-18T06:05:01.7426140Z test_fn_fail_gradgrad_select_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7440020Z test_fn_fail_gradgrad_sgn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7453780Z test_fn_fail_gradgrad_sgn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7468270Z test_fn_fail_gradgrad_short_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.7482630Z test_fn_fail_gradgrad_short_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.7496480Z test_fn_fail_gradgrad_sigmoid_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7510650Z test_fn_fail_gradgrad_sigmoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7524810Z test_fn_fail_gradgrad_sign_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7539050Z test_fn_fail_gradgrad_signbit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.7552630Z test_fn_fail_gradgrad_sin_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7566930Z test_fn_fail_gradgrad_sin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7580620Z test_fn_fail_gradgrad_sinc_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7594950Z test_fn_fail_gradgrad_sinc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7608740Z test_fn_fail_gradgrad_sinh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7622980Z test_fn_fail_gradgrad_sinh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7637040Z test_fn_fail_gradgrad_slice_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7651950Z test_fn_fail_gradgrad_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7665280Z test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7678920Z test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7693470Z test_fn_fail_gradgrad_sort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7707640Z test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7721730Z test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7735840Z test_fn_fail_gradgrad_special_entr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7750030Z test_fn_fail_gradgrad_special_erfcx_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7764000Z test_fn_fail_gradgrad_special_i0e_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7777810Z test_fn_fail_gradgrad_special_i1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7791880Z test_fn_fail_gradgrad_special_i1e_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7805510Z test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7819560Z test_fn_fail_gradgrad_special_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7833520Z test_fn_fail_gradgrad_special_ndtri_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7847650Z test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7855520Z test_fn_fail_gradgrad_special_xlog1py_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.7869730Z test_fn_fail_gradgrad_special_zeta_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.7883660Z test_fn_fail_gradgrad_split_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7897390Z test_fn_fail_gradgrad_split_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7911060Z test_fn_fail_gradgrad_split_list_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7925110Z test_fn_fail_gradgrad_split_list_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7938820Z test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7952790Z test_fn_fail_gradgrad_split_with_sizes_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7966560Z test_fn_fail_gradgrad_sqrt_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7980500Z test_fn_fail_gradgrad_sqrt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.7994880Z test_fn_fail_gradgrad_square_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8008550Z test_fn_fail_gradgrad_square_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8021890Z test_fn_fail_gradgrad_squeeze_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8035880Z test_fn_fail_gradgrad_squeeze_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8049750Z test_fn_fail_gradgrad_stack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8063810Z test_fn_fail_gradgrad_stack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8077510Z test_fn_fail_gradgrad_std_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8091560Z test_fn_fail_gradgrad_std_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8105570Z test_fn_fail_gradgrad_std_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.8119160Z test_fn_fail_gradgrad_std_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8133100Z test_fn_fail_gradgrad_stft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8147040Z test_fn_fail_gradgrad_stft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8161160Z test_fn_fail_gradgrad_sub_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8175300Z test_fn_fail_gradgrad_sub_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8189440Z test_fn_fail_gradgrad_sum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8203420Z test_fn_fail_gradgrad_sum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8217850Z test_fn_fail_gradgrad_sum_to_size_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8231680Z test_fn_fail_gradgrad_sum_to_size_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8246420Z test_fn_fail_gradgrad_svd_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8260940Z test_fn_fail_gradgrad_svd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8275430Z test_fn_fail_gradgrad_svd_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8290260Z test_fn_fail_gradgrad_symeig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8304570Z test_fn_fail_gradgrad_symeig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8318230Z test_fn_fail_gradgrad_t_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8332430Z test_fn_fail_gradgrad_t_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8346750Z test_fn_fail_gradgrad_take_along_dim_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8360650Z test_fn_fail_gradgrad_take_along_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8374520Z test_fn_fail_gradgrad_take_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8388550Z test_fn_fail_gradgrad_take_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8402160Z test_fn_fail_gradgrad_tan_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8415820Z test_fn_fail_gradgrad_tan_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8429710Z test_fn_fail_gradgrad_tanh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8443590Z test_fn_fail_gradgrad_tanh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8457340Z test_fn_fail_gradgrad_tensor_split_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8471330Z test_fn_fail_gradgrad_tensor_split_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8485040Z test_fn_fail_gradgrad_tensordot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8498650Z test_fn_fail_gradgrad_tensordot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8513150Z test_fn_fail_gradgrad_tile_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8527560Z test_fn_fail_gradgrad_tile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8541550Z test_fn_fail_gradgrad_to_sparse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.8556000Z test_fn_fail_gradgrad_to_sparse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8569790Z test_fn_fail_gradgrad_topk_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8583740Z test_fn_fail_gradgrad_trace_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8597690Z test_fn_fail_gradgrad_trace_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8611710Z test_fn_fail_gradgrad_transpose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8626040Z test_fn_fail_gradgrad_transpose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8639780Z test_fn_fail_gradgrad_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8653730Z test_fn_fail_gradgrad_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8667490Z test_fn_fail_gradgrad_trapz_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8681140Z test_fn_fail_gradgrad_trapz_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8695280Z test_fn_fail_gradgrad_triangular_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8709030Z test_fn_fail_gradgrad_triangular_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8722810Z test_fn_fail_gradgrad_tril_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8736490Z test_fn_fail_gradgrad_tril_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8750140Z test_fn_fail_gradgrad_triu_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8764120Z test_fn_fail_gradgrad_triu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8777860Z test_fn_fail_gradgrad_true_divide_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8791610Z test_fn_fail_gradgrad_true_divide_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8805340Z test_fn_fail_gradgrad_trunc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8819110Z test_fn_fail_gradgrad_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8832760Z test_fn_fail_gradgrad_unfold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8846730Z test_fn_fail_gradgrad_unique_consecutive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.8860360Z test_fn_fail_gradgrad_unique_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.8873890Z test_fn_fail_gradgrad_unsqueeze_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8887980Z test_fn_fail_gradgrad_unsqueeze_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8901660Z test_fn_fail_gradgrad_var_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8915430Z test_fn_fail_gradgrad_var_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8929380Z test_fn_fail_gradgrad_var_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.8942830Z test_fn_fail_gradgrad_var_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8956780Z test_fn_fail_gradgrad_vdot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8970290Z test_fn_fail_gradgrad_vdot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8984180Z test_fn_fail_gradgrad_view_as_complex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.8997950Z test_fn_fail_gradgrad_view_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9011610Z test_fn_fail_gradgrad_view_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9025850Z test_fn_fail_gradgrad_view_as_real_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9039320Z test_fn_fail_gradgrad_view_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9052940Z test_fn_fail_gradgrad_view_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9066640Z test_fn_fail_gradgrad_vsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9080230Z test_fn_fail_gradgrad_vsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9094090Z test_fn_fail_gradgrad_vstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9107920Z test_fn_fail_gradgrad_vstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9121520Z test_fn_fail_gradgrad_where_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9135330Z test_fn_fail_gradgrad_where_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9143340Z test_fn_fail_gradgrad_xlogy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:01.9157300Z test_fn_fail_gradgrad_zero__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9170950Z test_fn_fail_gradgrad_zero__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-05-18T06:05:01.9185330Z test_fn_fail_gradgrad_zeros_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.9198940Z test_fn_fail_gradgrad_zeros_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:01.9696440Z test_fn_fwgrad_bwgrad_H_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:05:01.9778180Z test_fn_fwgrad_bwgrad_H_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:05:02.0228320Z test_fn_fwgrad_bwgrad_T_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.045s) 2022-05-18T06:05:02.0311510Z test_fn_fwgrad_bwgrad_T_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:05:02.4296220Z test_fn_fwgrad_bwgrad___getitem___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.398s) 2022-05-18T06:05:02.4981330Z test_fn_fwgrad_bwgrad___getitem___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:05:02.8810780Z test_fn_fwgrad_bwgrad___radd___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.383s) 2022-05-18T06:05:02.9371550Z test_fn_fwgrad_bwgrad___radd___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.056s) 2022-05-18T06:05:03.4363450Z test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.499s) 2022-05-18T06:05:03.5127420Z test_fn_fwgrad_bwgrad___rdiv___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:05:04.3117740Z test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.799s) 2022-05-18T06:05:04.4398930Z test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.128s) 2022-05-18T06:05:04.5081970Z test_fn_fwgrad_bwgrad___rmod___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:05:04.9401500Z test_fn_fwgrad_bwgrad___rmul___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.432s) 2022-05-18T06:05:05.0048540Z test_fn_fwgrad_bwgrad___rmul___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.065s) 2022-05-18T06:05:05.0058080Z test_fn_fwgrad_bwgrad___rpow___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:05.0067360Z test_fn_fwgrad_bwgrad___rpow___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:05:05.4011320Z test_fn_fwgrad_bwgrad___rsub___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.394s) 2022-05-18T06:05:05.4599000Z test_fn_fwgrad_bwgrad___rsub___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.059s) 2022-05-18T06:05:05.4699230Z test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:05:05.4796710Z test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:05:05.4814100Z test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:05.4829390Z test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:05.4946910Z test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:05:08.5790190Z test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 (__main__.TestGradientsCPU) ... ok (3.084s) 2022-05-18T06:05:09.1837540Z test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.605s) 2022-05-18T06:05:11.8785410Z test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (2.695s) 2022-05-18T06:05:12.1212180Z test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.243s) 2022-05-18T06:05:15.0353080Z test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.914s) 2022-05-18T06:05:15.5579260Z test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.523s) 2022-05-18T06:05:15.5701440Z test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:05:15.5822920Z test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:05:20.0636570Z test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 (__main__.TestGradientsCPU) ... ok (4.481s) 2022-05-18T06:05:20.9765000Z test_fn_fwgrad_bwgrad__masked_std_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.913s) 2022-05-18T06:05:23.0811430Z test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.105s) 2022-05-18T06:05:23.4476550Z test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.366s) 2022-05-18T06:05:27.7301570Z test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 (__main__.TestGradientsCPU) ... ok (4.282s) 2022-05-18T06:05:28.5798630Z test_fn_fwgrad_bwgrad__masked_var_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.850s) 2022-05-18T06:05:29.2949510Z test_fn_fwgrad_bwgrad_abs_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.715s) 2022-05-18T06:05:29.3010390Z test_fn_fwgrad_bwgrad_abs_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:05:29.3849010Z test_fn_fwgrad_bwgrad_acos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.084s) 2022-05-18T06:05:29.3995750Z test_fn_fwgrad_bwgrad_acos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:05:29.4792640Z test_fn_fwgrad_bwgrad_acosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.080s) 2022-05-18T06:05:29.4944140Z test_fn_fwgrad_bwgrad_acosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:05:29.9639530Z test_fn_fwgrad_bwgrad_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.470s) 2022-05-18T06:05:30.0346890Z test_fn_fwgrad_bwgrad_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.071s) 2022-05-18T06:05:31.1683500Z test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.133s) 2022-05-18T06:05:31.2536590Z test_fn_fwgrad_bwgrad_addbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.085s) 2022-05-18T06:05:32.3316830Z test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.078s) 2022-05-18T06:05:32.4966400Z test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.165s) 2022-05-18T06:05:33.4891290Z test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.992s) 2022-05-18T06:05:33.6354130Z test_fn_fwgrad_bwgrad_addcmul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.146s) 2022-05-18T06:05:34.0751400Z test_fn_fwgrad_bwgrad_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.440s) 2022-05-18T06:05:34.1170920Z test_fn_fwgrad_bwgrad_addmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:05:34.5458170Z test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.429s) 2022-05-18T06:05:34.5858040Z test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:05:35.1102620Z test_fn_fwgrad_bwgrad_addmv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.524s) 2022-05-18T06:05:35.1893670Z test_fn_fwgrad_bwgrad_addmv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:05:35.5264840Z test_fn_fwgrad_bwgrad_addr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.337s) 2022-05-18T06:05:35.5797030Z test_fn_fwgrad_bwgrad_addr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.053s) 2022-05-18T06:05:35.5815500Z test_fn_fwgrad_bwgrad_all_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.5831260Z test_fn_fwgrad_bwgrad_all_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.5847060Z test_fn_fwgrad_bwgrad_allclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.5862780Z test_fn_fwgrad_bwgrad_allclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.5942220Z test_fn_fwgrad_bwgrad_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:05:35.6020800Z test_fn_fwgrad_bwgrad_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:05:35.6039400Z test_fn_fwgrad_bwgrad_aminmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.6389740Z test_fn_fwgrad_bwgrad_angle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:05:35.6445550Z test_fn_fwgrad_bwgrad_angle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:05:35.6462760Z test_fn_fwgrad_bwgrad_any_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.6478500Z test_fn_fwgrad_bwgrad_any_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.6494380Z test_fn_fwgrad_bwgrad_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.6510250Z test_fn_fwgrad_bwgrad_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.6526000Z test_fn_fwgrad_bwgrad_argsort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.6541860Z test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.6557590Z test_fn_fwgrad_bwgrad_argwhere_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:35.7888010Z test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.133s) 2022-05-18T06:05:35.8109360Z test_fn_fwgrad_bwgrad_as_strided_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:05:35.8467990Z test_fn_fwgrad_bwgrad_asin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:05:35.8540830Z test_fn_fwgrad_bwgrad_asin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:05:35.8899530Z test_fn_fwgrad_bwgrad_asinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:05:35.8967370Z test_fn_fwgrad_bwgrad_asinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:05:35.9811870Z test_fn_fwgrad_bwgrad_atan2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.084s) 2022-05-18T06:05:36.0137370Z test_fn_fwgrad_bwgrad_atan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:05:36.0200710Z test_fn_fwgrad_bwgrad_atan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:05:36.0541390Z test_fn_fwgrad_bwgrad_atanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:05:36.0605140Z test_fn_fwgrad_bwgrad_atanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:05:36.4792490Z test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.419s) 2022-05-18T06:05:36.5300430Z test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.051s) 2022-05-18T06:05:36.9925110Z test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.462s) 2022-05-18T06:05:37.0450800Z test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.053s) 2022-05-18T06:05:37.5037640Z test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.459s) 2022-05-18T06:05:37.5653660Z test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.062s) 2022-05-18T06:05:38.7892610Z test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.224s) 2022-05-18T06:05:38.8704840Z test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:05:38.9239810Z test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.053s) 2022-05-18T06:05:38.9334130Z test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 (__main__.TestGradientsCPU) ... /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:05:38.9334780Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-05-18T06:05:38.9335670Z /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:05:38.9336780Z warnings.warn( 2022-05-18T06:05:38.9337000Z expected failure (0.009s) 2022-05-18T06:05:38.9398020Z test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.006s) 2022-05-18T06:05:39.0285140Z test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.089s) 2022-05-18T06:05:39.0445760Z test_fn_fwgrad_bwgrad_block_diag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:05:39.1042900Z test_fn_fwgrad_bwgrad_bmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.060s) 2022-05-18T06:05:39.1142420Z test_fn_fwgrad_bwgrad_bmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:05:39.1158900Z test_fn_fwgrad_bwgrad_bool_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:39.1174650Z test_fn_fwgrad_bwgrad_bool_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:39.3402180Z test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.223s) 2022-05-18T06:05:39.3689790Z test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:05:39.5464660Z test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.177s) 2022-05-18T06:05:39.5761630Z test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:05:39.5780250Z test_fn_fwgrad_bwgrad_bucketize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:39.5797780Z test_fn_fwgrad_bwgrad_byte_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:39.5813900Z test_fn_fwgrad_bwgrad_byte_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:39.7479710Z test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.166s) 2022-05-18T06:05:39.7761850Z test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:05:40.0978390Z test_fn_fwgrad_bwgrad_cat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.322s) 2022-05-18T06:05:40.1484110Z test_fn_fwgrad_bwgrad_cat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:05:40.2046180Z test_fn_fwgrad_bwgrad_cdist_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.056s) 2022-05-18T06:05:40.2103930Z test_fn_fwgrad_bwgrad_ceil_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:05:40.2211380Z test_fn_fwgrad_bwgrad_chalf_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.011s) 2022-05-18T06:05:40.2311410Z test_fn_fwgrad_bwgrad_chalf_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.010s) 2022-05-18T06:05:40.2328490Z test_fn_fwgrad_bwgrad_char_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:40.2343960Z test_fn_fwgrad_bwgrad_char_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:40.2477670Z test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:9392: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-05-18T06:05:40.2478380Z L = torch.cholesky(A) 2022-05-18T06:05:40.2478620Z should be replaced with 2022-05-18T06:05:40.2478880Z L = torch.linalg.cholesky(A) 2022-05-18T06:05:40.2479790Z and 2022-05-18T06:05:40.2480010Z U = torch.cholesky(A, upper=True) 2022-05-18T06:05:40.2480270Z should be replaced with 2022-05-18T06:05:40.2480520Z U = torch.linalg.cholesky(A).mH(). 2022-05-18T06:05:40.2480970Z 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:05:40.2481410Z return op(input + input.mH, *args, **kwargs) 2022-05-18T06:05:40.2481770Z ok (0.013s) 2022-05-18T06:05:40.2576780Z test_fn_fwgrad_bwgrad_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:05:40.7746460Z test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.517s) 2022-05-18T06:05:40.8712580Z test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.096s) 2022-05-18T06:05:41.7952850Z test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.924s) 2022-05-18T06:05:41.9361610Z test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.141s) 2022-05-18T06:05:42.2138390Z test_fn_fwgrad_bwgrad_chunk_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.278s) 2022-05-18T06:05:42.2455700Z test_fn_fwgrad_bwgrad_chunk_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:05:42.2801010Z test_fn_fwgrad_bwgrad_clamp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:05:42.3114090Z test_fn_fwgrad_bwgrad_clamp_scalar_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:05:42.3587880Z test_fn_fwgrad_bwgrad_clone_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:05:42.3676640Z test_fn_fwgrad_bwgrad_clone_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:05:42.5208090Z test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.153s) 2022-05-18T06:05:42.5441870Z test_fn_fwgrad_bwgrad_column_stack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:05:43.2590950Z test_fn_fwgrad_bwgrad_combinations_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.715s) 2022-05-18T06:05:43.3960880Z test_fn_fwgrad_bwgrad_combinations_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.137s) 2022-05-18T06:05:43.5591810Z test_fn_fwgrad_bwgrad_complex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.163s) 2022-05-18T06:05:43.6256000Z test_fn_fwgrad_bwgrad_conj_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:05:43.6363180Z test_fn_fwgrad_bwgrad_conj_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:05:43.6627620Z test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:05:43.6680380Z test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:05:43.6909970Z test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:05:43.6959720Z test_fn_fwgrad_bwgrad_contiguous_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:05:43.7713300Z test_fn_fwgrad_bwgrad_copysign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.075s) 2022-05-18T06:05:44.0756610Z test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.304s) 2022-05-18T06:05:44.1256390Z test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:05:44.2022850Z test_fn_fwgrad_bwgrad_cos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.077s) 2022-05-18T06:05:44.2156800Z test_fn_fwgrad_bwgrad_cos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:05:44.2894220Z test_fn_fwgrad_bwgrad_cosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.074s) 2022-05-18T06:05:44.3023080Z test_fn_fwgrad_bwgrad_cosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:05:44.3038930Z test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:05:44.3054480Z test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:05:44.3063640Z test_fn_fwgrad_bwgrad_cov_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Barely fails (0.001s) 2022-05-18T06:05:44.3073420Z test_fn_fwgrad_bwgrad_cov_cpu_float64 (__main__.TestGradientsCPU) ... skip: Barely fails (0.001s) 2022-05-18T06:05:44.4651110Z test_fn_fwgrad_bwgrad_cross_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.158s) 2022-05-18T06:05:44.4910510Z test_fn_fwgrad_bwgrad_cross_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:05:44.5117780Z test_fn_fwgrad_bwgrad_cummax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:05:44.5317950Z test_fn_fwgrad_bwgrad_cummin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:06:29.8967020Z test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (45.365s) 2022-05-18T06:06:37.8074680Z test_fn_fwgrad_bwgrad_cumprod_cpu_float64 (__main__.TestGradientsCPU) ... ok (7.911s) 2022-05-18T06:06:37.9108430Z test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.103s) 2022-05-18T06:06:37.9281580Z test_fn_fwgrad_bwgrad_cumsum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:06:38.4290520Z test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.501s) 2022-05-18T06:06:38.5160280Z test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.087s) 2022-05-18T06:06:38.5295320Z test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:06:38.9140170Z test_fn_fwgrad_bwgrad_diag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.384s) 2022-05-18T06:06:38.9734500Z test_fn_fwgrad_bwgrad_diag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.059s) 2022-05-18T06:06:39.4151910Z test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.442s) 2022-05-18T06:06:39.4805730Z test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.065s) 2022-05-18T06:06:39.6061840Z test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.126s) 2022-05-18T06:06:39.6268500Z test_fn_fwgrad_bwgrad_diagflat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:06:39.9937110Z test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.367s) 2022-05-18T06:06:40.0502330Z test_fn_fwgrad_bwgrad_diagonal_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.056s) 2022-05-18T06:06:40.1573250Z test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.107s) 2022-05-18T06:06:45.9557710Z test_fn_fwgrad_bwgrad_diff_cpu_complex128 (__main__.TestGradientsCPU) ... ok (5.798s) 2022-05-18T06:06:46.9209460Z test_fn_fwgrad_bwgrad_diff_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.965s) 2022-05-18T06:06:46.9342990Z test_fn_fwgrad_bwgrad_digamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:06:49.9279580Z test_fn_fwgrad_bwgrad_dist_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.993s) 2022-05-18T06:06:50.4640010Z test_fn_fwgrad_bwgrad_dist_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.536s) 2022-05-18T06:06:50.5232030Z test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.059s) 2022-05-18T06:06:51.0192680Z test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.496s) 2022-05-18T06:06:51.0960740Z test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.077s) 2022-05-18T06:06:51.1542130Z test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:06:51.2525540Z test_fn_fwgrad_bwgrad_dot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.098s) 2022-05-18T06:06:51.2611010Z test_fn_fwgrad_bwgrad_dot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:06:51.3566270Z test_fn_fwgrad_bwgrad_double_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.095s) 2022-05-18T06:06:51.3740740Z test_fn_fwgrad_bwgrad_double_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:06:51.5117910Z test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.138s) 2022-05-18T06:06:51.5318590Z test_fn_fwgrad_bwgrad_dsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:06:51.6131880Z test_fn_fwgrad_bwgrad_dstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:06:51.6260780Z test_fn_fwgrad_bwgrad_dstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:06:51.6410120Z test_fn_fwgrad_bwgrad_eig_cpu_complex128 (__main__.TestGradientsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:702: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-05-18T06:06:51.6410850Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-05-18T06:06:51.6411220Z L, _ = torch.eig(A) 2022-05-18T06:06:51.6411430Z should be replaced with 2022-05-18T06:06:51.6411670Z L_complex = torch.linalg.eigvals(A) 2022-05-18T06:06:51.6412590Z and 2022-05-18T06:06:51.6412840Z L, V = torch.eig(A, eigenvectors=True) 2022-05-18T06:06:51.6413060Z should be replaced with 2022-05-18T06:06:51.6413410Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:3427.) 2022-05-18T06:06:51.6413880Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T06:06:51.6414140Z ok (0.015s) 2022-05-18T06:06:51.6507170Z test_fn_fwgrad_bwgrad_eig_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:06:52.2099590Z test_fn_fwgrad_bwgrad_einsum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.559s) 2022-05-18T06:06:52.3021520Z test_fn_fwgrad_bwgrad_einsum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.092s) 2022-05-18T06:06:52.3039760Z test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:06:52.3054710Z test_fn_fwgrad_bwgrad_empty_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:06:52.3070110Z test_fn_fwgrad_bwgrad_eq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:06:52.3085410Z test_fn_fwgrad_bwgrad_eq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:06:52.3150320Z test_fn_fwgrad_bwgrad_erf_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:06:52.3297450Z test_fn_fwgrad_bwgrad_erfc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:06:52.3386140Z test_fn_fwgrad_bwgrad_erfinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:06:52.3522270Z test_fn_fwgrad_bwgrad_exp2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:06:52.4274040Z test_fn_fwgrad_bwgrad_exp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.075s) 2022-05-18T06:06:52.4408420Z test_fn_fwgrad_bwgrad_exp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:06:52.5112560Z test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.070s) 2022-05-18T06:06:52.5243910Z test_fn_fwgrad_bwgrad_expand_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:06:52.7388900Z test_fn_fwgrad_bwgrad_expand_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.214s) 2022-05-18T06:06:52.7748580Z test_fn_fwgrad_bwgrad_expand_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:06:52.7811940Z test_fn_fwgrad_bwgrad_expm1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:06:52.9715250Z test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.190s) 2022-05-18T06:06:53.0553480Z test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.084s) 2022-05-18T06:06:53.2601530Z test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.205s) 2022-05-18T06:06:53.3490770Z test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.089s) 2022-05-18T06:06:53.5903120Z test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.241s) 2022-05-18T06:06:53.6972220Z test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.107s) 2022-05-18T06:06:53.8281560Z test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.131s) 2022-05-18T06:06:53.8503920Z test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:06:54.0570270Z test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.206s) 2022-05-18T06:06:54.1046100Z test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.048s) 2022-05-18T06:06:54.3115590Z test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.207s) 2022-05-18T06:06:54.3591640Z test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:06:54.6172610Z test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.258s) 2022-05-18T06:06:54.6746340Z test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:06:54.8617460Z test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.187s) 2022-05-18T06:06:54.9450730Z test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.083s) 2022-05-18T06:06:55.1512490Z test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.206s) 2022-05-18T06:06:55.2475090Z test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.096s) 2022-05-18T06:06:55.4858630Z test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.238s) 2022-05-18T06:06:55.5943910Z test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.108s) 2022-05-18T06:06:55.7266720Z test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.132s) 2022-05-18T06:06:55.7494930Z test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:06:55.8463820Z test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.097s) 2022-05-18T06:06:55.9477730Z test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.101s) 2022-05-18T06:06:56.0694680Z test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.122s) 2022-05-18T06:06:56.2522580Z test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.183s) 2022-05-18T06:06:56.2934530Z test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:06:56.4851410Z test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.192s) 2022-05-18T06:06:56.5283670Z test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:06:56.7601540Z test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.232s) 2022-05-18T06:06:56.8110860Z test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.051s) 2022-05-18T06:06:56.8959000Z test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.085s) 2022-05-18T06:06:56.9902320Z test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.094s) 2022-05-18T06:06:57.0990300Z test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.109s) 2022-05-18T06:06:57.1937060Z test_fn_fwgrad_bwgrad_fill__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.095s) 2022-05-18T06:06:57.2099180Z test_fn_fwgrad_bwgrad_fill__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:06:57.3503270Z test_fn_fwgrad_bwgrad_flatten_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.140s) 2022-05-18T06:06:57.3731330Z test_fn_fwgrad_bwgrad_flatten_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:06:57.6115570Z test_fn_fwgrad_bwgrad_flip_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.238s) 2022-05-18T06:06:57.6583570Z test_fn_fwgrad_bwgrad_flip_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:06:57.7258030Z test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.067s) 2022-05-18T06:06:57.7350760Z test_fn_fwgrad_bwgrad_fliplr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:06:57.7837530Z test_fn_fwgrad_bwgrad_flipud_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.049s) 2022-05-18T06:06:57.7927910Z test_fn_fwgrad_bwgrad_flipud_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:06:57.8020810Z test_fn_fwgrad_bwgrad_float_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.009s) 2022-05-18T06:06:57.8081460Z test_fn_fwgrad_bwgrad_float_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.006s) 2022-05-18T06:06:58.5077950Z test_fn_fwgrad_bwgrad_float_power_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.700s) 2022-05-18T06:06:58.6135670Z test_fn_fwgrad_bwgrad_float_power_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.106s) 2022-05-18T06:06:58.6192270Z test_fn_fwgrad_bwgrad_floor_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:06:58.6210180Z test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:06:58.6930520Z test_fn_fwgrad_bwgrad_fmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:06:58.7653050Z test_fn_fwgrad_bwgrad_fmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:06:58.8380380Z test_fn_fwgrad_bwgrad_fmod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.073s) 2022-05-18T06:06:58.8497850Z test_fn_fwgrad_bwgrad_frac_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:06:58.8699450Z test_fn_fwgrad_bwgrad_frexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:06:58.8716580Z test_fn_fwgrad_bwgrad_full_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:06:58.8732510Z test_fn_fwgrad_bwgrad_full_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:06:59.0001550Z test_fn_fwgrad_bwgrad_gather_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.127s) 2022-05-18T06:06:59.0214410Z test_fn_fwgrad_bwgrad_gather_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:06:59.0231120Z test_fn_fwgrad_bwgrad_ge_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:06:59.0246880Z test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:06:59.0262560Z test_fn_fwgrad_bwgrad_geqrf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:00.1129580Z test_fn_fwgrad_bwgrad_gradient_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.087s) 2022-05-18T06:07:00.3169990Z test_fn_fwgrad_bwgrad_gradient_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.204s) 2022-05-18T06:07:00.3188110Z test_fn_fwgrad_bwgrad_gt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:00.3278190Z test_fn_fwgrad_bwgrad_half_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.009s) 2022-05-18T06:07:00.3338880Z test_fn_fwgrad_bwgrad_half_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.006s) 2022-05-18T06:07:00.3355070Z test_fn_fwgrad_bwgrad_heaviside_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:00.3370800Z test_fn_fwgrad_bwgrad_histc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:00.3386150Z test_fn_fwgrad_bwgrad_histogram_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:07:00.3401230Z test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:07:00.4768510Z test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.137s) 2022-05-18T06:07:00.4962800Z test_fn_fwgrad_bwgrad_hsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:07:00.5728160Z test_fn_fwgrad_bwgrad_hstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:07:00.5851420Z test_fn_fwgrad_bwgrad_hstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:07:00.6596200Z test_fn_fwgrad_bwgrad_hypot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.074s) 2022-05-18T06:07:00.6738320Z test_fn_fwgrad_bwgrad_i0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:07:00.6754540Z test_fn_fwgrad_bwgrad_igamma_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:00.6769450Z test_fn_fwgrad_bwgrad_igammac_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:07:00.7376790Z test_fn_fwgrad_bwgrad_imag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:07:01.1533820Z test_fn_fwgrad_bwgrad_index_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.416s) 2022-05-18T06:07:01.2195810Z test_fn_fwgrad_bwgrad_index_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:07:01.3580650Z test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.138s) 2022-05-18T06:07:01.3807010Z test_fn_fwgrad_bwgrad_index_copy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:07:01.4548080Z test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.074s) 2022-05-18T06:07:01.4687630Z test_fn_fwgrad_bwgrad_index_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:07:01.6760050Z test_fn_fwgrad_bwgrad_index_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.207s) 2022-05-18T06:07:01.7087300Z test_fn_fwgrad_bwgrad_index_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:07:01.7182080Z test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 (__main__.TestGradientsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:702: 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:07:01.7182880Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T06:07:01.7183220Z ok (0.009s) 2022-05-18T06:07:01.7908750Z test_fn_fwgrad_bwgrad_index_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.073s) 2022-05-18T06:07:01.8041070Z test_fn_fwgrad_bwgrad_index_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:07:01.9121760Z test_fn_fwgrad_bwgrad_inner_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.108s) 2022-05-18T06:07:01.9311240Z test_fn_fwgrad_bwgrad_inner_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:07:01.9324190Z test_fn_fwgrad_bwgrad_int_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:01.9339950Z test_fn_fwgrad_bwgrad_int_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.1934450Z test_fn_fwgrad_bwgrad_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.259s) 2022-05-18T06:07:02.2373720Z test_fn_fwgrad_bwgrad_inverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:07:02.2392200Z test_fn_fwgrad_bwgrad_isclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.2407530Z test_fn_fwgrad_bwgrad_isclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.2423290Z test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.2438860Z test_fn_fwgrad_bwgrad_isfinite_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:07:02.2455110Z test_fn_fwgrad_bwgrad_isin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.2470300Z test_fn_fwgrad_bwgrad_isinf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.2485990Z test_fn_fwgrad_bwgrad_isinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.2501680Z test_fn_fwgrad_bwgrad_isnan_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.2517390Z test_fn_fwgrad_bwgrad_isnan_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.2532870Z test_fn_fwgrad_bwgrad_isneginf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:07:02.2548640Z test_fn_fwgrad_bwgrad_isposinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.2564790Z test_fn_fwgrad_bwgrad_isreal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.2580580Z test_fn_fwgrad_bwgrad_isreal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:02.9856920Z test_fn_fwgrad_bwgrad_istft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.728s) 2022-05-18T06:07:03.1719340Z test_fn_fwgrad_bwgrad_istft_cpu_float64 (__main__.TestGradientsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:702: 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:07:03.1720130Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T06:07:03.1720560Z ok (0.186s) 2022-05-18T06:07:03.1736250Z test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:07:03.1751760Z test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:07:03.1766940Z test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:07:03.1782420Z test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:07:03.1797890Z test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:07:03.1813290Z test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:07:03.2689230Z test_fn_fwgrad_bwgrad_kron_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.087s) 2022-05-18T06:07:03.2827420Z test_fn_fwgrad_bwgrad_kron_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:07:03.3456760Z test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.063s) 2022-05-18T06:07:03.8655250Z test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.520s) 2022-05-18T06:07:03.9441280Z test_fn_fwgrad_bwgrad_ldexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.078s) 2022-05-18T06:07:03.9459560Z test_fn_fwgrad_bwgrad_le_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:05.2544200Z test_fn_fwgrad_bwgrad_lerp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.308s) 2022-05-18T06:07:05.3921120Z test_fn_fwgrad_bwgrad_lerp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.138s) 2022-05-18T06:07:05.4056310Z test_fn_fwgrad_bwgrad_lgamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:07:06.1255330Z test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.720s) 2022-05-18T06:07:06.2390350Z test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.113s) 2022-05-18T06:07:07.2518750Z test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.013s) 2022-05-18T06:07:07.4133540Z test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.161s) 2022-05-18T06:07:07.5513740Z test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.138s) 2022-05-18T06:07:07.5815030Z test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:07:07.7433940Z test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.162s) 2022-05-18T06:07:07.7726470Z test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:07:07.7962400Z test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:07:07.8152390Z test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:07:07.8713130Z test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:07:07.8944290Z test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:07:08.0770300Z test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.182s) 2022-05-18T06:07:08.2309300Z test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.153s) 2022-05-18T06:07:08.3842220Z test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.153s) 2022-05-18T06:07:08.4904790Z test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.106s) 2022-05-18T06:07:08.7887010Z test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.298s) 2022-05-18T06:07:08.9214490Z test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.133s) 2022-05-18T06:07:09.1966860Z test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.275s) 2022-05-18T06:07:09.2487820Z test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:07:10.8528290Z test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.604s) 2022-05-18T06:07:11.1364610Z test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.284s) 2022-05-18T06:07:11.3989020Z test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.262s) 2022-05-18T06:07:11.4427580Z test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:07:11.8199490Z test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.377s) 2022-05-18T06:07:11.8836270Z test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.064s) 2022-05-18T06:07:11.8854660Z test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:11.8870430Z test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:11.8886360Z test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:11.8902540Z test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:11.8918110Z test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:11.8933860Z test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:11.8943390Z test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:07:11.8953180Z test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:07:16.5560060Z test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestGradientsCPU) ... ok (4.661s) 2022-05-18T06:07:17.3579040Z test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.802s) 2022-05-18T06:07:18.7679060Z test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.410s) 2022-05-18T06:07:19.0078180Z test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.240s) 2022-05-18T06:07:20.2384100Z test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.230s) 2022-05-18T06:07:20.4717500Z test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.233s) 2022-05-18T06:07:22.0447990Z test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.573s) 2022-05-18T06:07:22.3378370Z test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.293s) 2022-05-18T06:07:22.5054860Z test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.168s) 2022-05-18T06:07:22.5729520Z test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.067s) 2022-05-18T06:07:23.2643890Z test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.691s) 2022-05-18T06:07:23.3850070Z test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.121s) 2022-05-18T06:07:23.3868280Z test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:23.3883930Z test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:23.3899790Z test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:23.3915530Z test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:24.0129030Z test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.621s) 2022-05-18T06:07:24.1089720Z test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.096s) 2022-05-18T06:07:24.1700670Z test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.061s) 2022-05-18T06:07:24.3135130Z test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.143s) 2022-05-18T06:07:24.3275630Z test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.014s) 2022-05-18T06:07:24.3388800Z test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.011s) 2022-05-18T06:07:25.5951410Z test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.256s) 2022-05-18T06:07:25.8132870Z test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.218s) 2022-05-18T06:07:26.2848520Z test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.471s) 2022-05-18T06:07:26.3728070Z test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.088s) 2022-05-18T06:07:26.3746890Z test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:07:26.3763140Z test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:07:29.0367890Z test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.660s) 2022-05-18T06:07:29.4342520Z test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.397s) 2022-05-18T06:07:29.4483490Z test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:07:29.4563940Z test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:07:30.5609220Z test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.104s) 2022-05-18T06:07:30.7422680Z test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.181s) 2022-05-18T06:07:47.0492440Z test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 (__main__.TestGradientsCPU) ... ok (16.307s) 2022-05-18T06:07:49.8029560Z test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 (__main__.TestGradientsCPU) ... ok (2.754s) 2022-05-18T06:07:50.9931070Z test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (1.190s) 2022-05-18T06:07:53.5364440Z test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 (__main__.TestGradientsCPU) ... ok (2.542s) 2022-05-18T06:07:54.6249210Z test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.088s) 2022-05-18T06:07:54.8319280Z test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.207s) 2022-05-18T06:07:54.9101250Z test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.078s) 2022-05-18T06:07:54.9248060Z test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:07:55.2148600Z test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.290s) 2022-05-18T06:07:55.2671090Z test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:07:55.6417540Z test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.375s) 2022-05-18T06:07:55.7061320Z test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.064s) 2022-05-18T06:07:55.7535300Z test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.047s) 2022-05-18T06:07:56.2809130Z test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.527s) 2022-05-18T06:07:56.3610050Z test_fn_fwgrad_bwgrad_log10_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.080s) 2022-05-18T06:07:56.3748420Z test_fn_fwgrad_bwgrad_log10_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:07:56.3812120Z test_fn_fwgrad_bwgrad_log1p_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:07:56.4605020Z test_fn_fwgrad_bwgrad_log2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:07:56.4746840Z test_fn_fwgrad_bwgrad_log2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:07:56.5494430Z test_fn_fwgrad_bwgrad_log_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.075s) 2022-05-18T06:07:56.5623490Z test_fn_fwgrad_bwgrad_log_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:07:56.5755520Z test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:07:56.5893530Z test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:07:56.6008930Z test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:07:56.6121680Z test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:07:56.6222680Z test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:07:56.6307300Z test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:07:56.6391970Z test_fn_fwgrad_bwgrad_logdet_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:07:56.6410260Z test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:56.6427070Z test_fn_fwgrad_bwgrad_logical_and_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:56.6442800Z test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:56.6459420Z test_fn_fwgrad_bwgrad_logical_not_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:56.6475750Z test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:56.6491840Z test_fn_fwgrad_bwgrad_logical_or_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:56.6507710Z test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:56.6523990Z test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:56.6756010Z test_fn_fwgrad_bwgrad_logit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:07:56.7409590Z test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.065s) 2022-05-18T06:07:56.7428240Z test_fn_fwgrad_bwgrad_long_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:56.7444700Z test_fn_fwgrad_bwgrad_long_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:56.7460930Z test_fn_fwgrad_bwgrad_lt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:07:59.6135160Z test_fn_fwgrad_bwgrad_lu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.867s) 2022-05-18T06:08:00.1473140Z test_fn_fwgrad_bwgrad_lu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.534s) 2022-05-18T06:08:04.1721770Z test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (4.025s) 2022-05-18T06:08:04.8598140Z test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.688s) 2022-05-18T06:08:05.6125210Z test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.753s) 2022-05-18T06:08:05.7327370Z test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.120s) 2022-05-18T06:08:05.8951010Z test_fn_fwgrad_bwgrad_mH_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.162s) 2022-05-18T06:08:05.9187780Z test_fn_fwgrad_bwgrad_mH_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:08:06.0729920Z test_fn_fwgrad_bwgrad_mT_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.154s) 2022-05-18T06:08:06.0971600Z test_fn_fwgrad_bwgrad_mT_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:08:06.3644640Z test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.267s) 2022-05-18T06:08:06.4091080Z test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.045s) 2022-05-18T06:08:06.6175210Z test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.208s) 2022-05-18T06:08:06.6528480Z test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:08:06.8499240Z test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.197s) 2022-05-18T06:08:06.8841750Z test_fn_fwgrad_bwgrad_masked_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:08:07.7240280Z test_fn_fwgrad_bwgrad_matmul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.840s) 2022-05-18T06:08:07.8579940Z test_fn_fwgrad_bwgrad_matmul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.134s) 2022-05-18T06:08:08.0489330Z test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.191s) 2022-05-18T06:08:08.0882830Z test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:08:08.1681030Z test_fn_fwgrad_bwgrad_max_binary_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.080s) 2022-05-18T06:08:08.1798010Z test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:08:08.2060820Z test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:08:08.2864040Z test_fn_fwgrad_bwgrad_maximum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.080s) 2022-05-18T06:08:08.8529800Z test_fn_fwgrad_bwgrad_mean_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.566s) 2022-05-18T06:08:08.9413760Z test_fn_fwgrad_bwgrad_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.088s) 2022-05-18T06:08:09.0183430Z test_fn_fwgrad_bwgrad_median_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.077s) 2022-05-18T06:08:10.0189280Z test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.000s) 2022-05-18T06:08:10.1523960Z test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.133s) 2022-05-18T06:08:11.1400610Z test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.987s) 2022-05-18T06:08:11.2733760Z test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.133s) 2022-05-18T06:08:11.3536290Z test_fn_fwgrad_bwgrad_min_binary_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.080s) 2022-05-18T06:08:11.3653140Z test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:08:11.3910860Z test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:08:11.4703740Z test_fn_fwgrad_bwgrad_minimum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:08:11.5813580Z test_fn_fwgrad_bwgrad_mm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.111s) 2022-05-18T06:08:11.5912460Z test_fn_fwgrad_bwgrad_mm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:08:11.6285240Z test_fn_fwgrad_bwgrad_mode_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:08:11.6807550Z test_fn_fwgrad_bwgrad_movedim_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:08:11.6899200Z test_fn_fwgrad_bwgrad_movedim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:08:11.7145750Z test_fn_fwgrad_bwgrad_msort_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:08:12.1671420Z test_fn_fwgrad_bwgrad_mul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.452s) 2022-05-18T06:08:12.2362010Z test_fn_fwgrad_bwgrad_mul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:08:12.2379440Z test_fn_fwgrad_bwgrad_multinomial_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:12.2902620Z test_fn_fwgrad_bwgrad_mv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:08:12.2995430Z test_fn_fwgrad_bwgrad_mv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:08:12.3573240Z test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:08:12.3583380Z test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:08:12.3593210Z test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:08:12.3742250Z test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:08:12.3841850Z test_fn_fwgrad_bwgrad_nanmean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:08:12.4602300Z test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:08:13.1551420Z test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.695s) 2022-05-18T06:08:13.1631010Z test_fn_fwgrad_bwgrad_nansum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:08:13.2909350Z test_fn_fwgrad_bwgrad_narrow_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.128s) 2022-05-18T06:08:13.3130680Z test_fn_fwgrad_bwgrad_narrow_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:08:13.3148270Z test_fn_fwgrad_bwgrad_ne_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:13.3164050Z test_fn_fwgrad_bwgrad_ne_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:13.3446470Z test_fn_fwgrad_bwgrad_neg_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:08:13.3504480Z test_fn_fwgrad_bwgrad_neg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:08:13.3521590Z test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:13.3538550Z test_fn_fwgrad_bwgrad_new_empty_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:13.3554530Z test_fn_fwgrad_bwgrad_new_full_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:13.3570310Z test_fn_fwgrad_bwgrad_new_full_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:13.3586230Z test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:13.3602020Z test_fn_fwgrad_bwgrad_new_ones_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:13.3617890Z test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:13.3633860Z test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:13.3649730Z test_fn_fwgrad_bwgrad_nextafter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:13.3815340Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:08:13.4056940Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:08:13.4361630Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:08:13.4626770Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:08:13.5297840Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.067s) 2022-05-18T06:08:13.5913400Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:08:13.6385470Z test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:08:13.6722700Z test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:08:13.7098320Z test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:08:13.7246520Z test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:08:14.3758070Z test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.651s) 2022-05-18T06:08:14.3850460Z test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:08:14.3860760Z test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:08:14.4001930Z test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:08:14.4061140Z test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 (__main__.TestGradientsCPU) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:08:15.3417440Z ok (0.941s) 2022-05-18T06:08:15.4192410Z test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.077s) 2022-05-18T06:08:18.7510570Z test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 (__main__.TestGradientsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:702: 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:08:18.7511500Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T06:08:18.7511880Z ok (3.332s) 2022-05-18T06:08:19.0206030Z test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.269s) 2022-05-18T06:08:19.0906480Z test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.070s) 2022-05-18T06:08:19.1634450Z test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.073s) 2022-05-18T06:08:19.2958740Z test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.132s) 2022-05-18T06:08:19.4533250Z test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.157s) 2022-05-18T06:08:19.6254380Z test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.172s) 2022-05-18T06:08:19.6411540Z test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:08:19.6605870Z test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:08:19.9391000Z test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.278s) 2022-05-18T06:08:20.3271860Z test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.388s) 2022-05-18T06:08:20.3417300Z test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:08:20.3523940Z test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:08:20.3652930Z test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:08:20.5181360Z test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.153s) 2022-05-18T06:08:21.4201030Z test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.902s) 2022-05-18T06:08:21.6216640Z test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.201s) 2022-05-18T06:08:22.2084610Z test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.587s) 2022-05-18T06:08:22.9599000Z test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.751s) 2022-05-18T06:08:30.2496260Z test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (7.290s) 2022-05-18T06:08:30.2893890Z test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:08:30.5059750Z test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.216s) 2022-05-18T06:08:30.5222020Z test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:08:30.6281340Z test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.106s) 2022-05-18T06:08:30.6657570Z test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:08:30.6786660Z test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:08:30.6919440Z test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:08:30.7312190Z test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:08:30.8204000Z test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.089s) 2022-05-18T06:08:30.8331970Z test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:08:30.8491140Z test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:08:30.9104140Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.060s) 2022-05-18T06:08:30.9705280Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:08:31.0279530Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:08:31.0813190Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.053s) 2022-05-18T06:08:31.1380650Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:08:31.2013770Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.063s) 2022-05-18T06:08:31.2167960Z test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 (__main__.TestGradientsCPU) ... /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:08:31.2168820Z warnings.warn( 2022-05-18T06:08:31.2169030Z ok (0.015s) 2022-05-18T06:08:31.2186830Z test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:31.2316250Z test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:08:31.2453880Z test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:08:31.2820360Z test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:08:32.4234610Z test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.141s) 2022-05-18T06:08:32.6004700Z test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.177s) 2022-05-18T06:08:32.7070870Z test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.106s) 2022-05-18T06:08:32.7190960Z test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:08:32.7763590Z test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:08:38.2599740Z test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (5.484s) 2022-05-18T06:08:46.6941680Z test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (8.434s) 2022-05-18T06:08:50.1454510Z test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (3.451s) 2022-05-18T06:08:51.0333380Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.888s) 2022-05-18T06:08:51.2261310Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.193s) 2022-05-18T06:08:52.8031450Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.577s) 2022-05-18T06:08:53.0935050Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.290s) 2022-05-18T06:08:53.6357840Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.542s) 2022-05-18T06:08:53.7500700Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.114s) 2022-05-18T06:08:53.7678290Z test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:08:53.7801760Z test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:08:53.7876060Z test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:08:53.7967170Z test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:08:53.8102640Z test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:08:53.8214000Z test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:08:53.9723040Z test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.151s) 2022-05-18T06:08:54.0420850Z test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:08:54.3498190Z test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.308s) 2022-05-18T06:08:54.4084660Z test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.059s) 2022-05-18T06:08:55.6745910Z test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.266s) 2022-05-18T06:08:55.8842510Z test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.209s) 2022-05-18T06:08:56.1873960Z test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.303s) 2022-05-18T06:08:56.2369790Z test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:08:56.5360240Z test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.299s) 2022-05-18T06:08:56.5875820Z test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.051s) 2022-05-18T06:08:56.7457170Z test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.158s) 2022-05-18T06:08:56.8152290Z test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:08:56.8246110Z test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:08:56.8811080Z test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.056s) 2022-05-18T06:08:56.8918060Z test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:08:56.9465460Z test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:08:56.9569500Z test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:08:57.8765350Z test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.919s) 2022-05-18T06:08:57.8890100Z test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:08:57.9275460Z test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:08:57.9462900Z test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:08:57.9652880Z test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:08:57.9796120Z test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:08:57.9813970Z test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:08:57.9976840Z test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:08:58.0106830Z test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:08:58.0229690Z test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:08:58.0353490Z test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:08:58.0501130Z test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:08:58.0625350Z test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:08:58.0745450Z test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:08:58.1119990Z test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:08:58.1842130Z test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.072s) 2022-05-18T06:08:58.2043870Z test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:08:58.2872840Z test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.083s) 2022-05-18T06:08:58.3026960Z test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:08:58.3218620Z test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:08:59.1540210Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.832s) 2022-05-18T06:08:59.3057510Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.152s) 2022-05-18T06:09:00.1577030Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.852s) 2022-05-18T06:09:00.3178350Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.160s) 2022-05-18T06:09:06.6667420Z test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... ok (6.349s) 2022-05-18T06:09:07.7128570Z test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.046s) 2022-05-18T06:09:07.7334230Z test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... /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:09:07.7335090Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:09:07.7335480Z ok (0.020s) 2022-05-18T06:09:07.7893250Z test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 (__main__.TestGradientsCPU) ... /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:09:07.7894010Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:09:07.7894350Z ok (0.056s) 2022-05-18T06:09:07.7909820Z test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:07.7925690Z test_fn_fwgrad_bwgrad_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:07.9051550Z test_fn_fwgrad_bwgrad_norm_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.112s) 2022-05-18T06:09:08.1482740Z test_fn_fwgrad_bwgrad_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.243s) 2022-05-18T06:09:08.2349580Z test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.087s) 2022-05-18T06:09:08.2529400Z test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:09:08.3097480Z test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.057s) 2022-05-18T06:09:08.3385880Z test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:09:08.4209060Z test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.082s) 2022-05-18T06:09:08.4388000Z test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:09:08.4398040Z test_fn_fwgrad_bwgrad_normal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:09:08.4407440Z test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:09:08.4423930Z test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:08.4440180Z test_fn_fwgrad_bwgrad_ones_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:08.4456750Z test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:08.4472740Z test_fn_fwgrad_bwgrad_ormqr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:08.5043500Z test_fn_fwgrad_bwgrad_outer_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:09:08.5144160Z test_fn_fwgrad_bwgrad_outer_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:09:24.4909220Z test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... ok (15.976s) 2022-05-18T06:09:24.5880650Z test_fn_fwgrad_bwgrad_permute_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.097s) 2022-05-18T06:09:24.6047920Z test_fn_fwgrad_bwgrad_permute_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:09:25.0289810Z test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.424s) 2022-05-18T06:09:25.1048530Z test_fn_fwgrad_bwgrad_pinverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:09:25.1163320Z test_fn_fwgrad_bwgrad_polar_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.011s) 2022-05-18T06:09:25.1626840Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:09:25.1637060Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:09:25.1646700Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:09:25.1656210Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:09:25.1665750Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:09:25.2294350Z test_fn_fwgrad_bwgrad_positive_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.063s) 2022-05-18T06:09:25.2401530Z test_fn_fwgrad_bwgrad_positive_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:09:25.9361730Z test_fn_fwgrad_bwgrad_pow_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.696s) 2022-05-18T06:09:26.0416070Z test_fn_fwgrad_bwgrad_pow_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.105s) 2022-05-18T06:09:27.1379360Z test_fn_fwgrad_bwgrad_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.096s) 2022-05-18T06:09:27.3347700Z test_fn_fwgrad_bwgrad_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.197s) 2022-05-18T06:09:28.3442960Z test_fn_fwgrad_bwgrad_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.009s) 2022-05-18T06:09:28.5025630Z test_fn_fwgrad_bwgrad_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.158s) 2022-05-18T06:09:31.1977690Z test_fn_fwgrad_bwgrad_qr_cpu_complex128 (__main__.TestGradientsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:702: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-05-18T06:09:31.1978510Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-05-18T06:09:31.1978800Z Q, R = torch.qr(A, some) 2022-05-18T06:09:31.1979020Z should be replaced with 2022-05-18T06:09:31.1979560Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2497.) 2022-05-18T06:09:31.1980090Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T06:09:31.1980370Z ok (2.695s) 2022-05-18T06:09:31.6104930Z test_fn_fwgrad_bwgrad_qr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.413s) 2022-05-18T06:09:32.2750900Z test_fn_fwgrad_bwgrad_quantile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.664s) 2022-05-18T06:09:32.2889390Z test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:09:32.2906420Z test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:09:32.2920650Z test_fn_fwgrad_bwgrad_rand_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:09:32.2935950Z test_fn_fwgrad_bwgrad_randint_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:09:32.2951870Z test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:32.2967040Z test_fn_fwgrad_bwgrad_randn_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:09:32.3461460Z test_fn_fwgrad_bwgrad_ravel_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.049s) 2022-05-18T06:09:32.3552480Z test_fn_fwgrad_bwgrad_ravel_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:09:32.4163860Z test_fn_fwgrad_bwgrad_real_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:09:32.4271130Z test_fn_fwgrad_bwgrad_real_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:09:32.5065980Z test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:09:32.5206110Z test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:09:32.5947660Z test_fn_fwgrad_bwgrad_remainder_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.074s) 2022-05-18T06:09:32.6058110Z test_fn_fwgrad_bwgrad_renorm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:09:32.6137390Z test_fn_fwgrad_bwgrad_renorm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:09:33.2072630Z test_fn_fwgrad_bwgrad_repeat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.593s) 2022-05-18T06:09:33.3020400Z test_fn_fwgrad_bwgrad_repeat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.095s) 2022-05-18T06:09:33.4216540Z test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.120s) 2022-05-18T06:09:33.4422790Z test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:09:33.5388240Z test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.096s) 2022-05-18T06:09:33.5568430Z test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:09:33.8291190Z test_fn_fwgrad_bwgrad_reshape_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.272s) 2022-05-18T06:09:33.8725620Z test_fn_fwgrad_bwgrad_reshape_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:09:33.8743960Z test_fn_fwgrad_bwgrad_resize__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:33.8759570Z test_fn_fwgrad_bwgrad_resize__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:33.8775520Z test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:33.8791210Z test_fn_fwgrad_bwgrad_resize_as__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:33.9249940Z test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:09:33.9334780Z test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:09:33.9800570Z test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:09:33.9893670Z test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:09:34.2165600Z test_fn_fwgrad_bwgrad_roll_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.227s) 2022-05-18T06:09:34.2535820Z test_fn_fwgrad_bwgrad_roll_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:09:34.3690460Z test_fn_fwgrad_bwgrad_rot90_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.115s) 2022-05-18T06:09:34.3921440Z test_fn_fwgrad_bwgrad_rot90_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:09:34.4003330Z test_fn_fwgrad_bwgrad_round_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:09:34.4178310Z test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:09:34.4190160Z test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:09:34.4205370Z test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:09:34.5137040Z test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.093s) 2022-05-18T06:09:34.5284180Z test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:09:35.0696320Z test_fn_fwgrad_bwgrad_rsub_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.541s) 2022-05-18T06:09:35.1492020Z test_fn_fwgrad_bwgrad_rsub_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:09:35.4938220Z test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.345s) 2022-05-18T06:09:35.5460190Z test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:09:35.9164940Z test_fn_fwgrad_bwgrad_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.370s) 2022-05-18T06:09:35.9723080Z test_fn_fwgrad_bwgrad_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.056s) 2022-05-18T06:09:35.9821390Z test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 (__main__.TestGradientsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:702: 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:09:35.9822120Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-05-18T06:09:35.9822380Z ok (0.010s) 2022-05-18T06:09:35.9917810Z test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:09:36.0015190Z test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:09:36.0117810Z test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:09:36.0208760Z test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:09:36.0226980Z test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:36.1493090Z test_fn_fwgrad_bwgrad_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.127s) 2022-05-18T06:09:36.1709240Z test_fn_fwgrad_bwgrad_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:09:36.2098910Z test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:09:37.3207600Z test_fn_fwgrad_bwgrad_sgn_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (1.111s) 2022-05-18T06:09:37.3274190Z test_fn_fwgrad_bwgrad_sgn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:09:37.3291120Z test_fn_fwgrad_bwgrad_short_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:37.3307470Z test_fn_fwgrad_bwgrad_short_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:37.4072430Z test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:09:37.4216310Z test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:09:37.4272520Z test_fn_fwgrad_bwgrad_sign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:09:37.4289350Z test_fn_fwgrad_bwgrad_signbit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:37.4636570Z test_fn_fwgrad_bwgrad_sin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:09:37.4702010Z test_fn_fwgrad_bwgrad_sin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:09:37.5781610Z test_fn_fwgrad_bwgrad_sinc_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.108s) 2022-05-18T06:09:37.5985420Z test_fn_fwgrad_bwgrad_sinc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:09:37.6334180Z test_fn_fwgrad_bwgrad_sinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:09:37.6401670Z test_fn_fwgrad_bwgrad_sinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:09:37.7594190Z test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.119s) 2022-05-18T06:09:37.7719110Z test_fn_fwgrad_bwgrad_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:09:37.7869970Z test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:09:37.7993990Z test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:09:38.1819230Z test_fn_fwgrad_bwgrad_sort_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.382s) 2022-05-18T06:09:38.1829790Z test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:09:38.1839500Z test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:09:38.1951040Z test_fn_fwgrad_bwgrad_special_entr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:09:38.2103690Z test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:09:38.2223380Z test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:09:38.2410480Z test_fn_fwgrad_bwgrad_special_i1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:09:38.2606570Z test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:09:38.2778070Z test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:09:38.2977640Z test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:09:38.3142940Z test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:09:38.3626470Z test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.048s) 2022-05-18T06:09:38.3637140Z test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:09:38.3654750Z test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:09:38.4579340Z test_fn_fwgrad_bwgrad_split_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.092s) 2022-05-18T06:09:38.4722760Z test_fn_fwgrad_bwgrad_split_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:09:38.6693030Z test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.197s) 2022-05-18T06:09:38.6961900Z test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:09:38.9558790Z test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.259s) 2022-05-18T06:09:38.9902640Z test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:09:39.0229700Z test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:09:39.0294560Z test_fn_fwgrad_bwgrad_sqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:09:39.1141850Z test_fn_fwgrad_bwgrad_square_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.085s) 2022-05-18T06:09:39.1292890Z test_fn_fwgrad_bwgrad_square_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:09:39.3004820Z test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.171s) 2022-05-18T06:09:39.3299790Z test_fn_fwgrad_bwgrad_squeeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:09:39.8450810Z test_fn_fwgrad_bwgrad_stack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.515s) 2022-05-18T06:09:39.9161410Z test_fn_fwgrad_bwgrad_stack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.071s) 2022-05-18T06:09:40.1577780Z test_fn_fwgrad_bwgrad_std_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.242s) 2022-05-18T06:09:40.2031310Z test_fn_fwgrad_bwgrad_std_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.045s) 2022-05-18T06:09:40.2041560Z test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:09:40.2051140Z test_fn_fwgrad_bwgrad_std_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:09:40.5995160Z test_fn_fwgrad_bwgrad_stft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.394s) 2022-05-18T06:09:40.7321250Z test_fn_fwgrad_bwgrad_stft_cpu_float64 (__main__.TestGradientsCPU) ... /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:09:40.7322340Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-05-18T06:09:40.7322660Z ok (0.132s) 2022-05-18T06:09:41.2475490Z test_fn_fwgrad_bwgrad_sub_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.515s) 2022-05-18T06:09:41.3231990Z test_fn_fwgrad_bwgrad_sub_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:09:41.8219290Z test_fn_fwgrad_bwgrad_sum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.499s) 2022-05-18T06:09:41.8999640Z test_fn_fwgrad_bwgrad_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.078s) 2022-05-18T06:09:42.0519330Z test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.152s) 2022-05-18T06:09:42.0765920Z test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:09:43.3517440Z test_fn_fwgrad_bwgrad_svd_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (1.275s) 2022-05-18T06:09:46.0493740Z test_fn_fwgrad_bwgrad_svd_cpu_float64 (__main__.TestGradientsCPU) ... ok (2.697s) 2022-05-18T06:10:06.4581650Z test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... ok (20.409s) 2022-05-18T06:10:06.4767800Z test_fn_fwgrad_bwgrad_symeig_cpu_complex128 (__main__.TestGradientsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:9392: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-05-18T06:10:06.4768580Z 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:10:06.4768940Z L, _ = torch.symeig(A, upper=upper) 2022-05-18T06:10:06.4769170Z should be replaced with 2022-05-18T06:10:06.4770330Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-05-18T06:10:06.4770640Z and 2022-05-18T06:10:06.4770850Z L, V = torch.symeig(A, eigenvectors=True) 2022-05-18T06:10:06.4771080Z should be replaced with 2022-05-18T06:10:06.4771660Z 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:10:06.4772040Z return op(input + input.mH, *args, **kwargs) 2022-05-18T06:10:06.4772250Z ok (0.018s) 2022-05-18T06:10:06.4871460Z test_fn_fwgrad_bwgrad_symeig_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:10:06.5635450Z test_fn_fwgrad_bwgrad_t_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:10:06.5774000Z test_fn_fwgrad_bwgrad_t_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:10:06.7161280Z test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.139s) 2022-05-18T06:10:06.7417180Z test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:06.9850870Z test_fn_fwgrad_bwgrad_take_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.243s) 2022-05-18T06:10:07.0260330Z test_fn_fwgrad_bwgrad_take_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:10:07.0611950Z test_fn_fwgrad_bwgrad_tan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:10:07.0682620Z test_fn_fwgrad_bwgrad_tan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:07.1002620Z test_fn_fwgrad_bwgrad_tanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:10:07.1067450Z test_fn_fwgrad_bwgrad_tanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:10:07.8249260Z test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.718s) 2022-05-18T06:10:07.9258220Z test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.101s) 2022-05-18T06:10:08.0511620Z test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.125s) 2022-05-18T06:10:08.0729220Z test_fn_fwgrad_bwgrad_tensordot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:10:08.7799400Z test_fn_fwgrad_bwgrad_tile_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.707s) 2022-05-18T06:10:08.8921690Z test_fn_fwgrad_bwgrad_tile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.112s) 2022-05-18T06:10:08.8940630Z test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:10:08.9025380Z test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:10:08.9896450Z test_fn_fwgrad_bwgrad_topk_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.087s) 2022-05-18T06:10:09.0181510Z test_fn_fwgrad_bwgrad_trace_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:10:09.0241770Z test_fn_fwgrad_bwgrad_trace_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:10:09.2242900Z test_fn_fwgrad_bwgrad_transpose_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.200s) 2022-05-18T06:10:09.2575640Z test_fn_fwgrad_bwgrad_transpose_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:10:09.8016120Z test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.544s) 2022-05-18T06:10:09.9040950Z test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.102s) 2022-05-18T06:10:10.4655640Z test_fn_fwgrad_bwgrad_trapz_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.561s) 2022-05-18T06:10:10.5565870Z test_fn_fwgrad_bwgrad_trapz_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.091s) 2022-05-18T06:10:10.6787420Z test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 (__main__.TestGradientsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_methods_invocations.py:9403: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-05-18T06:10:10.6788230Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-05-18T06:10:10.6788580Z X = torch.triangular_solve(B, A).solution 2022-05-18T06:10:10.6788820Z should be replaced with 2022-05-18T06:10:10.6789180Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at ../aten/src/ATen/native/BatchLinearAlgebra.cpp:2189.) 2022-05-18T06:10:10.6789670Z return op(*args[:idx], triangular_arg, *args[idx + 1:], upper, **kwargs) 2022-05-18T06:10:10.6790350Z expected failure (0.122s) 2022-05-18T06:10:10.7451510Z test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.066s) 2022-05-18T06:10:10.8776330Z test_fn_fwgrad_bwgrad_tril_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.132s) 2022-05-18T06:10:10.9003890Z test_fn_fwgrad_bwgrad_tril_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:10:11.0345080Z test_fn_fwgrad_bwgrad_triu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.134s) 2022-05-18T06:10:11.0567420Z test_fn_fwgrad_bwgrad_triu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:10:11.5758290Z test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.519s) 2022-05-18T06:10:11.6552640Z test_fn_fwgrad_bwgrad_true_divide_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:10:11.6608780Z test_fn_fwgrad_bwgrad_trunc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:10:12.2964760Z test_fn_fwgrad_bwgrad_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.635s) 2022-05-18T06:10:12.3972360Z test_fn_fwgrad_bwgrad_unfold_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.101s) 2022-05-18T06:10:12.3990910Z test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:10:12.4006390Z test_fn_fwgrad_bwgrad_unique_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:10:12.6313020Z test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.230s) 2022-05-18T06:10:12.6669730Z test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:10:12.8818700Z test_fn_fwgrad_bwgrad_var_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.215s) 2022-05-18T06:10:12.9216910Z test_fn_fwgrad_bwgrad_var_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:10:12.9227610Z test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:10:12.9237040Z test_fn_fwgrad_bwgrad_var_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:10:13.0283590Z test_fn_fwgrad_bwgrad_vdot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.104s) 2022-05-18T06:10:13.0376430Z test_fn_fwgrad_bwgrad_vdot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:10:13.0491350Z test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:10:13.1225810Z test_fn_fwgrad_bwgrad_view_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.073s) 2022-05-18T06:10:13.1360770Z test_fn_fwgrad_bwgrad_view_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:10:13.1582400Z test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:10:13.3325510Z test_fn_fwgrad_bwgrad_view_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.174s) 2022-05-18T06:10:13.3611040Z test_fn_fwgrad_bwgrad_view_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:10:13.5071570Z test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.146s) 2022-05-18T06:10:13.5278220Z test_fn_fwgrad_bwgrad_vsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:10:13.6087090Z test_fn_fwgrad_bwgrad_vstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:10:13.6206720Z test_fn_fwgrad_bwgrad_vstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:10:13.8736130Z test_fn_fwgrad_bwgrad_where_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.253s) 2022-05-18T06:10:13.9143920Z test_fn_fwgrad_bwgrad_where_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:10:13.9154610Z test_fn_fwgrad_bwgrad_xlogy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:10:13.9883180Z test_fn_fwgrad_bwgrad_zero__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.073s) 2022-05-18T06:10:14.0012360Z test_fn_fwgrad_bwgrad_zero__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:10:14.0029770Z test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:10:14.0045470Z test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:10:14.0229610Z test_fn_grad_H_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:10:14.0277620Z test_fn_grad_H_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:10:14.0442120Z test_fn_grad_T_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:10:14.0490900Z test_fn_grad_T_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:10:14.1837650Z test_fn_grad___getitem___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.135s) 2022-05-18T06:10:14.2158620Z test_fn_grad___getitem___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:10:14.3293080Z test_fn_grad___radd___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.113s) 2022-05-18T06:10:14.3541380Z test_fn_grad___radd___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:14.4822680Z test_fn_grad___rdiv___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.128s) 2022-05-18T06:10:14.5089290Z test_fn_grad___rdiv___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:10:14.7243780Z test_fn_grad___rmatmul___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.215s) 2022-05-18T06:10:14.7669290Z test_fn_grad___rmatmul___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:10:14.7917200Z test_fn_grad___rmod___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:14.9056930Z test_fn_grad___rmul___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.114s) 2022-05-18T06:10:14.9307860Z test_fn_grad___rmul___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:14.9315720Z test_fn_grad___rpow___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:10:14.9323120Z test_fn_grad___rpow___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:10:15.0461200Z test_fn_grad___rsub___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.114s) 2022-05-18T06:10:15.0706040Z test_fn_grad___rsub___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:10:15.2646280Z test_fn_grad__masked_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.194s) 2022-05-18T06:10:15.4549310Z test_fn_grad__masked_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.190s) 2022-05-18T06:10:15.4564050Z test_fn_grad__masked_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:15.4577570Z test_fn_grad__masked_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:15.4998600Z test_fn_grad__masked_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:10:16.5143530Z test_fn_grad__masked_mean_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.014s) 2022-05-18T06:10:16.7321420Z test_fn_grad__masked_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.217s) 2022-05-18T06:10:17.7152380Z test_fn_grad__masked_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.983s) 2022-05-18T06:10:17.7987100Z test_fn_grad__masked_normalize_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.083s) 2022-05-18T06:10:18.6485560Z test_fn_grad__masked_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.850s) 2022-05-18T06:10:18.8362030Z test_fn_grad__masked_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.188s) 2022-05-18T06:10:18.8764350Z test_fn_grad__masked_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:10:18.9197040Z test_fn_grad__masked_softmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:10:20.3267910Z test_fn_grad__masked_std_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.407s) 2022-05-18T06:10:20.6251760Z test_fn_grad__masked_std_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.298s) 2022-05-18T06:10:21.3445460Z test_fn_grad__masked_sum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.719s) 2022-05-18T06:10:21.4998110Z test_fn_grad__masked_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.155s) 2022-05-18T06:10:22.7770530Z test_fn_grad__masked_var_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.277s) 2022-05-18T06:10:23.0652960Z test_fn_grad__masked_var_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.288s) 2022-05-18T06:10:23.0725000Z test_fn_grad_abs_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:23.0762950Z test_fn_grad_abs_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:23.1031870Z test_fn_grad_acos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:10:23.1106960Z test_fn_grad_acos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:23.1365820Z test_fn_grad_acosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:10:23.1442240Z test_fn_grad_acosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:23.2825940Z test_fn_grad_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.138s) 2022-05-18T06:10:23.3114410Z test_fn_grad_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:10:23.5668920Z test_fn_grad_addbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.255s) 2022-05-18T06:10:23.5944730Z test_fn_grad_addbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:10:23.8214150Z test_fn_grad_addcdiv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.227s) 2022-05-18T06:10:23.8674460Z test_fn_grad_addcdiv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:10:24.0964390Z test_fn_grad_addcmul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.229s) 2022-05-18T06:10:24.1400060Z test_fn_grad_addcmul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:10:24.2384270Z test_fn_grad_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.098s) 2022-05-18T06:10:24.2505950Z test_fn_grad_addmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:10:24.3443870Z test_fn_grad_addmm_decomposed_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.094s) 2022-05-18T06:10:24.3566470Z test_fn_grad_addmm_decomposed_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:10:24.4673440Z test_fn_grad_addmv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.111s) 2022-05-18T06:10:24.4896770Z test_fn_grad_addmv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:10:24.5638610Z test_fn_grad_addr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.074s) 2022-05-18T06:10:24.5796810Z test_fn_grad_addr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:10:24.5814710Z test_fn_grad_all_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:24.5827950Z test_fn_grad_all_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:24.5846340Z test_fn_grad_allclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:24.5862160Z test_fn_grad_allclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:24.6269430Z test_fn_grad_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:10:24.6667220Z test_fn_grad_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:10:24.6683410Z test_fn_grad_aminmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:24.6764030Z test_fn_grad_angle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:10:24.6800140Z test_fn_grad_angle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:24.6815570Z test_fn_grad_any_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:24.6828860Z test_fn_grad_any_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:24.6842400Z test_fn_grad_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:24.6855970Z test_fn_grad_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:24.6869550Z test_fn_grad_argsort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:24.6883240Z test_fn_grad_argwhere_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:24.6896950Z test_fn_grad_argwhere_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:24.7370930Z test_fn_grad_as_strided_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:10:24.7487200Z test_fn_grad_as_strided_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:10:24.7611050Z test_fn_grad_asin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:10:24.7651720Z test_fn_grad_asin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:24.7775910Z test_fn_grad_asinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:10:24.7815250Z test_fn_grad_asinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:24.8083010Z test_fn_grad_atan2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:10:24.8197580Z test_fn_grad_atan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:10:24.8236300Z test_fn_grad_atan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:24.8355810Z test_fn_grad_atanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:10:24.8397720Z test_fn_grad_atanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:24.9618800Z test_fn_grad_atleast_1d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.122s) 2022-05-18T06:10:24.9869600Z test_fn_grad_atleast_1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:25.1121350Z test_fn_grad_atleast_2d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.125s) 2022-05-18T06:10:25.1364440Z test_fn_grad_atleast_2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:10:25.2574770Z test_fn_grad_atleast_3d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.121s) 2022-05-18T06:10:25.2818950Z test_fn_grad_atleast_3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:10:25.5340910Z test_fn_grad_baddbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.252s) 2022-05-18T06:10:25.5573320Z test_fn_grad_baddbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:10:25.5749730Z test_fn_grad_bernoulli_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:10:25.5822510Z test_fn_grad_bfloat16_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.007s) 2022-05-18T06:10:25.5912980Z test_fn_grad_bfloat16_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.009s) 2022-05-18T06:10:25.6139480Z test_fn_grad_block_diag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:10:25.6193730Z test_fn_grad_block_diag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:10:25.6351270Z test_fn_grad_bmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:10:25.6393290Z test_fn_grad_bmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:25.6407030Z test_fn_grad_bool_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:25.6420720Z test_fn_grad_bool_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:25.7016180Z test_fn_grad_broadcast_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.059s) 2022-05-18T06:10:25.7142750Z test_fn_grad_broadcast_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:10:25.7786090Z test_fn_grad_broadcast_to_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.064s) 2022-05-18T06:10:25.7946770Z test_fn_grad_broadcast_to_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:10:25.7964180Z test_fn_grad_bucketize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:25.7980710Z test_fn_grad_byte_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:25.7994740Z test_fn_grad_byte_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:25.8479320Z test_fn_grad_cartesian_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.048s) 2022-05-18T06:10:25.8587460Z test_fn_grad_cartesian_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:10:25.9523560Z test_fn_grad_cat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.094s) 2022-05-18T06:10:25.9717170Z test_fn_grad_cat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:10:26.7020240Z test_fn_grad_cdist_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.730s) 2022-05-18T06:10:26.7055050Z test_fn_grad_ceil_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:10:26.7137800Z test_fn_grad_chalf_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.008s) 2022-05-18T06:10:26.7247070Z test_fn_grad_chalf_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.011s) 2022-05-18T06:10:26.7263360Z test_fn_grad_char_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:26.7276810Z test_fn_grad_char_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:26.9185110Z test_fn_grad_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.191s) 2022-05-18T06:10:26.9588880Z test_fn_grad_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:10:27.1039570Z test_fn_grad_cholesky_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.145s) 2022-05-18T06:10:27.1404540Z test_fn_grad_cholesky_inverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:10:27.3315490Z test_fn_grad_cholesky_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.191s) 2022-05-18T06:10:27.3732730Z test_fn_grad_cholesky_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:10:27.4500460Z test_fn_grad_chunk_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.077s) 2022-05-18T06:10:27.4695400Z test_fn_grad_chunk_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:10:27.4807380Z test_fn_grad_clamp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:10:27.4946050Z test_fn_grad_clamp_scalar_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:10:27.5108000Z test_fn_grad_clone_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:10:27.5154580Z test_fn_grad_clone_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:10:27.5581670Z test_fn_grad_column_stack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:10:27.5673500Z test_fn_grad_column_stack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:10:27.7792270Z test_fn_grad_combinations_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.212s) 2022-05-18T06:10:27.8279350Z test_fn_grad_combinations_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.049s) 2022-05-18T06:10:27.8684800Z test_fn_grad_complex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:10:27.8918410Z test_fn_grad_conj_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:10:27.8978310Z test_fn_grad_conj_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:10:27.9072090Z test_fn_grad_conj_physical_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:10:27.9101870Z test_fn_grad_conj_physical_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:10:27.9184560Z test_fn_grad_contiguous_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:10:27.9213730Z test_fn_grad_contiguous_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:10:27.9472590Z test_fn_grad_copysign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:10:28.0191170Z test_fn_grad_corrcoef_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:10:28.0351980Z test_fn_grad_corrcoef_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:10:28.0602540Z test_fn_grad_cos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:28.0670770Z test_fn_grad_cos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:28.0917440Z test_fn_grad_cosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:28.0985870Z test_fn_grad_cosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:28.1000840Z test_fn_grad_count_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:28.1014230Z test_fn_grad_count_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:28.1375530Z test_fn_grad_cov_cpu_complex128 (__main__.TestGradientsCPU) ... /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:10:28.1376160Z warnings.warn( 2022-05-18T06:10:28.1376380Z expected failure (0.036s) 2022-05-18T06:10:28.1591310Z test_fn_grad_cov_cpu_float64 (__main__.TestGradientsCPU) ... /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:10:28.1591930Z warnings.warn( 2022-05-18T06:10:28.1592140Z expected failure (0.021s) 2022-05-18T06:10:28.2030660Z test_fn_grad_cross_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:10:28.2130460Z test_fn_grad_cross_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:10:28.2206180Z test_fn_grad_cummax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:28.2280850Z test_fn_grad_cummin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:32.3236420Z test_fn_grad_cumprod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (4.095s) 2022-05-18T06:10:32.9721820Z test_fn_grad_cumprod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.648s) 2022-05-18T06:10:33.0075090Z test_fn_grad_cumsum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:10:33.0166730Z test_fn_grad_cumsum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:10:33.1541280Z test_fn_grad_cumulative_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.137s) 2022-05-18T06:10:33.1842760Z test_fn_grad_cumulative_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:10:33.1912340Z test_fn_grad_deg2rad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:33.3181430Z test_fn_grad_diag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.127s) 2022-05-18T06:10:33.3467420Z test_fn_grad_diag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:10:33.4964450Z test_fn_grad_diag_embed_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.150s) 2022-05-18T06:10:33.5288060Z test_fn_grad_diag_embed_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:10:33.5754380Z test_fn_grad_diagflat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:10:33.5865690Z test_fn_grad_diagflat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:10:33.7084080Z test_fn_grad_diagonal_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.122s) 2022-05-18T06:10:33.7368430Z test_fn_grad_diagonal_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:10:33.7784060Z test_fn_grad_diagonal_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:10:35.1691850Z test_fn_grad_diff_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.391s) 2022-05-18T06:10:35.4553680Z test_fn_grad_diff_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.286s) 2022-05-18T06:10:35.4622230Z test_fn_grad_digamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:35.8850450Z test_fn_grad_dist_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.423s) 2022-05-18T06:10:36.0407400Z test_fn_grad_dist_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.156s) 2022-05-18T06:10:36.0669130Z test_fn_grad_div_floor_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:10:36.1910070Z test_fn_grad_div_no_rounding_mode_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.124s) 2022-05-18T06:10:36.2176680Z test_fn_grad_div_no_rounding_mode_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:10:36.2445980Z test_fn_grad_div_trunc_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:10:36.2720980Z test_fn_grad_dot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:10:36.2762980Z test_fn_grad_dot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:36.2994220Z test_fn_grad_double_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:10:36.3091770Z test_fn_grad_double_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:10:36.3518590Z test_fn_grad_dsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:10:36.3625330Z test_fn_grad_dsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:10:36.3834460Z test_fn_grad_dstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:10:36.3888430Z test_fn_grad_dstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:10:36.4138160Z test_fn_grad_eig_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:36.4210160Z test_fn_grad_eig_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:36.5794820Z test_fn_grad_einsum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.158s) 2022-05-18T06:10:36.6122150Z test_fn_grad_einsum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:10:36.6138690Z test_fn_grad_empty_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:36.6155270Z test_fn_grad_empty_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:36.6169440Z test_fn_grad_eq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:36.6183350Z test_fn_grad_eq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:36.6224660Z test_fn_grad_erf_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:36.6299560Z test_fn_grad_erfc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:36.6341700Z test_fn_grad_erfinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:36.6409630Z test_fn_grad_exp2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:36.6655130Z test_fn_grad_exp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:10:36.6724040Z test_fn_grad_exp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:36.6991170Z test_fn_grad_expand_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:10:36.7064330Z test_fn_grad_expand_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:36.7802240Z test_fn_grad_expand_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.074s) 2022-05-18T06:10:36.7975710Z test_fn_grad_expand_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:10:36.8010970Z test_fn_grad_expm1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:10:36.8647700Z test_fn_grad_fft_fft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.063s) 2022-05-18T06:10:36.8914350Z test_fn_grad_fft_fft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:10:36.9626080Z test_fn_grad_fft_fft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.071s) 2022-05-18T06:10:36.9904680Z test_fn_grad_fft_fft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:10:37.0715730Z test_fn_grad_fft_fftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:10:37.1041000Z test_fn_grad_fft_fftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:10:37.1494460Z test_fn_grad_fft_fftshift_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.045s) 2022-05-18T06:10:37.1610570Z test_fn_grad_fft_fftshift_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:10:37.2076740Z test_fn_grad_fft_hfft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:10:37.2278260Z test_fn_grad_fft_hfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:10:37.2734370Z test_fn_grad_fft_hfft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.045s) 2022-05-18T06:10:37.2933310Z test_fn_grad_fft_hfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:10:37.3478380Z test_fn_grad_fft_hfftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.054s) 2022-05-18T06:10:37.3732360Z test_fn_grad_fft_hfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:37.4380780Z test_fn_grad_fft_ifft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.065s) 2022-05-18T06:10:37.4639250Z test_fn_grad_fft_ifft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:10:37.5335300Z test_fn_grad_fft_ifft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:10:37.5632450Z test_fn_grad_fft_ifft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:10:37.6428570Z test_fn_grad_fft_ifftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:10:37.6743760Z test_fn_grad_fft_ifftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:10:37.7183710Z test_fn_grad_fft_ifftshift_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:10:37.7298660Z test_fn_grad_fft_ifftshift_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:10:37.7541720Z test_fn_grad_fft_ihfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:10:37.7787200Z test_fn_grad_fft_ihfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:10:37.8090710Z test_fn_grad_fft_ihfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:10:37.8506890Z test_fn_grad_fft_irfft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:10:37.8687700Z test_fn_grad_fft_irfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:10:37.9135010Z test_fn_grad_fft_irfft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:10:37.9339570Z test_fn_grad_fft_irfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:10:37.9842480Z test_fn_grad_fft_irfftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:10:38.0057120Z test_fn_grad_fft_irfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:10:38.0261940Z test_fn_grad_fft_rfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:10:38.0497240Z test_fn_grad_fft_rfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:10:38.0761630Z test_fn_grad_fft_rfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:10:38.1082830Z test_fn_grad_fill__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:10:38.1165630Z test_fn_grad_fill__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:10:38.1745910Z test_fn_grad_flatten_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:10:38.1863670Z test_fn_grad_flatten_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:10:38.2666790Z test_fn_grad_flip_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.080s) 2022-05-18T06:10:38.2859360Z test_fn_grad_flip_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:10:38.3043790Z test_fn_grad_fliplr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:10:38.3099570Z test_fn_grad_fliplr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:10:38.3284020Z test_fn_grad_flipud_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:10:38.3345760Z test_fn_grad_flipud_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:10:38.3426840Z test_fn_grad_float_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.008s) 2022-05-18T06:10:38.3522960Z test_fn_grad_float_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.009s) 2022-05-18T06:10:38.4986830Z test_fn_grad_float_power_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.146s) 2022-05-18T06:10:38.5291190Z test_fn_grad_float_power_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:10:38.5330610Z test_fn_grad_floor_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:38.5345710Z test_fn_grad_floor_divide_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:38.5613360Z test_fn_grad_fmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:10:38.5891710Z test_fn_grad_fmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:10:38.6143480Z test_fn_grad_fmod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:38.6206740Z test_fn_grad_frac_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:10:38.6276330Z test_fn_grad_frexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:38.6291250Z test_fn_grad_full_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:38.6304720Z test_fn_grad_full_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:38.6720850Z test_fn_grad_gather_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:10:38.6831460Z test_fn_grad_gather_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:10:38.6847260Z test_fn_grad_ge_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:38.6861280Z test_fn_grad_geqrf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:38.6875060Z test_fn_grad_geqrf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:38.9223400Z test_fn_grad_gradient_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.235s) 2022-05-18T06:10:38.9780580Z test_fn_grad_gradient_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.056s) 2022-05-18T06:10:38.9797420Z test_fn_grad_gt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:38.9871870Z test_fn_grad_half_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.007s) 2022-05-18T06:10:38.9968510Z test_fn_grad_half_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.009s) 2022-05-18T06:10:38.9983790Z test_fn_grad_heaviside_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:38.9997510Z test_fn_grad_histc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.0011080Z test_fn_grad_histogram_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.0024310Z test_fn_grad_histogramdd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.0427270Z test_fn_grad_hsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:10:39.0542210Z test_fn_grad_hsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:10:39.0732710Z test_fn_grad_hstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:10:39.0781370Z test_fn_grad_hstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:10:39.1026110Z test_fn_grad_hypot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:10:39.1101330Z test_fn_grad_i0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:39.1116840Z test_fn_grad_igamma_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:39.1130950Z test_fn_grad_igammac_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.1295460Z test_fn_grad_imag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:10:39.2489360Z test_fn_grad_index_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.119s) 2022-05-18T06:10:39.2741700Z test_fn_grad_index_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:39.3140890Z test_fn_grad_index_copy_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:10:39.3242920Z test_fn_grad_index_copy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:10:39.3512950Z test_fn_grad_index_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:10:39.3594380Z test_fn_grad_index_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:10:39.4209280Z test_fn_grad_index_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:10:39.4348790Z test_fn_grad_index_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:10:39.5439840Z test_fn_grad_index_reduce_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.109s) 2022-05-18T06:10:39.5705220Z test_fn_grad_index_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:10:39.5780260Z test_fn_grad_index_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:10:39.6087490Z test_fn_grad_inner_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:10:39.6162810Z test_fn_grad_inner_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:39.6179250Z test_fn_grad_int_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:39.6192420Z test_fn_grad_int_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.6940110Z test_fn_grad_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.075s) 2022-05-18T06:10:39.7122450Z test_fn_grad_inverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:10:39.7137720Z test_fn_grad_isclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:39.7151340Z test_fn_grad_isclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.7164700Z test_fn_grad_isfinite_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.7178170Z test_fn_grad_isfinite_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.7191610Z test_fn_grad_isin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.7204920Z test_fn_grad_isinf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.7218410Z test_fn_grad_isinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.7231890Z test_fn_grad_isnan_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.7245320Z test_fn_grad_isnan_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.7258790Z test_fn_grad_isneginf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.7273780Z test_fn_grad_isposinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.7287880Z test_fn_grad_isreal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:39.7301310Z test_fn_grad_isreal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:41.4831070Z test_fn_grad_istft_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (1.753s) 2022-05-18T06:10:43.1061690Z test_fn_grad_istft_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (1.623s) 2022-05-18T06:10:43.1077780Z test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:10:43.1091760Z test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:10:43.1104490Z test_fn_grad_jiterator_binary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:10:43.1118050Z test_fn_grad_jiterator_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:10:43.1131370Z test_fn_grad_jiterator_unary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:10:43.1144940Z test_fn_grad_jiterator_unary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:10:43.1381750Z test_fn_grad_kron_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:10:43.1436440Z test_fn_grad_kron_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:10:43.1652160Z test_fn_grad_kthvalue_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:10:43.2970280Z test_fn_grad_ldexp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.132s) 2022-05-18T06:10:43.3234690Z test_fn_grad_ldexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:10:43.3248210Z test_fn_grad_le_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:43.6424290Z test_fn_grad_lerp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.317s) 2022-05-18T06:10:43.6837920Z test_fn_grad_lerp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:10:43.6902810Z test_fn_grad_lgamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:10:43.8724320Z test_fn_grad_linalg_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.182s) 2022-05-18T06:10:43.9107030Z test_fn_grad_linalg_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:10:44.1044950Z test_fn_grad_linalg_cholesky_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.194s) 2022-05-18T06:10:44.1461970Z test_fn_grad_linalg_cholesky_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:10:44.1695330Z test_fn_grad_linalg_cond_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:10:44.1798070Z test_fn_grad_linalg_cond_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:10:44.2224310Z test_fn_grad_linalg_cross_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:10:44.2320700Z test_fn_grad_linalg_cross_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:10:44.4131890Z test_fn_grad_linalg_det_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.181s) 2022-05-18T06:10:44.4538160Z test_fn_grad_linalg_det_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:10:44.8118040Z test_fn_grad_linalg_det_singular_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.358s) 2022-05-18T06:10:44.8931920Z test_fn_grad_linalg_det_singular_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:10:45.0350900Z test_fn_grad_linalg_eig_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.142s) 2022-05-18T06:10:45.0918230Z test_fn_grad_linalg_eig_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:10:45.1735840Z test_fn_grad_linalg_eigh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.082s) 2022-05-18T06:10:45.2020340Z test_fn_grad_linalg_eigh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:10:45.2774090Z test_fn_grad_linalg_eigvals_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.075s) 2022-05-18T06:10:45.3055630Z test_fn_grad_linalg_eigvals_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:10:45.3476740Z test_fn_grad_linalg_eigvalsh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:10:45.3639130Z test_fn_grad_linalg_eigvalsh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:10:45.5164880Z test_fn_grad_linalg_householder_product_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.152s) 2022-05-18T06:10:45.5461690Z test_fn_grad_linalg_householder_product_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:10:45.6269880Z test_fn_grad_linalg_inv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:10:45.6462430Z test_fn_grad_linalg_inv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:10:45.7295120Z test_fn_grad_linalg_inv_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.083s) 2022-05-18T06:10:45.7483610Z test_fn_grad_linalg_inv_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:10:45.7499120Z test_fn_grad_linalg_ldl_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:45.7512630Z test_fn_grad_linalg_ldl_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:45.7526360Z test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:45.7539790Z test_fn_grad_linalg_ldl_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:45.7553530Z test_fn_grad_linalg_ldl_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:45.7567120Z test_fn_grad_linalg_ldl_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:45.7574500Z test_fn_grad_linalg_lstsq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:10:45.7581830Z test_fn_grad_linalg_lstsq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:10:46.6678480Z test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.909s) 2022-05-18T06:10:46.8559670Z test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.188s) 2022-05-18T06:10:47.1926090Z test_fn_grad_linalg_lu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.337s) 2022-05-18T06:10:47.2790160Z test_fn_grad_linalg_lu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.086s) 2022-05-18T06:10:47.5028210Z test_fn_grad_linalg_lu_factor_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.224s) 2022-05-18T06:10:47.5629180Z test_fn_grad_linalg_lu_factor_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.060s) 2022-05-18T06:10:47.8033380Z test_fn_grad_linalg_lu_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.240s) 2022-05-18T06:10:47.8541070Z test_fn_grad_linalg_lu_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.051s) 2022-05-18T06:10:48.2551740Z test_fn_grad_linalg_matrix_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.401s) 2022-05-18T06:10:48.4191400Z test_fn_grad_linalg_matrix_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.164s) 2022-05-18T06:10:48.5887240Z test_fn_grad_linalg_matrix_power_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.169s) 2022-05-18T06:10:48.6229540Z test_fn_grad_linalg_matrix_power_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:10:48.6245610Z test_fn_grad_linalg_matrix_rank_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:10:48.6259030Z test_fn_grad_linalg_matrix_rank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:48.6272940Z test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:48.6286810Z test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:10:48.7559300Z test_fn_grad_linalg_multi_dot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.127s) 2022-05-18T06:10:48.7771110Z test_fn_grad_linalg_multi_dot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:10:48.9197090Z test_fn_grad_linalg_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.142s) 2022-05-18T06:10:48.9741100Z test_fn_grad_linalg_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.054s) 2022-05-18T06:10:49.1034870Z test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.127s) 2022-05-18T06:10:49.1504560Z test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.049s) 2022-05-18T06:10:49.3887370Z test_fn_grad_linalg_pinv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.238s) 2022-05-18T06:10:49.4344470Z test_fn_grad_linalg_pinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:10:49.5304770Z test_fn_grad_linalg_pinv_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.096s) 2022-05-18T06:10:49.5505250Z test_fn_grad_linalg_pinv_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:10:49.5521180Z test_fn_grad_linalg_pinv_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:10:49.5534810Z test_fn_grad_linalg_pinv_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:10:50.2254720Z test_fn_grad_linalg_qr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.672s) 2022-05-18T06:10:50.3994260Z test_fn_grad_linalg_qr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.174s) 2022-05-18T06:10:50.4642180Z test_fn_grad_linalg_slogdet_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.065s) 2022-05-18T06:10:50.4970210Z test_fn_grad_linalg_slogdet_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:10:50.7782570Z test_fn_grad_linalg_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.283s) 2022-05-18T06:10:50.8402460Z test_fn_grad_linalg_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.062s) 2022-05-18T06:10:55.1437450Z test_fn_grad_linalg_solve_triangular_cpu_complex128 (__main__.TestGradientsCPU) ... ok (4.303s) 2022-05-18T06:10:56.1102520Z test_fn_grad_linalg_solve_triangular_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.966s) 2022-05-18T06:10:58.0724190Z test_fn_grad_linalg_svd_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.962s) 2022-05-18T06:10:58.6260340Z test_fn_grad_linalg_svd_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.553s) 2022-05-18T06:10:58.8066410Z test_fn_grad_linalg_svdvals_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.180s) 2022-05-18T06:10:58.8795810Z test_fn_grad_linalg_svdvals_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.073s) 2022-05-18T06:10:58.9060510Z test_fn_grad_linalg_tensorinv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:10:58.9133810Z test_fn_grad_linalg_tensorinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:58.9893820Z test_fn_grad_linalg_tensorsolve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:10:59.0063710Z test_fn_grad_linalg_tensorsolve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:10:59.1157700Z test_fn_grad_linalg_vander_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.104s) 2022-05-18T06:10:59.1374060Z test_fn_grad_linalg_vander_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:10:59.6370060Z test_fn_grad_linalg_vector_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.499s) 2022-05-18T06:10:59.8355370Z test_fn_grad_linalg_vector_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.198s) 2022-05-18T06:10:59.8609310Z test_fn_grad_log10_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:59.8679140Z test_fn_grad_log10_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:59.8718690Z test_fn_grad_log1p_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:10:59.8967100Z test_fn_grad_log2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:10:59.9035390Z test_fn_grad_log2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:59.9280140Z test_fn_grad_log_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:10:59.9355890Z test_fn_grad_log_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:10:59.9479440Z test_fn_grad_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:10:59.9803200Z test_fn_grad_log_softmax_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:10:59.9927700Z test_fn_grad_log_softmax_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:10:59.9973040Z test_fn_grad_logaddexp2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:00.0017290Z test_fn_grad_logaddexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:00.0191870Z test_fn_grad_logcumsumexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:11:00.0324830Z test_fn_grad_logdet_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:11:00.0340310Z test_fn_grad_logical_and_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:11:00.0354110Z test_fn_grad_logical_and_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:00.0367860Z test_fn_grad_logical_not_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:00.0381290Z test_fn_grad_logical_not_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:00.0394870Z test_fn_grad_logical_or_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:00.0408280Z test_fn_grad_logical_or_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:00.0421830Z test_fn_grad_logical_xor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:00.0435230Z test_fn_grad_logical_xor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:00.0524930Z test_fn_grad_logit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:11:00.0785120Z test_fn_grad_logsumexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:11:00.0801710Z test_fn_grad_long_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:11:00.0816860Z test_fn_grad_long_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:00.0831160Z test_fn_grad_lt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:00.6271460Z test_fn_grad_lu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.544s) 2022-05-18T06:11:00.7462610Z test_fn_grad_lu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.119s) 2022-05-18T06:11:01.7020190Z test_fn_grad_lu_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.956s) 2022-05-18T06:11:01.9257180Z test_fn_grad_lu_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.224s) 2022-05-18T06:11:02.1665230Z test_fn_grad_lu_unpack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.241s) 2022-05-18T06:11:02.2274780Z test_fn_grad_lu_unpack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:11:02.2882830Z test_fn_grad_mH_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:11:02.3018020Z test_fn_grad_mH_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:11:02.3569970Z test_fn_grad_mT_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:11:02.3706060Z test_fn_grad_mT_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:11:02.4546590Z test_fn_grad_masked_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.084s) 2022-05-18T06:11:02.4745630Z test_fn_grad_masked_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:11:02.5310300Z test_fn_grad_masked_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.056s) 2022-05-18T06:11:02.5451470Z test_fn_grad_masked_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:11:02.6128850Z test_fn_grad_masked_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:11:02.6288650Z test_fn_grad_masked_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:11:02.8579360Z test_fn_grad_matmul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.229s) 2022-05-18T06:11:02.9032830Z test_fn_grad_matmul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.045s) 2022-05-18T06:11:02.9478820Z test_fn_grad_matrix_exp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:11:02.9574510Z test_fn_grad_matrix_exp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:11:02.9874560Z test_fn_grad_max_binary_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:11:02.9933110Z test_fn_grad_max_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:11:03.0029680Z test_fn_grad_max_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:11:03.0329930Z test_fn_grad_maximum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:11:03.2090440Z test_fn_grad_mean_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.176s) 2022-05-18T06:11:03.2478110Z test_fn_grad_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:11:03.2748750Z test_fn_grad_median_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:11:03.5593070Z test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.284s) 2022-05-18T06:11:03.6171810Z test_fn_grad_meshgrid_list_of_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:11:03.8992980Z test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.282s) 2022-05-18T06:11:03.9578390Z test_fn_grad_meshgrid_variadic_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:11:03.9864870Z test_fn_grad_min_binary_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:11:03.9923010Z test_fn_grad_min_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:11:04.0016790Z test_fn_grad_min_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:11:04.0315210Z test_fn_grad_minimum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:11:04.0619130Z test_fn_grad_mm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:11:04.0669550Z test_fn_grad_mm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:11:04.0812390Z test_fn_grad_mode_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:11:04.1007970Z test_fn_grad_movedim_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:11:04.1064010Z test_fn_grad_movedim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:11:04.1172190Z test_fn_grad_msort_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:11:04.2382790Z test_fn_grad_mul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.121s) 2022-05-18T06:11:04.2634230Z test_fn_grad_mul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:11:04.2650620Z test_fn_grad_multinomial_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:11:04.2802660Z test_fn_grad_mv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:11:04.2847540Z test_fn_grad_mv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:04.3069650Z test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:11:04.3077090Z test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:04.3084730Z test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:04.3157870Z test_fn_grad_nan_to_num_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:04.3892640Z test_fn_grad_nanmean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.073s) 2022-05-18T06:11:04.4149650Z test_fn_grad_nanmedian_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:11:04.6353030Z test_fn_grad_nanquantile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.220s) 2022-05-18T06:11:04.6727000Z test_fn_grad_nansum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:11:04.7150170Z test_fn_grad_narrow_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:11:04.7258320Z test_fn_grad_narrow_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:11:04.7273700Z test_fn_grad_ne_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:04.7287760Z test_fn_grad_ne_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:04.7388410Z test_fn_grad_neg_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:11:04.7422770Z test_fn_grad_neg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:11:04.7437180Z test_fn_grad_new_empty_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:04.7450930Z test_fn_grad_new_empty_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:04.7464620Z test_fn_grad_new_full_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:04.7479100Z test_fn_grad_new_full_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:04.7498070Z test_fn_grad_new_ones_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:11:04.7511600Z test_fn_grad_new_ones_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:04.7525170Z test_fn_grad_new_zeros_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:04.7538950Z test_fn_grad_new_zeros_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:04.7552490Z test_fn_grad_nextafter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:04.7631160Z test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:11:04.7744420Z test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:11:04.7889890Z test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:11:04.7996900Z test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:11:04.8253910Z test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:11:04.8469140Z test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:11:04.8676790Z test_fn_grad_nn_functional_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:11:04.8832050Z test_fn_grad_nn_functional_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:11:04.9002610Z test_fn_grad_nn_functional_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:11:04.9437560Z test_fn_grad_nn_functional_batch_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:11:05.0623410Z test_fn_grad_nn_functional_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.118s) 2022-05-18T06:11:05.2669740Z test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.204s) 2022-05-18T06:11:05.3518130Z test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.085s) 2022-05-18T06:11:05.3587690Z test_fn_grad_nn_functional_celu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:05.5476900Z test_fn_grad_nn_functional_conv1d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.189s) 2022-05-18T06:11:05.5714790Z test_fn_grad_nn_functional_conv1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:11:06.2345050Z test_fn_grad_nn_functional_conv2d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.663s) 2022-05-18T06:11:06.3055980Z test_fn_grad_nn_functional_conv2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.071s) 2022-05-18T06:11:06.3260090Z test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:11:06.3503210Z test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:11:06.3889680Z test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:11:06.4269980Z test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:11:06.4673170Z test_fn_grad_nn_functional_cosine_similarity_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:11:06.5228380Z test_fn_grad_nn_functional_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:11:24.7467790Z test_fn_grad_nn_functional_ctc_loss_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (18.224s) 2022-05-18T06:11:24.8322160Z test_fn_grad_nn_functional_dropout2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.085s) 2022-05-18T06:11:24.9502370Z test_fn_grad_nn_functional_dropout_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.118s) 2022-05-18T06:11:24.9573670Z test_fn_grad_nn_functional_elu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:25.0469720Z test_fn_grad_nn_functional_embedding_bag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.090s) 2022-05-18T06:11:25.0542040Z test_fn_grad_nn_functional_embedding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:25.1037480Z test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.049s) 2022-05-18T06:11:25.4445870Z test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.341s) 2022-05-18T06:11:25.5054230Z test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:11:25.6662160Z test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.161s) 2022-05-18T06:11:25.8719640Z test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.206s) 2022-05-18T06:11:27.6041980Z test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.732s) 2022-05-18T06:11:27.6203700Z test_fn_grad_nn_functional_gelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:11:27.7146760Z test_fn_grad_nn_functional_glu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.094s) 2022-05-18T06:11:27.8102470Z test_fn_grad_nn_functional_grid_sample_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.095s) 2022-05-18T06:11:27.8292080Z test_fn_grad_nn_functional_group_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:11:27.8466050Z test_fn_grad_nn_functional_hardshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:11:27.8540180Z test_fn_grad_nn_functional_hardsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:27.8631860Z test_fn_grad_nn_functional_hardswish_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:11:27.8809360Z test_fn_grad_nn_functional_hardtanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:11:27.9163590Z test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:11:27.9441670Z test_fn_grad_nn_functional_huber_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:11:27.9869050Z test_fn_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:11:28.0135470Z test_fn_grad_nn_functional_interpolate_area_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:11:28.0398860Z test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:11:28.0649560Z test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:11:28.0894130Z test_fn_grad_nn_functional_interpolate_linear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:11:28.1153660Z test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:11:28.1430370Z test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:11:28.1731270Z test_fn_grad_nn_functional_kl_div_cpu_float64 (__main__.TestGradientsCPU) ... /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:11:28.1732690Z warnings.warn( 2022-05-18T06:11:28.1733180Z ok (0.030s) 2022-05-18T06:11:28.1746620Z test_fn_grad_nn_functional_l1_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:11:28.1950990Z test_fn_grad_nn_functional_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:11:28.2170910Z test_fn_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:11:28.2355510Z test_fn_grad_nn_functional_leaky_relu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:11:28.5094730Z test_fn_grad_nn_functional_linear_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.274s) 2022-05-18T06:11:28.5650930Z test_fn_grad_nn_functional_linear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.056s) 2022-05-18T06:11:28.6023310Z test_fn_grad_nn_functional_local_response_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:11:28.6095830Z test_fn_grad_nn_functional_logsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:28.6326380Z test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:11:30.5834070Z test_fn_grad_nn_functional_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.951s) 2022-05-18T06:11:33.8155430Z test_fn_grad_nn_functional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (3.232s) 2022-05-18T06:11:35.0500850Z test_fn_grad_nn_functional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.234s) 2022-05-18T06:11:35.0508790Z test_fn_grad_nn_functional_max_unpool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:35.1925990Z test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.142s) 2022-05-18T06:11:35.1934200Z test_fn_grad_nn_functional_max_unpool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:35.4073240Z test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.214s) 2022-05-18T06:11:35.4081010Z test_fn_grad_nn_functional_max_unpool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:35.5099230Z test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.102s) 2022-05-18T06:11:35.5174620Z test_fn_grad_nn_functional_mish_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:35.5376430Z test_fn_grad_nn_functional_mse_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:11:35.5489640Z test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:11:35.5566770Z test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:11:35.5976580Z test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:11:35.7222550Z test_fn_grad_nn_functional_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.125s) 2022-05-18T06:11:35.8227670Z test_fn_grad_nn_functional_normalize_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.100s) 2022-05-18T06:11:35.8466060Z test_fn_grad_nn_functional_normalize_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:11:35.9225520Z test_fn_grad_nn_functional_pad_circular_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:11:35.9395780Z test_fn_grad_nn_functional_pad_circular_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:11:36.3394010Z test_fn_grad_nn_functional_pad_constant_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.400s) 2022-05-18T06:11:36.4305300Z test_fn_grad_nn_functional_pad_constant_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.091s) 2022-05-18T06:11:36.5305190Z test_fn_grad_nn_functional_pad_reflect_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.100s) 2022-05-18T06:11:36.5546490Z test_fn_grad_nn_functional_pad_reflect_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:11:36.6550930Z test_fn_grad_nn_functional_pad_replicate_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.100s) 2022-05-18T06:11:36.6787440Z test_fn_grad_nn_functional_pad_replicate_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:11:36.7398610Z test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:11:36.7624390Z test_fn_grad_nn_functional_pairwise_distance_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:11:36.7812960Z test_fn_grad_nn_functional_pdist_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:11:36.8005510Z test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:11:36.8061790Z test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:11:36.8255870Z test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:11:36.8315030Z test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:11:37.0951030Z test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.263s) 2022-05-18T06:11:37.1505240Z test_fn_grad_nn_functional_prelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:11:37.1687060Z test_fn_grad_nn_functional_relu6_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:11:37.1778190Z test_fn_grad_nn_functional_relu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:11:37.1984980Z test_fn_grad_nn_functional_rrelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:11:37.2057750Z test_fn_grad_nn_functional_selu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:37.2073550Z test_fn_grad_nn_functional_silu_complex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:11:37.2144050Z test_fn_grad_nn_functional_silu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:37.2397210Z test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:11:37.2549440Z test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:11:37.2686380Z test_fn_grad_nn_functional_softmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:11:37.3027900Z test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:11:37.3167680Z test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:11:37.3241110Z test_fn_grad_nn_functional_softplus_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:37.3413880Z test_fn_grad_nn_functional_softshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:11:37.3728470Z test_fn_grad_nn_functional_softsign_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:11:37.3810010Z test_fn_grad_nn_functional_softsign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:11:37.4082490Z test_fn_grad_nn_functional_tanhshrink_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:11:37.4157310Z test_fn_grad_nn_functional_tanhshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:37.4253740Z test_fn_grad_nn_functional_threshold_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:11:37.5326290Z test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.107s) 2022-05-18T06:11:37.5709450Z test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:11:37.6887700Z test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.118s) 2022-05-18T06:11:37.7302140Z test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:11:39.8007380Z test_fn_grad_nn_functional_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.070s) 2022-05-18T06:11:40.2552090Z test_fn_grad_nn_functional_unfold_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.454s) 2022-05-18T06:11:40.2646390Z test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... /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:11:40.2647120Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2647910Z /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:11:40.2648450Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2649760Z /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:11:40.2650350Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2651130Z /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:11:40.2651670Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2652410Z /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:11:40.2652960Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2653270Z ok (0.009s) 2022-05-18T06:11:40.2891340Z test_fn_grad_nn_functional_upsample_nearest_cpu_float64 (__main__.TestGradientsCPU) ... /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:11:40.2892050Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2892850Z /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:11:40.2893390Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2894150Z /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:11:40.2894680Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2895430Z /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:11:40.2896050Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2897770Z /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:11:40.2898310Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2899060Z /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:11:40.2899720Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2900450Z /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:11:40.2900960Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2901690Z /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:11:40.2902190Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2903180Z /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:11:40.2903750Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2904560Z /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:11:40.2905130Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2905880Z /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:11:40.2906390Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2907200Z /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:11:40.2907710Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2908630Z /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:11:40.2909150Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:11:40.2909490Z ok (0.024s) 2022-05-18T06:11:40.2909840Z test_fn_grad_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:40.2918990Z test_fn_grad_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:40.5171860Z test_fn_grad_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.225s) 2022-05-18T06:11:40.6029770Z test_fn_grad_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.086s) 2022-05-18T06:11:40.6211120Z test_fn_grad_norm_fro_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:11:40.6287600Z test_fn_grad_norm_fro_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:11:40.6295150Z test_fn_grad_norm_inf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:40.6400340Z test_fn_grad_norm_inf_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:11:40.6553140Z test_fn_grad_norm_nuc_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:11:40.6622130Z test_fn_grad_norm_nuc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:40.6629750Z test_fn_grad_normal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:11:40.6637040Z test_fn_grad_normal_number_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:11:40.6651540Z test_fn_grad_ones_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:40.6665020Z test_fn_grad_ones_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:40.6678440Z test_fn_grad_ormqr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:40.6692210Z test_fn_grad_ormqr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:40.6842360Z test_fn_grad_outer_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:11:40.6883330Z test_fn_grad_outer_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:43.6824940Z test_fn_grad_pca_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... ok (2.994s) 2022-05-18T06:11:43.7158600Z test_fn_grad_permute_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:11:43.7249010Z test_fn_grad_permute_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:11:43.8105270Z test_fn_grad_pinverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.085s) 2022-05-18T06:11:43.8276990Z test_fn_grad_pinverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:11:43.8742570Z test_fn_grad_polar_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:11:43.8945820Z test_fn_grad_polygamma_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:11:43.8953780Z test_fn_grad_polygamma_polygamma_n_1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:43.8961160Z test_fn_grad_polygamma_polygamma_n_2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:43.8968130Z test_fn_grad_polygamma_polygamma_n_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:43.8975760Z test_fn_grad_polygamma_polygamma_n_4_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:43.9195670Z test_fn_grad_positive_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:11:43.9258830Z test_fn_grad_positive_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:11:44.0767840Z test_fn_grad_pow_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.151s) 2022-05-18T06:11:44.1064450Z test_fn_grad_pow_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:11:44.4182850Z test_fn_grad_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.312s) 2022-05-18T06:11:44.4910790Z test_fn_grad_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.073s) 2022-05-18T06:11:44.7691940Z test_fn_grad_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.278s) 2022-05-18T06:11:44.8261660Z test_fn_grad_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:11:45.4675990Z test_fn_grad_qr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.641s) 2022-05-18T06:11:45.6325080Z test_fn_grad_qr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.165s) 2022-05-18T06:11:45.8352790Z test_fn_grad_quantile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.203s) 2022-05-18T06:11:45.8419730Z test_fn_grad_rad2deg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:45.8435120Z test_fn_grad_rand_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:45.8448690Z test_fn_grad_rand_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:45.8462080Z test_fn_grad_randint_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:45.8475530Z test_fn_grad_randn_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:45.8489200Z test_fn_grad_randn_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:45.8669870Z test_fn_grad_ravel_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:11:45.8718720Z test_fn_grad_ravel_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:11:45.8869040Z test_fn_grad_real_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:11:45.8931490Z test_fn_grad_real_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:11:45.9177680Z test_fn_grad_reciprocal_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:11:45.9247740Z test_fn_grad_reciprocal_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:45.9510620Z test_fn_grad_remainder_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:11:45.9969040Z test_fn_grad_renorm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:11:46.0087390Z test_fn_grad_renorm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:11:46.1989080Z test_fn_grad_repeat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.190s) 2022-05-18T06:11:46.2411420Z test_fn_grad_repeat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:11:46.2820320Z test_fn_grad_repeat_interleave_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:11:46.2914630Z test_fn_grad_repeat_interleave_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:11:46.3238500Z test_fn_grad_reshape_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:11:46.3329180Z test_fn_grad_reshape_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:11:46.4199630Z test_fn_grad_reshape_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.087s) 2022-05-18T06:11:46.4401040Z test_fn_grad_reshape_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:11:46.4416340Z test_fn_grad_resize__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:11:46.4429640Z test_fn_grad_resize__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:46.4442730Z test_fn_grad_resize_as__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:46.4456430Z test_fn_grad_resize_as__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:46.4616320Z test_fn_grad_resolve_conj_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:11:46.4661560Z test_fn_grad_resolve_conj_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:11:46.4820110Z test_fn_grad_resolve_neg_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:11:46.4865390Z test_fn_grad_resolve_neg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:46.5565350Z test_fn_grad_roll_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.070s) 2022-05-18T06:11:46.5746540Z test_fn_grad_roll_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:11:46.6128700Z test_fn_grad_rot90_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:11:46.6210870Z test_fn_grad_rot90_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:11:46.6244600Z test_fn_grad_round_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:11:46.6312770Z test_fn_grad_round_decimals_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:46.6320470Z test_fn_grad_round_decimals_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:46.6327990Z test_fn_grad_round_decimals_neg_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:46.6577110Z test_fn_grad_rsqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:11:46.6644750Z test_fn_grad_rsqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:46.8042930Z test_fn_grad_rsub_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.140s) 2022-05-18T06:11:46.8332870Z test_fn_grad_rsub_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:11:46.9276550Z test_fn_grad_scatter_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.094s) 2022-05-18T06:11:46.9478790Z test_fn_grad_scatter_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:11:47.0499550Z test_fn_grad_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.102s) 2022-05-18T06:11:47.0728590Z test_fn_grad_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:11:47.1162900Z test_fn_grad_scatter_reduce_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:11:47.1619930Z test_fn_grad_scatter_reduce_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:11:47.2092860Z test_fn_grad_scatter_reduce_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:11:47.2645520Z test_fn_grad_scatter_reduce_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:11:47.3034490Z test_fn_grad_scatter_reduce_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:11:47.3049190Z test_fn_grad_searchsorted_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:11:47.3456540Z test_fn_grad_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:11:47.3564770Z test_fn_grad_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:11:47.3717190Z test_fn_grad_select_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:11:47.3830590Z test_fn_grad_sgn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:11:47.3866880Z test_fn_grad_sgn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:47.3880910Z test_fn_grad_short_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:47.3894700Z test_fn_grad_short_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:47.4131610Z test_fn_grad_sigmoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:11:47.4200790Z test_fn_grad_sigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:47.4234370Z test_fn_grad_sign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:11:47.4248300Z test_fn_grad_signbit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:47.4361670Z test_fn_grad_sin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:11:47.4396910Z test_fn_grad_sin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:47.4667260Z test_fn_grad_sinc_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:11:47.4744840Z test_fn_grad_sinc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:11:47.4866230Z test_fn_grad_sinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:11:47.4905650Z test_fn_grad_sinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:47.5403190Z test_fn_grad_slice_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:11:47.5533730Z test_fn_grad_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:11:47.5862480Z test_fn_grad_softmax_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:11:47.5995050Z test_fn_grad_softmax_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:11:47.7150850Z test_fn_grad_sort_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.115s) 2022-05-18T06:11:47.7158910Z test_fn_grad_sparse_sampled_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:47.7166160Z test_fn_grad_sparse_sampled_addmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:47.7226760Z test_fn_grad_special_entr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:11:47.7306610Z test_fn_grad_special_erfcx_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:11:47.7366120Z test_fn_grad_special_i0e_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:11:47.7451330Z test_fn_grad_special_i1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:11:47.7536010Z test_fn_grad_special_i1e_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:11:47.7614990Z test_fn_grad_special_log_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:11:47.7701630Z test_fn_grad_special_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:11:47.7781370Z test_fn_grad_special_ndtri_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:11:47.7999440Z test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:11:47.8007400Z test_fn_grad_special_xlog1py_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:47.8023580Z test_fn_grad_special_zeta_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:47.8330700Z test_fn_grad_split_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:11:47.8418250Z test_fn_grad_split_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:11:47.9039410Z test_fn_grad_split_list_args_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.062s) 2022-05-18T06:11:47.9203440Z test_fn_grad_split_list_args_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:11:48.0014150Z test_fn_grad_split_with_sizes_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:11:48.0224520Z test_fn_grad_split_with_sizes_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:11:48.0333970Z test_fn_grad_sqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:11:48.0370320Z test_fn_grad_sqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:48.0628940Z test_fn_grad_square_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:11:48.0699570Z test_fn_grad_square_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:48.1271150Z test_fn_grad_squeeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:11:48.1409330Z test_fn_grad_squeeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:11:48.2629530Z test_fn_grad_stack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.122s) 2022-05-18T06:11:48.2872250Z test_fn_grad_stack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:11:48.3317830Z test_fn_grad_std_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:11:48.3489940Z test_fn_grad_std_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:11:48.3498260Z test_fn_grad_std_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:48.3505720Z test_fn_grad_std_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:48.4573360Z test_fn_grad_stft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.107s) 2022-05-18T06:11:48.4923000Z test_fn_grad_stft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:11:48.6402840Z test_fn_grad_sub_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.148s) 2022-05-18T06:11:48.6712220Z test_fn_grad_sub_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:11:48.8317820Z test_fn_grad_sum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.160s) 2022-05-18T06:11:48.8671400Z test_fn_grad_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:11:48.9158820Z test_fn_grad_sum_to_size_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.049s) 2022-05-18T06:11:48.9281760Z test_fn_grad_sum_to_size_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:11:51.1452560Z test_fn_grad_svd_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.217s) 2022-05-18T06:11:51.7720180Z test_fn_grad_svd_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.627s) 2022-05-18T06:11:55.2358600Z test_fn_grad_svd_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... ok (3.464s) 2022-05-18T06:11:55.3148670Z test_fn_grad_symeig_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:11:55.3425440Z test_fn_grad_symeig_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:11:55.3682470Z test_fn_grad_t_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:11:55.3747640Z test_fn_grad_t_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:55.4202550Z test_fn_grad_take_along_dim_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.045s) 2022-05-18T06:11:55.4320630Z test_fn_grad_take_along_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:11:55.4983370Z test_fn_grad_take_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:11:55.5127120Z test_fn_grad_take_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:11:55.5244110Z test_fn_grad_tan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:11:55.5283480Z test_fn_grad_tan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:55.5401430Z test_fn_grad_tanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:11:55.5437530Z test_fn_grad_tanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:55.7433750Z test_fn_grad_tensor_split_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.199s) 2022-05-18T06:11:55.7939490Z test_fn_grad_tensor_split_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:11:55.8297720Z test_fn_grad_tensordot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:11:55.8379760Z test_fn_grad_tensordot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:11:56.0631100Z test_fn_grad_tile_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.225s) 2022-05-18T06:11:56.1119110Z test_fn_grad_tile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.049s) 2022-05-18T06:11:56.1134550Z test_fn_grad_to_sparse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:11:56.1195410Z test_fn_grad_to_sparse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:11:56.1480040Z test_fn_grad_topk_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:11:56.1582040Z test_fn_grad_trace_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:11:56.1618640Z test_fn_grad_trace_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:56.2274660Z test_fn_grad_transpose_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.065s) 2022-05-18T06:11:56.2431040Z test_fn_grad_transpose_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:11:56.3782900Z test_fn_grad_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.135s) 2022-05-18T06:11:56.4066510Z test_fn_grad_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:11:56.5413350Z test_fn_grad_trapz_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.135s) 2022-05-18T06:11:56.5701910Z test_fn_grad_trapz_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:11:56.8416920Z test_fn_grad_triangular_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.271s) 2022-05-18T06:11:56.9063420Z test_fn_grad_triangular_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.065s) 2022-05-18T06:11:56.9503340Z test_fn_grad_tril_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:11:56.9616230Z test_fn_grad_tril_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:11:57.0050640Z test_fn_grad_triu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:11:57.0158690Z test_fn_grad_triu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:11:57.1361390Z test_fn_grad_true_divide_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.120s) 2022-05-18T06:11:57.1625580Z test_fn_grad_true_divide_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:11:57.1659900Z test_fn_grad_trunc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:11:57.3730380Z test_fn_grad_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.207s) 2022-05-18T06:11:57.4192650Z test_fn_grad_unfold_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:11:57.4208190Z test_fn_grad_unique_consecutive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.002s) 2022-05-18T06:11:57.4221950Z test_fn_grad_unique_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:57.4965770Z test_fn_grad_unsqueeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.074s) 2022-05-18T06:11:57.5136830Z test_fn_grad_unsqueeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:11:57.5545770Z test_fn_grad_var_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:11:57.5709420Z test_fn_grad_var_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:11:57.5717220Z test_fn_grad_var_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:57.5724490Z test_fn_grad_var_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:57.5999020Z test_fn_grad_vdot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:11:57.6042350Z test_fn_grad_vdot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:57.6085450Z test_fn_grad_view_as_complex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:11:57.6329280Z test_fn_grad_view_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:11:57.6396540Z test_fn_grad_view_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:57.6450870Z test_fn_grad_view_as_real_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:11:57.6989630Z test_fn_grad_view_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.054s) 2022-05-18T06:11:57.7127410Z test_fn_grad_view_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:11:57.7548010Z test_fn_grad_vsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:11:57.7650660Z test_fn_grad_vsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:11:57.7844490Z test_fn_grad_vstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:11:57.7892670Z test_fn_grad_vstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:11:57.8584730Z test_fn_grad_where_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:11:57.8737480Z test_fn_grad_where_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:11:57.8745180Z test_fn_grad_xlogy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:11:57.8992110Z test_fn_grad_zero__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:11:57.9060610Z test_fn_grad_zero__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:11:57.9074210Z test_fn_grad_zeros_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:57.9087800Z test_fn_grad_zeros_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-05-18T06:11:57.9740540Z test_fn_gradgrad_H_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.065s) 2022-05-18T06:11:57.9865670Z test_fn_gradgrad_H_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:11:58.0482660Z test_fn_gradgrad_T_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.062s) 2022-05-18T06:11:58.0618850Z test_fn_gradgrad_T_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:11:58.6102500Z test_fn_gradgrad___getitem___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.548s) 2022-05-18T06:11:58.7130360Z test_fn_gradgrad___getitem___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.103s) 2022-05-18T06:11:59.2827180Z test_fn_gradgrad___radd___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.570s) 2022-05-18T06:11:59.3902580Z test_fn_gradgrad___radd___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.107s) 2022-05-18T06:12:00.1424370Z test_fn_gradgrad___rdiv___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.752s) 2022-05-18T06:12:00.2849920Z test_fn_gradgrad___rdiv___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.142s) 2022-05-18T06:12:01.6525340Z test_fn_gradgrad___rmatmul___cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.367s) 2022-05-18T06:12:01.8982470Z test_fn_gradgrad___rmatmul___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.246s) 2022-05-18T06:12:02.0317150Z test_fn_gradgrad___rmod___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.133s) 2022-05-18T06:12:02.6847930Z test_fn_gradgrad___rmul___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.653s) 2022-05-18T06:12:02.8050400Z test_fn_gradgrad___rmul___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.120s) 2022-05-18T06:12:02.8057520Z test_fn_gradgrad___rpow___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:12:02.8064660Z test_fn_gradgrad___rpow___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:12:03.3920450Z test_fn_gradgrad___rsub___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.585s) 2022-05-18T06:12:03.5037490Z test_fn_gradgrad___rsub___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.112s) 2022-05-18T06:12:04.2238510Z test_fn_gradgrad__masked_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.720s) 2022-05-18T06:12:04.9488370Z test_fn_gradgrad__masked_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.725s) 2022-05-18T06:12:04.9503540Z test_fn_gradgrad__masked_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:12:04.9516080Z test_fn_gradgrad__masked_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:05.0985970Z test_fn_gradgrad__masked_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.147s) 2022-05-18T06:12:09.2013840Z test_fn_gradgrad__masked_mean_cpu_complex128 (__main__.TestGradientsCPU) ... ok (4.103s) 2022-05-18T06:12:10.0001050Z test_fn_gradgrad__masked_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.799s) 2022-05-18T06:12:13.7601870Z test_fn_gradgrad__masked_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (3.760s) 2022-05-18T06:12:14.1533200Z test_fn_gradgrad__masked_normalize_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.393s) 2022-05-18T06:12:18.5903740Z test_fn_gradgrad__masked_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (4.437s) 2022-05-18T06:12:19.4210850Z test_fn_gradgrad__masked_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.831s) 2022-05-18T06:12:19.5709760Z test_fn_gradgrad__masked_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.150s) 2022-05-18T06:12:19.7265630Z test_fn_gradgrad__masked_softmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.155s) 2022-05-18T06:12:26.0169900Z test_fn_gradgrad__masked_std_cpu_complex128 (__main__.TestGradientsCPU) ... ok (6.290s) 2022-05-18T06:12:27.2122360Z test_fn_gradgrad__masked_std_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.195s) 2022-05-18T06:12:30.1599090Z test_fn_gradgrad__masked_sum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.948s) 2022-05-18T06:12:30.7039010Z test_fn_gradgrad__masked_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.544s) 2022-05-18T06:12:36.3124020Z test_fn_gradgrad__masked_var_cpu_complex128 (__main__.TestGradientsCPU) ... ok (5.608s) 2022-05-18T06:12:37.3518040Z test_fn_gradgrad__masked_var_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.039s) 2022-05-18T06:12:37.3866600Z test_fn_gradgrad_abs_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:12:37.3949980Z test_fn_gradgrad_abs_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:12:37.5082230Z test_fn_gradgrad_acos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.113s) 2022-05-18T06:12:37.5303820Z test_fn_gradgrad_acos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:12:37.6392890Z test_fn_gradgrad_acosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.109s) 2022-05-18T06:12:37.6603250Z test_fn_gradgrad_acosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:12:38.3280080Z test_fn_gradgrad_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.668s) 2022-05-18T06:12:38.4588620Z test_fn_gradgrad_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.131s) 2022-05-18T06:12:40.1015060Z test_fn_gradgrad_addbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.643s) 2022-05-18T06:12:40.2522280Z test_fn_gradgrad_addbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.151s) 2022-05-18T06:12:41.7598340Z test_fn_gradgrad_addcdiv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.507s) 2022-05-18T06:12:42.0765000Z test_fn_gradgrad_addcdiv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.317s) 2022-05-18T06:12:43.5191570Z test_fn_gradgrad_addcmul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.443s) 2022-05-18T06:12:43.7813300Z test_fn_gradgrad_addcmul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.262s) 2022-05-18T06:12:44.4205950Z test_fn_gradgrad_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.639s) 2022-05-18T06:12:44.4901140Z test_fn_gradgrad_addmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:12:45.0917750Z test_fn_gradgrad_addmm_decomposed_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.601s) 2022-05-18T06:12:45.1606920Z test_fn_gradgrad_addmm_decomposed_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:12:45.8830770Z test_fn_gradgrad_addmv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.722s) 2022-05-18T06:12:46.0196800Z test_fn_gradgrad_addmv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.136s) 2022-05-18T06:12:46.4938160Z test_fn_gradgrad_addr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.474s) 2022-05-18T06:12:46.5846000Z test_fn_gradgrad_addr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.091s) 2022-05-18T06:12:46.5861070Z test_fn_gradgrad_all_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:46.5874100Z test_fn_gradgrad_all_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:46.5887280Z test_fn_gradgrad_allclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:46.5901290Z test_fn_gradgrad_allclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:46.7222300Z test_fn_gradgrad_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.132s) 2022-05-18T06:12:46.8646870Z test_fn_gradgrad_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.142s) 2022-05-18T06:12:46.8662420Z test_fn_gradgrad_aminmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:46.9092830Z test_fn_gradgrad_angle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:12:46.9153000Z test_fn_gradgrad_angle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:12:46.9166460Z test_fn_gradgrad_any_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:46.9179910Z test_fn_gradgrad_any_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:46.9193340Z test_fn_gradgrad_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:46.9207100Z test_fn_gradgrad_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:46.9219890Z test_fn_gradgrad_argsort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:46.9233230Z test_fn_gradgrad_argwhere_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:46.9246660Z test_fn_gradgrad_argwhere_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:47.1052050Z test_fn_gradgrad_as_strided_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.180s) 2022-05-18T06:12:47.1412720Z test_fn_gradgrad_as_strided_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:12:47.1898000Z test_fn_gradgrad_asin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.048s) 2022-05-18T06:12:47.1986780Z test_fn_gradgrad_asin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:12:47.2455610Z test_fn_gradgrad_asinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:12:47.2541810Z test_fn_gradgrad_asinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:12:47.4057370Z test_fn_gradgrad_atan2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.151s) 2022-05-18T06:12:47.4500440Z test_fn_gradgrad_atan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:12:47.4587480Z test_fn_gradgrad_atan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:12:47.5049890Z test_fn_gradgrad_atanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:12:47.5143290Z test_fn_gradgrad_atanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:12:48.0028620Z test_fn_gradgrad_atleast_1d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.488s) 2022-05-18T06:12:48.0871630Z test_fn_gradgrad_atleast_1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.084s) 2022-05-18T06:12:48.5862040Z test_fn_gradgrad_atleast_2d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.499s) 2022-05-18T06:12:48.6732410Z test_fn_gradgrad_atleast_2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.087s) 2022-05-18T06:12:49.1765850Z test_fn_gradgrad_atleast_3d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.503s) 2022-05-18T06:12:49.2654630Z test_fn_gradgrad_atleast_3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.089s) 2022-05-18T06:12:50.9520670Z test_fn_gradgrad_baddbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.687s) 2022-05-18T06:12:51.0921390Z test_fn_gradgrad_baddbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.140s) 2022-05-18T06:12:51.1586120Z test_fn_gradgrad_bernoulli_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:12:51.1761250Z test_fn_gradgrad_bfloat16_cpu_complex128 (__main__.TestGradientsCPU) ... /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:12:51.1761990Z warnings.warn( 2022-05-18T06:12:51.1762200Z expected failure (0.017s) 2022-05-18T06:12:51.1871080Z test_fn_gradgrad_bfloat16_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.011s) 2022-05-18T06:12:51.3143420Z test_fn_gradgrad_block_diag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.127s) 2022-05-18T06:12:51.3403350Z test_fn_gradgrad_block_diag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:12:51.4218300Z test_fn_gradgrad_bmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:12:51.4378360Z test_fn_gradgrad_bmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:12:51.4393070Z test_fn_gradgrad_bool_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:51.4405350Z test_fn_gradgrad_bool_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:51.6897670Z test_fn_gradgrad_broadcast_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.249s) 2022-05-18T06:12:51.7327180Z test_fn_gradgrad_broadcast_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:12:51.9690810Z test_fn_gradgrad_broadcast_to_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.235s) 2022-05-18T06:12:52.0203730Z test_fn_gradgrad_broadcast_to_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:12:52.0219610Z test_fn_gradgrad_bucketize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:12:52.0233050Z test_fn_gradgrad_byte_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:52.0246160Z test_fn_gradgrad_byte_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:52.2692250Z test_fn_gradgrad_cartesian_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.245s) 2022-05-18T06:12:52.3163400Z test_fn_gradgrad_cartesian_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:12:52.7652780Z test_fn_gradgrad_cat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.449s) 2022-05-18T06:12:52.8463290Z test_fn_gradgrad_cat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:12:52.8478020Z test_fn_gradgrad_cdist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-05-18T06:12:52.8536290Z test_fn_gradgrad_ceil_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:12:52.8688780Z test_fn_gradgrad_chalf_cpu_complex128 (__main__.TestGradientsCPU) ... /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:12:52.8689420Z warnings.warn( 2022-05-18T06:12:52.8689750Z expected failure (0.015s) 2022-05-18T06:12:52.8815670Z test_fn_gradgrad_chalf_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.013s) 2022-05-18T06:12:52.8831690Z test_fn_gradgrad_char_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:52.8845130Z test_fn_gradgrad_char_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:53.9593620Z test_fn_gradgrad_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.075s) 2022-05-18T06:12:54.1453780Z test_fn_gradgrad_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.186s) 2022-05-18T06:12:54.8684750Z test_fn_gradgrad_cholesky_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.723s) 2022-05-18T06:12:55.0128760Z test_fn_gradgrad_cholesky_inverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.144s) 2022-05-18T06:12:56.0232610Z test_fn_gradgrad_cholesky_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.010s) 2022-05-18T06:12:56.2009060Z test_fn_gradgrad_cholesky_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.178s) 2022-05-18T06:12:56.4241420Z test_fn_gradgrad_chunk_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.223s) 2022-05-18T06:12:56.4617290Z test_fn_gradgrad_chunk_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:12:56.5214740Z test_fn_gradgrad_clamp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.060s) 2022-05-18T06:12:56.5644950Z test_fn_gradgrad_clamp_scalar_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:12:56.6247190Z test_fn_gradgrad_clone_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.060s) 2022-05-18T06:12:56.6371350Z test_fn_gradgrad_clone_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:12:56.8466160Z test_fn_gradgrad_column_stack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.209s) 2022-05-18T06:12:56.8854960Z test_fn_gradgrad_column_stack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:12:57.8864620Z test_fn_gradgrad_combinations_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.001s) 2022-05-18T06:12:58.0674540Z test_fn_gradgrad_combinations_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.181s) 2022-05-18T06:12:58.2106480Z test_fn_gradgrad_complex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.143s) 2022-05-18T06:12:58.3016750Z test_fn_gradgrad_conj_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.091s) 2022-05-18T06:12:58.3182370Z test_fn_gradgrad_conj_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:12:58.3523730Z test_fn_gradgrad_conj_physical_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:12:58.3595510Z test_fn_gradgrad_conj_physical_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:12:58.3890230Z test_fn_gradgrad_contiguous_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:12:58.3957690Z test_fn_gradgrad_contiguous_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:12:58.4877130Z test_fn_gradgrad_copysign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.092s) 2022-05-18T06:12:58.9085810Z test_fn_gradgrad_corrcoef_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.421s) 2022-05-18T06:12:58.9809570Z test_fn_gradgrad_corrcoef_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:12:59.0803510Z test_fn_gradgrad_cos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.099s) 2022-05-18T06:12:59.0992350Z test_fn_gradgrad_cos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:12:59.1970480Z test_fn_gradgrad_cosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.098s) 2022-05-18T06:12:59.2154270Z test_fn_gradgrad_cosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:12:59.2168000Z test_fn_gradgrad_count_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:59.2181030Z test_fn_gradgrad_count_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:12:59.3307260Z test_fn_gradgrad_cov_cpu_complex128 (__main__.TestGradientsCPU) ... /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:12:59.3307880Z warnings.warn( 2022-05-18T06:12:59.3308190Z expected failure (0.112s) 2022-05-18T06:12:59.3867210Z test_fn_gradgrad_cov_cpu_float64 (__main__.TestGradientsCPU) ... /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:12:59.3867810Z warnings.warn( 2022-05-18T06:12:59.3868150Z expected failure (0.056s) 2022-05-18T06:12:59.6068440Z test_fn_gradgrad_cross_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.220s) 2022-05-18T06:12:59.6484810Z test_fn_gradgrad_cross_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:12:59.6742840Z test_fn_gradgrad_cummax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:12:59.7008610Z test_fn_gradgrad_cummin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:13:47.4033400Z test_fn_gradgrad_cumprod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (47.702s) 2022-05-18T06:13:54.2257660Z test_fn_gradgrad_cumprod_cpu_float64 (__main__.TestGradientsCPU) ... ok (6.822s) 2022-05-18T06:13:54.3623310Z test_fn_gradgrad_cumsum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.136s) 2022-05-18T06:13:54.3908630Z test_fn_gradgrad_cumsum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:13:55.1498900Z test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.759s) 2022-05-18T06:13:55.2974660Z test_fn_gradgrad_cumulative_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.147s) 2022-05-18T06:13:55.3162090Z test_fn_gradgrad_deg2rad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:13:55.8194860Z test_fn_gradgrad_diag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.503s) 2022-05-18T06:13:55.9134080Z test_fn_gradgrad_diag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.094s) 2022-05-18T06:13:56.4926250Z test_fn_gradgrad_diag_embed_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.579s) 2022-05-18T06:13:56.6004800Z test_fn_gradgrad_diag_embed_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.108s) 2022-05-18T06:13:56.7704280Z test_fn_gradgrad_diagflat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.170s) 2022-05-18T06:13:56.8031720Z test_fn_gradgrad_diagflat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:13:57.2802790Z test_fn_gradgrad_diagonal_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.477s) 2022-05-18T06:13:57.3700710Z test_fn_gradgrad_diagonal_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.090s) 2022-05-18T06:13:57.5673170Z test_fn_gradgrad_diagonal_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.197s) 2022-05-18T06:14:05.7771300Z test_fn_gradgrad_diff_cpu_complex128 (__main__.TestGradientsCPU) ... ok (8.210s) 2022-05-18T06:14:07.3756230Z test_fn_gradgrad_diff_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.598s) 2022-05-18T06:14:07.3945910Z test_fn_gradgrad_digamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:14:11.8970900Z test_fn_gradgrad_dist_cpu_complex128 (__main__.TestGradientsCPU) ... ok (4.502s) 2022-05-18T06:14:12.9718600Z test_fn_gradgrad_dist_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.075s) 2022-05-18T06:14:13.0405490Z test_fn_gradgrad_div_floor_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:14:13.7614960Z test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.721s) 2022-05-18T06:14:13.8977340Z test_fn_gradgrad_div_no_rounding_mode_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.136s) 2022-05-18T06:14:13.9664160Z test_fn_gradgrad_div_trunc_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:14:14.1056970Z test_fn_gradgrad_dot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.139s) 2022-05-18T06:14:14.1200840Z test_fn_gradgrad_dot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:14:14.2486120Z test_fn_gradgrad_double_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.128s) 2022-05-18T06:14:14.2762040Z test_fn_gradgrad_double_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:14:14.4131950Z test_fn_gradgrad_dsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.137s) 2022-05-18T06:14:14.4372150Z test_fn_gradgrad_dsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:14:14.5569410Z test_fn_gradgrad_dstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.120s) 2022-05-18T06:14:14.5804120Z test_fn_gradgrad_dstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:14:14.6967660Z test_fn_gradgrad_eig_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.116s) 2022-05-18T06:14:14.7189840Z test_fn_gradgrad_eig_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:14:15.5643950Z test_fn_gradgrad_einsum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.845s) 2022-05-18T06:14:15.7228650Z test_fn_gradgrad_einsum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.158s) 2022-05-18T06:14:15.7243850Z test_fn_gradgrad_empty_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:14:15.7256850Z test_fn_gradgrad_empty_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:15.7270020Z test_fn_gradgrad_eq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:15.7283300Z test_fn_gradgrad_eq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:15.7372190Z test_fn_gradgrad_erf_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:14:15.7584790Z test_fn_gradgrad_erfc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:14:15.7692720Z test_fn_gradgrad_erfinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:14:15.7890840Z test_fn_gradgrad_exp2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:14:15.8877490Z test_fn_gradgrad_exp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.099s) 2022-05-18T06:14:15.9072330Z test_fn_gradgrad_exp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:14:15.9983220Z test_fn_gradgrad_expand_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.091s) 2022-05-18T06:14:16.0166130Z test_fn_gradgrad_expand_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:14:16.2970350Z test_fn_gradgrad_expand_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.280s) 2022-05-18T06:14:16.3528840Z test_fn_gradgrad_expand_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.056s) 2022-05-18T06:14:16.3613010Z test_fn_gradgrad_expm1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:14:16.6067100Z test_fn_gradgrad_fft_fft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.245s) 2022-05-18T06:14:16.6710140Z test_fn_gradgrad_fft_fft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.064s) 2022-05-18T06:14:16.9401010Z test_fn_gradgrad_fft_fft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.269s) 2022-05-18T06:14:17.0090360Z test_fn_gradgrad_fft_fft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:14:17.3249100Z test_fn_gradgrad_fft_fftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.316s) 2022-05-18T06:14:17.4055810Z test_fn_gradgrad_fft_fftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:14:17.5763250Z test_fn_gradgrad_fft_fftshift_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.171s) 2022-05-18T06:14:17.6097840Z test_fn_gradgrad_fft_fftshift_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:14:17.8526480Z test_fn_gradgrad_fft_hfft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.243s) 2022-05-18T06:14:17.9071940Z test_fn_gradgrad_fft_hfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.054s) 2022-05-18T06:14:18.1484160Z test_fn_gradgrad_fft_hfft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.241s) 2022-05-18T06:14:18.2037760Z test_fn_gradgrad_fft_hfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:14:18.5190230Z test_fn_gradgrad_fft_hfftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.315s) 2022-05-18T06:14:18.5885790Z test_fn_gradgrad_fft_hfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:14:18.8417760Z test_fn_gradgrad_fft_ifft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.253s) 2022-05-18T06:14:18.9056540Z test_fn_gradgrad_fft_ifft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.064s) 2022-05-18T06:14:19.1773500Z test_fn_gradgrad_fft_ifft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.272s) 2022-05-18T06:14:19.2536060Z test_fn_gradgrad_fft_ifft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:14:19.5769980Z test_fn_gradgrad_fft_ifftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.323s) 2022-05-18T06:14:19.6605120Z test_fn_gradgrad_fft_ifftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.083s) 2022-05-18T06:14:19.8359170Z test_fn_gradgrad_fft_ifftshift_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.175s) 2022-05-18T06:14:19.8697810Z test_fn_gradgrad_fft_ifftshift_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:14:19.9333350Z test_fn_gradgrad_fft_ihfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.063s) 2022-05-18T06:14:20.0125090Z test_fn_gradgrad_fft_ihfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:14:20.0893010Z test_fn_gradgrad_fft_ihfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.077s) 2022-05-18T06:14:20.3048710Z test_fn_gradgrad_fft_irfft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.215s) 2022-05-18T06:14:20.3537930Z test_fn_gradgrad_fft_irfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.049s) 2022-05-18T06:14:20.5872270Z test_fn_gradgrad_fft_irfft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.233s) 2022-05-18T06:14:20.6376170Z test_fn_gradgrad_fft_irfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:14:20.9090430Z test_fn_gradgrad_fft_irfftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.271s) 2022-05-18T06:14:20.9713340Z test_fn_gradgrad_fft_irfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.062s) 2022-05-18T06:14:21.0244950Z test_fn_gradgrad_fft_rfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.053s) 2022-05-18T06:14:21.0858240Z test_fn_gradgrad_fft_rfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:14:21.1564090Z test_fn_gradgrad_fft_rfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.070s) 2022-05-18T06:14:21.3431790Z test_fn_gradgrad_fill__cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.187s) 2022-05-18T06:14:21.4218160Z test_fn_gradgrad_fill__cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.078s) 2022-05-18T06:14:21.6042730Z test_fn_gradgrad_flatten_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.182s) 2022-05-18T06:14:21.6397960Z test_fn_gradgrad_flatten_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:14:21.9460130Z test_fn_gradgrad_flip_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.306s) 2022-05-18T06:14:22.0038380Z test_fn_gradgrad_flip_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:14:22.0664770Z test_fn_gradgrad_fliplr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.063s) 2022-05-18T06:14:22.0796750Z test_fn_gradgrad_fliplr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:14:22.1403380Z test_fn_gradgrad_flipud_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:14:22.1531450Z test_fn_gradgrad_flipud_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:14:22.1697450Z test_fn_gradgrad_float_cpu_complex128 (__main__.TestGradientsCPU) ... /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:14:22.1698070Z warnings.warn( 2022-05-18T06:14:22.1698350Z expected failure (0.016s) 2022-05-18T06:14:22.1810930Z test_fn_gradgrad_float_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.011s) 2022-05-18T06:14:23.2002170Z test_fn_gradgrad_float_power_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.019s) 2022-05-18T06:14:23.3842940Z test_fn_gradgrad_float_power_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.184s) 2022-05-18T06:14:23.3912640Z test_fn_gradgrad_floor_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:14:23.3917630Z test_fn_gradgrad_floor_divide_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:23.5155990Z test_fn_gradgrad_fmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.124s) 2022-05-18T06:14:23.6409130Z test_fn_gradgrad_fmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.125s) 2022-05-18T06:14:23.7663320Z test_fn_gradgrad_fmod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.125s) 2022-05-18T06:14:23.7837920Z test_fn_gradgrad_frac_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:14:23.8083180Z test_fn_gradgrad_frexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:14:23.8098510Z test_fn_gradgrad_full_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:23.8111650Z test_fn_gradgrad_full_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:23.9724780Z test_fn_gradgrad_gather_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.161s) 2022-05-18T06:14:24.0031620Z test_fn_gradgrad_gather_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:14:24.0047220Z test_fn_gradgrad_ge_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:14:24.0060340Z test_fn_gradgrad_geqrf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:24.0073490Z test_fn_gradgrad_geqrf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:25.2089820Z test_fn_gradgrad_gradient_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.201s) 2022-05-18T06:14:25.4030140Z test_fn_gradgrad_gradient_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.194s) 2022-05-18T06:14:25.4046380Z test_fn_gradgrad_gt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:14:25.4180750Z test_fn_gradgrad_half_cpu_complex128 (__main__.TestGradientsCPU) ... /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:14:25.4181410Z warnings.warn( 2022-05-18T06:14:25.4181620Z expected failure (0.013s) 2022-05-18T06:14:25.4284940Z test_fn_gradgrad_half_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.010s) 2022-05-18T06:14:25.4301250Z test_fn_gradgrad_heaviside_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:14:25.4314740Z test_fn_gradgrad_histc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:25.4328210Z test_fn_gradgrad_histogram_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:25.4342430Z test_fn_gradgrad_histogramdd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:25.5812380Z test_fn_gradgrad_hsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.147s) 2022-05-18T06:14:25.6128600Z test_fn_gradgrad_hsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:14:25.7949800Z test_fn_gradgrad_hstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.182s) 2022-05-18T06:14:25.8388190Z test_fn_gradgrad_hstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:14:26.0037490Z test_fn_gradgrad_hypot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.165s) 2022-05-18T06:14:26.0270030Z test_fn_gradgrad_i0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:14:26.0288480Z test_fn_gradgrad_igamma_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:14:26.0306800Z test_fn_gradgrad_igammac_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:14:26.1165740Z test_fn_gradgrad_imag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.086s) 2022-05-18T06:14:26.7346330Z test_fn_gradgrad_index_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.618s) 2022-05-18T06:14:26.8505280Z test_fn_gradgrad_index_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.116s) 2022-05-18T06:14:27.0503670Z test_fn_gradgrad_index_copy_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.200s) 2022-05-18T06:14:27.0919130Z test_fn_gradgrad_index_copy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:14:27.1968220Z test_fn_gradgrad_index_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.105s) 2022-05-18T06:14:27.2179120Z test_fn_gradgrad_index_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:14:27.5146310Z test_fn_gradgrad_index_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.297s) 2022-05-18T06:14:27.5753260Z test_fn_gradgrad_index_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:14:28.1793220Z test_fn_gradgrad_index_reduce_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.604s) 2022-05-18T06:14:28.2782770Z test_fn_gradgrad_index_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.099s) 2022-05-18T06:14:28.2988420Z test_fn_gradgrad_index_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:14:28.4603780Z test_fn_gradgrad_inner_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.161s) 2022-05-18T06:14:28.4928880Z test_fn_gradgrad_inner_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:14:28.4944750Z test_fn_gradgrad_int_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:14:28.4958370Z test_fn_gradgrad_int_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.8377330Z test_fn_gradgrad_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.342s) 2022-05-18T06:14:28.8926320Z test_fn_gradgrad_inverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:14:28.8944260Z test_fn_gradgrad_isclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:14:28.8957610Z test_fn_gradgrad_isclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.8971150Z test_fn_gradgrad_isfinite_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.8985390Z test_fn_gradgrad_isfinite_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.8998790Z test_fn_gradgrad_isin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.9012580Z test_fn_gradgrad_isinf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.9025770Z test_fn_gradgrad_isinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.9039410Z test_fn_gradgrad_isnan_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.9053070Z test_fn_gradgrad_isnan_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.9066390Z test_fn_gradgrad_isneginf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.9080270Z test_fn_gradgrad_isposinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.9093210Z test_fn_gradgrad_isreal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:28.9106410Z test_fn_gradgrad_isreal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:30.0087300Z test_fn_gradgrad_istft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.098s) 2022-05-18T06:14:30.1964200Z test_fn_gradgrad_istft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.188s) 2022-05-18T06:14:30.1980640Z test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:14:30.1995590Z test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:14:30.2009270Z test_fn_gradgrad_jiterator_binary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:14:30.2022960Z test_fn_gradgrad_jiterator_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:14:30.2036420Z test_fn_gradgrad_jiterator_unary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:14:30.2050050Z test_fn_gradgrad_jiterator_unary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:14:30.3331370Z test_fn_gradgrad_kron_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.128s) 2022-05-18T06:14:30.3563150Z test_fn_gradgrad_kron_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:14:30.4473620Z test_fn_gradgrad_kthvalue_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.091s) 2022-05-18T06:14:31.2422560Z test_fn_gradgrad_ldexp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.795s) 2022-05-18T06:14:31.3889440Z test_fn_gradgrad_ldexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.147s) 2022-05-18T06:14:31.3905660Z test_fn_gradgrad_le_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:14:33.4613120Z test_fn_gradgrad_lerp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.071s) 2022-05-18T06:14:33.7207110Z test_fn_gradgrad_lerp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.259s) 2022-05-18T06:14:33.7406920Z test_fn_gradgrad_lgamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:14:34.9057630Z test_fn_gradgrad_linalg_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.165s) 2022-05-18T06:14:35.1089680Z test_fn_gradgrad_linalg_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.203s) 2022-05-18T06:14:36.4455210Z test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.336s) 2022-05-18T06:14:36.6828830Z test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.237s) 2022-05-18T06:14:36.8460390Z test_fn_gradgrad_linalg_cond_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.163s) 2022-05-18T06:14:36.8785840Z test_fn_gradgrad_linalg_cond_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:14:37.1038210Z test_fn_gradgrad_linalg_cross_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.225s) 2022-05-18T06:14:37.1617440Z test_fn_gradgrad_linalg_cross_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:14:38.3520780Z test_fn_gradgrad_linalg_det_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.190s) 2022-05-18T06:14:38.5291590Z test_fn_gradgrad_linalg_det_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.177s) 2022-05-18T06:14:38.5299830Z test_fn_gradgrad_linalg_det_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:14:38.5308460Z test_fn_gradgrad_linalg_det_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:14:39.3882940Z test_fn_gradgrad_linalg_eig_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.857s) 2022-05-18T06:14:39.5916030Z test_fn_gradgrad_linalg_eig_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.203s) 2022-05-18T06:14:40.4432830Z test_fn_gradgrad_linalg_eigh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.852s) 2022-05-18T06:14:40.5532590Z test_fn_gradgrad_linalg_eigh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.110s) 2022-05-18T06:14:40.9631390Z test_fn_gradgrad_linalg_eigvals_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.410s) 2022-05-18T06:14:41.0585980Z test_fn_gradgrad_linalg_eigvals_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.095s) 2022-05-18T06:14:41.4126900Z test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.354s) 2022-05-18T06:14:41.4794640Z test_fn_gradgrad_linalg_eigvalsh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.067s) 2022-05-18T06:14:44.0636230Z test_fn_gradgrad_linalg_householder_product_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.584s) 2022-05-18T06:14:44.5196080Z test_fn_gradgrad_linalg_householder_product_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.456s) 2022-05-18T06:14:44.8723110Z test_fn_gradgrad_linalg_inv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.353s) 2022-05-18T06:14:44.9286240Z test_fn_gradgrad_linalg_inv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.056s) 2022-05-18T06:14:45.3411270Z test_fn_gradgrad_linalg_inv_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.412s) 2022-05-18T06:14:45.4161790Z test_fn_gradgrad_linalg_inv_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.075s) 2022-05-18T06:14:45.4178010Z test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:14:45.4191370Z test_fn_gradgrad_linalg_ldl_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:45.4204990Z test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:45.4218760Z test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:45.4233000Z test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:45.4245990Z test_fn_gradgrad_linalg_ldl_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:14:45.4252780Z test_fn_gradgrad_linalg_lstsq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:14:45.4259890Z test_fn_gradgrad_linalg_lstsq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:14:52.6154590Z test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestGradientsCPU) ... ok (7.189s) 2022-05-18T06:14:54.0526160Z test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.437s) 2022-05-18T06:14:55.8006560Z test_fn_gradgrad_linalg_lu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.748s) 2022-05-18T06:14:56.1257270Z test_fn_gradgrad_linalg_lu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.325s) 2022-05-18T06:14:57.7711170Z test_fn_gradgrad_linalg_lu_factor_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.645s) 2022-05-18T06:14:58.1202970Z test_fn_gradgrad_linalg_lu_factor_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.349s) 2022-05-18T06:14:59.9523950Z test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.832s) 2022-05-18T06:15:00.3776290Z test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.425s) 2022-05-18T06:15:03.0896100Z test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.712s) 2022-05-18T06:15:03.6333540Z test_fn_gradgrad_linalg_matrix_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.544s) 2022-05-18T06:15:04.7163070Z test_fn_gradgrad_linalg_matrix_power_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.083s) 2022-05-18T06:15:04.9144050Z test_fn_gradgrad_linalg_matrix_power_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.198s) 2022-05-18T06:15:04.9160190Z test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:15:04.9173280Z test_fn_gradgrad_linalg_matrix_rank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:15:04.9186860Z test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:15:04.9200150Z test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:15:05.7756240Z test_fn_gradgrad_linalg_multi_dot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.855s) 2022-05-18T06:15:05.9113980Z test_fn_gradgrad_linalg_multi_dot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.136s) 2022-05-18T06:15:06.9564640Z test_fn_gradgrad_linalg_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.045s) 2022-05-18T06:15:07.1738520Z test_fn_gradgrad_linalg_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.217s) 2022-05-18T06:15:07.1913960Z test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.017s) 2022-05-18T06:15:07.2030030Z test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.011s) 2022-05-18T06:15:08.8973220Z test_fn_gradgrad_linalg_pinv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.694s) 2022-05-18T06:15:09.1664810Z test_fn_gradgrad_linalg_pinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.269s) 2022-05-18T06:15:09.7859410Z test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.619s) 2022-05-18T06:15:09.8821440Z test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.096s) 2022-05-18T06:15:09.8836950Z test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:15:09.8850420Z test_fn_gradgrad_linalg_pinv_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:15:12.9081190Z test_fn_gradgrad_linalg_qr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (3.023s) 2022-05-18T06:15:13.3570820Z test_fn_gradgrad_linalg_qr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.449s) 2022-05-18T06:15:13.7334110Z test_fn_gradgrad_linalg_slogdet_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.376s) 2022-05-18T06:15:13.8041550Z test_fn_gradgrad_linalg_slogdet_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.071s) 2022-05-18T06:15:15.3373630Z test_fn_gradgrad_linalg_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.533s) 2022-05-18T06:15:15.5979060Z test_fn_gradgrad_linalg_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.261s) 2022-05-18T06:15:38.7499110Z test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 (__main__.TestGradientsCPU) ... ok (23.152s) 2022-05-18T06:15:43.3282180Z test_fn_gradgrad_linalg_solve_triangular_cpu_float64 (__main__.TestGradientsCPU) ... ok (4.578s) 2022-05-18T06:15:59.8035430Z test_fn_gradgrad_linalg_svd_cpu_complex128 (__main__.TestGradientsCPU) ... ok (16.475s) 2022-05-18T06:16:02.4347340Z test_fn_gradgrad_linalg_svd_cpu_float64 (__main__.TestGradientsCPU) ... ok (2.631s) 2022-05-18T06:16:03.6781100Z test_fn_gradgrad_linalg_svdvals_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.243s) 2022-05-18T06:16:03.9100450Z test_fn_gradgrad_linalg_svdvals_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.232s) 2022-05-18T06:16:04.0154610Z test_fn_gradgrad_linalg_tensorinv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.105s) 2022-05-18T06:16:04.0363970Z test_fn_gradgrad_linalg_tensorinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:16:04.5259880Z test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.489s) 2022-05-18T06:16:04.6232050Z test_fn_gradgrad_linalg_tensorsolve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.097s) 2022-05-18T06:16:05.1645660Z test_fn_gradgrad_linalg_vander_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.541s) 2022-05-18T06:16:05.2704290Z test_fn_gradgrad_linalg_vander_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.106s) 2022-05-18T06:16:08.8581920Z test_fn_gradgrad_linalg_vector_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (3.588s) 2022-05-18T06:16:09.5968480Z test_fn_gradgrad_linalg_vector_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.739s) 2022-05-18T06:16:09.6982910Z test_fn_gradgrad_log10_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.101s) 2022-05-18T06:16:09.7176900Z test_fn_gradgrad_log10_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:16:09.7258360Z test_fn_gradgrad_log1p_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:16:09.8271370Z test_fn_gradgrad_log2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.101s) 2022-05-18T06:16:09.8467320Z test_fn_gradgrad_log2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:16:09.9448800Z test_fn_gradgrad_log_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.098s) 2022-05-18T06:16:09.9641090Z test_fn_gradgrad_log_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:16:10.0067560Z test_fn_gradgrad_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:16:10.1976150Z test_fn_gradgrad_log_softmax_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.191s) 2022-05-18T06:16:10.2390540Z test_fn_gradgrad_log_softmax_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:16:10.2556690Z test_fn_gradgrad_logaddexp2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:16:10.2720490Z test_fn_gradgrad_logaddexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:16:10.3527810Z test_fn_gradgrad_logcumsumexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:16:10.3919850Z test_fn_gradgrad_logdet_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:16:10.3935560Z test_fn_gradgrad_logical_and_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:16:10.3948780Z test_fn_gradgrad_logical_and_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:10.3962100Z test_fn_gradgrad_logical_not_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:10.3975400Z test_fn_gradgrad_logical_not_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:10.3988790Z test_fn_gradgrad_logical_or_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:10.4002160Z test_fn_gradgrad_logical_or_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:10.4015600Z test_fn_gradgrad_logical_xor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:10.4029440Z test_fn_gradgrad_logical_xor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:10.4338890Z test_fn_gradgrad_logit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:16:10.5273700Z test_fn_gradgrad_logsumexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.093s) 2022-05-18T06:16:10.5289370Z test_fn_gradgrad_long_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:16:10.5302480Z test_fn_gradgrad_long_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:10.5315510Z test_fn_gradgrad_lt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:13.8485320Z test_fn_gradgrad_lu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (3.317s) 2022-05-18T06:16:14.6378380Z test_fn_gradgrad_lu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.789s) 2022-05-18T06:16:19.7972790Z test_fn_gradgrad_lu_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (5.159s) 2022-05-18T06:16:20.7082710Z test_fn_gradgrad_lu_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.911s) 2022-05-18T06:16:21.6375760Z test_fn_gradgrad_lu_unpack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.929s) 2022-05-18T06:16:21.8069920Z test_fn_gradgrad_lu_unpack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.169s) 2022-05-18T06:16:22.0407570Z test_fn_gradgrad_mH_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.234s) 2022-05-18T06:16:22.0810920Z test_fn_gradgrad_mH_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:16:22.2888140Z test_fn_gradgrad_mT_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.208s) 2022-05-18T06:16:22.3292510Z test_fn_gradgrad_mT_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:16:22.7201110Z test_fn_gradgrad_masked_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.391s) 2022-05-18T06:16:22.8009850Z test_fn_gradgrad_masked_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:16:23.1107300Z test_fn_gradgrad_masked_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.310s) 2022-05-18T06:16:23.1736410Z test_fn_gradgrad_masked_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.063s) 2022-05-18T06:16:23.4323980Z test_fn_gradgrad_masked_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.259s) 2022-05-18T06:16:23.4841870Z test_fn_gradgrad_masked_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:16:24.8626780Z test_fn_gradgrad_matmul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.378s) 2022-05-18T06:16:25.1121540Z test_fn_gradgrad_matmul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.249s) 2022-05-18T06:16:25.3526050Z test_fn_gradgrad_matrix_exp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.240s) 2022-05-18T06:16:25.3936010Z test_fn_gradgrad_matrix_exp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:16:25.5589360Z test_fn_gradgrad_max_binary_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.165s) 2022-05-18T06:16:25.5775970Z test_fn_gradgrad_max_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:16:25.6140860Z test_fn_gradgrad_max_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:16:25.7706790Z test_fn_gradgrad_maximum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.156s) 2022-05-18T06:16:26.5180910Z test_fn_gradgrad_mean_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.747s) 2022-05-18T06:16:26.6670860Z test_fn_gradgrad_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.149s) 2022-05-18T06:16:26.7712310Z test_fn_gradgrad_median_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.104s) 2022-05-18T06:16:27.9712670Z test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.200s) 2022-05-18T06:16:28.1851550Z test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.214s) 2022-05-18T06:16:29.3795440Z test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.194s) 2022-05-18T06:16:29.6117700Z test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.232s) 2022-05-18T06:16:29.7663080Z test_fn_gradgrad_min_binary_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.154s) 2022-05-18T06:16:29.7826510Z test_fn_gradgrad_min_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:16:29.8182360Z test_fn_gradgrad_min_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:16:29.9766810Z test_fn_gradgrad_minimum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.158s) 2022-05-18T06:16:30.1456000Z test_fn_gradgrad_mm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.169s) 2022-05-18T06:16:30.1624460Z test_fn_gradgrad_mm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:16:30.2148930Z test_fn_gradgrad_mode_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:16:30.2832750Z test_fn_gradgrad_movedim_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:16:30.2980360Z test_fn_gradgrad_movedim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:16:30.3228950Z test_fn_gradgrad_msort_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:16:30.9895060Z test_fn_gradgrad_mul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.666s) 2022-05-18T06:16:31.1228340Z test_fn_gradgrad_mul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.133s) 2022-05-18T06:16:31.1244640Z test_fn_gradgrad_multinomial_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:16:31.2066150Z test_fn_gradgrad_mv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.082s) 2022-05-18T06:16:31.2240660Z test_fn_gradgrad_mv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:16:31.3097350Z test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.086s) 2022-05-18T06:16:31.3105280Z test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:16:31.3112400Z test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:16:31.3332780Z test_fn_gradgrad_nan_to_num_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:16:31.6138540Z test_fn_gradgrad_nanmean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.280s) 2022-05-18T06:16:31.7228860Z test_fn_gradgrad_nanmedian_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.109s) 2022-05-18T06:16:32.5691280Z test_fn_gradgrad_nanquantile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.846s) 2022-05-18T06:16:32.7145260Z test_fn_gradgrad_nansum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.145s) 2022-05-18T06:16:32.8880100Z test_fn_gradgrad_narrow_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.173s) 2022-05-18T06:16:32.9205060Z test_fn_gradgrad_narrow_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:16:32.9220710Z test_fn_gradgrad_ne_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:16:32.9234180Z test_fn_gradgrad_ne_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:32.9606080Z test_fn_gradgrad_neg_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:16:32.9687650Z test_fn_gradgrad_neg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:16:32.9704220Z test_fn_gradgrad_new_empty_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:16:32.9718350Z test_fn_gradgrad_new_empty_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:32.9731540Z test_fn_gradgrad_new_full_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:32.9747850Z test_fn_gradgrad_new_full_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:32.9768140Z test_fn_gradgrad_new_ones_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:16:32.9783490Z test_fn_gradgrad_new_ones_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:16:32.9797550Z test_fn_gradgrad_new_zeros_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:32.9811660Z test_fn_gradgrad_new_zeros_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:32.9825540Z test_fn_gradgrad_nextafter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:16:33.0068840Z test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:16:33.0445660Z test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:16:33.0960580Z test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.051s) 2022-05-18T06:16:33.1359240Z test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:16:33.2378920Z test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.102s) 2022-05-18T06:16:33.3272130Z test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.089s) 2022-05-18T06:16:33.4001040Z test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.073s) 2022-05-18T06:16:33.4549940Z test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:16:33.5210500Z test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:16:33.7961750Z test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.275s) 2022-05-18T06:16:34.8520820Z test_fn_gradgrad_nn_functional_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.056s) 2022-05-18T06:16:34.8670920Z test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.015s) 2022-05-18T06:16:34.8680110Z test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:16:34.8906920Z test_fn_gradgrad_nn_functional_celu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:16:36.2056240Z test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.315s) 2022-05-18T06:16:36.3350070Z test_fn_gradgrad_nn_functional_conv1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.129s) 2022-05-18T06:16:41.0695750Z test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (4.734s) 2022-05-18T06:16:41.6910580Z test_fn_gradgrad_nn_functional_conv2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.621s) 2022-05-18T06:16:41.8124840Z test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.121s) 2022-05-18T06:16:41.9388110Z test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.126s) 2022-05-18T06:16:42.1661210Z test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.227s) 2022-05-18T06:16:42.4077050Z test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.241s) 2022-05-18T06:16:42.7049830Z test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.297s) 2022-05-18T06:16:42.9762450Z test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.271s) 2022-05-18T06:16:42.9893310Z test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.013s) 2022-05-18T06:16:43.2826340Z test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.293s) 2022-05-18T06:16:43.7072790Z test_fn_gradgrad_nn_functional_dropout_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.425s) 2022-05-18T06:16:43.7296130Z test_fn_gradgrad_nn_functional_elu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:16:43.7312850Z test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.002s) 2022-05-18T06:16:43.7543480Z test_fn_gradgrad_nn_functional_embedding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:16:43.9200730Z test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.166s) 2022-05-18T06:16:45.2005890Z test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.280s) 2022-05-18T06:16:45.4127270Z test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.212s) 2022-05-18T06:16:46.0478290Z test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.635s) 2022-05-18T06:16:46.8996040Z test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.852s) 2022-05-18T06:16:58.7180820Z test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (11.818s) 2022-05-18T06:16:58.7889960Z test_fn_gradgrad_nn_functional_gelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.071s) 2022-05-18T06:16:59.1630990Z test_fn_gradgrad_nn_functional_glu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.374s) 2022-05-18T06:16:59.1647610Z test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.002s) 2022-05-18T06:16:59.3430590Z test_fn_gradgrad_nn_functional_group_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.178s) 2022-05-18T06:16:59.4044930Z test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:16:59.4061320Z test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.002s) 2022-05-18T06:16:59.4076710Z test_fn_gradgrad_nn_functional_hardswish_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-05-18T06:16:59.4710290Z test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.063s) 2022-05-18T06:16:59.5897270Z test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.119s) 2022-05-18T06:16:59.7402260Z test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.150s) 2022-05-18T06:17:00.0347260Z test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.294s) 2022-05-18T06:17:00.1291850Z test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.094s) 2022-05-18T06:17:00.2253860Z test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.096s) 2022-05-18T06:17:00.3110220Z test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.086s) 2022-05-18T06:17:00.3922980Z test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:17:00.4753750Z test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.083s) 2022-05-18T06:17:00.5683090Z test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.093s) 2022-05-18T06:17:00.5829570Z test_fn_gradgrad_nn_functional_kl_div_cpu_float64 (__main__.TestGradientsCPU) ... /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:17:00.5830260Z warnings.warn( 2022-05-18T06:17:00.5830470Z expected failure (0.015s) 2022-05-18T06:17:00.5843420Z test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:17:00.6756820Z test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.091s) 2022-05-18T06:17:00.8201870Z test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.144s) 2022-05-18T06:17:00.8767470Z test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:17:02.6096630Z test_fn_gradgrad_nn_functional_linear_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.733s) 2022-05-18T06:17:02.9453230Z test_fn_gradgrad_nn_functional_linear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.336s) 2022-05-18T06:17:03.1054740Z test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.160s) 2022-05-18T06:17:03.1276860Z test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:17:03.2000790Z test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:17:11.1636830Z test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (7.964s) 2022-05-18T06:17:21.6021900Z test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (10.438s) 2022-05-18T06:17:26.9331320Z test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (5.331s) 2022-05-18T06:17:26.9339820Z test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:17:27.1672620Z test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.233s) 2022-05-18T06:17:27.1680910Z test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:17:27.5256330Z test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.357s) 2022-05-18T06:17:27.5264020Z test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:17:27.6733010Z test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.147s) 2022-05-18T06:17:27.7015760Z test_fn_gradgrad_nn_functional_mish_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:17:27.8015600Z test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.100s) 2022-05-18T06:17:27.8031270Z test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.002s) 2022-05-18T06:17:27.8045130Z test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-05-18T06:17:27.8619160Z test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:17:28.2783340Z test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.416s) 2022-05-18T06:17:28.8561490Z test_fn_gradgrad_nn_functional_normalize_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.578s) 2022-05-18T06:17:28.9591070Z test_fn_gradgrad_nn_functional_normalize_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.103s) 2022-05-18T06:17:29.3989840Z test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.440s) 2022-05-18T06:17:29.4971920Z test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.098s) 2022-05-18T06:17:31.2055840Z test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.708s) 2022-05-18T06:17:31.5208020Z test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.315s) 2022-05-18T06:17:31.9262950Z test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.405s) 2022-05-18T06:17:32.0034540Z test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.077s) 2022-05-18T06:17:32.4025710Z test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.399s) 2022-05-18T06:17:32.4852480Z test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.082s) 2022-05-18T06:17:33.0876430Z test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.602s) 2022-05-18T06:17:33.2249030Z test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.137s) 2022-05-18T06:17:33.2266300Z test_fn_gradgrad_nn_functional_pdist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.002s) 2022-05-18T06:17:33.2965000Z test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.070s) 2022-05-18T06:17:33.3110980Z test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:17:33.3829680Z test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:17:33.3983400Z test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:17:34.8639240Z test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.465s) 2022-05-18T06:17:35.1099360Z test_fn_gradgrad_nn_functional_prelu_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.246s) 2022-05-18T06:17:35.1801220Z test_fn_gradgrad_nn_functional_relu6_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.070s) 2022-05-18T06:17:35.2079480Z test_fn_gradgrad_nn_functional_relu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:17:35.2749810Z test_fn_gradgrad_nn_functional_rrelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.067s) 2022-05-18T06:17:35.2960770Z test_fn_gradgrad_nn_functional_selu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:17:35.2976630Z test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:17:35.3209900Z test_fn_gradgrad_nn_functional_silu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:17:35.4838430Z test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.163s) 2022-05-18T06:17:35.5371520Z test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.053s) 2022-05-18T06:17:35.5845540Z test_fn_gradgrad_nn_functional_softmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:17:35.7980190Z test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.213s) 2022-05-18T06:17:35.8450780Z test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:17:35.8671960Z test_fn_gradgrad_nn_functional_softplus_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:17:35.9250450Z test_fn_gradgrad_nn_functional_softshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:17:36.0866590Z test_fn_gradgrad_nn_functional_softsign_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.161s) 2022-05-18T06:17:36.1141790Z test_fn_gradgrad_nn_functional_softsign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:17:36.2225650Z test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.108s) 2022-05-18T06:17:36.2447480Z test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:17:36.2720700Z test_fn_gradgrad_nn_functional_threshold_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:17:37.4773220Z test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.205s) 2022-05-18T06:17:37.7605470Z test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.283s) 2022-05-18T06:17:39.0470640Z test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.286s) 2022-05-18T06:17:39.3398790Z test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.293s) 2022-05-18T06:17:48.2095770Z test_fn_gradgrad_nn_functional_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... ok (8.870s) 2022-05-18T06:17:49.9081880Z test_fn_gradgrad_nn_functional_unfold_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.698s) 2022-05-18T06:17:49.9405330Z test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... /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:17:49.9406220Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:49.9407020Z /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:17:49.9408610Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:49.9409390Z /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:17:49.9409920Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:49.9410660Z /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:17:49.9411180Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:49.9411910Z /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:17:49.9412440Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:49.9413160Z /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:17:49.9414080Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:49.9414900Z /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:17:49.9415420Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:49.9416140Z /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:17:49.9416670Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:49.9417400Z /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:17:49.9417920Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:49.9418220Z ok (0.032s) 2022-05-18T06:17:50.0323050Z test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 (__main__.TestGradientsCPU) ... /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:17:50.0323760Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0324560Z /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:17:50.0325180Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0325970Z /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:17:50.0326510Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0327260Z /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:17:50.0328600Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0329380Z /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:17:50.0329920Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0330670Z /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:17:50.0331200Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0331970Z /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:17:50.0332510Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0333250Z /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:17:50.0333780Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0334820Z /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:17:50.0335590Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0336370Z /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:17:50.0336910Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0337650Z /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:17:50.0338170Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0338900Z /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:17:50.0339430Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0340230Z /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:17:50.0340780Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0341530Z /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:17:50.0346060Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0346850Z /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:17:50.0347380Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0348210Z /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:17:50.0349320Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0350100Z /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:17:50.0350630Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0351370Z /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:17:50.0351900Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0352640Z /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:17:50.0353170Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0353910Z /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:17:50.0354870Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0355730Z /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:17:50.0356250Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0356990Z /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:17:50.0357520Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0358250Z /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:17:50.0358780Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0359520Z /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:17:50.0360050Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0361010Z /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:17:50.0361550Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:17:50.0361860Z ok (0.092s) 2022-05-18T06:17:50.0362410Z test_fn_gradgrad_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:17:50.0363060Z test_fn_gradgrad_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:17:51.7574950Z test_fn_gradgrad_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.722s) 2022-05-18T06:17:52.1361960Z test_fn_gradgrad_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.379s) 2022-05-18T06:17:52.2520770Z test_fn_gradgrad_norm_fro_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.116s) 2022-05-18T06:17:52.2774720Z test_fn_gradgrad_norm_fro_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:17:52.2781780Z test_fn_gradgrad_norm_inf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:17:52.3145770Z test_fn_gradgrad_norm_inf_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:17:52.4144490Z test_fn_gradgrad_norm_nuc_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.100s) 2022-05-18T06:17:52.4337490Z test_fn_gradgrad_norm_nuc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:17:52.4344920Z test_fn_gradgrad_normal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:17:52.4351970Z test_fn_gradgrad_normal_number_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:17:52.4366000Z test_fn_gradgrad_ones_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:17:52.4379120Z test_fn_gradgrad_ones_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:17:52.4391920Z test_fn_gradgrad_ormqr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:17:52.4404910Z test_fn_gradgrad_ormqr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:17:52.5226260Z test_fn_gradgrad_outer_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.082s) 2022-05-18T06:17:52.5392460Z test_fn_gradgrad_outer_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:18:09.5661590Z test_fn_gradgrad_pca_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... ok (17.027s) 2022-05-18T06:18:09.6904600Z test_fn_gradgrad_permute_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.124s) 2022-05-18T06:18:09.7150000Z test_fn_gradgrad_permute_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:18:10.2669960Z test_fn_gradgrad_pinverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.552s) 2022-05-18T06:18:10.3565320Z test_fn_gradgrad_pinverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.089s) 2022-05-18T06:18:10.5516680Z test_fn_gradgrad_polar_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.195s) 2022-05-18T06:18:10.6178840Z test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:18:10.6185980Z test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:18:10.6193240Z test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:18:10.6201930Z test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:18:10.6207650Z test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:18:10.7061110Z test_fn_gradgrad_positive_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.085s) 2022-05-18T06:18:10.7240990Z test_fn_gradgrad_positive_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:18:11.7366800Z test_fn_gradgrad_pow_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.012s) 2022-05-18T06:18:11.9205680Z test_fn_gradgrad_pow_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.184s) 2022-05-18T06:18:13.5855540Z test_fn_gradgrad_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.665s) 2022-05-18T06:18:13.9309060Z test_fn_gradgrad_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.345s) 2022-05-18T06:18:15.2302280Z test_fn_gradgrad_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.299s) 2022-05-18T06:18:15.4480570Z test_fn_gradgrad_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.218s) 2022-05-18T06:18:18.4159210Z test_fn_gradgrad_qr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.967s) 2022-05-18T06:18:18.8633350Z test_fn_gradgrad_qr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.446s) 2022-05-18T06:18:19.6643360Z test_fn_gradgrad_quantile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.801s) 2022-05-18T06:18:19.6856390Z test_fn_gradgrad_rad2deg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:18:19.6873780Z test_fn_gradgrad_rand_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:18:19.6887330Z test_fn_gradgrad_rand_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:19.6900590Z test_fn_gradgrad_randint_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:19.6914410Z test_fn_gradgrad_randn_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:19.6928580Z test_fn_gradgrad_randn_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:19.7624790Z test_fn_gradgrad_ravel_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:18:19.7753930Z test_fn_gradgrad_ravel_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:18:19.8614820Z test_fn_gradgrad_real_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.086s) 2022-05-18T06:18:19.8793740Z test_fn_gradgrad_real_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:18:19.9868840Z test_fn_gradgrad_reciprocal_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.107s) 2022-05-18T06:18:20.0072920Z test_fn_gradgrad_reciprocal_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:18:20.1327970Z test_fn_gradgrad_remainder_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.125s) 2022-05-18T06:18:20.3960780Z test_fn_gradgrad_renorm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.263s) 2022-05-18T06:18:20.4426460Z test_fn_gradgrad_renorm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:18:21.2279340Z test_fn_gradgrad_repeat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.785s) 2022-05-18T06:18:21.3616650Z test_fn_gradgrad_repeat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.134s) 2022-05-18T06:18:21.5249090Z test_fn_gradgrad_repeat_interleave_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.163s) 2022-05-18T06:18:21.5545480Z test_fn_gradgrad_repeat_interleave_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:18:21.6811120Z test_fn_gradgrad_reshape_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.126s) 2022-05-18T06:18:21.7058940Z test_fn_gradgrad_reshape_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:18:22.0479530Z test_fn_gradgrad_reshape_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.342s) 2022-05-18T06:18:22.1131170Z test_fn_gradgrad_reshape_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.065s) 2022-05-18T06:18:22.1145770Z test_fn_gradgrad_resize__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:22.1168250Z test_fn_gradgrad_resize__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:22.1181340Z test_fn_gradgrad_resize_as__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:22.1194560Z test_fn_gradgrad_resize_as__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:22.1763390Z test_fn_gradgrad_resolve_conj_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:18:22.1876240Z test_fn_gradgrad_resolve_conj_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:18:22.2413380Z test_fn_gradgrad_resolve_neg_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.054s) 2022-05-18T06:18:22.2526170Z test_fn_gradgrad_resolve_neg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:18:22.5228640Z test_fn_gradgrad_roll_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.270s) 2022-05-18T06:18:22.5762050Z test_fn_gradgrad_roll_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.053s) 2022-05-18T06:18:22.7140360Z test_fn_gradgrad_rot90_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.138s) 2022-05-18T06:18:22.7420580Z test_fn_gradgrad_rot90_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:18:22.7490280Z test_fn_gradgrad_round_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:18:22.7632070Z test_fn_gradgrad_round_decimals_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:18:22.7639330Z test_fn_gradgrad_round_decimals_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:18:22.7646450Z test_fn_gradgrad_round_decimals_neg_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:18:22.8748010Z test_fn_gradgrad_rsqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.110s) 2022-05-18T06:18:22.8962190Z test_fn_gradgrad_rsqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:18:23.6399660Z test_fn_gradgrad_rsub_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.744s) 2022-05-18T06:18:23.7805880Z test_fn_gradgrad_rsub_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.140s) 2022-05-18T06:18:24.2356360Z test_fn_gradgrad_scatter_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.455s) 2022-05-18T06:18:24.3252450Z test_fn_gradgrad_scatter_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.089s) 2022-05-18T06:18:24.8395440Z test_fn_gradgrad_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.514s) 2022-05-18T06:18:24.9395230Z test_fn_gradgrad_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.099s) 2022-05-18T06:18:25.1543810Z test_fn_gradgrad_scatter_reduce_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.216s) 2022-05-18T06:18:25.3767450Z test_fn_gradgrad_scatter_reduce_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.221s) 2022-05-18T06:18:25.5914660Z test_fn_gradgrad_scatter_reduce_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.214s) 2022-05-18T06:18:25.9920600Z test_fn_gradgrad_scatter_reduce_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.400s) 2022-05-18T06:18:26.2021720Z test_fn_gradgrad_scatter_reduce_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.208s) 2022-05-18T06:18:26.2112350Z test_fn_gradgrad_searchsorted_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:26.3652480Z test_fn_gradgrad_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.163s) 2022-05-18T06:18:26.3971770Z test_fn_gradgrad_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:18:26.4651340Z test_fn_gradgrad_select_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:18:26.5190060Z test_fn_gradgrad_sgn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.054s) 2022-05-18T06:18:26.5266210Z test_fn_gradgrad_sgn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:18:26.5281210Z test_fn_gradgrad_short_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:26.5294220Z test_fn_gradgrad_short_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:26.6309830Z test_fn_gradgrad_sigmoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.101s) 2022-05-18T06:18:26.6538790Z test_fn_gradgrad_sigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:18:26.6621110Z test_fn_gradgrad_sign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:18:26.6636540Z test_fn_gradgrad_signbit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:18:26.7072210Z test_fn_gradgrad_sin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:18:26.7167150Z test_fn_gradgrad_sin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:18:26.8545630Z test_fn_gradgrad_sinc_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.138s) 2022-05-18T06:18:26.8802440Z test_fn_gradgrad_sinc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:18:26.9227300Z test_fn_gradgrad_sinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:18:26.9307760Z test_fn_gradgrad_sinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:18:27.1491610Z test_fn_gradgrad_slice_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.218s) 2022-05-18T06:18:27.1911950Z test_fn_gradgrad_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:18:27.3871640Z test_fn_gradgrad_softmax_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.196s) 2022-05-18T06:18:27.4292260Z test_fn_gradgrad_softmax_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:18:27.9251180Z test_fn_gradgrad_sort_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.495s) 2022-05-18T06:18:27.9256120Z test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:18:27.9271980Z test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:18:27.9423200Z test_fn_gradgrad_special_entr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:18:27.9656340Z test_fn_gradgrad_special_erfcx_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:18:27.9823270Z test_fn_gradgrad_special_i0e_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:18:28.0094970Z test_fn_gradgrad_special_i1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:18:28.0385070Z test_fn_gradgrad_special_i1e_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:18:28.0636640Z test_fn_gradgrad_special_log_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:18:28.0895900Z test_fn_gradgrad_special_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:18:28.1136440Z test_fn_gradgrad_special_ndtri_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:18:28.1801620Z test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:18:28.1809330Z test_fn_gradgrad_special_xlog1py_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:18:28.1824530Z test_fn_gradgrad_special_zeta_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:18:28.2770140Z test_fn_gradgrad_split_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.094s) 2022-05-18T06:18:28.2948820Z test_fn_gradgrad_split_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:18:28.4814490Z test_fn_gradgrad_split_list_args_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.186s) 2022-05-18T06:18:28.5137050Z test_fn_gradgrad_split_list_args_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:18:28.7608240Z test_fn_gradgrad_split_with_sizes_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.247s) 2022-05-18T06:18:28.8047270Z test_fn_gradgrad_split_with_sizes_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:18:28.8470290Z test_fn_gradgrad_sqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:18:28.8563950Z test_fn_gradgrad_sqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:18:28.9648880Z test_fn_gradgrad_square_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.108s) 2022-05-18T06:18:28.9848670Z test_fn_gradgrad_square_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:18:29.1999360Z test_fn_gradgrad_squeeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.215s) 2022-05-18T06:18:29.2420480Z test_fn_gradgrad_squeeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:18:29.9160940Z test_fn_gradgrad_stack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.674s) 2022-05-18T06:18:30.0422850Z test_fn_gradgrad_stack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.126s) 2022-05-18T06:18:30.3491140Z test_fn_gradgrad_std_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.306s) 2022-05-18T06:18:30.4193910Z test_fn_gradgrad_std_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.070s) 2022-05-18T06:18:30.4200940Z test_fn_gradgrad_std_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:18:30.4208100Z test_fn_gradgrad_std_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:18:30.9081560Z test_fn_gradgrad_stft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.486s) 2022-05-18T06:18:31.0319740Z test_fn_gradgrad_stft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.125s) 2022-05-18T06:18:31.7378780Z test_fn_gradgrad_sub_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.706s) 2022-05-18T06:18:31.8773020Z test_fn_gradgrad_sub_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.139s) 2022-05-18T06:18:32.5127880Z test_fn_gradgrad_sum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.635s) 2022-05-18T06:18:32.6313920Z test_fn_gradgrad_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.119s) 2022-05-18T06:18:32.8191150Z test_fn_gradgrad_sum_to_size_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.188s) 2022-05-18T06:18:32.8543570Z test_fn_gradgrad_sum_to_size_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:18:50.8549070Z test_fn_gradgrad_svd_cpu_complex128 (__main__.TestGradientsCPU) ... ok (18.000s) 2022-05-18T06:18:53.5069770Z test_fn_gradgrad_svd_cpu_float64 (__main__.TestGradientsCPU) ... ok (2.652s) 2022-05-18T06:19:15.8188360Z test_fn_gradgrad_svd_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... ok (22.312s) 2022-05-18T06:19:16.4633690Z test_fn_gradgrad_symeig_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.644s) 2022-05-18T06:19:16.5748040Z test_fn_gradgrad_symeig_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.111s) 2022-05-18T06:19:16.6684950Z test_fn_gradgrad_t_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.094s) 2022-05-18T06:19:16.6881380Z test_fn_gradgrad_t_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:19:16.8981400Z test_fn_gradgrad_take_along_dim_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.210s) 2022-05-18T06:19:16.9325350Z test_fn_gradgrad_take_along_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:19:17.2390850Z test_fn_gradgrad_take_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.306s) 2022-05-18T06:19:17.3004430Z test_fn_gradgrad_take_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:19:17.3446490Z test_fn_gradgrad_tan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:19:17.3540020Z test_fn_gradgrad_tan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:19:17.3945020Z test_fn_gradgrad_tanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:19:17.4032570Z test_fn_gradgrad_tanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:19:18.1011990Z test_fn_gradgrad_tensor_split_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.698s) 2022-05-18T06:19:18.2200470Z test_fn_gradgrad_tensor_split_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.119s) 2022-05-18T06:19:18.4140340Z test_fn_gradgrad_tensordot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.194s) 2022-05-18T06:19:18.4515160Z test_fn_gradgrad_tensordot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:19:19.3418390Z test_fn_gradgrad_tile_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.890s) 2022-05-18T06:19:19.4945240Z test_fn_gradgrad_tile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.153s) 2022-05-18T06:19:19.4962230Z test_fn_gradgrad_to_sparse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:19:19.5169030Z test_fn_gradgrad_to_sparse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:19:19.6301800Z test_fn_gradgrad_topk_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.113s) 2022-05-18T06:19:19.6658630Z test_fn_gradgrad_trace_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:19:19.6736090Z test_fn_gradgrad_trace_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:19:19.9173360Z test_fn_gradgrad_transpose_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.244s) 2022-05-18T06:19:19.9652780Z test_fn_gradgrad_transpose_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.048s) 2022-05-18T06:19:20.6998970Z test_fn_gradgrad_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.734s) 2022-05-18T06:19:20.8385230Z test_fn_gradgrad_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.139s) 2022-05-18T06:19:21.5711680Z test_fn_gradgrad_trapz_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.733s) 2022-05-18T06:19:21.7128350Z test_fn_gradgrad_trapz_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.142s) 2022-05-18T06:19:22.8881870Z test_fn_gradgrad_triangular_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.175s) 2022-05-18T06:19:23.0832070Z test_fn_gradgrad_triangular_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.195s) 2022-05-18T06:19:23.2609670Z test_fn_gradgrad_tril_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.178s) 2022-05-18T06:19:23.2935300Z test_fn_gradgrad_tril_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:19:23.4555730Z test_fn_gradgrad_triu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.162s) 2022-05-18T06:19:23.4871590Z test_fn_gradgrad_triu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:19:24.2284850Z test_fn_gradgrad_true_divide_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.741s) 2022-05-18T06:19:24.3732080Z test_fn_gradgrad_true_divide_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.145s) 2022-05-18T06:19:24.3795100Z test_fn_gradgrad_trunc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:25.1097700Z test_fn_gradgrad_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.730s) 2022-05-18T06:19:25.2335040Z test_fn_gradgrad_unfold_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.124s) 2022-05-18T06:19:25.2350460Z test_fn_gradgrad_unique_consecutive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:19:25.2363770Z test_fn_gradgrad_unique_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:25.5250500Z test_fn_gradgrad_unsqueeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.288s) 2022-05-18T06:19:25.5773740Z test_fn_gradgrad_unsqueeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.053s) 2022-05-18T06:19:25.8361680Z test_fn_gradgrad_var_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.259s) 2022-05-18T06:19:25.8914760Z test_fn_gradgrad_var_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:19:25.8922020Z test_fn_gradgrad_var_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:19:25.8929180Z test_fn_gradgrad_var_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:19:26.0318630Z test_fn_gradgrad_vdot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.139s) 2022-05-18T06:19:26.0463470Z test_fn_gradgrad_vdot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:19:26.0546960Z test_fn_gradgrad_view_as_complex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:19:26.1461470Z test_fn_gradgrad_view_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.091s) 2022-05-18T06:19:26.1648430Z test_fn_gradgrad_view_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:19:26.1918590Z test_fn_gradgrad_view_as_real_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:19:26.4146860Z test_fn_gradgrad_view_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.222s) 2022-05-18T06:19:26.4973460Z test_fn_gradgrad_view_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.083s) 2022-05-18T06:19:26.6427720Z test_fn_gradgrad_vsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.146s) 2022-05-18T06:19:26.6664890Z test_fn_gradgrad_vsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:19:26.7808810Z test_fn_gradgrad_vstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.114s) 2022-05-18T06:19:26.8062810Z test_fn_gradgrad_vstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:19:27.1723060Z test_fn_gradgrad_where_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.366s) 2022-05-18T06:19:27.2411970Z test_fn_gradgrad_where_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:19:27.2420050Z test_fn_gradgrad_xlogy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:19:27.3400510Z test_fn_gradgrad_zero__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.097s) 2022-05-18T06:19:27.3547000Z test_fn_gradgrad_zero__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:19:27.3561160Z test_fn_gradgrad_zeros_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:27.3573880Z test_fn_gradgrad_zeros_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:27.3790860Z test_forward_mode_AD_H_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:19:27.3833100Z test_forward_mode_AD_H_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:19:27.3983540Z test_forward_mode_AD_T_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:19:27.4023950Z test_forward_mode_AD_T_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:19:27.5309200Z test_forward_mode_AD___getitem___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.128s) 2022-05-18T06:19:27.5592380Z test_forward_mode_AD___getitem___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:19:27.7150400Z test_forward_mode_AD___radd___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.156s) 2022-05-18T06:19:27.7436420Z test_forward_mode_AD___radd___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:19:27.9316670Z test_forward_mode_AD___rdiv___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.188s) 2022-05-18T06:19:27.9658970Z test_forward_mode_AD___rdiv___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:19:28.2289640Z test_forward_mode_AD___rmatmul___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.263s) 2022-05-18T06:19:28.2632330Z test_forward_mode_AD___rmatmul___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:19:28.2958900Z test_forward_mode_AD___rmod___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:19:28.4690560Z test_forward_mode_AD___rmul___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.173s) 2022-05-18T06:19:28.5011370Z test_forward_mode_AD___rmul___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:19:28.5018530Z test_forward_mode_AD___rpow___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:19:28.5023530Z test_forward_mode_AD___rpow___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:19:28.6702160Z test_forward_mode_AD___rsub___cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.168s) 2022-05-18T06:19:28.7027120Z test_forward_mode_AD___rsub___cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:19:28.7146380Z test_forward_mode_AD__masked_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:19:28.7237630Z test_forward_mode_AD__masked_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:19:28.7252840Z test_forward_mode_AD__masked_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:28.7279370Z test_forward_mode_AD__masked_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:19:28.7779740Z test_forward_mode_AD__masked_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:19:29.9373080Z test_forward_mode_AD__masked_mean_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.159s) 2022-05-18T06:19:30.2262570Z test_forward_mode_AD__masked_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.289s) 2022-05-18T06:19:31.3143640Z test_forward_mode_AD__masked_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.088s) 2022-05-18T06:19:31.3998550Z test_forward_mode_AD__masked_normalize_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.085s) 2022-05-18T06:19:32.4347310Z test_forward_mode_AD__masked_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.035s) 2022-05-18T06:19:32.6655890Z test_forward_mode_AD__masked_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.231s) 2022-05-18T06:19:32.7231840Z test_forward_mode_AD__masked_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:19:32.8384410Z test_forward_mode_AD__masked_softmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.115s) 2022-05-18T06:19:34.5011970Z test_forward_mode_AD__masked_std_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.663s) 2022-05-18T06:19:34.8888280Z test_forward_mode_AD__masked_std_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.388s) 2022-05-18T06:19:35.6356100Z test_forward_mode_AD__masked_sum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.747s) 2022-05-18T06:19:35.7857440Z test_forward_mode_AD__masked_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.150s) 2022-05-18T06:19:37.3620680Z test_forward_mode_AD__masked_var_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.576s) 2022-05-18T06:19:37.7520180Z test_forward_mode_AD__masked_var_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.390s) 2022-05-18T06:19:37.7526420Z test_forward_mode_AD_abs_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:19:37.7560490Z test_forward_mode_AD_abs_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:37.7820240Z test_forward_mode_AD_acos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:19:37.7886330Z test_forward_mode_AD_acos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:37.8141630Z test_forward_mode_AD_acosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:19:37.8210740Z test_forward_mode_AD_acosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:19:38.0242370Z test_forward_mode_AD_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.203s) 2022-05-18T06:19:38.0601570Z test_forward_mode_AD_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:19:38.5872320Z test_forward_mode_AD_addbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.527s) 2022-05-18T06:19:38.6370630Z test_forward_mode_AD_addbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:19:39.0840940Z test_forward_mode_AD_addcdiv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.447s) 2022-05-18T06:19:39.1549050Z test_forward_mode_AD_addcdiv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.071s) 2022-05-18T06:19:39.6018200Z test_forward_mode_AD_addcmul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.447s) 2022-05-18T06:19:39.6700400Z test_forward_mode_AD_addcmul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:19:39.8608790Z test_forward_mode_AD_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.191s) 2022-05-18T06:19:39.8796100Z test_forward_mode_AD_addmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:19:40.0670840Z test_forward_mode_AD_addmm_decomposed_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.187s) 2022-05-18T06:19:40.0841500Z test_forward_mode_AD_addmm_decomposed_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:19:40.2906760Z test_forward_mode_AD_addmv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.206s) 2022-05-18T06:19:40.3244060Z test_forward_mode_AD_addmv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:19:40.4732710Z test_forward_mode_AD_addr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.149s) 2022-05-18T06:19:40.4977050Z test_forward_mode_AD_addr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:19:40.4991410Z test_forward_mode_AD_all_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:40.5003240Z test_forward_mode_AD_all_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:40.5016970Z test_forward_mode_AD_allclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:40.5028110Z test_forward_mode_AD_allclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:40.5093950Z test_forward_mode_AD_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:40.5163750Z test_forward_mode_AD_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:19:40.5176740Z test_forward_mode_AD_aminmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:40.5293370Z test_forward_mode_AD_angle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:19:40.5323930Z test_forward_mode_AD_angle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:40.5344980Z test_forward_mode_AD_any_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:19:40.5355200Z test_forward_mode_AD_any_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:40.5377160Z test_forward_mode_AD_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:40.5388590Z test_forward_mode_AD_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:40.5400620Z test_forward_mode_AD_argsort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:40.5412980Z test_forward_mode_AD_argwhere_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:40.5437310Z test_forward_mode_AD_argwhere_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:19:40.5821440Z test_forward_mode_AD_as_strided_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:19:40.5902460Z test_forward_mode_AD_as_strided_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:19:40.6010920Z test_forward_mode_AD_asin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:19:40.6039360Z test_forward_mode_AD_asin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:40.6149550Z test_forward_mode_AD_asinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:19:40.6178360Z test_forward_mode_AD_asinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:40.6500440Z test_forward_mode_AD_atan2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:19:40.6605380Z test_forward_mode_AD_atan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:19:40.6634350Z test_forward_mode_AD_atan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:40.6740130Z test_forward_mode_AD_atanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:19:40.6768700Z test_forward_mode_AD_atanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:40.8092090Z test_forward_mode_AD_atleast_1d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.132s) 2022-05-18T06:19:40.8317820Z test_forward_mode_AD_atleast_1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:19:40.9680340Z test_forward_mode_AD_atleast_2d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.136s) 2022-05-18T06:19:40.9902970Z test_forward_mode_AD_atleast_2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:19:41.1272600Z test_forward_mode_AD_atleast_3d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.137s) 2022-05-18T06:19:41.1503480Z test_forward_mode_AD_atleast_3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:19:41.6566850Z test_forward_mode_AD_baddbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.506s) 2022-05-18T06:19:41.6928550Z test_forward_mode_AD_baddbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:19:41.7140990Z test_forward_mode_AD_bernoulli_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.021s) 2022-05-18T06:19:41.7236820Z test_forward_mode_AD_bfloat16_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.009s) 2022-05-18T06:19:41.7278770Z test_forward_mode_AD_bfloat16_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.004s) 2022-05-18T06:19:41.7747290Z test_forward_mode_AD_block_diag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:19:41.7838000Z test_forward_mode_AD_block_diag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:19:41.8096530Z test_forward_mode_AD_bmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:19:41.8152470Z test_forward_mode_AD_bmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:19:41.8166200Z test_forward_mode_AD_bool_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:41.8178270Z test_forward_mode_AD_bool_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:41.8964640Z test_forward_mode_AD_broadcast_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:19:41.9089340Z test_forward_mode_AD_broadcast_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:19:41.9628170Z test_forward_mode_AD_broadcast_to_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.054s) 2022-05-18T06:19:41.9740680Z test_forward_mode_AD_broadcast_to_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:19:41.9753920Z test_forward_mode_AD_bucketize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:41.9765710Z test_forward_mode_AD_byte_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:41.9777810Z test_forward_mode_AD_byte_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:42.0456590Z test_forward_mode_AD_cartesian_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:19:42.0580020Z test_forward_mode_AD_cartesian_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:19:42.1840330Z test_forward_mode_AD_cat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.126s) 2022-05-18T06:19:42.2074630Z test_forward_mode_AD_cat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:19:42.2624990Z test_forward_mode_AD_cdist_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:19:42.2657140Z test_forward_mode_AD_ceil_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:42.2810240Z test_forward_mode_AD_chalf_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.015s) 2022-05-18T06:19:42.2893050Z test_forward_mode_AD_chalf_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.008s) 2022-05-18T06:19:42.2908870Z test_forward_mode_AD_char_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:42.2922540Z test_forward_mode_AD_char_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:19:42.3055650Z test_forward_mode_AD_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:19:42.3125900Z test_forward_mode_AD_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:19:42.4644080Z test_forward_mode_AD_cholesky_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.152s) 2022-05-18T06:19:42.4985890Z test_forward_mode_AD_cholesky_inverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:19:42.7924240Z test_forward_mode_AD_cholesky_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.294s) 2022-05-18T06:19:42.8458020Z test_forward_mode_AD_cholesky_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.053s) 2022-05-18T06:19:42.8808830Z test_forward_mode_AD_chunk_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:19:42.8897050Z test_forward_mode_AD_chunk_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:19:42.9040550Z test_forward_mode_AD_clamp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:19:42.9159860Z test_forward_mode_AD_clamp_scalar_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:19:42.9309480Z test_forward_mode_AD_clone_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:19:42.9350640Z test_forward_mode_AD_clone_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:19:42.9967340Z test_forward_mode_AD_column_stack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.062s) 2022-05-18T06:19:43.0075250Z test_forward_mode_AD_column_stack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:19:43.2275420Z test_forward_mode_AD_combinations_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.220s) 2022-05-18T06:19:43.2761070Z test_forward_mode_AD_combinations_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.049s) 2022-05-18T06:19:43.3072500Z test_forward_mode_AD_complex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:19:43.3294670Z test_forward_mode_AD_conj_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:19:43.3350110Z test_forward_mode_AD_conj_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:19:43.3441660Z test_forward_mode_AD_conj_physical_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:19:43.3468710Z test_forward_mode_AD_conj_physical_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:43.3553990Z test_forward_mode_AD_contiguous_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:19:43.3581540Z test_forward_mode_AD_contiguous_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:43.3894430Z test_forward_mode_AD_copysign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:19:43.4611210Z test_forward_mode_AD_corrcoef_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.071s) 2022-05-18T06:19:43.4770520Z test_forward_mode_AD_corrcoef_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:19:43.5025610Z test_forward_mode_AD_cos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:19:43.5085500Z test_forward_mode_AD_cos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:43.5371740Z test_forward_mode_AD_cosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:19:43.5429340Z test_forward_mode_AD_cosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:43.5441600Z test_forward_mode_AD_count_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:43.5453640Z test_forward_mode_AD_count_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:43.5742730Z test_forward_mode_AD_cov_cpu_complex128 (__main__.TestGradientsCPU) ... /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:19:43.5743350Z warnings.warn( 2022-05-18T06:19:43.5743570Z expected failure (0.029s) 2022-05-18T06:19:43.5905420Z test_forward_mode_AD_cov_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.016s) 2022-05-18T06:19:43.6556610Z test_forward_mode_AD_cross_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.065s) 2022-05-18T06:19:43.6673740Z test_forward_mode_AD_cross_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:19:43.6740740Z test_forward_mode_AD_cummax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:19:43.6806850Z test_forward_mode_AD_cummin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:19:46.1192800Z test_forward_mode_AD_cumprod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.438s) 2022-05-18T06:19:46.4698010Z test_forward_mode_AD_cumprod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.350s) 2022-05-18T06:19:46.5069690Z test_forward_mode_AD_cumsum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:19:46.5138520Z test_forward_mode_AD_cumsum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:19:46.7055550Z test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.192s) 2022-05-18T06:19:46.7389940Z test_forward_mode_AD_cumulative_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:19:46.7461190Z test_forward_mode_AD_deg2rad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:19:46.8714140Z test_forward_mode_AD_diag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.125s) 2022-05-18T06:19:46.8958810Z test_forward_mode_AD_diag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:19:47.0455850Z test_forward_mode_AD_diag_embed_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.150s) 2022-05-18T06:19:47.0752910Z test_forward_mode_AD_diag_embed_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:19:47.1182100Z test_forward_mode_AD_diagflat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:19:47.1282130Z test_forward_mode_AD_diagflat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:19:47.2687890Z test_forward_mode_AD_diagonal_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.141s) 2022-05-18T06:19:47.2923430Z test_forward_mode_AD_diagonal_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:19:47.3449030Z test_forward_mode_AD_diagonal_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:19:49.4773080Z test_forward_mode_AD_diff_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.132s) 2022-05-18T06:19:49.8356180Z test_forward_mode_AD_diff_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.358s) 2022-05-18T06:19:49.8415780Z test_forward_mode_AD_digamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:50.7987160Z test_forward_mode_AD_dist_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.957s) 2022-05-18T06:19:50.9249000Z test_forward_mode_AD_dist_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.126s) 2022-05-18T06:19:50.9579370Z test_forward_mode_AD_div_floor_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:19:51.1407750Z test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.183s) 2022-05-18T06:19:51.1738750Z test_forward_mode_AD_div_no_rounding_mode_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:19:51.2052410Z test_forward_mode_AD_div_trunc_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:19:51.2462790Z test_forward_mode_AD_dot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:19:51.2510810Z test_forward_mode_AD_dot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:19:51.2874710Z test_forward_mode_AD_double_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:19:51.2956410Z test_forward_mode_AD_double_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:19:51.3182060Z test_forward_mode_AD_dsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:19:51.3240770Z test_forward_mode_AD_dsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:51.3598740Z test_forward_mode_AD_dstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:19:51.3664840Z test_forward_mode_AD_dstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:19:51.3772790Z test_forward_mode_AD_eig_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:19:51.3840160Z test_forward_mode_AD_eig_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:19:51.5609760Z test_forward_mode_AD_einsum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.177s) 2022-05-18T06:19:51.5890720Z test_forward_mode_AD_einsum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:19:51.5906200Z test_forward_mode_AD_empty_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:19:51.5918480Z test_forward_mode_AD_empty_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:51.5930800Z test_forward_mode_AD_eq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:51.5942900Z test_forward_mode_AD_eq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:51.5976490Z test_forward_mode_AD_erf_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:51.6037340Z test_forward_mode_AD_erfc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:51.6074180Z test_forward_mode_AD_erfinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:19:51.6132500Z test_forward_mode_AD_exp2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:51.6368500Z test_forward_mode_AD_exp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:19:51.6426570Z test_forward_mode_AD_exp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:51.6655090Z test_forward_mode_AD_expand_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:19:51.6715660Z test_forward_mode_AD_expand_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:51.7390210Z test_forward_mode_AD_expand_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.067s) 2022-05-18T06:19:51.7532950Z test_forward_mode_AD_expand_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:19:51.7564940Z test_forward_mode_AD_expm1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:51.8177010Z test_forward_mode_AD_fft_fft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:19:51.8363710Z test_forward_mode_AD_fft_fft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:19:51.9112890Z test_forward_mode_AD_fft_fft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.075s) 2022-05-18T06:19:51.9286790Z test_forward_mode_AD_fft_fft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:19:52.0078810Z test_forward_mode_AD_fft_fftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:19:52.0295140Z test_forward_mode_AD_fft_fftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:19:52.0731580Z test_forward_mode_AD_fft_fftshift_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:19:52.0838460Z test_forward_mode_AD_fft_fftshift_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:19:52.1657420Z test_forward_mode_AD_fft_hfft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.082s) 2022-05-18T06:19:52.1881110Z test_forward_mode_AD_fft_hfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:19:52.2751840Z test_forward_mode_AD_fft_hfft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.087s) 2022-05-18T06:19:52.2977190Z test_forward_mode_AD_fft_hfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:19:52.3852980Z test_forward_mode_AD_fft_hfftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.087s) 2022-05-18T06:19:52.4068610Z test_forward_mode_AD_fft_hfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:19:52.4704480Z test_forward_mode_AD_fft_ifft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.063s) 2022-05-18T06:19:52.4872590Z test_forward_mode_AD_fft_ifft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:19:52.5563300Z test_forward_mode_AD_fft_ifft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:19:52.5754230Z test_forward_mode_AD_fft_ifft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:19:52.6534900Z test_forward_mode_AD_fft_ifftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.078s) 2022-05-18T06:19:52.6725810Z test_forward_mode_AD_fft_ifftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:19:52.7141020Z test_forward_mode_AD_fft_ifftshift_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:19:52.7236280Z test_forward_mode_AD_fft_ifftshift_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:19:52.7391730Z test_forward_mode_AD_fft_ihfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:19:52.7552600Z test_forward_mode_AD_fft_ihfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:19:52.7739560Z test_forward_mode_AD_fft_ihfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:19:52.8347780Z test_forward_mode_AD_fft_irfft2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:19:52.8496960Z test_forward_mode_AD_fft_irfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:19:52.9135070Z test_forward_mode_AD_fft_irfft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.064s) 2022-05-18T06:19:52.9292260Z test_forward_mode_AD_fft_irfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:19:53.0073400Z test_forward_mode_AD_fft_irfftn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.078s) 2022-05-18T06:19:53.0262700Z test_forward_mode_AD_fft_irfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:19:53.0406500Z test_forward_mode_AD_fft_rfft2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:19:53.0560690Z test_forward_mode_AD_fft_rfft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:19:53.0744150Z test_forward_mode_AD_fft_rfftn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:19:53.1055980Z test_forward_mode_AD_fill__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:19:53.1113060Z test_forward_mode_AD_fill__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:53.1575420Z test_forward_mode_AD_flatten_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:19:53.1672890Z test_forward_mode_AD_flatten_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:19:53.2424170Z test_forward_mode_AD_flip_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.075s) 2022-05-18T06:19:53.2587820Z test_forward_mode_AD_flip_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:19:53.2753220Z test_forward_mode_AD_fliplr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:19:53.2798950Z test_forward_mode_AD_fliplr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:19:53.2964340Z test_forward_mode_AD_flipud_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:19:53.3006650Z test_forward_mode_AD_flipud_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:19:53.3084390Z test_forward_mode_AD_float_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.008s) 2022-05-18T06:19:53.3125340Z test_forward_mode_AD_float_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.004s) 2022-05-18T06:19:53.5615920Z test_forward_mode_AD_float_power_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.249s) 2022-05-18T06:19:53.6044680Z test_forward_mode_AD_float_power_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:19:53.6075060Z test_forward_mode_AD_floor_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:19:53.6087400Z test_forward_mode_AD_floor_divide_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:53.6459370Z test_forward_mode_AD_fmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:19:53.6801510Z test_forward_mode_AD_fmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:19:53.7132290Z test_forward_mode_AD_fmod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:19:53.7185110Z test_forward_mode_AD_frac_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:19:53.7247910Z test_forward_mode_AD_frexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:53.7260840Z test_forward_mode_AD_full_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:53.7272260Z test_forward_mode_AD_full_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:53.7656960Z test_forward_mode_AD_gather_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:19:53.7744130Z test_forward_mode_AD_gather_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:19:53.7756500Z test_forward_mode_AD_ge_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:53.7768390Z test_forward_mode_AD_geqrf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:53.7780310Z test_forward_mode_AD_geqrf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:53.9601860Z test_forward_mode_AD_gradient_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.182s) 2022-05-18T06:19:53.9998850Z test_forward_mode_AD_gradient_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:19:54.0011780Z test_forward_mode_AD_gt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.0077930Z test_forward_mode_AD_half_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.007s) 2022-05-18T06:19:54.0115950Z test_forward_mode_AD_half_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.004s) 2022-05-18T06:19:54.0128470Z test_forward_mode_AD_heaviside_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.0140610Z test_forward_mode_AD_histc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.0153170Z test_forward_mode_AD_histogram_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.0164480Z test_forward_mode_AD_histogramdd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.0377660Z test_forward_mode_AD_hsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:19:54.0432140Z test_forward_mode_AD_hsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:19:54.0788140Z test_forward_mode_AD_hstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:19:54.0851510Z test_forward_mode_AD_hstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:54.1175380Z test_forward_mode_AD_hypot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:19:54.1231460Z test_forward_mode_AD_i0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:54.1244770Z test_forward_mode_AD_igamma_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.1256430Z test_forward_mode_AD_igammac_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.1440080Z test_forward_mode_AD_imag_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:19:54.2855560Z test_forward_mode_AD_index_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.141s) 2022-05-18T06:19:54.3070690Z test_forward_mode_AD_index_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:19:54.3568190Z test_forward_mode_AD_index_copy_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:19:54.3647110Z test_forward_mode_AD_index_copy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:19:54.3868730Z test_forward_mode_AD_index_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:19:54.3919390Z test_forward_mode_AD_index_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:19:54.4642480Z test_forward_mode_AD_index_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:19:54.4751900Z test_forward_mode_AD_index_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:19:54.4824670Z test_forward_mode_AD_index_reduce_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:19:54.5062140Z test_forward_mode_AD_index_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:19:54.5120990Z test_forward_mode_AD_index_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:54.5548020Z test_forward_mode_AD_inner_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:19:54.5632660Z test_forward_mode_AD_inner_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:19:54.5645520Z test_forward_mode_AD_int_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.5657780Z test_forward_mode_AD_int_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6343240Z test_forward_mode_AD_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:19:54.6504130Z test_forward_mode_AD_inverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:19:54.6517480Z test_forward_mode_AD_isclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6529430Z test_forward_mode_AD_isclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6541250Z test_forward_mode_AD_isfinite_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6553100Z test_forward_mode_AD_isfinite_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6565320Z test_forward_mode_AD_isin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6577040Z test_forward_mode_AD_isinf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6589000Z test_forward_mode_AD_isinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6601380Z test_forward_mode_AD_isnan_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6612850Z test_forward_mode_AD_isnan_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6624920Z test_forward_mode_AD_isneginf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6636750Z test_forward_mode_AD_isposinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6648620Z test_forward_mode_AD_isreal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.6660580Z test_forward_mode_AD_isreal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:54.8521520Z test_forward_mode_AD_istft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.186s) 2022-05-18T06:19:54.8867800Z test_forward_mode_AD_istft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:19:54.8881360Z test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:19:54.8893390Z test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:19:54.8905110Z test_forward_mode_AD_jiterator_binary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:19:54.8917030Z test_forward_mode_AD_jiterator_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:19:54.8928970Z test_forward_mode_AD_jiterator_unary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:19:54.8940770Z test_forward_mode_AD_jiterator_unary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:19:54.9276610Z test_forward_mode_AD_kron_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:19:54.9346140Z test_forward_mode_AD_kron_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:19:54.9555010Z test_forward_mode_AD_kthvalue_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:19:55.1525270Z test_forward_mode_AD_ldexp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.197s) 2022-05-18T06:19:55.1851430Z test_forward_mode_AD_ldexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:19:55.1863390Z test_forward_mode_AD_le_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:55.6934420Z test_forward_mode_AD_lerp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.507s) 2022-05-18T06:19:55.7494030Z test_forward_mode_AD_lerp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.056s) 2022-05-18T06:19:55.7549600Z test_forward_mode_AD_lgamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:19:55.9352210Z test_forward_mode_AD_linalg_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.180s) 2022-05-18T06:19:55.9717660Z test_forward_mode_AD_linalg_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:19:56.1552050Z test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.183s) 2022-05-18T06:19:56.1951120Z test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:19:56.2325460Z test_forward_mode_AD_linalg_cond_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:19:56.2399440Z test_forward_mode_AD_linalg_cond_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:19:56.3015680Z test_forward_mode_AD_linalg_cross_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.062s) 2022-05-18T06:19:56.3132940Z test_forward_mode_AD_linalg_cross_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:19:56.3294060Z test_forward_mode_AD_linalg_det_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:19:56.3395820Z test_forward_mode_AD_linalg_det_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:19:56.3819030Z test_forward_mode_AD_linalg_det_singular_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:19:56.4027980Z test_forward_mode_AD_linalg_det_singular_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:19:56.4974280Z test_forward_mode_AD_linalg_eig_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.095s) 2022-05-18T06:19:56.5161250Z test_forward_mode_AD_linalg_eig_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:19:56.6068860Z test_forward_mode_AD_linalg_eigh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.091s) 2022-05-18T06:19:56.6234570Z test_forward_mode_AD_linalg_eigh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:19:56.7042830Z test_forward_mode_AD_linalg_eigvals_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:19:56.7214530Z test_forward_mode_AD_linalg_eigvals_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:19:56.7974180Z test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:19:56.8121690Z test_forward_mode_AD_linalg_eigvalsh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:19:57.1686220Z test_forward_mode_AD_linalg_householder_product_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.356s) 2022-05-18T06:19:57.2121730Z test_forward_mode_AD_linalg_householder_product_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:19:57.2918770Z test_forward_mode_AD_linalg_inv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:19:57.3147420Z test_forward_mode_AD_linalg_inv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:19:57.4047790Z test_forward_mode_AD_linalg_inv_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.090s) 2022-05-18T06:19:57.4231850Z test_forward_mode_AD_linalg_inv_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:19:57.4245410Z test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:57.4258040Z test_forward_mode_AD_linalg_ldl_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:57.4270670Z test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:57.4283120Z test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:57.4295640Z test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:57.4307960Z test_forward_mode_AD_linalg_ldl_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:19:57.4313900Z test_forward_mode_AD_linalg_lstsq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:19:57.4319670Z test_forward_mode_AD_linalg_lstsq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:19:59.0676900Z test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.635s) 2022-05-18T06:19:59.3739760Z test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.306s) 2022-05-18T06:19:59.6592330Z test_forward_mode_AD_linalg_lu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.285s) 2022-05-18T06:19:59.7249970Z test_forward_mode_AD_linalg_lu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:19:59.9367410Z test_forward_mode_AD_linalg_lu_factor_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.212s) 2022-05-18T06:19:59.9919540Z test_forward_mode_AD_linalg_lu_factor_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:20:00.2012520Z test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.209s) 2022-05-18T06:20:00.2542790Z test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.053s) 2022-05-18T06:20:00.3201980Z test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:20:00.3452420Z test_forward_mode_AD_linalg_matrix_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:20:00.5186870Z test_forward_mode_AD_linalg_matrix_power_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.173s) 2022-05-18T06:20:00.5587730Z test_forward_mode_AD_linalg_matrix_power_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:20:00.5601570Z test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:00.5613130Z test_forward_mode_AD_linalg_matrix_rank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:00.5625460Z test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:00.5636920Z test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:00.7840760Z test_forward_mode_AD_linalg_multi_dot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.220s) 2022-05-18T06:20:00.8077980Z test_forward_mode_AD_linalg_multi_dot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:01.0041570Z test_forward_mode_AD_linalg_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.196s) 2022-05-18T06:20:01.0353390Z test_forward_mode_AD_linalg_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:20:01.2141410Z test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.179s) 2022-05-18T06:20:01.2402210Z test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:20:01.5459180Z test_forward_mode_AD_linalg_pinv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.306s) 2022-05-18T06:20:01.6071940Z test_forward_mode_AD_linalg_pinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:20:01.7221940Z test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.115s) 2022-05-18T06:20:01.7460840Z test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:01.7474270Z test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:20:01.7486130Z test_forward_mode_AD_linalg_pinv_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:20:02.1680870Z test_forward_mode_AD_linalg_qr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.419s) 2022-05-18T06:20:02.2587870Z test_forward_mode_AD_linalg_qr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.091s) 2022-05-18T06:20:02.2718630Z test_forward_mode_AD_linalg_slogdet_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:20:02.2784440Z test_forward_mode_AD_linalg_slogdet_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:02.6495950Z test_forward_mode_AD_linalg_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.371s) 2022-05-18T06:20:02.7211250Z test_forward_mode_AD_linalg_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:20:07.8861830Z test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 (__main__.TestGradientsCPU) ... ok (5.165s) 2022-05-18T06:20:08.9402520Z test_forward_mode_AD_linalg_solve_triangular_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.054s) 2022-05-18T06:20:11.4954420Z test_forward_mode_AD_linalg_svd_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.555s) 2022-05-18T06:20:11.8875260Z test_forward_mode_AD_linalg_svd_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.392s) 2022-05-18T06:20:12.2337220Z test_forward_mode_AD_linalg_svdvals_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.346s) 2022-05-18T06:20:12.2812310Z test_forward_mode_AD_linalg_svdvals_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:20:12.3050270Z test_forward_mode_AD_linalg_tensorinv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:12.3113600Z test_forward_mode_AD_linalg_tensorinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:12.4305170Z test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.119s) 2022-05-18T06:20:12.4532840Z test_forward_mode_AD_linalg_tensorsolve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:12.5611290Z test_forward_mode_AD_linalg_vander_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.108s) 2022-05-18T06:20:12.5848380Z test_forward_mode_AD_linalg_vander_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:13.2612190Z test_forward_mode_AD_linalg_vector_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.676s) 2022-05-18T06:20:13.3701870Z test_forward_mode_AD_linalg_vector_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.109s) 2022-05-18T06:20:13.3940180Z test_forward_mode_AD_log10_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:13.3998090Z test_forward_mode_AD_log10_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:13.4026510Z test_forward_mode_AD_log1p_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:13.4259180Z test_forward_mode_AD_log2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:13.4314360Z test_forward_mode_AD_log2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:13.4552520Z test_forward_mode_AD_log_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:13.4606120Z test_forward_mode_AD_log_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:13.4719200Z test_forward_mode_AD_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:20:13.5270730Z test_forward_mode_AD_log_softmax_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:20:13.5396370Z test_forward_mode_AD_log_softmax_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:20:13.5448730Z test_forward_mode_AD_logaddexp2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:13.5497910Z test_forward_mode_AD_logaddexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:13.5558790Z test_forward_mode_AD_logcumsumexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:13.5630760Z test_forward_mode_AD_logdet_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:13.5644700Z test_forward_mode_AD_logical_and_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:13.5657230Z test_forward_mode_AD_logical_and_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:13.5670610Z test_forward_mode_AD_logical_not_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:13.5681830Z test_forward_mode_AD_logical_not_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:13.5693690Z test_forward_mode_AD_logical_or_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:13.5705490Z test_forward_mode_AD_logical_or_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:13.5717360Z test_forward_mode_AD_logical_xor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:13.5729280Z test_forward_mode_AD_logical_xor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:13.5812970Z test_forward_mode_AD_logit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:13.6050170Z test_forward_mode_AD_logsumexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:13.6062640Z test_forward_mode_AD_long_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:13.6074140Z test_forward_mode_AD_long_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:13.6085990Z test_forward_mode_AD_lt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:13.9192390Z test_forward_mode_AD_lu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.311s) 2022-05-18T06:20:13.9770670Z test_forward_mode_AD_lu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:20:14.8796690Z test_forward_mode_AD_lu_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.902s) 2022-05-18T06:20:15.0195410Z test_forward_mode_AD_lu_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.140s) 2022-05-18T06:20:15.1791320Z test_forward_mode_AD_lu_unpack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.159s) 2022-05-18T06:20:15.2173300Z test_forward_mode_AD_lu_unpack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:20:15.2672700Z test_forward_mode_AD_mH_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:20:15.2772330Z test_forward_mode_AD_mH_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:20:15.3238580Z test_forward_mode_AD_mT_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:20:15.3338840Z test_forward_mode_AD_mT_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:20:15.4152760Z test_forward_mode_AD_masked_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:20:15.4281910Z test_forward_mode_AD_masked_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:20:15.4929560Z test_forward_mode_AD_masked_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.065s) 2022-05-18T06:20:15.5038110Z test_forward_mode_AD_masked_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:20:15.5675250Z test_forward_mode_AD_masked_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.063s) 2022-05-18T06:20:15.5826990Z test_forward_mode_AD_masked_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:20:15.8521220Z test_forward_mode_AD_matmul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.269s) 2022-05-18T06:20:15.8859450Z test_forward_mode_AD_matmul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:20:15.9274710Z test_forward_mode_AD_matrix_exp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:20:15.9358370Z test_forward_mode_AD_matrix_exp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:15.9703360Z test_forward_mode_AD_max_binary_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:20:15.9748370Z test_forward_mode_AD_max_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:15.9835490Z test_forward_mode_AD_max_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:20:16.0175960Z test_forward_mode_AD_maximum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:20:16.1783820Z test_forward_mode_AD_mean_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.161s) 2022-05-18T06:20:16.2131150Z test_forward_mode_AD_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:20:16.2364090Z test_forward_mode_AD_median_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:16.5259500Z test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.289s) 2022-05-18T06:20:16.5800700Z test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.054s) 2022-05-18T06:20:16.8690310Z test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.289s) 2022-05-18T06:20:16.9198450Z test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.051s) 2022-05-18T06:20:16.9534400Z test_forward_mode_AD_min_binary_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:20:16.9580310Z test_forward_mode_AD_min_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:16.9664630Z test_forward_mode_AD_min_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:16.9991150Z test_forward_mode_AD_minimum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:20:17.0396900Z test_forward_mode_AD_mm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:20:17.0445670Z test_forward_mode_AD_mm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:17.0569620Z test_forward_mode_AD_mode_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:20:17.0735760Z test_forward_mode_AD_movedim_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:20:17.0778230Z test_forward_mode_AD_movedim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:20:17.0905180Z test_forward_mode_AD_msort_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:20:17.2586010Z test_forward_mode_AD_mul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.168s) 2022-05-18T06:20:17.2886950Z test_forward_mode_AD_mul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:20:17.2900330Z test_forward_mode_AD_multinomial_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.3102510Z test_forward_mode_AD_mv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:20:17.3144980Z test_forward_mode_AD_mv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:20:17.3335460Z test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:20:17.3341150Z test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:17.3346740Z test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:17.3402410Z test_forward_mode_AD_nan_to_num_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:17.3492910Z test_forward_mode_AD_nanmean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:20:17.3733890Z test_forward_mode_AD_nanmedian_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:17.5724370Z test_forward_mode_AD_nanquantile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.195s) 2022-05-18T06:20:17.5826460Z test_forward_mode_AD_nansum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:17.6188020Z test_forward_mode_AD_narrow_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:20:17.6275330Z test_forward_mode_AD_narrow_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:20:17.6287240Z test_forward_mode_AD_ne_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.6298940Z test_forward_mode_AD_ne_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.6389760Z test_forward_mode_AD_neg_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:20:17.6416300Z test_forward_mode_AD_neg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:17.6428370Z test_forward_mode_AD_new_empty_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.6439920Z test_forward_mode_AD_new_empty_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.6451860Z test_forward_mode_AD_new_full_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.6463450Z test_forward_mode_AD_new_full_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.6475400Z test_forward_mode_AD_new_ones_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.6486950Z test_forward_mode_AD_new_ones_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.6498640Z test_forward_mode_AD_new_zeros_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.6510720Z test_forward_mode_AD_new_zeros_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.6522660Z test_forward_mode_AD_nextafter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:17.6586790Z test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:17.6684760Z test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:20:17.6811500Z test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:20:17.6875120Z test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:17.7034420Z test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:20:17.7170260Z test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:20:17.7337460Z test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:20:17.7470910Z test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:20:17.7617760Z test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:20:17.8334780Z test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:20:18.1203500Z test_forward_mode_AD_nn_functional_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.287s) 2022-05-18T06:20:18.1271160Z test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:18.2464020Z test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.119s) 2022-05-18T06:20:18.2521560Z test_forward_mode_AD_nn_functional_celu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:18.6292290Z test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.377s) 2022-05-18T06:20:18.6672460Z test_forward_mode_AD_nn_functional_conv1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:20:19.8814210Z test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.214s) 2022-05-18T06:20:20.0110180Z test_forward_mode_AD_nn_functional_conv2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.130s) 2022-05-18T06:20:20.0415520Z test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:20:20.0745820Z test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:20:20.1545780Z test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.080s) 2022-05-18T06:20:20.2202150Z test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:20:20.2927820Z test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:20:20.3677950Z test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.075s) 2022-05-18T06:20:20.3820950Z test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:20:20.4268800Z test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.045s) 2022-05-18T06:20:20.5664880Z test_forward_mode_AD_nn_functional_dropout_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.139s) 2022-05-18T06:20:20.5721920Z test_forward_mode_AD_nn_functional_elu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:20.5814010Z test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:20:20.5878090Z test_forward_mode_AD_nn_functional_embedding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:20.6204110Z test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.032s) 2022-05-18T06:20:21.0132080Z test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.393s) 2022-05-18T06:20:21.1202460Z test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.107s) 2022-05-18T06:20:21.2816120Z test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.161s) 2022-05-18T06:20:21.4960750Z test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.214s) 2022-05-18T06:20:25.1427420Z test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (3.646s) 2022-05-18T06:20:25.1563280Z test_forward_mode_AD_nn_functional_gelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:20:25.2374870Z test_forward_mode_AD_nn_functional_glu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:20:25.2526850Z test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:20:25.2935060Z test_forward_mode_AD_nn_functional_group_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:20:25.3078500Z test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:20:25.3134590Z test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:25.3206770Z test_forward_mode_AD_nn_functional_hardswish_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:25.3355990Z test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:20:25.3790890Z test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:20:25.4151160Z test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:20:25.4938740Z test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:20:25.5188910Z test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:20:25.5471300Z test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:20:25.5736610Z test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:20:25.5982300Z test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:25.6230610Z test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:20:25.6516450Z test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:20:25.7076400Z test_forward_mode_AD_nn_functional_kl_div_cpu_float64 (__main__.TestGradientsCPU) ... /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:20:25.7077190Z warnings.warn( 2022-05-18T06:20:25.7077480Z ok (0.056s) 2022-05-18T06:20:25.7089820Z test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:25.7338750Z test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:20:25.7746000Z test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:20:25.7891060Z test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:20:26.1837300Z test_forward_mode_AD_nn_functional_linear_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.394s) 2022-05-18T06:20:26.2288930Z test_forward_mode_AD_nn_functional_linear_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.045s) 2022-05-18T06:20:26.2646270Z test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:20:26.2705630Z test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:26.2937990Z test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:27.4283150Z test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.134s) 2022-05-18T06:20:29.3450540Z test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (1.917s) 2022-05-18T06:20:30.1177410Z test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.773s) 2022-05-18T06:20:30.1184240Z test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:30.2456330Z test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.127s) 2022-05-18T06:20:30.2538140Z test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.008s) 2022-05-18T06:20:30.4740700Z test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.220s) 2022-05-18T06:20:30.5036970Z test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.030s) 2022-05-18T06:20:30.5945190Z test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.091s) 2022-05-18T06:20:30.6006240Z test_forward_mode_AD_nn_functional_mish_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:30.6243180Z test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:30.6309750Z test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:30.6388650Z test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:30.6580720Z test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:20:30.7571090Z test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.099s) 2022-05-18T06:20:30.8519140Z test_forward_mode_AD_nn_functional_normalize_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.095s) 2022-05-18T06:20:30.8734060Z test_forward_mode_AD_nn_functional_normalize_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:20:30.9554170Z test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.080s) 2022-05-18T06:20:30.9730880Z test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:20:31.3550580Z test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.382s) 2022-05-18T06:20:31.4356890Z test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:20:31.5240030Z test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.088s) 2022-05-18T06:20:31.5442640Z test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:20:31.6309680Z test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.087s) 2022-05-18T06:20:31.6496610Z test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:20:31.8058950Z test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.156s) 2022-05-18T06:20:31.8346770Z test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:20:31.8423430Z test_forward_mode_AD_nn_functional_pdist_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:31.8599520Z test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:20:31.8643290Z test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:20:31.8817170Z test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:20:31.8864510Z test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:32.2600080Z test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.373s) 2022-05-18T06:20:32.3341690Z test_forward_mode_AD_nn_functional_prelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.074s) 2022-05-18T06:20:32.3484380Z test_forward_mode_AD_nn_functional_relu6_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:20:32.3552120Z test_forward_mode_AD_nn_functional_relu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:32.3879560Z test_forward_mode_AD_nn_functional_rrelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:20:32.3932760Z test_forward_mode_AD_nn_functional_selu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:32.3945230Z test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:32.4000550Z test_forward_mode_AD_nn_functional_silu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:32.4315100Z test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:20:32.4449550Z test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:20:32.4568020Z test_forward_mode_AD_nn_functional_softmin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:20:32.5149640Z test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:20:32.5274300Z test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:20:32.5340470Z test_forward_mode_AD_nn_functional_softplus_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:32.5484000Z test_forward_mode_AD_nn_functional_softshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:20:32.5793330Z test_forward_mode_AD_nn_functional_softsign_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:20:32.5863120Z test_forward_mode_AD_nn_functional_softsign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:32.6096870Z test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:32.6152020Z test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:32.6229240Z test_forward_mode_AD_nn_functional_threshold_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:32.9602690Z test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.337s) 2022-05-18T06:20:33.0217200Z test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:20:33.4086060Z test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.387s) 2022-05-18T06:20:33.4822770Z test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.074s) 2022-05-18T06:20:35.4607190Z test_forward_mode_AD_nn_functional_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.978s) 2022-05-18T06:20:35.8873460Z test_forward_mode_AD_nn_functional_unfold_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.427s) 2022-05-18T06:20:35.8971440Z test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... /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:20:35.8972150Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:20:35.8972500Z ok (0.010s) 2022-05-18T06:20:35.9221490Z test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 (__main__.TestGradientsCPU) ... /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:20:35.9222730Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:20:35.9223100Z ok (0.025s) 2022-05-18T06:20:35.9235500Z test_forward_mode_AD_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:35.9247040Z test_forward_mode_AD_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:36.3041680Z test_forward_mode_AD_norm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.379s) 2022-05-18T06:20:36.3828750Z test_forward_mode_AD_norm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.079s) 2022-05-18T06:20:36.4067560Z test_forward_mode_AD_norm_fro_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:36.4116610Z test_forward_mode_AD_norm_fro_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:36.4498370Z test_forward_mode_AD_norm_inf_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:20:36.4590270Z test_forward_mode_AD_norm_inf_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:20:36.4857070Z test_forward_mode_AD_norm_nuc_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:20:36.4910610Z test_forward_mode_AD_norm_nuc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:36.4916780Z test_forward_mode_AD_normal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:20:36.4923400Z test_forward_mode_AD_normal_number_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:20:36.4936290Z test_forward_mode_AD_ones_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:36.4948410Z test_forward_mode_AD_ones_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:36.4960320Z test_forward_mode_AD_ormqr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:36.4973550Z test_forward_mode_AD_ormqr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:36.5180760Z test_forward_mode_AD_outer_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:20:36.5228770Z test_forward_mode_AD_outer_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:39.0030450Z test_forward_mode_AD_pca_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... ok (2.480s) 2022-05-18T06:20:39.0327150Z test_forward_mode_AD_permute_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:20:39.0399770Z test_forward_mode_AD_permute_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:39.1448460Z test_forward_mode_AD_pinverse_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.105s) 2022-05-18T06:20:39.1670840Z test_forward_mode_AD_pinverse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:20:39.2073060Z test_forward_mode_AD_polar_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:20:39.2237910Z test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:20:39.2244010Z test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:39.2249560Z test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:39.2255550Z test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:39.2261300Z test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:39.2450970Z test_forward_mode_AD_positive_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:20:39.2497490Z test_forward_mode_AD_positive_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:39.4849850Z test_forward_mode_AD_pow_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.235s) 2022-05-18T06:20:39.5250280Z test_forward_mode_AD_pow_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:20:39.8291230Z test_forward_mode_AD_prod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.304s) 2022-05-18T06:20:39.8914980Z test_forward_mode_AD_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.062s) 2022-05-18T06:20:40.2108960Z test_forward_mode_AD_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.319s) 2022-05-18T06:20:40.2547720Z test_forward_mode_AD_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:20:40.6831100Z test_forward_mode_AD_qr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.428s) 2022-05-18T06:20:40.7726830Z test_forward_mode_AD_qr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.089s) 2022-05-18T06:20:40.9442910Z test_forward_mode_AD_quantile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.172s) 2022-05-18T06:20:40.9501330Z test_forward_mode_AD_rad2deg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:40.9514230Z test_forward_mode_AD_rand_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:40.9525850Z test_forward_mode_AD_rand_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:40.9537840Z test_forward_mode_AD_randint_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:40.9549600Z test_forward_mode_AD_randn_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:40.9561460Z test_forward_mode_AD_randn_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:40.9710690Z test_forward_mode_AD_ravel_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:20:40.9749950Z test_forward_mode_AD_ravel_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:20:40.9949610Z test_forward_mode_AD_real_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:20:40.9986800Z test_forward_mode_AD_real_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:20:41.0216830Z test_forward_mode_AD_reciprocal_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:41.0272760Z test_forward_mode_AD_reciprocal_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:41.0609900Z test_forward_mode_AD_remainder_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:20:41.0686580Z test_forward_mode_AD_renorm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:41.0748740Z test_forward_mode_AD_renorm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:41.2526050Z test_forward_mode_AD_repeat_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.178s) 2022-05-18T06:20:41.2878810Z test_forward_mode_AD_repeat_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:20:41.3249430Z test_forward_mode_AD_repeat_interleave_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.037s) 2022-05-18T06:20:41.3334580Z test_forward_mode_AD_repeat_interleave_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:41.3627710Z test_forward_mode_AD_reshape_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:20:41.3696970Z test_forward_mode_AD_reshape_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:41.4475420Z test_forward_mode_AD_reshape_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.078s) 2022-05-18T06:20:41.4657420Z test_forward_mode_AD_reshape_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:20:41.4671860Z test_forward_mode_AD_resize__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:41.4685230Z test_forward_mode_AD_resize__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:41.4697270Z test_forward_mode_AD_resize_as__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:41.4709780Z test_forward_mode_AD_resize_as__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:41.4863720Z test_forward_mode_AD_resolve_conj_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:20:41.4907050Z test_forward_mode_AD_resolve_conj_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:20:41.5064660Z test_forward_mode_AD_resolve_neg_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:20:41.5108170Z test_forward_mode_AD_resolve_neg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:20:41.5796420Z test_forward_mode_AD_roll_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.069s) 2022-05-18T06:20:41.5949300Z test_forward_mode_AD_roll_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:20:41.6284930Z test_forward_mode_AD_rot90_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:20:41.6366950Z test_forward_mode_AD_rot90_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:41.6394620Z test_forward_mode_AD_round_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:41.6450920Z test_forward_mode_AD_round_decimals_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:41.6456880Z test_forward_mode_AD_round_decimals_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:41.6462590Z test_forward_mode_AD_round_decimals_neg_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:41.6692060Z test_forward_mode_AD_rsqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:41.6747720Z test_forward_mode_AD_rsqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:41.8697990Z test_forward_mode_AD_rsub_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.195s) 2022-05-18T06:20:41.9043020Z test_forward_mode_AD_rsub_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:20:42.0331790Z test_forward_mode_AD_scatter_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.129s) 2022-05-18T06:20:42.0567590Z test_forward_mode_AD_scatter_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:42.1967040Z test_forward_mode_AD_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.140s) 2022-05-18T06:20:42.2227080Z test_forward_mode_AD_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:20:42.2298400Z test_forward_mode_AD_scatter_reduce_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:42.2371220Z test_forward_mode_AD_scatter_reduce_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:42.2445820Z test_forward_mode_AD_scatter_reduce_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:42.2516630Z test_forward_mode_AD_scatter_reduce_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:42.2588410Z test_forward_mode_AD_scatter_reduce_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:42.2602800Z test_forward_mode_AD_searchsorted_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:42.2991680Z test_forward_mode_AD_select_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:20:42.3084000Z test_forward_mode_AD_select_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:20:42.3271090Z test_forward_mode_AD_select_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:20:42.3276750Z test_forward_mode_AD_sgn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:42.3309500Z test_forward_mode_AD_sgn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:42.3324630Z test_forward_mode_AD_short_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:42.3336260Z test_forward_mode_AD_short_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:42.3568880Z test_forward_mode_AD_sigmoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:42.3630370Z test_forward_mode_AD_sigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:42.3665550Z test_forward_mode_AD_sign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:42.3680400Z test_forward_mode_AD_signbit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:42.3793520Z test_forward_mode_AD_sin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:20:42.3827170Z test_forward_mode_AD_sin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:42.4092540Z test_forward_mode_AD_sinc_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:20:42.4154280Z test_forward_mode_AD_sinc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:42.4257470Z test_forward_mode_AD_sinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:20:42.4286750Z test_forward_mode_AD_sinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:42.4853900Z test_forward_mode_AD_slice_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:20:42.4969260Z test_forward_mode_AD_softmax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:20:42.5522530Z test_forward_mode_AD_softmax_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:20:42.5639140Z test_forward_mode_AD_softmax_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:20:42.6781700Z test_forward_mode_AD_sort_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.114s) 2022-05-18T06:20:42.6787880Z test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:42.6793770Z test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:42.6838100Z test_forward_mode_AD_special_entr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:20:42.6895280Z test_forward_mode_AD_special_erfcx_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:42.6941510Z test_forward_mode_AD_special_i0e_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:42.7005670Z test_forward_mode_AD_special_i1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:42.7066810Z test_forward_mode_AD_special_i1e_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:42.7125570Z test_forward_mode_AD_special_log_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:42.7190880Z test_forward_mode_AD_special_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:42.7247370Z test_forward_mode_AD_special_ndtri_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:42.7415970Z test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:20:42.7422550Z test_forward_mode_AD_special_xlog1py_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:42.7434090Z test_forward_mode_AD_special_zeta_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:42.7619590Z test_forward_mode_AD_split_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:20:42.7670970Z test_forward_mode_AD_split_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:42.7983250Z test_forward_mode_AD_split_list_args_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:20:42.8063040Z test_forward_mode_AD_split_list_args_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:42.8453210Z test_forward_mode_AD_split_with_sizes_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:20:42.8549030Z test_forward_mode_AD_split_with_sizes_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:20:42.8642840Z test_forward_mode_AD_sqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:20:42.8671290Z test_forward_mode_AD_sqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:42.8900390Z test_forward_mode_AD_square_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:42.8955830Z test_forward_mode_AD_square_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:42.9378200Z test_forward_mode_AD_squeeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:20:42.9460010Z test_forward_mode_AD_squeeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:43.1367670Z test_forward_mode_AD_stack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.191s) 2022-05-18T06:20:43.1676440Z test_forward_mode_AD_stack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:20:43.2434710Z test_forward_mode_AD_std_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.076s) 2022-05-18T06:20:43.2580190Z test_forward_mode_AD_std_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:20:43.2585920Z test_forward_mode_AD_std_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:43.2591750Z test_forward_mode_AD_std_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:43.3538760Z test_forward_mode_AD_stft_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.095s) 2022-05-18T06:20:43.3753420Z test_forward_mode_AD_stft_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:20:43.5721480Z test_forward_mode_AD_sub_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.197s) 2022-05-18T06:20:43.6071430Z test_forward_mode_AD_sub_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:20:43.7535590Z test_forward_mode_AD_sum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.146s) 2022-05-18T06:20:43.7820370Z test_forward_mode_AD_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:20:43.8278260Z test_forward_mode_AD_sum_to_size_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:20:43.8376150Z test_forward_mode_AD_sum_to_size_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:20:46.6458700Z test_forward_mode_AD_svd_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.808s) 2022-05-18T06:20:47.0521340Z test_forward_mode_AD_svd_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.406s) 2022-05-18T06:20:50.3591580Z test_forward_mode_AD_svd_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... ok (3.307s) 2022-05-18T06:20:50.3711360Z test_forward_mode_AD_symeig_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:20:50.3775390Z test_forward_mode_AD_symeig_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:50.4001640Z test_forward_mode_AD_t_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:50.4054460Z test_forward_mode_AD_t_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:50.4474190Z test_forward_mode_AD_take_along_dim_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:20:50.4569940Z test_forward_mode_AD_take_along_dim_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:20:50.5252120Z test_forward_mode_AD_take_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:20:50.5408630Z test_forward_mode_AD_take_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:20:50.5515820Z test_forward_mode_AD_tan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:20:50.5546270Z test_forward_mode_AD_tan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:50.5649100Z test_forward_mode_AD_tanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:20:50.5676800Z test_forward_mode_AD_tanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:50.6693670Z test_forward_mode_AD_tensor_split_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.101s) 2022-05-18T06:20:50.6918350Z test_forward_mode_AD_tensor_split_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:50.7386950Z test_forward_mode_AD_tensordot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.047s) 2022-05-18T06:20:50.7477800Z test_forward_mode_AD_tensordot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:20:50.9568090Z test_forward_mode_AD_tile_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.209s) 2022-05-18T06:20:50.9983520Z test_forward_mode_AD_tile_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:20:50.9997090Z test_forward_mode_AD_to_sparse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:51.0066240Z test_forward_mode_AD_to_sparse_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:51.0340010Z test_forward_mode_AD_topk_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:20:51.0425500Z test_forward_mode_AD_trace_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:51.0451060Z test_forward_mode_AD_trace_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:51.1023890Z test_forward_mode_AD_transpose_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:20:51.1150780Z test_forward_mode_AD_transpose_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:20:51.2826920Z test_forward_mode_AD_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.167s) 2022-05-18T06:20:51.3148440Z test_forward_mode_AD_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:20:51.4806650Z test_forward_mode_AD_trapz_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.166s) 2022-05-18T06:20:51.5125500Z test_forward_mode_AD_trapz_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:20:51.7904290Z test_forward_mode_AD_triangular_solve_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.278s) 2022-05-18T06:20:51.8478630Z test_forward_mode_AD_triangular_solve_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:20:51.8871700Z test_forward_mode_AD_tril_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:20:51.8973640Z test_forward_mode_AD_tril_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:20:51.9392400Z test_forward_mode_AD_triu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:20:51.9498290Z test_forward_mode_AD_triu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:20:52.1325420Z test_forward_mode_AD_true_divide_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.183s) 2022-05-18T06:20:52.1655930Z test_forward_mode_AD_true_divide_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:20:52.1685270Z test_forward_mode_AD_trunc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:52.3175690Z test_forward_mode_AD_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.149s) 2022-05-18T06:20:52.3410500Z test_forward_mode_AD_unfold_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:52.3422440Z test_forward_mode_AD_unique_consecutive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:52.3433870Z test_forward_mode_AD_unique_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:52.4098790Z test_forward_mode_AD_unsqueeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:20:52.4230420Z test_forward_mode_AD_unsqueeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:20:52.4955870Z test_forward_mode_AD_var_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:20:52.5097510Z test_forward_mode_AD_var_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:20:52.5103730Z test_forward_mode_AD_var_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:52.5109540Z test_forward_mode_AD_var_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:52.5522100Z test_forward_mode_AD_vdot_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:20:52.5567610Z test_forward_mode_AD_vdot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:52.5593570Z test_forward_mode_AD_view_as_complex_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:52.5821020Z test_forward_mode_AD_view_as_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:52.5879470Z test_forward_mode_AD_view_as_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:52.5958150Z test_forward_mode_AD_view_as_real_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:52.6454450Z test_forward_mode_AD_view_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.049s) 2022-05-18T06:20:52.6572710Z test_forward_mode_AD_view_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:20:52.6792760Z test_forward_mode_AD_vsplit_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:20:52.6846360Z test_forward_mode_AD_vsplit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:52.7186060Z test_forward_mode_AD_vstack_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.034s) 2022-05-18T06:20:52.7243480Z test_forward_mode_AD_vstack_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:52.8113290Z test_forward_mode_AD_where_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.087s) 2022-05-18T06:20:52.8276410Z test_forward_mode_AD_where_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:20:52.8282210Z test_forward_mode_AD_xlogy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:52.8492930Z test_forward_mode_AD_zero__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:20:52.8544940Z test_forward_mode_AD_zero__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:52.8557000Z test_forward_mode_AD_zeros_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:52.8568370Z test_forward_mode_AD_zeros_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:52.8582390Z test_inplace_forward_mode_AD_H_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8595330Z test_inplace_forward_mode_AD_H_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8609290Z test_inplace_forward_mode_AD_T_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8622100Z test_inplace_forward_mode_AD_T_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8635390Z test_inplace_forward_mode_AD___getitem___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8648720Z test_inplace_forward_mode_AD___getitem___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8662250Z test_inplace_forward_mode_AD___radd___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8675490Z test_inplace_forward_mode_AD___radd___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8688980Z test_inplace_forward_mode_AD___rdiv___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8703060Z test_inplace_forward_mode_AD___rdiv___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8716590Z test_inplace_forward_mode_AD___rmatmul___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8730550Z test_inplace_forward_mode_AD___rmatmul___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8743960Z test_inplace_forward_mode_AD___rmod___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8757680Z test_inplace_forward_mode_AD___rmul___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8771240Z test_inplace_forward_mode_AD___rmul___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8778850Z test_inplace_forward_mode_AD___rpow___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:52.8786530Z test_inplace_forward_mode_AD___rpow___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:52.8800370Z test_inplace_forward_mode_AD___rsub___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8813670Z test_inplace_forward_mode_AD___rsub___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8827440Z test_inplace_forward_mode_AD__masked_amax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8841170Z test_inplace_forward_mode_AD__masked_amin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8855210Z test_inplace_forward_mode_AD__masked_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:52.8868870Z test_inplace_forward_mode_AD__masked_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:52.8882290Z test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8896260Z test_inplace_forward_mode_AD__masked_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8909730Z test_inplace_forward_mode_AD__masked_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8923350Z test_inplace_forward_mode_AD__masked_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8936730Z test_inplace_forward_mode_AD__masked_normalize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8950370Z test_inplace_forward_mode_AD__masked_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8963870Z test_inplace_forward_mode_AD__masked_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8977210Z test_inplace_forward_mode_AD__masked_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.8990740Z test_inplace_forward_mode_AD__masked_softmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.9004530Z test_inplace_forward_mode_AD__masked_std_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.9017660Z test_inplace_forward_mode_AD__masked_std_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.9031370Z test_inplace_forward_mode_AD__masked_sum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.9044560Z test_inplace_forward_mode_AD__masked_sum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.9057830Z test_inplace_forward_mode_AD__masked_var_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.9071160Z test_inplace_forward_mode_AD__masked_var_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.9184130Z test_inplace_forward_mode_AD_abs_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.011s) 2022-05-18T06:20:52.9219210Z test_inplace_forward_mode_AD_abs_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:52.9484650Z test_inplace_forward_mode_AD_acos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:20:52.9548770Z test_inplace_forward_mode_AD_acos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:52.9562770Z test_inplace_forward_mode_AD_acosh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:52.9576090Z test_inplace_forward_mode_AD_acosh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:53.0920220Z test_inplace_forward_mode_AD_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.134s) 2022-05-18T06:20:53.1182760Z test_inplace_forward_mode_AD_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:20:53.2915840Z test_inplace_forward_mode_AD_addbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.173s) 2022-05-18T06:20:53.3073890Z test_inplace_forward_mode_AD_addbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:20:53.5356060Z test_inplace_forward_mode_AD_addcdiv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.228s) 2022-05-18T06:20:53.5734800Z test_inplace_forward_mode_AD_addcdiv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.038s) 2022-05-18T06:20:53.7913790Z test_inplace_forward_mode_AD_addcmul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.218s) 2022-05-18T06:20:53.8271170Z test_inplace_forward_mode_AD_addcmul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:20:53.9480700Z test_inplace_forward_mode_AD_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.121s) 2022-05-18T06:20:53.9559150Z test_inplace_forward_mode_AD_addmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:54.0694680Z test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.113s) 2022-05-18T06:20:54.0768450Z test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:54.1514220Z test_inplace_forward_mode_AD_addmv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.074s) 2022-05-18T06:20:54.1645520Z test_inplace_forward_mode_AD_addmv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:20:54.2424220Z test_inplace_forward_mode_AD_addr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.078s) 2022-05-18T06:20:54.2565490Z test_inplace_forward_mode_AD_addr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:20:54.2581200Z test_inplace_forward_mode_AD_all_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:20:54.2594770Z test_inplace_forward_mode_AD_all_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.2608370Z test_inplace_forward_mode_AD_allclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.2727770Z test_inplace_forward_mode_AD_allclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.012s) 2022-05-18T06:20:54.2742950Z test_inplace_forward_mode_AD_amax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:54.2757310Z test_inplace_forward_mode_AD_amin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.2771930Z test_inplace_forward_mode_AD_aminmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.2785630Z test_inplace_forward_mode_AD_angle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.2799380Z test_inplace_forward_mode_AD_angle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.2813440Z test_inplace_forward_mode_AD_any_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.2827430Z test_inplace_forward_mode_AD_any_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.2841170Z test_inplace_forward_mode_AD_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.2855370Z test_inplace_forward_mode_AD_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.2880550Z test_inplace_forward_mode_AD_argsort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:20:54.2893990Z test_inplace_forward_mode_AD_argwhere_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.2908740Z test_inplace_forward_mode_AD_argwhere_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.3301130Z test_inplace_forward_mode_AD_as_strided_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:20:54.3373720Z test_inplace_forward_mode_AD_as_strided_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:54.3520620Z test_inplace_forward_mode_AD_asin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:20:54.3556270Z test_inplace_forward_mode_AD_asin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:20:54.3570280Z test_inplace_forward_mode_AD_asinh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.3584250Z test_inplace_forward_mode_AD_asinh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.3818100Z test_inplace_forward_mode_AD_atan2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:54.3942710Z test_inplace_forward_mode_AD_atan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:20:54.3978360Z test_inplace_forward_mode_AD_atan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:20:54.3992220Z test_inplace_forward_mode_AD_atanh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.4005330Z test_inplace_forward_mode_AD_atanh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.4018620Z test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.4032260Z test_inplace_forward_mode_AD_atleast_1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.4045840Z test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.4059480Z test_inplace_forward_mode_AD_atleast_2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.4073020Z test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.4086350Z test_inplace_forward_mode_AD_atleast_3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6067900Z test_inplace_forward_mode_AD_baddbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.198s) 2022-05-18T06:20:54.6210020Z test_inplace_forward_mode_AD_baddbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:20:54.6224420Z test_inplace_forward_mode_AD_bernoulli_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6246600Z test_inplace_forward_mode_AD_bfloat16_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:54.6260060Z test_inplace_forward_mode_AD_bfloat16_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6274040Z test_inplace_forward_mode_AD_block_diag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6287330Z test_inplace_forward_mode_AD_block_diag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6301230Z test_inplace_forward_mode_AD_bmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6315140Z test_inplace_forward_mode_AD_bmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6328720Z test_inplace_forward_mode_AD_bool_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.6341810Z test_inplace_forward_mode_AD_bool_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.6355590Z test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6369210Z test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6383130Z test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6396750Z test_inplace_forward_mode_AD_broadcast_to_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6410700Z test_inplace_forward_mode_AD_bucketize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.6424310Z test_inplace_forward_mode_AD_byte_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.6437880Z test_inplace_forward_mode_AD_byte_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.6451480Z test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6464890Z test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6478260Z test_inplace_forward_mode_AD_cat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6491930Z test_inplace_forward_mode_AD_cat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6505180Z test_inplace_forward_mode_AD_cdist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6538080Z test_inplace_forward_mode_AD_ceil_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:54.6552100Z test_inplace_forward_mode_AD_chalf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6566050Z test_inplace_forward_mode_AD_chalf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6579900Z test_inplace_forward_mode_AD_char_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.6593490Z test_inplace_forward_mode_AD_char_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.6607090Z test_inplace_forward_mode_AD_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6620980Z test_inplace_forward_mode_AD_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6634990Z test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6648420Z test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6662360Z test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6675660Z test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6689130Z test_inplace_forward_mode_AD_chunk_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6702430Z test_inplace_forward_mode_AD_chunk_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.6863020Z test_inplace_forward_mode_AD_clamp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:20:54.7007470Z test_inplace_forward_mode_AD_clamp_scalar_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:20:54.7021770Z test_inplace_forward_mode_AD_clone_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7035430Z test_inplace_forward_mode_AD_clone_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7048490Z test_inplace_forward_mode_AD_column_stack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7062140Z test_inplace_forward_mode_AD_column_stack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7075320Z test_inplace_forward_mode_AD_combinations_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7088940Z test_inplace_forward_mode_AD_combinations_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7102440Z test_inplace_forward_mode_AD_complex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7116080Z test_inplace_forward_mode_AD_conj_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7129470Z test_inplace_forward_mode_AD_conj_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7231490Z test_inplace_forward_mode_AD_conj_physical_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:20:54.7261170Z test_inplace_forward_mode_AD_conj_physical_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:54.7274620Z test_inplace_forward_mode_AD_contiguous_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7288160Z test_inplace_forward_mode_AD_contiguous_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7484920Z test_inplace_forward_mode_AD_copysign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:20:54.7500390Z test_inplace_forward_mode_AD_corrcoef_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:54.7514040Z test_inplace_forward_mode_AD_corrcoef_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.7772140Z test_inplace_forward_mode_AD_cos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:20:54.7834250Z test_inplace_forward_mode_AD_cos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:54.8081410Z test_inplace_forward_mode_AD_cosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:20:54.8143010Z test_inplace_forward_mode_AD_cosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:54.8157430Z test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.8171580Z test_inplace_forward_mode_AD_count_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:54.8185070Z test_inplace_forward_mode_AD_cov_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.8198500Z test_inplace_forward_mode_AD_cov_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.8212270Z test_inplace_forward_mode_AD_cross_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.8225700Z test_inplace_forward_mode_AD_cross_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.8239480Z test_inplace_forward_mode_AD_cummax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:54.8253390Z test_inplace_forward_mode_AD_cummin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.3407630Z test_inplace_forward_mode_AD_cumprod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (2.515s) 2022-05-18T06:20:57.7236760Z test_inplace_forward_mode_AD_cumprod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.383s) 2022-05-18T06:20:57.7598910Z test_inplace_forward_mode_AD_cumsum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:20:57.7681780Z test_inplace_forward_mode_AD_cumsum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:57.7695630Z test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7709230Z test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7769900Z test_inplace_forward_mode_AD_deg2rad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:57.7783440Z test_inplace_forward_mode_AD_diag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7797140Z test_inplace_forward_mode_AD_diag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7810520Z test_inplace_forward_mode_AD_diag_embed_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7824320Z test_inplace_forward_mode_AD_diag_embed_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7837680Z test_inplace_forward_mode_AD_diagflat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7851560Z test_inplace_forward_mode_AD_diagflat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7865440Z test_inplace_forward_mode_AD_diagonal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7878720Z test_inplace_forward_mode_AD_diagonal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7892310Z test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7905720Z test_inplace_forward_mode_AD_diff_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7919740Z test_inplace_forward_mode_AD_diff_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.7990260Z test_inplace_forward_mode_AD_digamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:57.8004470Z test_inplace_forward_mode_AD_dist_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.8017840Z test_inplace_forward_mode_AD_dist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.8224850Z test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:20:57.9296720Z test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.107s) 2022-05-18T06:20:57.9520980Z test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:20:57.9728930Z test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:20:57.9745940Z test_inplace_forward_mode_AD_dot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:57.9759830Z test_inplace_forward_mode_AD_dot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.9774010Z test_inplace_forward_mode_AD_double_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.9789930Z test_inplace_forward_mode_AD_double_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.9805250Z test_inplace_forward_mode_AD_dsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.9831070Z test_inplace_forward_mode_AD_dsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:57.9841490Z test_inplace_forward_mode_AD_dstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:57.9855410Z test_inplace_forward_mode_AD_dstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.9871060Z test_inplace_forward_mode_AD_eig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.9887210Z test_inplace_forward_mode_AD_eig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:57.9903000Z test_inplace_forward_mode_AD_einsum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:57.9923080Z test_inplace_forward_mode_AD_einsum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:57.9939680Z test_inplace_forward_mode_AD_empty_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:57.9953540Z test_inplace_forward_mode_AD_empty_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:57.9968870Z test_inplace_forward_mode_AD_eq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:57.9983860Z test_inplace_forward_mode_AD_eq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.0069070Z test_inplace_forward_mode_AD_erf_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:58.0148420Z test_inplace_forward_mode_AD_erfc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:58.0197820Z test_inplace_forward_mode_AD_erfinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:58.0285470Z test_inplace_forward_mode_AD_exp2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:20:58.0588250Z test_inplace_forward_mode_AD_exp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:20:58.0731680Z test_inplace_forward_mode_AD_exp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:20:58.0851160Z test_inplace_forward_mode_AD_expand_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:58.0904480Z test_inplace_forward_mode_AD_expand_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:58.0906330Z test_inplace_forward_mode_AD_expand_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:58.0907560Z test_inplace_forward_mode_AD_expand_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:58.0908050Z test_inplace_forward_mode_AD_expm1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:58.0908550Z test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.005s) 2022-05-18T06:20:58.0909070Z test_inplace_forward_mode_AD_fft_fft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.0923430Z test_inplace_forward_mode_AD_fft_fft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.0937700Z test_inplace_forward_mode_AD_fft_fft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.0951200Z test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.0965150Z test_inplace_forward_mode_AD_fft_fftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.0979490Z test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.0993220Z test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1007150Z test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1021350Z test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1036970Z test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1050340Z test_inplace_forward_mode_AD_fft_hfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1064100Z test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1077990Z test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1091660Z test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1105480Z test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1119180Z test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1133570Z test_inplace_forward_mode_AD_fft_ifft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1147420Z test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1160930Z test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1174580Z test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1188470Z test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1202340Z test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1216100Z test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1229840Z test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1243820Z test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1257340Z test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1270710Z test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1284470Z test_inplace_forward_mode_AD_fft_irfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1297870Z test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1311760Z test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1325620Z test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1339150Z test_inplace_forward_mode_AD_fft_rfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1352600Z test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1641080Z test_inplace_forward_mode_AD_fill__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.029s) 2022-05-18T06:20:58.1694330Z test_inplace_forward_mode_AD_fill__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:58.1708250Z test_inplace_forward_mode_AD_flatten_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1721800Z test_inplace_forward_mode_AD_flatten_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1734840Z test_inplace_forward_mode_AD_flip_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1748560Z test_inplace_forward_mode_AD_flip_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1762060Z test_inplace_forward_mode_AD_fliplr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1775770Z test_inplace_forward_mode_AD_fliplr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1789460Z test_inplace_forward_mode_AD_flipud_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1803400Z test_inplace_forward_mode_AD_flipud_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1816980Z test_inplace_forward_mode_AD_float_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.1830790Z test_inplace_forward_mode_AD_float_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.3214890Z test_inplace_forward_mode_AD_float_power_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.138s) 2022-05-18T06:20:58.3456030Z test_inplace_forward_mode_AD_float_power_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:58.3486240Z test_inplace_forward_mode_AD_floor_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:58.3509400Z test_inplace_forward_mode_AD_floor_divide_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:20:58.3522710Z test_inplace_forward_mode_AD_fmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.3536210Z test_inplace_forward_mode_AD_fmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.3769190Z test_inplace_forward_mode_AD_fmod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:20:58.3828110Z test_inplace_forward_mode_AD_frac_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:58.3842300Z test_inplace_forward_mode_AD_frexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.3856280Z test_inplace_forward_mode_AD_full_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.3869720Z test_inplace_forward_mode_AD_full_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.3883960Z test_inplace_forward_mode_AD_gather_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.3897470Z test_inplace_forward_mode_AD_gather_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.3911350Z test_inplace_forward_mode_AD_ge_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.3925190Z test_inplace_forward_mode_AD_geqrf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.3938940Z test_inplace_forward_mode_AD_geqrf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.3952300Z test_inplace_forward_mode_AD_gradient_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.3966010Z test_inplace_forward_mode_AD_gradient_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.3979650Z test_inplace_forward_mode_AD_gt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.3993360Z test_inplace_forward_mode_AD_half_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.4007210Z test_inplace_forward_mode_AD_half_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.4021190Z test_inplace_forward_mode_AD_heaviside_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.4034810Z test_inplace_forward_mode_AD_histc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.4048490Z test_inplace_forward_mode_AD_histogram_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.4062100Z test_inplace_forward_mode_AD_histogramdd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.4075740Z test_inplace_forward_mode_AD_hsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.4089530Z test_inplace_forward_mode_AD_hsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.4103140Z test_inplace_forward_mode_AD_hstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.4116850Z test_inplace_forward_mode_AD_hstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.4334970Z test_inplace_forward_mode_AD_hypot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:20:58.4416220Z test_inplace_forward_mode_AD_i0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:58.4442580Z test_inplace_forward_mode_AD_igamma_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:20:58.4456620Z test_inplace_forward_mode_AD_igammac_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.4470290Z test_inplace_forward_mode_AD_imag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.5920250Z test_inplace_forward_mode_AD_index_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.145s) 2022-05-18T06:20:58.6144720Z test_inplace_forward_mode_AD_index_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:20:58.6684850Z test_inplace_forward_mode_AD_index_copy_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.054s) 2022-05-18T06:20:58.6770050Z test_inplace_forward_mode_AD_index_copy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:58.7015090Z test_inplace_forward_mode_AD_index_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:58.7069980Z test_inplace_forward_mode_AD_index_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:20:58.7790650Z test_inplace_forward_mode_AD_index_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.072s) 2022-05-18T06:20:58.7900090Z test_inplace_forward_mode_AD_index_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:20:58.7973200Z test_inplace_forward_mode_AD_index_reduce_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:58.7988430Z test_inplace_forward_mode_AD_index_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:58.8001910Z test_inplace_forward_mode_AD_index_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.8015630Z test_inplace_forward_mode_AD_inner_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.8029010Z test_inplace_forward_mode_AD_inner_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.8049640Z test_inplace_forward_mode_AD_int_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8055810Z test_inplace_forward_mode_AD_int_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8069400Z test_inplace_forward_mode_AD_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.8082780Z test_inplace_forward_mode_AD_inverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.8096990Z test_inplace_forward_mode_AD_isclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8110610Z test_inplace_forward_mode_AD_isclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8124670Z test_inplace_forward_mode_AD_isfinite_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8138030Z test_inplace_forward_mode_AD_isfinite_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8152680Z test_inplace_forward_mode_AD_isin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8166620Z test_inplace_forward_mode_AD_isinf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8179990Z test_inplace_forward_mode_AD_isinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8194020Z test_inplace_forward_mode_AD_isnan_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8208110Z test_inplace_forward_mode_AD_isnan_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8222350Z test_inplace_forward_mode_AD_isneginf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8235830Z test_inplace_forward_mode_AD_isposinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8249530Z test_inplace_forward_mode_AD_isreal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8263290Z test_inplace_forward_mode_AD_isreal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:58.8276890Z test_inplace_forward_mode_AD_istft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.8290790Z test_inplace_forward_mode_AD_istft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.8304400Z test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:20:58.8317590Z test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:20:58.8331190Z test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:20:58.8344470Z test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:20:58.8358180Z test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:20:58.8371380Z test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:20:58.8385150Z test_inplace_forward_mode_AD_kron_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.8398720Z test_inplace_forward_mode_AD_kron_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.8412310Z test_inplace_forward_mode_AD_kthvalue_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.8434550Z test_inplace_forward_mode_AD_ldexp_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:58.8448140Z test_inplace_forward_mode_AD_ldexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:58.8462670Z test_inplace_forward_mode_AD_le_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.1830560Z test_inplace_forward_mode_AD_lerp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.337s) 2022-05-18T06:20:59.2140740Z test_inplace_forward_mode_AD_lerp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:20:59.2214510Z test_inplace_forward_mode_AD_lgamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:59.2230000Z test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:59.2243120Z test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2256920Z test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2270970Z test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2284740Z test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2298730Z test_inplace_forward_mode_AD_linalg_cond_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2312200Z test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2325980Z test_inplace_forward_mode_AD_linalg_cross_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2339740Z test_inplace_forward_mode_AD_linalg_det_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2353590Z test_inplace_forward_mode_AD_linalg_det_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2367150Z test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2380840Z test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2394840Z test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2408880Z test_inplace_forward_mode_AD_linalg_eig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2423230Z test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2437410Z test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2450950Z test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2464870Z test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2478780Z test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2492460Z test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2506210Z test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2520130Z test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2533860Z test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2547780Z test_inplace_forward_mode_AD_linalg_inv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2561520Z test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2575040Z test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2589400Z test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.2602810Z test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.2616550Z test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.2631520Z test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.2645580Z test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.2659160Z test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.2666780Z test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:59.2674350Z test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:59.2687950Z test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2701900Z test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2725210Z test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:20:59.2741260Z test_inplace_forward_mode_AD_linalg_lu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2753270Z test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2767370Z test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2781730Z test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2795770Z test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2810810Z test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2825530Z test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2840120Z test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2854290Z test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2869180Z test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.2881960Z test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.2895700Z test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.2910890Z test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.2925220Z test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2938830Z test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2952840Z test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2967200Z test_inplace_forward_mode_AD_linalg_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2980570Z test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.2994410Z test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3008750Z test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3023410Z test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3036870Z test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3050340Z test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3064240Z test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:20:59.3077500Z test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:20:59.3091280Z test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3104800Z test_inplace_forward_mode_AD_linalg_qr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3119170Z test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3132940Z test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3147260Z test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3162750Z test_inplace_forward_mode_AD_linalg_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3176250Z test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3189940Z test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3204200Z test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3217860Z test_inplace_forward_mode_AD_linalg_svd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3232190Z test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3246280Z test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3259820Z test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3273120Z test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3286480Z test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3299920Z test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3313160Z test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3327090Z test_inplace_forward_mode_AD_linalg_vander_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3340890Z test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3354590Z test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.3608690Z test_inplace_forward_mode_AD_log10_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:20:59.3670590Z test_inplace_forward_mode_AD_log10_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:59.3702280Z test_inplace_forward_mode_AD_log1p_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:59.3969410Z test_inplace_forward_mode_AD_log2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:20:59.4031870Z test_inplace_forward_mode_AD_log2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:59.4270720Z test_inplace_forward_mode_AD_log_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:20:59.4330510Z test_inplace_forward_mode_AD_log_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:20:59.4344290Z test_inplace_forward_mode_AD_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4357800Z test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4372020Z test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4385180Z test_inplace_forward_mode_AD_logaddexp2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4399710Z test_inplace_forward_mode_AD_logaddexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4413140Z test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4426920Z test_inplace_forward_mode_AD_logdet_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4440730Z test_inplace_forward_mode_AD_logical_and_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.4454060Z test_inplace_forward_mode_AD_logical_and_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.4467580Z test_inplace_forward_mode_AD_logical_not_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.4481130Z test_inplace_forward_mode_AD_logical_not_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.4494480Z test_inplace_forward_mode_AD_logical_or_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.4508120Z test_inplace_forward_mode_AD_logical_or_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.4521910Z test_inplace_forward_mode_AD_logical_xor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.4535290Z test_inplace_forward_mode_AD_logical_xor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.4643100Z test_inplace_forward_mode_AD_logit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:20:59.4658020Z test_inplace_forward_mode_AD_logsumexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4671660Z test_inplace_forward_mode_AD_long_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.4685130Z test_inplace_forward_mode_AD_long_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.4698210Z test_inplace_forward_mode_AD_lt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.4711720Z test_inplace_forward_mode_AD_lu_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4724960Z test_inplace_forward_mode_AD_lu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4738330Z test_inplace_forward_mode_AD_lu_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4751790Z test_inplace_forward_mode_AD_lu_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4764970Z test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4778740Z test_inplace_forward_mode_AD_lu_unpack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4791770Z test_inplace_forward_mode_AD_mH_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4805250Z test_inplace_forward_mode_AD_mH_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4818510Z test_inplace_forward_mode_AD_mT_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.4831980Z test_inplace_forward_mode_AD_mT_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.5436970Z test_inplace_forward_mode_AD_masked_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.060s) 2022-05-18T06:20:59.5543160Z test_inplace_forward_mode_AD_masked_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:20:59.6049460Z test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.051s) 2022-05-18T06:20:59.6130740Z test_inplace_forward_mode_AD_masked_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:20:59.6144540Z test_inplace_forward_mode_AD_masked_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6158360Z test_inplace_forward_mode_AD_masked_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6172010Z test_inplace_forward_mode_AD_matmul_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6186130Z test_inplace_forward_mode_AD_matmul_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6199780Z test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6213860Z test_inplace_forward_mode_AD_matrix_exp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6227830Z test_inplace_forward_mode_AD_max_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6241750Z test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6256000Z test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6269680Z test_inplace_forward_mode_AD_maximum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6283840Z test_inplace_forward_mode_AD_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6297310Z test_inplace_forward_mode_AD_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6311660Z test_inplace_forward_mode_AD_median_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6325630Z test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6339470Z test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6354500Z test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6368520Z test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6382350Z test_inplace_forward_mode_AD_min_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6396230Z test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6410280Z test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6424040Z test_inplace_forward_mode_AD_minimum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6437610Z test_inplace_forward_mode_AD_mm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6451210Z test_inplace_forward_mode_AD_mm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6464930Z test_inplace_forward_mode_AD_mode_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6478710Z test_inplace_forward_mode_AD_movedim_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6492980Z test_inplace_forward_mode_AD_movedim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.6506760Z test_inplace_forward_mode_AD_msort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.7499710Z test_inplace_forward_mode_AD_mul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.099s) 2022-05-18T06:20:59.7699260Z test_inplace_forward_mode_AD_mul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:20:59.7713010Z test_inplace_forward_mode_AD_multinomial_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.7725950Z test_inplace_forward_mode_AD_mv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.7739110Z test_inplace_forward_mode_AD_mv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.7960820Z test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:20:59.7968950Z test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:59.7976760Z test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:20:59.8049900Z test_inplace_forward_mode_AD_nan_to_num_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:20:59.8064080Z test_inplace_forward_mode_AD_nanmean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8077310Z test_inplace_forward_mode_AD_nanmedian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8091310Z test_inplace_forward_mode_AD_nanquantile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8104310Z test_inplace_forward_mode_AD_nansum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8117660Z test_inplace_forward_mode_AD_narrow_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8131440Z test_inplace_forward_mode_AD_narrow_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8145760Z test_inplace_forward_mode_AD_ne_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.8159370Z test_inplace_forward_mode_AD_ne_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.8254010Z test_inplace_forward_mode_AD_neg_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:20:59.8285640Z test_inplace_forward_mode_AD_neg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:20:59.8299570Z test_inplace_forward_mode_AD_new_empty_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.8313100Z test_inplace_forward_mode_AD_new_empty_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.8326820Z test_inplace_forward_mode_AD_new_full_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.8340500Z test_inplace_forward_mode_AD_new_full_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.8354290Z test_inplace_forward_mode_AD_new_ones_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.8368100Z test_inplace_forward_mode_AD_new_ones_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.8381150Z test_inplace_forward_mode_AD_new_zeros_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.8394860Z test_inplace_forward_mode_AD_new_zeros_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.8408240Z test_inplace_forward_mode_AD_nextafter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:20:59.8421750Z test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8435140Z test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8448870Z test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8462480Z test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8476020Z test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8490250Z test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8503350Z test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8517460Z test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8531910Z test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8545240Z test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8559050Z test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8573640Z test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8586480Z test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8652560Z test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.006s) 2022-05-18T06:20:59.8667950Z test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8682130Z test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8695570Z test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8709130Z test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8723060Z test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8736740Z test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8750650Z test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8764190Z test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8777800Z test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8791580Z test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.8805440Z test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:20:59.9273210Z test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.047s) 2022-05-18T06:21:00.0651300Z test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.138s) 2022-05-18T06:21:00.0716520Z test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.006s) 2022-05-18T06:21:00.0734740Z test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.0745290Z test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.1083870Z test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.032s) 2022-05-18T06:21:00.5051450Z test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.398s) 2022-05-18T06:21:00.6098970Z test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.105s) 2022-05-18T06:21:00.6113330Z test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6126220Z test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6139640Z test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6153090Z test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6166460Z test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6180090Z test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6193290Z test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6207790Z test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6287770Z test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:00.6302550Z test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6315760Z test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6329820Z test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6343250Z test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6357000Z test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6370720Z test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6384720Z test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6397890Z test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6411510Z test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6425230Z test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6438770Z test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6452140Z test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6465700Z test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:00.6479200Z test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6492500Z test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6506090Z test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6519840Z test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6533370Z test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6546990Z test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6560680Z test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6574400Z test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6587960Z test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6601730Z test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6614990Z test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6628950Z test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6642480Z test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6656200Z test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6670170Z test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6683330Z test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6697140Z test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6764270Z test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:00.6778530Z test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6792090Z test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6805760Z test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6819450Z test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6832980Z test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6846570Z test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6860220Z test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6873770Z test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6887020Z test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6900810Z test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6915300Z test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6931470Z test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:21:00.6945200Z test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6960490Z test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6973900Z test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.6987470Z test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7000940Z test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7014530Z test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7028360Z test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7042000Z test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7055720Z test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7069330Z test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7082880Z test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7096560Z test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7110000Z test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7123870Z test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7313340Z test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.019s) 2022-05-18T06:21:00.7400040Z test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.008s) 2022-05-18T06:21:00.7415500Z test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:00.7501550Z test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:00.7515980Z test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:21:00.7530140Z test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7544290Z test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7558210Z test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7571710Z test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7586250Z test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7599210Z test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7613990Z test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7627330Z test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7640660Z test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7654730Z test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7668200Z test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7681800Z test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7695480Z test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7709380Z test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7724370Z test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7737240Z test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7752590Z test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7767320Z test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7780350Z test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7794660Z test_inplace_forward_mode_AD_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:00.7808610Z test_inplace_forward_mode_AD_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:00.7822750Z test_inplace_forward_mode_AD_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7836630Z test_inplace_forward_mode_AD_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7850260Z test_inplace_forward_mode_AD_norm_fro_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7864350Z test_inplace_forward_mode_AD_norm_fro_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7877970Z test_inplace_forward_mode_AD_norm_inf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7891720Z test_inplace_forward_mode_AD_norm_inf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7907180Z test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7919900Z test_inplace_forward_mode_AD_norm_nuc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.7927700Z test_inplace_forward_mode_AD_normal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:21:00.7935270Z test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:21:00.7949780Z test_inplace_forward_mode_AD_ones_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:00.7963310Z test_inplace_forward_mode_AD_ones_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:00.7977610Z test_inplace_forward_mode_AD_ormqr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:00.7991420Z test_inplace_forward_mode_AD_ormqr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:00.8013130Z test_inplace_forward_mode_AD_outer_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8019880Z test_inplace_forward_mode_AD_outer_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8034760Z test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8048220Z test_inplace_forward_mode_AD_permute_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8061890Z test_inplace_forward_mode_AD_permute_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8075790Z test_inplace_forward_mode_AD_pinverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8089280Z test_inplace_forward_mode_AD_pinverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8103140Z test_inplace_forward_mode_AD_polar_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8311240Z test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:21:00.8320780Z test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:00.8328750Z test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:00.8336360Z test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:00.8343750Z test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:00.8358710Z test_inplace_forward_mode_AD_positive_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8372190Z test_inplace_forward_mode_AD_positive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8385790Z test_inplace_forward_mode_AD_pow_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8399290Z test_inplace_forward_mode_AD_pow_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8412460Z test_inplace_forward_mode_AD_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:00.8425850Z test_inplace_forward_mode_AD_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.1680040Z test_inplace_forward_mode_AD_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.325s) 2022-05-18T06:21:01.2111460Z test_inplace_forward_mode_AD_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:21:01.2125470Z test_inplace_forward_mode_AD_qr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.2138650Z test_inplace_forward_mode_AD_qr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.2151960Z test_inplace_forward_mode_AD_quantile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.2221710Z test_inplace_forward_mode_AD_rad2deg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:01.2235840Z test_inplace_forward_mode_AD_rand_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.2249410Z test_inplace_forward_mode_AD_rand_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.2262810Z test_inplace_forward_mode_AD_randint_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.2276080Z test_inplace_forward_mode_AD_randn_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.2289850Z test_inplace_forward_mode_AD_randn_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.2303740Z test_inplace_forward_mode_AD_ravel_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.2317200Z test_inplace_forward_mode_AD_ravel_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.2331050Z test_inplace_forward_mode_AD_real_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.2349320Z test_inplace_forward_mode_AD_real_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.2583630Z test_inplace_forward_mode_AD_reciprocal_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:21:01.2644120Z test_inplace_forward_mode_AD_reciprocal_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:21:01.2871970Z test_inplace_forward_mode_AD_remainder_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:21:01.2959200Z test_inplace_forward_mode_AD_renorm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:21:01.3019870Z test_inplace_forward_mode_AD_renorm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:21:01.3034800Z test_inplace_forward_mode_AD_repeat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3048180Z test_inplace_forward_mode_AD_repeat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3062410Z test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3075480Z test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3089200Z test_inplace_forward_mode_AD_reshape_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3102750Z test_inplace_forward_mode_AD_reshape_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3116200Z test_inplace_forward_mode_AD_reshape_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3129880Z test_inplace_forward_mode_AD_reshape_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3143960Z test_inplace_forward_mode_AD_resize__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.3158930Z test_inplace_forward_mode_AD_resize__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.3172240Z test_inplace_forward_mode_AD_resize_as__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.3185530Z test_inplace_forward_mode_AD_resize_as__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.3198700Z test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3212030Z test_inplace_forward_mode_AD_resolve_conj_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3225550Z test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3238830Z test_inplace_forward_mode_AD_resolve_neg_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3252710Z test_inplace_forward_mode_AD_roll_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3266120Z test_inplace_forward_mode_AD_roll_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3279350Z test_inplace_forward_mode_AD_rot90_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3292980Z test_inplace_forward_mode_AD_rot90_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3325460Z test_inplace_forward_mode_AD_round_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:21:01.3384770Z test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:21:01.3392550Z test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:01.3400170Z test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:01.3635820Z test_inplace_forward_mode_AD_rsqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:21:01.3694380Z test_inplace_forward_mode_AD_rsqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:21:01.3708460Z test_inplace_forward_mode_AD_rsub_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.3721710Z test_inplace_forward_mode_AD_rsub_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.5119450Z test_inplace_forward_mode_AD_scatter_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.140s) 2022-05-18T06:21:01.5378430Z test_inplace_forward_mode_AD_scatter_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:21:01.6745590Z test_inplace_forward_mode_AD_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.137s) 2022-05-18T06:21:01.7007130Z test_inplace_forward_mode_AD_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:21:01.7106070Z test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:21:01.7182310Z test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:01.7254780Z test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:01.7326140Z test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:01.7396540Z test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:01.7411890Z test_inplace_forward_mode_AD_searchsorted_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.7433120Z test_inplace_forward_mode_AD_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.7446180Z test_inplace_forward_mode_AD_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.7459400Z test_inplace_forward_mode_AD_select_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.7467100Z test_inplace_forward_mode_AD_sgn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:01.7499690Z test_inplace_forward_mode_AD_sgn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:21:01.7513480Z test_inplace_forward_mode_AD_short_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.7527010Z test_inplace_forward_mode_AD_short_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.7755140Z test_inplace_forward_mode_AD_sigmoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:21:01.7812520Z test_inplace_forward_mode_AD_sigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:21:01.7852340Z test_inplace_forward_mode_AD_sign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:01.7866260Z test_inplace_forward_mode_AD_signbit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.7985680Z test_inplace_forward_mode_AD_sin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:21:01.8017920Z test_inplace_forward_mode_AD_sin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:21:01.8293320Z test_inplace_forward_mode_AD_sinc_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:21:01.8361980Z test_inplace_forward_mode_AD_sinc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:01.8473700Z test_inplace_forward_mode_AD_sinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:01.8506440Z test_inplace_forward_mode_AD_sinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:21:01.8520100Z test_inplace_forward_mode_AD_slice_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8533440Z test_inplace_forward_mode_AD_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8547120Z test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8560680Z test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8574500Z test_inplace_forward_mode_AD_sort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8588170Z test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8601810Z test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8615410Z test_inplace_forward_mode_AD_special_entr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8629170Z test_inplace_forward_mode_AD_special_erfcx_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8642760Z test_inplace_forward_mode_AD_special_i0e_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8656360Z test_inplace_forward_mode_AD_special_i1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8670070Z test_inplace_forward_mode_AD_special_i1e_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8683430Z test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8696640Z test_inplace_forward_mode_AD_special_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8710570Z test_inplace_forward_mode_AD_special_ndtri_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8723960Z test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8731760Z test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:01.8745190Z test_inplace_forward_mode_AD_special_zeta_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.8758250Z test_inplace_forward_mode_AD_split_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8771760Z test_inplace_forward_mode_AD_split_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8785230Z test_inplace_forward_mode_AD_split_list_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8798720Z test_inplace_forward_mode_AD_split_list_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8811780Z test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8825610Z test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.8927490Z test_inplace_forward_mode_AD_sqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:21:01.9002180Z test_inplace_forward_mode_AD_sqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:01.9253110Z test_inplace_forward_mode_AD_square_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:21:01.9325390Z test_inplace_forward_mode_AD_square_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:01.9772490Z test_inplace_forward_mode_AD_squeeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.045s) 2022-05-18T06:21:01.9856780Z test_inplace_forward_mode_AD_squeeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:01.9870830Z test_inplace_forward_mode_AD_stack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.9883990Z test_inplace_forward_mode_AD_stack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.9897850Z test_inplace_forward_mode_AD_std_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.9910930Z test_inplace_forward_mode_AD_std_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.9925010Z test_inplace_forward_mode_AD_std_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:01.9938240Z test_inplace_forward_mode_AD_std_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.9951920Z test_inplace_forward_mode_AD_stft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:01.9965590Z test_inplace_forward_mode_AD_stft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.1309410Z test_inplace_forward_mode_AD_sub_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.134s) 2022-05-18T06:21:02.1567850Z test_inplace_forward_mode_AD_sub_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:21:02.1583990Z test_inplace_forward_mode_AD_sum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:21:02.1597990Z test_inplace_forward_mode_AD_sum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.1612390Z test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.1626210Z test_inplace_forward_mode_AD_sum_to_size_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.1640430Z test_inplace_forward_mode_AD_svd_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.1654860Z test_inplace_forward_mode_AD_svd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.1668800Z test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.1683490Z test_inplace_forward_mode_AD_symeig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.1697520Z test_inplace_forward_mode_AD_symeig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.1908560Z test_inplace_forward_mode_AD_t_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:21:02.1954550Z test_inplace_forward_mode_AD_t_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:21:02.1968180Z test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.1981800Z test_inplace_forward_mode_AD_take_along_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.1995490Z test_inplace_forward_mode_AD_take_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2008910Z test_inplace_forward_mode_AD_take_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2137410Z test_inplace_forward_mode_AD_tan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:21:02.2170790Z test_inplace_forward_mode_AD_tan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:21:02.2286980Z test_inplace_forward_mode_AD_tanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:02.2318610Z test_inplace_forward_mode_AD_tanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:21:02.2332670Z test_inplace_forward_mode_AD_tensor_split_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2345740Z test_inplace_forward_mode_AD_tensor_split_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2359600Z test_inplace_forward_mode_AD_tensordot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2373190Z test_inplace_forward_mode_AD_tensordot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2386740Z test_inplace_forward_mode_AD_tile_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2400390Z test_inplace_forward_mode_AD_tile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2414320Z test_inplace_forward_mode_AD_to_sparse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:02.2427920Z test_inplace_forward_mode_AD_to_sparse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2441540Z test_inplace_forward_mode_AD_topk_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2454990Z test_inplace_forward_mode_AD_trace_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2468740Z test_inplace_forward_mode_AD_trace_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.2979330Z test_inplace_forward_mode_AD_transpose_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.051s) 2022-05-18T06:21:02.3077240Z test_inplace_forward_mode_AD_transpose_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:21:02.3091510Z test_inplace_forward_mode_AD_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.3104590Z test_inplace_forward_mode_AD_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.3118330Z test_inplace_forward_mode_AD_trapz_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.3131580Z test_inplace_forward_mode_AD_trapz_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.3146520Z test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.3160540Z test_inplace_forward_mode_AD_triangular_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.3566990Z test_inplace_forward_mode_AD_tril_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:21:02.3662820Z test_inplace_forward_mode_AD_tril_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:21:02.4069940Z test_inplace_forward_mode_AD_triu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:21:02.4165680Z test_inplace_forward_mode_AD_triu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:21:02.5231410Z test_inplace_forward_mode_AD_true_divide_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.106s) 2022-05-18T06:21:02.5450320Z test_inplace_forward_mode_AD_true_divide_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:21:02.5482320Z test_inplace_forward_mode_AD_trunc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.003s) 2022-05-18T06:21:02.5495830Z test_inplace_forward_mode_AD_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.5509190Z test_inplace_forward_mode_AD_unfold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.5523280Z test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:02.5536720Z test_inplace_forward_mode_AD_unique_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:02.6127390Z test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.059s) 2022-05-18T06:21:02.6229870Z test_inplace_forward_mode_AD_unsqueeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:21:02.6244350Z test_inplace_forward_mode_AD_var_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6257850Z test_inplace_forward_mode_AD_var_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6271870Z test_inplace_forward_mode_AD_var_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:02.6285210Z test_inplace_forward_mode_AD_var_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6298850Z test_inplace_forward_mode_AD_vdot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6312210Z test_inplace_forward_mode_AD_vdot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6330880Z test_inplace_forward_mode_AD_view_as_complex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6339810Z test_inplace_forward_mode_AD_view_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6353410Z test_inplace_forward_mode_AD_view_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6367220Z test_inplace_forward_mode_AD_view_as_real_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6380820Z test_inplace_forward_mode_AD_view_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6394420Z test_inplace_forward_mode_AD_view_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6407990Z test_inplace_forward_mode_AD_vsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6421660Z test_inplace_forward_mode_AD_vsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6435180Z test_inplace_forward_mode_AD_vstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6449130Z test_inplace_forward_mode_AD_vstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6462370Z test_inplace_forward_mode_AD_where_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6476090Z test_inplace_forward_mode_AD_where_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:02.6483850Z test_inplace_forward_mode_AD_xlogy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:02.6700210Z test_inplace_forward_mode_AD_zero__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:21:02.6754470Z test_inplace_forward_mode_AD_zero__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:21:02.6768600Z test_inplace_forward_mode_AD_zeros_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:02.6782110Z test_inplace_forward_mode_AD_zeros_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:02.6800180Z test_inplace_grad_H_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.6818670Z test_inplace_grad_H_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.6836600Z test_inplace_grad_T_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.6855150Z test_inplace_grad_T_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.6874120Z test_inplace_grad___getitem___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.6892700Z test_inplace_grad___getitem___cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.6912010Z test_inplace_grad___radd___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.6933820Z test_inplace_grad___radd___cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.6958460Z test_inplace_grad___rdiv___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.6982120Z test_inplace_grad___rdiv___cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7002670Z test_inplace_grad___rmatmul___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7023790Z test_inplace_grad___rmatmul___cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7043010Z test_inplace_grad___rmod___cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7063490Z test_inplace_grad___rmul___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7083950Z test_inplace_grad___rmul___cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7096580Z test_inplace_grad___rpow___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:02.7109090Z test_inplace_grad___rpow___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:02.7129620Z test_inplace_grad___rsub___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7149660Z test_inplace_grad___rsub___cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7169760Z test_inplace_grad__masked_amax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7189200Z test_inplace_grad__masked_amin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7208690Z test_inplace_grad__masked_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:02.7228460Z test_inplace_grad__masked_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:02.7248120Z test_inplace_grad__masked_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7267450Z test_inplace_grad__masked_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7287040Z test_inplace_grad__masked_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7305670Z test_inplace_grad__masked_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7325420Z test_inplace_grad__masked_normalize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7344920Z test_inplace_grad__masked_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7363760Z test_inplace_grad__masked_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7383120Z test_inplace_grad__masked_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7403570Z test_inplace_grad__masked_softmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7422300Z test_inplace_grad__masked_std_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7441450Z test_inplace_grad__masked_std_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7460090Z test_inplace_grad__masked_sum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7479070Z test_inplace_grad__masked_sum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7497040Z test_inplace_grad__masked_var_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7515730Z test_inplace_grad__masked_var_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:02.7595250Z test_inplace_grad_abs_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.008s) 2022-05-18T06:21:02.7648180Z test_inplace_grad_abs_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:21:02.7915450Z test_inplace_grad_acos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:21:02.7991220Z test_inplace_grad_acos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:02.8014730Z test_inplace_grad_acosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.002s) 2022-05-18T06:21:02.8036790Z test_inplace_grad_acosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.002s) 2022-05-18T06:21:02.8930750Z test_inplace_grad_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.089s) 2022-05-18T06:21:02.9125230Z test_inplace_grad_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:21:03.0023690Z test_inplace_grad_addbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.090s) 2022-05-18T06:21:03.0129600Z test_inplace_grad_addbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:03.1287280Z test_inplace_grad_addcdiv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.116s) 2022-05-18T06:21:03.1537510Z test_inplace_grad_addcdiv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:21:03.2682400Z test_inplace_grad_addcmul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.114s) 2022-05-18T06:21:03.2939830Z test_inplace_grad_addcmul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:21:03.3535000Z test_inplace_grad_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.061s) 2022-05-18T06:21:03.3595790Z test_inplace_grad_addmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:21:03.4184240Z test_inplace_grad_addmm_decomposed_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.059s) 2022-05-18T06:21:03.4243330Z test_inplace_grad_addmm_decomposed_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:21:03.4675030Z test_inplace_grad_addmv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:21:03.4780650Z test_inplace_grad_addmv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:21:03.5197040Z test_inplace_grad_addr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:21:03.5290390Z test_inplace_grad_addr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:21:03.5321940Z test_inplace_grad_all_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.003s) 2022-05-18T06:21:03.5341410Z test_inplace_grad_all_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.5362020Z test_inplace_grad_allclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.5381270Z test_inplace_grad_allclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.5400270Z test_inplace_grad_amax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.5419400Z test_inplace_grad_amin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.5438730Z test_inplace_grad_aminmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.5457420Z test_inplace_grad_angle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.5476730Z test_inplace_grad_angle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.5495670Z test_inplace_grad_any_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.5514570Z test_inplace_grad_any_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.5533530Z test_inplace_grad_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.5552330Z test_inplace_grad_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.5571360Z test_inplace_grad_argsort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.5590520Z test_inplace_grad_argwhere_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.5609590Z test_inplace_grad_argwhere_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.6051670Z test_inplace_grad_as_strided_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:21:03.6167790Z test_inplace_grad_as_strided_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:03.6291790Z test_inplace_grad_asin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:21:03.6351480Z test_inplace_grad_asin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:21:03.6375630Z test_inplace_grad_asinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.002s) 2022-05-18T06:21:03.6396130Z test_inplace_grad_asinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.002s) 2022-05-18T06:21:03.6564880Z test_inplace_grad_atan2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:21:03.6683320Z test_inplace_grad_atan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:21:03.6723600Z test_inplace_grad_atan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:03.6746510Z test_inplace_grad_atanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.002s) 2022-05-18T06:21:03.6766040Z test_inplace_grad_atanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.002s) 2022-05-18T06:21:03.6793840Z test_inplace_grad_atleast_1d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.003s) 2022-05-18T06:21:03.6813820Z test_inplace_grad_atleast_1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.6832850Z test_inplace_grad_atleast_2d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.6851640Z test_inplace_grad_atleast_2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.6870760Z test_inplace_grad_atleast_3d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.6889310Z test_inplace_grad_atleast_3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.7989260Z test_inplace_grad_baddbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.110s) 2022-05-18T06:21:03.8095020Z test_inplace_grad_baddbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:03.8113970Z test_inplace_grad_bernoulli_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8132420Z test_inplace_grad_bfloat16_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8152230Z test_inplace_grad_bfloat16_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8170260Z test_inplace_grad_block_diag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8189030Z test_inplace_grad_block_diag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8207590Z test_inplace_grad_bmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8226430Z test_inplace_grad_bmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8245310Z test_inplace_grad_bool_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.8265070Z test_inplace_grad_bool_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.8283510Z test_inplace_grad_broadcast_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8302630Z test_inplace_grad_broadcast_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8321460Z test_inplace_grad_broadcast_to_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8340840Z test_inplace_grad_broadcast_to_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8360020Z test_inplace_grad_bucketize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.8379400Z test_inplace_grad_byte_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.8398030Z test_inplace_grad_byte_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.8416760Z test_inplace_grad_cartesian_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8435960Z test_inplace_grad_cartesian_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8454870Z test_inplace_grad_cat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8474330Z test_inplace_grad_cat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8493450Z test_inplace_grad_cdist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8531940Z test_inplace_grad_ceil_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:03.8551360Z test_inplace_grad_chalf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8570190Z test_inplace_grad_chalf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8589140Z test_inplace_grad_char_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.8607800Z test_inplace_grad_char_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:03.8626440Z test_inplace_grad_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8644750Z test_inplace_grad_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8663840Z test_inplace_grad_cholesky_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8682960Z test_inplace_grad_cholesky_inverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8701430Z test_inplace_grad_cholesky_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8720310Z test_inplace_grad_cholesky_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8739010Z test_inplace_grad_chunk_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8757780Z test_inplace_grad_chunk_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.8877110Z test_inplace_grad_clamp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:21:03.9028340Z test_inplace_grad_clamp_scalar_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:21:03.9047490Z test_inplace_grad_clone_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9065920Z test_inplace_grad_clone_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9085930Z test_inplace_grad_column_stack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9104480Z test_inplace_grad_column_stack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9130060Z test_inplace_grad_combinations_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9149630Z test_inplace_grad_combinations_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9168970Z test_inplace_grad_complex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9187640Z test_inplace_grad_conj_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9206530Z test_inplace_grad_conj_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9310750Z test_inplace_grad_conj_physical_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:21:03.9349940Z test_inplace_grad_conj_physical_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:03.9369470Z test_inplace_grad_contiguous_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9388830Z test_inplace_grad_contiguous_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9560450Z test_inplace_grad_copysign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:21:03.9587750Z test_inplace_grad_corrcoef_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9599940Z test_inplace_grad_corrcoef_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:03.9867120Z test_inplace_grad_cos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:21:03.9941800Z test_inplace_grad_cos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:04.0196240Z test_inplace_grad_cosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:21:04.0268800Z test_inplace_grad_cosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:04.0288890Z test_inplace_grad_count_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:04.0307440Z test_inplace_grad_count_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:04.0326110Z test_inplace_grad_cov_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:04.0345130Z test_inplace_grad_cov_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:04.0363320Z test_inplace_grad_cross_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:04.0382120Z test_inplace_grad_cross_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:04.0401080Z test_inplace_grad_cummax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:04.0420250Z test_inplace_grad_cummin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.2529590Z test_inplace_grad_cumprod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (4.211s) 2022-05-18T06:21:08.9104860Z test_inplace_grad_cumprod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.657s) 2022-05-18T06:21:08.9452580Z test_inplace_grad_cumsum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.035s) 2022-05-18T06:21:08.9544840Z test_inplace_grad_cumsum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:21:08.9563480Z test_inplace_grad_cumulative_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9581980Z test_inplace_grad_cumulative_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9649460Z test_inplace_grad_deg2rad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:08.9668160Z test_inplace_grad_diag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9686530Z test_inplace_grad_diag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9704890Z test_inplace_grad_diag_embed_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9723620Z test_inplace_grad_diag_embed_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9742110Z test_inplace_grad_diagflat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9760500Z test_inplace_grad_diagflat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9778610Z test_inplace_grad_diagonal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9797140Z test_inplace_grad_diagonal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9816460Z test_inplace_grad_diagonal_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9835360Z test_inplace_grad_diff_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9854560Z test_inplace_grad_diff_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9925880Z test_inplace_grad_digamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:08.9944540Z test_inplace_grad_dist_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:08.9963160Z test_inplace_grad_dist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.0132380Z test_inplace_grad_div_floor_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:21:09.0868800Z test_inplace_grad_div_no_rounding_mode_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.073s) 2022-05-18T06:21:09.1047230Z test_inplace_grad_div_no_rounding_mode_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:21:09.1233470Z test_inplace_grad_div_trunc_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:21:09.1254590Z test_inplace_grad_dot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.1273230Z test_inplace_grad_dot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.1292140Z test_inplace_grad_double_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.1311160Z test_inplace_grad_double_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.1330760Z test_inplace_grad_dsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.1349770Z test_inplace_grad_dsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.1368430Z test_inplace_grad_dstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.1397640Z test_inplace_grad_dstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.003s) 2022-05-18T06:21:09.1417190Z test_inplace_grad_eig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.1436280Z test_inplace_grad_eig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.1455240Z test_inplace_grad_einsum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.1473960Z test_inplace_grad_einsum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.1493120Z test_inplace_grad_empty_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.1511780Z test_inplace_grad_empty_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.1530890Z test_inplace_grad_eq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.1550280Z test_inplace_grad_eq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.1593750Z test_inplace_grad_erf_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:09.1670640Z test_inplace_grad_erfc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:09.1715610Z test_inplace_grad_erfinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:09.1789150Z test_inplace_grad_exp2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:09.2050910Z test_inplace_grad_exp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:21:09.2127120Z test_inplace_grad_exp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:09.2147960Z test_inplace_grad_expand_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2167330Z test_inplace_grad_expand_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2186000Z test_inplace_grad_expand_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2205480Z test_inplace_grad_expand_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2247310Z test_inplace_grad_expm1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:09.2267340Z test_inplace_grad_fft_fft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2286170Z test_inplace_grad_fft_fft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2305000Z test_inplace_grad_fft_fft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2324700Z test_inplace_grad_fft_fft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2342680Z test_inplace_grad_fft_fftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2361560Z test_inplace_grad_fft_fftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2380030Z test_inplace_grad_fft_fftshift_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2398780Z test_inplace_grad_fft_fftshift_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2417470Z test_inplace_grad_fft_hfft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2436280Z test_inplace_grad_fft_hfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2455150Z test_inplace_grad_fft_hfft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2473810Z test_inplace_grad_fft_hfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2492600Z test_inplace_grad_fft_hfftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2511520Z test_inplace_grad_fft_hfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2530170Z test_inplace_grad_fft_ifft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2548840Z test_inplace_grad_fft_ifft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2567650Z test_inplace_grad_fft_ifft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2586300Z test_inplace_grad_fft_ifft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2605120Z test_inplace_grad_fft_ifftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2623910Z test_inplace_grad_fft_ifftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2642470Z test_inplace_grad_fft_ifftshift_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2661270Z test_inplace_grad_fft_ifftshift_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2679870Z test_inplace_grad_fft_ihfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2698500Z test_inplace_grad_fft_ihfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2717190Z test_inplace_grad_fft_ihfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2735710Z test_inplace_grad_fft_irfft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2754420Z test_inplace_grad_fft_irfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2773040Z test_inplace_grad_fft_irfft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2791580Z test_inplace_grad_fft_irfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2810270Z test_inplace_grad_fft_irfftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2828960Z test_inplace_grad_fft_irfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2847750Z test_inplace_grad_fft_rfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2866210Z test_inplace_grad_fft_rfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.2884860Z test_inplace_grad_fft_rfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.3184030Z test_inplace_grad_fill__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.030s) 2022-05-18T06:21:09.3264800Z test_inplace_grad_fill__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:09.3283280Z test_inplace_grad_flatten_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.3301560Z test_inplace_grad_flatten_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.3319780Z test_inplace_grad_flip_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.3337880Z test_inplace_grad_flip_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.3356210Z test_inplace_grad_fliplr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.3374250Z test_inplace_grad_fliplr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.3392220Z test_inplace_grad_flipud_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.3410270Z test_inplace_grad_flipud_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.3428360Z test_inplace_grad_float_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.3446300Z test_inplace_grad_float_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.4260000Z test_inplace_grad_float_power_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.081s) 2022-05-18T06:21:09.4450960Z test_inplace_grad_float_power_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:21:09.4489840Z test_inplace_grad_floor_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:09.4509350Z test_inplace_grad_floor_divide_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.4527830Z test_inplace_grad_fmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.4546880Z test_inplace_grad_fmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.4707310Z test_inplace_grad_fmod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:21:09.4773120Z test_inplace_grad_frac_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:09.4791920Z test_inplace_grad_frexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.4810960Z test_inplace_grad_full_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.4829500Z test_inplace_grad_full_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.4847700Z test_inplace_grad_gather_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.4865790Z test_inplace_grad_gather_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.4884000Z test_inplace_grad_ge_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.4902570Z test_inplace_grad_geqrf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.4920550Z test_inplace_grad_geqrf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.4940580Z test_inplace_grad_gradient_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.4962540Z test_inplace_grad_gradient_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.4981570Z test_inplace_grad_gt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.4999330Z test_inplace_grad_half_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.5017870Z test_inplace_grad_half_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.5036310Z test_inplace_grad_heaviside_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.5054570Z test_inplace_grad_histc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.5072390Z test_inplace_grad_histogram_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.5090810Z test_inplace_grad_histogramdd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.5109120Z test_inplace_grad_hsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.5127890Z test_inplace_grad_hsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.5146350Z test_inplace_grad_hstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.5164880Z test_inplace_grad_hstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.5327810Z test_inplace_grad_hypot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:21:09.5402880Z test_inplace_grad_i0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:09.5421620Z test_inplace_grad_igamma_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.5440010Z test_inplace_grad_igammac_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.5458040Z test_inplace_grad_imag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.6626050Z test_inplace_grad_index_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.117s) 2022-05-18T06:21:09.6876300Z test_inplace_grad_index_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:21:09.7272330Z test_inplace_grad_index_copy_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:21:09.7367930Z test_inplace_grad_index_copy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:21:09.7633080Z test_inplace_grad_index_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:21:09.7708970Z test_inplace_grad_index_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:09.8320310Z test_inplace_grad_index_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.059s) 2022-05-18T06:21:09.8447450Z test_inplace_grad_index_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:21:09.9512590Z test_inplace_grad_index_reduce_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.106s) 2022-05-18T06:21:09.9533210Z test_inplace_grad_index_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.9551150Z test_inplace_grad_index_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.9569420Z test_inplace_grad_inner_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.9587490Z test_inplace_grad_inner_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.9606400Z test_inplace_grad_int_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9625120Z test_inplace_grad_int_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9643220Z test_inplace_grad_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.9661780Z test_inplace_grad_inverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.9680470Z test_inplace_grad_isclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9699100Z test_inplace_grad_isclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9717410Z test_inplace_grad_isfinite_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9735670Z test_inplace_grad_isfinite_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9754080Z test_inplace_grad_isin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9772560Z test_inplace_grad_isinf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9790360Z test_inplace_grad_isinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9808660Z test_inplace_grad_isnan_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9826940Z test_inplace_grad_isnan_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9845500Z test_inplace_grad_isneginf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9863450Z test_inplace_grad_isposinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9882110Z test_inplace_grad_isreal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9900120Z test_inplace_grad_isreal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:09.9918580Z test_inplace_grad_istft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.9936500Z test_inplace_grad_istft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:09.9955130Z test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:21:09.9981430Z test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:21:09.9999520Z test_inplace_grad_jiterator_binary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:21:10.0018130Z test_inplace_grad_jiterator_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:21:10.0035710Z test_inplace_grad_jiterator_unary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:21:10.0053890Z test_inplace_grad_jiterator_unary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:21:10.0072280Z test_inplace_grad_kron_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.0090580Z test_inplace_grad_kron_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.0109160Z test_inplace_grad_kthvalue_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.0158870Z test_inplace_grad_ldexp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:21:10.0196930Z test_inplace_grad_ldexp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:10.0215410Z test_inplace_grad_le_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.2296610Z test_inplace_grad_lerp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.208s) 2022-05-18T06:21:10.2522510Z test_inplace_grad_lerp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:21:10.2589890Z test_inplace_grad_lgamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:10.2608420Z test_inplace_grad_linalg_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2627050Z test_inplace_grad_linalg_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2645670Z test_inplace_grad_linalg_cholesky_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2664300Z test_inplace_grad_linalg_cholesky_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2683250Z test_inplace_grad_linalg_cond_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2702270Z test_inplace_grad_linalg_cond_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2721070Z test_inplace_grad_linalg_cross_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2739260Z test_inplace_grad_linalg_cross_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2757660Z test_inplace_grad_linalg_det_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2775710Z test_inplace_grad_linalg_det_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2793780Z test_inplace_grad_linalg_det_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2811910Z test_inplace_grad_linalg_det_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2830480Z test_inplace_grad_linalg_eig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2848850Z test_inplace_grad_linalg_eig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2867630Z test_inplace_grad_linalg_eigh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2885970Z test_inplace_grad_linalg_eigh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2904350Z test_inplace_grad_linalg_eigvals_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2927060Z test_inplace_grad_linalg_eigvals_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2946090Z test_inplace_grad_linalg_eigvalsh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2964590Z test_inplace_grad_linalg_eigvalsh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.2982940Z test_inplace_grad_linalg_householder_product_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3001040Z test_inplace_grad_linalg_householder_product_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3019670Z test_inplace_grad_linalg_inv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3038200Z test_inplace_grad_linalg_inv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3056410Z test_inplace_grad_linalg_inv_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3074760Z test_inplace_grad_linalg_inv_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3093130Z test_inplace_grad_linalg_ldl_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.3111570Z test_inplace_grad_linalg_ldl_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.3138320Z test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.003s) 2022-05-18T06:21:10.3157490Z test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.3175890Z test_inplace_grad_linalg_ldl_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.3194010Z test_inplace_grad_linalg_ldl_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.3206210Z test_inplace_grad_linalg_lstsq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:10.3218910Z test_inplace_grad_linalg_lstsq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:10.3237090Z test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3255320Z test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3274330Z test_inplace_grad_linalg_lu_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3292870Z test_inplace_grad_linalg_lu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3311560Z test_inplace_grad_linalg_lu_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3331270Z test_inplace_grad_linalg_lu_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3349630Z test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3368320Z test_inplace_grad_linalg_lu_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3387890Z test_inplace_grad_linalg_matrix_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3406360Z test_inplace_grad_linalg_matrix_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3425920Z test_inplace_grad_linalg_matrix_power_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3445310Z test_inplace_grad_linalg_matrix_power_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3464110Z test_inplace_grad_linalg_matrix_rank_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.3482640Z test_inplace_grad_linalg_matrix_rank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.3501230Z test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.3519550Z test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.3537720Z test_inplace_grad_linalg_multi_dot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3555910Z test_inplace_grad_linalg_multi_dot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3574440Z test_inplace_grad_linalg_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3592580Z test_inplace_grad_linalg_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3610810Z test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3629110Z test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3647640Z test_inplace_grad_linalg_pinv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3665690Z test_inplace_grad_linalg_pinv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3684200Z test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3702340Z test_inplace_grad_linalg_pinv_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3720550Z test_inplace_grad_linalg_pinv_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:21:10.3738940Z test_inplace_grad_linalg_pinv_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:21:10.3757040Z test_inplace_grad_linalg_qr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3775260Z test_inplace_grad_linalg_qr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3794770Z test_inplace_grad_linalg_slogdet_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3812990Z test_inplace_grad_linalg_slogdet_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3831540Z test_inplace_grad_linalg_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3850470Z test_inplace_grad_linalg_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3868290Z test_inplace_grad_linalg_solve_triangular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3886990Z test_inplace_grad_linalg_solve_triangular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3905470Z test_inplace_grad_linalg_svd_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3923950Z test_inplace_grad_linalg_svd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3942780Z test_inplace_grad_linalg_svdvals_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3961530Z test_inplace_grad_linalg_svdvals_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3980160Z test_inplace_grad_linalg_tensorinv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.3998380Z test_inplace_grad_linalg_tensorinv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.4016650Z test_inplace_grad_linalg_tensorsolve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.4035020Z test_inplace_grad_linalg_tensorsolve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.4053560Z test_inplace_grad_linalg_vander_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.4071800Z test_inplace_grad_linalg_vander_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.4090450Z test_inplace_grad_linalg_vector_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.4108500Z test_inplace_grad_linalg_vector_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.4357700Z test_inplace_grad_log10_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:21:10.4441470Z test_inplace_grad_log10_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:10.4479620Z test_inplace_grad_log1p_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:10.4730150Z test_inplace_grad_log2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:21:10.4799550Z test_inplace_grad_log2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:10.5038390Z test_inplace_grad_log_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:21:10.5104970Z test_inplace_grad_log_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:10.5123900Z test_inplace_grad_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5142300Z test_inplace_grad_log_softmax_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5160730Z test_inplace_grad_log_softmax_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5179150Z test_inplace_grad_logaddexp2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5197270Z test_inplace_grad_logaddexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5215630Z test_inplace_grad_logcumsumexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5234140Z test_inplace_grad_logdet_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5253040Z test_inplace_grad_logical_and_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.5271050Z test_inplace_grad_logical_and_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.5289310Z test_inplace_grad_logical_not_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.5307640Z test_inplace_grad_logical_not_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.5328600Z test_inplace_grad_logical_or_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.5348190Z test_inplace_grad_logical_or_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.5366720Z test_inplace_grad_logical_xor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.5384980Z test_inplace_grad_logical_xor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.5478840Z test_inplace_grad_logit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:21:10.5497210Z test_inplace_grad_logsumexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5515650Z test_inplace_grad_long_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.5533940Z test_inplace_grad_long_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.5551980Z test_inplace_grad_lt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.5570060Z test_inplace_grad_lu_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5588180Z test_inplace_grad_lu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5606140Z test_inplace_grad_lu_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5624430Z test_inplace_grad_lu_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5642750Z test_inplace_grad_lu_unpack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5661800Z test_inplace_grad_lu_unpack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5679990Z test_inplace_grad_mH_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5698100Z test_inplace_grad_mH_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5716100Z test_inplace_grad_mT_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.5734430Z test_inplace_grad_mT_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.6312010Z test_inplace_grad_masked_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:21:10.6457280Z test_inplace_grad_masked_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:21:10.6871630Z test_inplace_grad_masked_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:21:10.6982930Z test_inplace_grad_masked_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:10.7004800Z test_inplace_grad_masked_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7024190Z test_inplace_grad_masked_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7042040Z test_inplace_grad_matmul_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7061250Z test_inplace_grad_matmul_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7080120Z test_inplace_grad_matrix_exp_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7098520Z test_inplace_grad_matrix_exp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7117050Z test_inplace_grad_max_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7136080Z test_inplace_grad_max_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7154600Z test_inplace_grad_max_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7173210Z test_inplace_grad_maximum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7191660Z test_inplace_grad_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7210260Z test_inplace_grad_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7229000Z test_inplace_grad_median_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7247600Z test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7266150Z test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7284580Z test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7303020Z test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7321520Z test_inplace_grad_min_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7339890Z test_inplace_grad_min_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7358680Z test_inplace_grad_min_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7377160Z test_inplace_grad_minimum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7395520Z test_inplace_grad_mm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7413980Z test_inplace_grad_mm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7432460Z test_inplace_grad_mode_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7450970Z test_inplace_grad_movedim_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7469620Z test_inplace_grad_movedim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.7488000Z test_inplace_grad_msort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.8168840Z test_inplace_grad_mul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:21:10.8325350Z test_inplace_grad_mul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:21:10.8345260Z test_inplace_grad_multinomial_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.8362910Z test_inplace_grad_mv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.8381580Z test_inplace_grad_mv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.8602840Z test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:21:10.8615470Z test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:10.8627820Z test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:10.8700870Z test_inplace_grad_nan_to_num_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:10.8719540Z test_inplace_grad_nanmean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.8738190Z test_inplace_grad_nanmedian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.8756540Z test_inplace_grad_nanquantile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.8775140Z test_inplace_grad_nansum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.8793320Z test_inplace_grad_narrow_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.8811870Z test_inplace_grad_narrow_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.8830670Z test_inplace_grad_ne_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.8848990Z test_inplace_grad_ne_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.8947510Z test_inplace_grad_neg_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:21:10.8984250Z test_inplace_grad_neg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:10.9003920Z test_inplace_grad_new_empty_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.9022250Z test_inplace_grad_new_empty_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.9040720Z test_inplace_grad_new_full_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.9059250Z test_inplace_grad_new_full_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.9077720Z test_inplace_grad_new_ones_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.9097150Z test_inplace_grad_new_ones_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.9115570Z test_inplace_grad_new_zeros_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.9134270Z test_inplace_grad_new_zeros_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.9152550Z test_inplace_grad_nextafter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:10.9170940Z test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9189910Z test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9208250Z test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9226760Z test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9245260Z test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9263910Z test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9283760Z test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9311540Z test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.003s) 2022-05-18T06:21:10.9330740Z test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9349590Z test_inplace_grad_nn_functional_batch_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9368320Z test_inplace_grad_nn_functional_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9386980Z test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9405870Z test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9482740Z test_inplace_grad_nn_functional_celu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:10.9501570Z test_inplace_grad_nn_functional_conv1d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9520320Z test_inplace_grad_nn_functional_conv1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9539880Z test_inplace_grad_nn_functional_conv2d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9558470Z test_inplace_grad_nn_functional_conv2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9576950Z test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9595450Z test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9613960Z test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9632750Z test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9651130Z test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9669610Z test_inplace_grad_nn_functional_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:10.9688380Z test_inplace_grad_nn_functional_ctc_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.0469030Z test_inplace_grad_nn_functional_dropout2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.078s) 2022-05-18T06:21:11.1577790Z test_inplace_grad_nn_functional_dropout_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.111s) 2022-05-18T06:21:11.1649210Z test_inplace_grad_nn_functional_elu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:11.1667400Z test_inplace_grad_nn_functional_embedding_bag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.1685830Z test_inplace_grad_nn_functional_embedding_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.2125410Z test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:21:11.5252090Z test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.313s) 2022-05-18T06:21:11.5820360Z test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.057s) 2022-05-18T06:21:11.5838990Z test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.5857150Z test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.5875660Z test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.5893500Z test_inplace_grad_nn_functional_gelu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.5911960Z test_inplace_grad_nn_functional_glu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.5929830Z test_inplace_grad_nn_functional_grid_sample_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.5947810Z test_inplace_grad_nn_functional_group_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.5966250Z test_inplace_grad_nn_functional_hardshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6034190Z test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:11.6053200Z test_inplace_grad_nn_functional_hardswish_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6071160Z test_inplace_grad_nn_functional_hardtanh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6089440Z test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6107250Z test_inplace_grad_nn_functional_huber_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6125650Z test_inplace_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6143540Z test_inplace_grad_nn_functional_interpolate_area_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6161480Z test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6179450Z test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6197390Z test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6215590Z test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6233950Z test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6251730Z test_inplace_grad_nn_functional_kl_div_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6270300Z test_inplace_grad_nn_functional_l1_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:11.6287870Z test_inplace_grad_nn_functional_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6305870Z test_inplace_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6324270Z test_inplace_grad_nn_functional_leaky_relu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6342560Z test_inplace_grad_nn_functional_linear_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6360490Z test_inplace_grad_nn_functional_linear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6378720Z test_inplace_grad_nn_functional_local_response_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6396790Z test_inplace_grad_nn_functional_logsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6415010Z test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6433030Z test_inplace_grad_nn_functional_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6451000Z test_inplace_grad_nn_functional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6468980Z test_inplace_grad_nn_functional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6486920Z test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6505140Z test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6523680Z test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6541660Z test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6559740Z test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6578410Z test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6646710Z test_inplace_grad_nn_functional_mish_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:11.6664910Z test_inplace_grad_nn_functional_mse_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6683130Z test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6700980Z test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6719140Z test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6737660Z test_inplace_grad_nn_functional_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6755780Z test_inplace_grad_nn_functional_normalize_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6773900Z test_inplace_grad_nn_functional_normalize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6791890Z test_inplace_grad_nn_functional_pad_circular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6809870Z test_inplace_grad_nn_functional_pad_circular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6828020Z test_inplace_grad_nn_functional_pad_constant_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6846300Z test_inplace_grad_nn_functional_pad_constant_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6864360Z test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6883010Z test_inplace_grad_nn_functional_pad_reflect_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6901970Z test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6922550Z test_inplace_grad_nn_functional_pad_replicate_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6941290Z test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6959610Z test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6977700Z test_inplace_grad_nn_functional_pdist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.6996010Z test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7014740Z test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7032980Z test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7051940Z test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7070560Z test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7089200Z test_inplace_grad_nn_functional_prelu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7108100Z test_inplace_grad_nn_functional_relu6_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7126690Z test_inplace_grad_nn_functional_relu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7320360Z test_inplace_grad_nn_functional_rrelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:21:11.7389460Z test_inplace_grad_nn_functional_selu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:11.7407890Z test_inplace_grad_nn_functional_silu_complex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:11.7475710Z test_inplace_grad_nn_functional_silu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:11.7494210Z test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7511980Z test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7530170Z test_inplace_grad_nn_functional_softmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7548080Z test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7566020Z test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7584430Z test_inplace_grad_nn_functional_softplus_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7602360Z test_inplace_grad_nn_functional_softshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7620410Z test_inplace_grad_nn_functional_softsign_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7638400Z test_inplace_grad_nn_functional_softsign_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7656350Z test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7674240Z test_inplace_grad_nn_functional_tanhshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7692260Z test_inplace_grad_nn_functional_threshold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7710850Z test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7729030Z test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7746930Z test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7764950Z test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7783230Z test_inplace_grad_nn_functional_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7801210Z test_inplace_grad_nn_functional_unfold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7819440Z test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7837710Z test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7856200Z test_inplace_grad_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:11.7874150Z test_inplace_grad_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:11.7891990Z test_inplace_grad_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7909860Z test_inplace_grad_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7928130Z test_inplace_grad_norm_fro_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7946630Z test_inplace_grad_norm_fro_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7964490Z test_inplace_grad_norm_inf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.7982360Z test_inplace_grad_norm_inf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8000380Z test_inplace_grad_norm_nuc_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8018790Z test_inplace_grad_norm_nuc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8030750Z test_inplace_grad_normal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:21:11.8042910Z test_inplace_grad_normal_number_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:21:11.8061270Z test_inplace_grad_ones_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:11.8079250Z test_inplace_grad_ones_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:11.8097110Z test_inplace_grad_ormqr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:11.8115030Z test_inplace_grad_ormqr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:11.8133100Z test_inplace_grad_outer_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8151690Z test_inplace_grad_outer_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8198190Z test_inplace_grad_pca_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.004s) 2022-05-18T06:21:11.8229680Z test_inplace_grad_permute_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.003s) 2022-05-18T06:21:11.8248080Z test_inplace_grad_permute_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8266800Z test_inplace_grad_pinverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8285350Z test_inplace_grad_pinverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8304020Z test_inplace_grad_polar_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8505760Z test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:21:11.8518140Z test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:11.8530870Z test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:11.8547530Z test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:11.8555470Z test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:11.8574850Z test_inplace_grad_positive_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8592880Z test_inplace_grad_positive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8642300Z test_inplace_grad_pow_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.005s) 2022-05-18T06:21:11.8681090Z test_inplace_grad_pow_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:11.8699880Z test_inplace_grad_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:11.8717860Z test_inplace_grad_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.1408640Z test_inplace_grad_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.269s) 2022-05-18T06:21:12.1959480Z test_inplace_grad_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:21:12.1978080Z test_inplace_grad_qr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.1996430Z test_inplace_grad_qr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.2014730Z test_inplace_grad_quantile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.2081770Z test_inplace_grad_rad2deg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:12.2100530Z test_inplace_grad_rand_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.2118640Z test_inplace_grad_rand_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.2136510Z test_inplace_grad_randint_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.2155150Z test_inplace_grad_randn_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.2173520Z test_inplace_grad_randn_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.2191980Z test_inplace_grad_ravel_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.2210890Z test_inplace_grad_ravel_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.2229570Z test_inplace_grad_real_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.2248130Z test_inplace_grad_real_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.2488780Z test_inplace_grad_reciprocal_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.024s) 2022-05-18T06:21:12.2557170Z test_inplace_grad_reciprocal_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:12.2716890Z test_inplace_grad_remainder_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.016s) 2022-05-18T06:21:12.3169320Z test_inplace_grad_renorm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.045s) 2022-05-18T06:21:12.3286520Z test_inplace_grad_renorm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:21:12.3304650Z test_inplace_grad_repeat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3323010Z test_inplace_grad_repeat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3341150Z test_inplace_grad_repeat_interleave_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3359640Z test_inplace_grad_repeat_interleave_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3377950Z test_inplace_grad_reshape_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3396200Z test_inplace_grad_reshape_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3414740Z test_inplace_grad_reshape_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3433260Z test_inplace_grad_reshape_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3453460Z test_inplace_grad_resize__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.3472420Z test_inplace_grad_resize__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.3490940Z test_inplace_grad_resize_as__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.3509100Z test_inplace_grad_resize_as__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.3527630Z test_inplace_grad_resolve_conj_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3546030Z test_inplace_grad_resolve_conj_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3564520Z test_inplace_grad_resolve_neg_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3582820Z test_inplace_grad_resolve_neg_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3601580Z test_inplace_grad_roll_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3620230Z test_inplace_grad_roll_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3638370Z test_inplace_grad_rot90_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3656570Z test_inplace_grad_rot90_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.3695740Z test_inplace_grad_round_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:12.3764450Z test_inplace_grad_round_decimals_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:12.3776890Z test_inplace_grad_round_decimals_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:12.3789290Z test_inplace_grad_round_decimals_neg_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:12.4041880Z test_inplace_grad_rsqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:21:12.4112680Z test_inplace_grad_rsqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:12.4131090Z test_inplace_grad_rsub_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.4149650Z test_inplace_grad_rsub_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.5068780Z test_inplace_grad_scatter_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.092s) 2022-05-18T06:21:12.5265750Z test_inplace_grad_scatter_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:21:12.6304710Z test_inplace_grad_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.104s) 2022-05-18T06:21:12.6531210Z test_inplace_grad_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:21:12.6969570Z test_inplace_grad_scatter_reduce_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:21:12.7400060Z test_inplace_grad_scatter_reduce_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:21:12.7854040Z test_inplace_grad_scatter_reduce_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.045s) 2022-05-18T06:21:12.8401170Z test_inplace_grad_scatter_reduce_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.055s) 2022-05-18T06:21:12.8797330Z test_inplace_grad_scatter_reduce_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:21:12.8817890Z test_inplace_grad_searchsorted_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.8835240Z test_inplace_grad_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.8853710Z test_inplace_grad_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.8872320Z test_inplace_grad_select_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:12.8985820Z test_inplace_grad_sgn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:12.9022130Z test_inplace_grad_sgn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:12.9040950Z test_inplace_grad_short_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.9059610Z test_inplace_grad_short_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.9288940Z test_inplace_grad_sigmoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:21:12.9356050Z test_inplace_grad_sigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:12.9392400Z test_inplace_grad_sign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:12.9411280Z test_inplace_grad_signbit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:12.9530650Z test_inplace_grad_sin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.012s) 2022-05-18T06:21:12.9568560Z test_inplace_grad_sin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:12.9843580Z test_inplace_grad_sinc_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:21:12.9920890Z test_inplace_grad_sinc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:13.0033770Z test_inplace_grad_sinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:13.0072680Z test_inplace_grad_sinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:13.0091440Z test_inplace_grad_slice_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0109920Z test_inplace_grad_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0128570Z test_inplace_grad_softmax_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0147210Z test_inplace_grad_softmax_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0165780Z test_inplace_grad_sort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0184530Z test_inplace_grad_sparse_sampled_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0203300Z test_inplace_grad_sparse_sampled_addmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0221890Z test_inplace_grad_special_entr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0240390Z test_inplace_grad_special_erfcx_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0259030Z test_inplace_grad_special_i0e_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0277540Z test_inplace_grad_special_i1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0296090Z test_inplace_grad_special_i1e_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0314800Z test_inplace_grad_special_log_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0335400Z test_inplace_grad_special_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0353560Z test_inplace_grad_special_ndtri_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0372220Z test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0385450Z test_inplace_grad_special_xlog1py_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:13.0404890Z test_inplace_grad_special_zeta_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:13.0423200Z test_inplace_grad_split_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0441610Z test_inplace_grad_split_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0459820Z test_inplace_grad_split_list_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0478220Z test_inplace_grad_split_list_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0496980Z test_inplace_grad_split_with_sizes_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0515470Z test_inplace_grad_split_with_sizes_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.0623780Z test_inplace_grad_sqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:13.0660730Z test_inplace_grad_sqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:13.0917360Z test_inplace_grad_square_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.026s) 2022-05-18T06:21:13.0991310Z test_inplace_grad_square_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:13.1532390Z test_inplace_grad_squeeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.054s) 2022-05-18T06:21:13.1667080Z test_inplace_grad_squeeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.013s) 2022-05-18T06:21:13.1685470Z test_inplace_grad_stack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.1703460Z test_inplace_grad_stack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.1722330Z test_inplace_grad_std_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.1740870Z test_inplace_grad_std_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.1759840Z test_inplace_grad_std_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:13.1777920Z test_inplace_grad_std_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.1796440Z test_inplace_grad_stft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.1814680Z test_inplace_grad_stft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.2702390Z test_inplace_grad_sub_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.089s) 2022-05-18T06:21:13.2899210Z test_inplace_grad_sub_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:21:13.2917320Z test_inplace_grad_sum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.2936050Z test_inplace_grad_sum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.2954440Z test_inplace_grad_sum_to_size_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.2972340Z test_inplace_grad_sum_to_size_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.2991650Z test_inplace_grad_svd_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3010040Z test_inplace_grad_svd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3029130Z test_inplace_grad_svd_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3048080Z test_inplace_grad_symeig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3066950Z test_inplace_grad_symeig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3297600Z test_inplace_grad_t_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:21:13.3363680Z test_inplace_grad_t_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:13.3382230Z test_inplace_grad_take_along_dim_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3400530Z test_inplace_grad_take_along_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3419050Z test_inplace_grad_take_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3437730Z test_inplace_grad_take_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3547810Z test_inplace_grad_tan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:13.3586970Z test_inplace_grad_tan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:13.3694300Z test_inplace_grad_tanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:13.3730930Z test_inplace_grad_tanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:13.3749310Z test_inplace_grad_tensor_split_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3767810Z test_inplace_grad_tensor_split_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3786260Z test_inplace_grad_tensordot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3804550Z test_inplace_grad_tensordot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3823530Z test_inplace_grad_tile_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3841470Z test_inplace_grad_tile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3860340Z test_inplace_grad_to_sparse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:13.3878600Z test_inplace_grad_to_sparse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3897240Z test_inplace_grad_topk_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3915990Z test_inplace_grad_trace_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.3934500Z test_inplace_grad_trace_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.4555920Z test_inplace_grad_transpose_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.062s) 2022-05-18T06:21:13.4710340Z test_inplace_grad_transpose_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.015s) 2022-05-18T06:21:13.4728670Z test_inplace_grad_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.4747220Z test_inplace_grad_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.4765680Z test_inplace_grad_trapz_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.4784110Z test_inplace_grad_trapz_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.4802270Z test_inplace_grad_triangular_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.4820430Z test_inplace_grad_triangular_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.5260450Z test_inplace_grad_tril_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:21:13.5373930Z test_inplace_grad_tril_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:13.5803360Z test_inplace_grad_triu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:21:13.5913980Z test_inplace_grad_triu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.011s) 2022-05-18T06:21:13.6624630Z test_inplace_grad_true_divide_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.071s) 2022-05-18T06:21:13.6793020Z test_inplace_grad_true_divide_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:21:13.6830760Z test_inplace_grad_trunc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.004s) 2022-05-18T06:21:13.6849430Z test_inplace_grad_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.6867770Z test_inplace_grad_unfold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.6886580Z test_inplace_grad_unique_consecutive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:13.6906070Z test_inplace_grad_unique_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:13.7607630Z test_inplace_grad_unsqueeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.070s) 2022-05-18T06:21:13.7776370Z test_inplace_grad_unsqueeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:21:13.7795150Z test_inplace_grad_var_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.7813150Z test_inplace_grad_var_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.7832040Z test_inplace_grad_var_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:13.7849960Z test_inplace_grad_var_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.7868480Z test_inplace_grad_vdot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.7886970Z test_inplace_grad_vdot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.7905410Z test_inplace_grad_view_as_complex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.7923860Z test_inplace_grad_view_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.7942250Z test_inplace_grad_view_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.7960820Z test_inplace_grad_view_as_real_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.7979470Z test_inplace_grad_view_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.8004520Z test_inplace_grad_view_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.8016020Z test_inplace_grad_vsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.8034520Z test_inplace_grad_vsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.8052730Z test_inplace_grad_vstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.8071620Z test_inplace_grad_vstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.8089820Z test_inplace_grad_where_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.8108220Z test_inplace_grad_where_cpu_float64 (__main__.TestGradientsCPU) ... skip: Op has no inplace variant! (0.002s) 2022-05-18T06:21:13.8120690Z test_inplace_grad_xlogy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:13.8369200Z test_inplace_grad_zero__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:21:13.8438620Z test_inplace_grad_zero__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:13.8457630Z test_inplace_grad_zeros_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:13.8475750Z test_inplace_grad_zeros_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:13.8489010Z test_inplace_gradgrad_H_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8502450Z test_inplace_gradgrad_H_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8515680Z test_inplace_gradgrad_T_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8528990Z test_inplace_gradgrad_T_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8542200Z test_inplace_gradgrad___getitem___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8555170Z test_inplace_gradgrad___getitem___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8568620Z test_inplace_gradgrad___radd___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8581640Z test_inplace_gradgrad___radd___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8595040Z test_inplace_gradgrad___rdiv___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8608120Z test_inplace_gradgrad___rdiv___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8621680Z test_inplace_gradgrad___rmatmul___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8635050Z test_inplace_gradgrad___rmatmul___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8648170Z test_inplace_gradgrad___rmod___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8661790Z test_inplace_gradgrad___rmul___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8674680Z test_inplace_gradgrad___rmul___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8681930Z test_inplace_gradgrad___rpow___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:13.8689290Z test_inplace_gradgrad___rpow___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:21:13.8702350Z test_inplace_gradgrad___rsub___cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8715650Z test_inplace_gradgrad___rsub___cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8728770Z test_inplace_gradgrad__masked_amax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8742250Z test_inplace_gradgrad__masked_amin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8755720Z test_inplace_gradgrad__masked_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:13.8768930Z test_inplace_gradgrad__masked_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:13.8782000Z test_inplace_gradgrad__masked_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8795130Z test_inplace_gradgrad__masked_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8808550Z test_inplace_gradgrad__masked_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8821680Z test_inplace_gradgrad__masked_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8834710Z test_inplace_gradgrad__masked_normalize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8848370Z test_inplace_gradgrad__masked_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8861660Z test_inplace_gradgrad__masked_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8874810Z test_inplace_gradgrad__masked_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8888250Z test_inplace_gradgrad__masked_softmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8901620Z test_inplace_gradgrad__masked_std_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8915030Z test_inplace_gradgrad__masked_std_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8930290Z test_inplace_gradgrad__masked_sum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8943510Z test_inplace_gradgrad__masked_sum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.8961430Z test_inplace_gradgrad__masked_var_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:21:13.8974410Z test_inplace_gradgrad__masked_var_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:13.9044180Z test_inplace_gradgrad_abs_cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.007s) 2022-05-18T06:21:13.9127100Z test_inplace_gradgrad_abs_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:21:14.0265310Z test_inplace_gradgrad_acos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.114s) 2022-05-18T06:21:14.0486880Z test_inplace_gradgrad_acos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:21:14.0500430Z test_inplace_gradgrad_acosh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:14.0513840Z test_inplace_gradgrad_acosh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:14.4796060Z test_inplace_gradgrad_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.428s) 2022-05-18T06:21:14.5656900Z test_inplace_gradgrad_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.086s) 2022-05-18T06:21:15.1105510Z test_inplace_gradgrad_addbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.545s) 2022-05-18T06:21:15.1624510Z test_inplace_gradgrad_addbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:21:15.8901660Z test_inplace_gradgrad_addcdiv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.728s) 2022-05-18T06:21:16.0280220Z test_inplace_gradgrad_addcdiv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.138s) 2022-05-18T06:21:16.7278830Z test_inplace_gradgrad_addcmul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.700s) 2022-05-18T06:21:16.8558780Z test_inplace_gradgrad_addcmul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.128s) 2022-05-18T06:21:17.2374910Z test_inplace_gradgrad_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.382s) 2022-05-18T06:21:17.2628910Z test_inplace_gradgrad_addmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:21:17.6327240Z test_inplace_gradgrad_addmm_decomposed_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.370s) 2022-05-18T06:21:17.6558310Z test_inplace_gradgrad_addmm_decomposed_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.023s) 2022-05-18T06:21:17.9002350Z test_inplace_gradgrad_addmv_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.244s) 2022-05-18T06:21:17.9465640Z test_inplace_gradgrad_addmv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:21:18.1882770Z test_inplace_gradgrad_addr_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.242s) 2022-05-18T06:21:18.2525910Z test_inplace_gradgrad_addr_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.062s) 2022-05-18T06:21:18.2614430Z test_inplace_gradgrad_all_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:18.2615950Z test_inplace_gradgrad_all_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:18.2618740Z test_inplace_gradgrad_allclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:18.2620120Z test_inplace_gradgrad_allclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.003s) 2022-05-18T06:21:18.2621320Z test_inplace_gradgrad_amax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:21:18.2629930Z test_inplace_gradgrad_amin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:18.2655840Z test_inplace_gradgrad_aminmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:18.2669720Z test_inplace_gradgrad_angle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:21:18.2690510Z test_inplace_gradgrad_angle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:21:18.2779340Z test_inplace_gradgrad_any_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:18.2781170Z test_inplace_gradgrad_any_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:18.2782850Z test_inplace_gradgrad_argmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:18.2784270Z test_inplace_gradgrad_argmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:18.2791850Z test_inplace_gradgrad_argsort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:18.2809790Z test_inplace_gradgrad_argwhere_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:18.2825100Z test_inplace_gradgrad_argwhere_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:21:18.4777800Z test_inplace_gradgrad_as_strided_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.195s) 2022-05-18T06:21:18.5138810Z test_inplace_gradgrad_as_strided_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.036s) 2022-05-18T06:21:18.5643040Z test_inplace_gradgrad_asin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:21:18.5742120Z test_inplace_gradgrad_asin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:21:18.5757350Z test_inplace_gradgrad_asinh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:21:18.5771000Z test_inplace_gradgrad_asinh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:18.6648040Z test_inplace_gradgrad_atan2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.088s) 2022-05-18T06:21:18.7108470Z test_inplace_gradgrad_atan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:21:18.7204120Z test_inplace_gradgrad_atan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:21:18.7219490Z test_inplace_gradgrad_atanh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:21:18.7233040Z test_inplace_gradgrad_atanh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:18.7246620Z test_inplace_gradgrad_atleast_1d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:18.7260050Z test_inplace_gradgrad_atleast_1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:18.7273570Z test_inplace_gradgrad_atleast_2d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:18.7287100Z test_inplace_gradgrad_atleast_2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:18.7300560Z test_inplace_gradgrad_atleast_3d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:18.7314620Z test_inplace_gradgrad_atleast_3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.3978970Z test_inplace_gradgrad_baddbmm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.666s) 2022-05-18T06:21:19.4475170Z test_inplace_gradgrad_baddbmm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:21:19.4490610Z test_inplace_gradgrad_bernoulli_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4503840Z test_inplace_gradgrad_bfloat16_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4517320Z test_inplace_gradgrad_bfloat16_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4530890Z test_inplace_gradgrad_block_diag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4544340Z test_inplace_gradgrad_block_diag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4557800Z test_inplace_gradgrad_bmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4571250Z test_inplace_gradgrad_bmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4584980Z test_inplace_gradgrad_bool_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:19.4597860Z test_inplace_gradgrad_bool_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:19.4611020Z test_inplace_gradgrad_broadcast_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4624720Z test_inplace_gradgrad_broadcast_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4639170Z test_inplace_gradgrad_broadcast_to_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4653010Z test_inplace_gradgrad_broadcast_to_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4667420Z test_inplace_gradgrad_bucketize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:19.4681390Z test_inplace_gradgrad_byte_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:19.4695280Z test_inplace_gradgrad_byte_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:19.4709150Z test_inplace_gradgrad_cartesian_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4723240Z test_inplace_gradgrad_cartesian_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4736900Z test_inplace_gradgrad_cat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4750730Z test_inplace_gradgrad_cat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4764110Z test_inplace_gradgrad_cdist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4823640Z test_inplace_gradgrad_ceil_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:21:19.4836920Z test_inplace_gradgrad_chalf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4850810Z test_inplace_gradgrad_chalf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4864850Z test_inplace_gradgrad_char_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:19.4878400Z test_inplace_gradgrad_char_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:19.4892350Z test_inplace_gradgrad_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4905990Z test_inplace_gradgrad_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4919760Z test_inplace_gradgrad_cholesky_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4933730Z test_inplace_gradgrad_cholesky_inverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4949980Z test_inplace_gradgrad_cholesky_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:21:19.4963490Z test_inplace_gradgrad_cholesky_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4977550Z test_inplace_gradgrad_chunk_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.4991360Z test_inplace_gradgrad_chunk_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.5588310Z test_inplace_gradgrad_clamp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.060s) 2022-05-18T06:21:19.6046970Z test_inplace_gradgrad_clamp_scalar_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:21:19.6061080Z test_inplace_gradgrad_clone_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.6074230Z test_inplace_gradgrad_clone_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.6087770Z test_inplace_gradgrad_column_stack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.6101250Z test_inplace_gradgrad_column_stack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.6114860Z test_inplace_gradgrad_combinations_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.6128380Z test_inplace_gradgrad_combinations_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.6141800Z test_inplace_gradgrad_complex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.6155460Z test_inplace_gradgrad_conj_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.6168900Z test_inplace_gradgrad_conj_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.6504770Z test_inplace_gradgrad_conj_physical_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:21:19.6578640Z test_inplace_gradgrad_conj_physical_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:21:19.6592580Z test_inplace_gradgrad_contiguous_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.6606060Z test_inplace_gradgrad_contiguous_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.7125740Z test_inplace_gradgrad_copysign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.052s) 2022-05-18T06:21:19.7141100Z test_inplace_gradgrad_corrcoef_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:21:19.7154230Z test_inplace_gradgrad_corrcoef_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.8203260Z test_inplace_gradgrad_cos_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.105s) 2022-05-18T06:21:19.8404200Z test_inplace_gradgrad_cos_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:21:19.9416850Z test_inplace_gradgrad_cosh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.101s) 2022-05-18T06:21:19.9611270Z test_inplace_gradgrad_cosh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:21:19.9625070Z test_inplace_gradgrad_count_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:19.9638120Z test_inplace_gradgrad_count_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:21:19.9651560Z test_inplace_gradgrad_cov_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.9664630Z test_inplace_gradgrad_cov_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.9677930Z test_inplace_gradgrad_cross_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.9691150Z test_inplace_gradgrad_cross_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.9704160Z test_inplace_gradgrad_cummax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:21:19.9717990Z test_inplace_gradgrad_cummin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:08.1218800Z test_inplace_gradgrad_cumprod_cpu_complex128 (__main__.TestGradientsCPU) ... ok (48.150s) 2022-05-18T06:22:14.9175370Z test_inplace_gradgrad_cumprod_cpu_float64 (__main__.TestGradientsCPU) ... ok (6.796s) 2022-05-18T06:22:15.0513470Z test_inplace_gradgrad_cumsum_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.134s) 2022-05-18T06:22:15.0786490Z test_inplace_gradgrad_cumsum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.027s) 2022-05-18T06:22:15.0800840Z test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.0814380Z test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.0994870Z test_inplace_gradgrad_deg2rad_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.018s) 2022-05-18T06:22:15.1009130Z test_inplace_gradgrad_diag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1023190Z test_inplace_gradgrad_diag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1035870Z test_inplace_gradgrad_diag_embed_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1049200Z test_inplace_gradgrad_diag_embed_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1062570Z test_inplace_gradgrad_diagflat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1075980Z test_inplace_gradgrad_diagflat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1089190Z test_inplace_gradgrad_diagonal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1102450Z test_inplace_gradgrad_diagonal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1117460Z test_inplace_gradgrad_diagonal_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1130690Z test_inplace_gradgrad_diff_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1143950Z test_inplace_gradgrad_diff_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1338470Z test_inplace_gradgrad_digamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:22:15.1352410Z test_inplace_gradgrad_dist_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1365690Z test_inplace_gradgrad_dist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.1771610Z test_inplace_gradgrad_div_floor_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:22:15.5695270Z test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.392s) 2022-05-18T06:22:15.6448630Z test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.075s) 2022-05-18T06:22:15.6850670Z test_inplace_gradgrad_div_trunc_rounding_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.040s) 2022-05-18T06:22:15.6865210Z test_inplace_gradgrad_dot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.6878620Z test_inplace_gradgrad_dot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.6892500Z test_inplace_gradgrad_double_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.6905730Z test_inplace_gradgrad_double_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.6919020Z test_inplace_gradgrad_dsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.6932190Z test_inplace_gradgrad_dsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.6945540Z test_inplace_gradgrad_dstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.6958790Z test_inplace_gradgrad_dstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.6972570Z test_inplace_gradgrad_eig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.6985560Z test_inplace_gradgrad_eig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.6998870Z test_inplace_gradgrad_einsum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.7012290Z test_inplace_gradgrad_einsum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.7025840Z test_inplace_gradgrad_empty_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:15.7038850Z test_inplace_gradgrad_empty_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:15.7052160Z test_inplace_gradgrad_eq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:15.7065350Z test_inplace_gradgrad_eq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:15.7156010Z test_inplace_gradgrad_erf_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:22:15.7371140Z test_inplace_gradgrad_erfc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:22:15.7476860Z test_inplace_gradgrad_erfinv_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.010s) 2022-05-18T06:22:15.7670810Z test_inplace_gradgrad_exp2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:22:15.8639330Z test_inplace_gradgrad_exp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.097s) 2022-05-18T06:22:15.8827890Z test_inplace_gradgrad_exp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:22:15.8842070Z test_inplace_gradgrad_expand_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.8855610Z test_inplace_gradgrad_expand_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.8868960Z test_inplace_gradgrad_expand_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.8882490Z test_inplace_gradgrad_expand_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.8966250Z test_inplace_gradgrad_expm1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:22:15.8980730Z test_inplace_gradgrad_fft_fft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.8994060Z test_inplace_gradgrad_fft_fft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9007440Z test_inplace_gradgrad_fft_fft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9020910Z test_inplace_gradgrad_fft_fft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9034380Z test_inplace_gradgrad_fft_fftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9047960Z test_inplace_gradgrad_fft_fftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9061720Z test_inplace_gradgrad_fft_fftshift_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9074710Z test_inplace_gradgrad_fft_fftshift_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9088070Z test_inplace_gradgrad_fft_hfft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9101400Z test_inplace_gradgrad_fft_hfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9117880Z test_inplace_gradgrad_fft_hfft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:22:15.9135150Z test_inplace_gradgrad_fft_hfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:22:15.9148490Z test_inplace_gradgrad_fft_hfftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9161640Z test_inplace_gradgrad_fft_hfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9174890Z test_inplace_gradgrad_fft_ifft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9188150Z test_inplace_gradgrad_fft_ifft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9201470Z test_inplace_gradgrad_fft_ifft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9214960Z test_inplace_gradgrad_fft_ifft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9228320Z test_inplace_gradgrad_fft_ifftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9241520Z test_inplace_gradgrad_fft_ifftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9254820Z test_inplace_gradgrad_fft_ifftshift_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9267910Z test_inplace_gradgrad_fft_ifftshift_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9281170Z test_inplace_gradgrad_fft_ihfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9294430Z test_inplace_gradgrad_fft_ihfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9307620Z test_inplace_gradgrad_fft_ihfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9321080Z test_inplace_gradgrad_fft_irfft2_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9334440Z test_inplace_gradgrad_fft_irfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9347720Z test_inplace_gradgrad_fft_irfft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9360980Z test_inplace_gradgrad_fft_irfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9374280Z test_inplace_gradgrad_fft_irfftn_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9387840Z test_inplace_gradgrad_fft_irfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9401660Z test_inplace_gradgrad_fft_rfft2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9415460Z test_inplace_gradgrad_fft_rfft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:15.9428870Z test_inplace_gradgrad_fft_rfftn_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.1190390Z test_inplace_gradgrad_fill__cpu_complex128 (__main__.TestGradientsCPU) ... expected failure (0.176s) 2022-05-18T06:22:16.1944730Z test_inplace_gradgrad_fill__cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.075s) 2022-05-18T06:22:16.1963310Z test_inplace_gradgrad_flatten_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.1976740Z test_inplace_gradgrad_flatten_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.1989910Z test_inplace_gradgrad_flip_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.2003190Z test_inplace_gradgrad_flip_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.2016730Z test_inplace_gradgrad_fliplr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.2029970Z test_inplace_gradgrad_fliplr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.2043370Z test_inplace_gradgrad_flipud_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.2056800Z test_inplace_gradgrad_flipud_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.2070100Z test_inplace_gradgrad_float_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.2083510Z test_inplace_gradgrad_float_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.7524190Z test_inplace_gradgrad_float_power_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.544s) 2022-05-18T06:22:16.8525970Z test_inplace_gradgrad_float_power_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.100s) 2022-05-18T06:22:16.8585820Z test_inplace_gradgrad_floor_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:22:16.8599710Z test_inplace_gradgrad_floor_divide_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:16.8612710Z test_inplace_gradgrad_fmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.8625990Z test_inplace_gradgrad_fmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.9309880Z test_inplace_gradgrad_fmod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:22:16.9479030Z test_inplace_gradgrad_frac_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:22:16.9492700Z test_inplace_gradgrad_frexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.9506920Z test_inplace_gradgrad_full_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:16.9519720Z test_inplace_gradgrad_full_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:16.9532690Z test_inplace_gradgrad_gather_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.9546010Z test_inplace_gradgrad_gather_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.9559710Z test_inplace_gradgrad_ge_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:16.9573220Z test_inplace_gradgrad_geqrf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:16.9586530Z test_inplace_gradgrad_geqrf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:16.9599550Z test_inplace_gradgrad_gradient_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.9612960Z test_inplace_gradgrad_gradient_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.9626580Z test_inplace_gradgrad_gt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:16.9639420Z test_inplace_gradgrad_half_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.9652820Z test_inplace_gradgrad_half_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.9666130Z test_inplace_gradgrad_heaviside_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:16.9679310Z test_inplace_gradgrad_histc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:16.9692470Z test_inplace_gradgrad_histogram_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:16.9713440Z test_inplace_gradgrad_histogramdd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:16.9718590Z test_inplace_gradgrad_hsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.9731870Z test_inplace_gradgrad_hsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.9745280Z test_inplace_gradgrad_hstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:16.9758540Z test_inplace_gradgrad_hstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:17.0525990Z test_inplace_gradgrad_hypot_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.077s) 2022-05-18T06:22:17.0740240Z test_inplace_gradgrad_i0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:22:17.0754860Z test_inplace_gradgrad_igamma_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:17.0768280Z test_inplace_gradgrad_igammac_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:17.0782000Z test_inplace_gradgrad_imag_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:17.6578270Z test_inplace_gradgrad_index_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.580s) 2022-05-18T06:22:17.7712170Z test_inplace_gradgrad_index_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.113s) 2022-05-18T06:22:17.9679630Z test_inplace_gradgrad_index_copy_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.197s) 2022-05-18T06:22:18.0068060Z test_inplace_gradgrad_index_copy_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:22:18.1035010Z test_inplace_gradgrad_index_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.097s) 2022-05-18T06:22:18.1232890Z test_inplace_gradgrad_index_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:22:18.4125050Z test_inplace_gradgrad_index_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.289s) 2022-05-18T06:22:18.4702490Z test_inplace_gradgrad_index_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.058s) 2022-05-18T06:22:19.0882410Z test_inplace_gradgrad_index_reduce_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.618s) 2022-05-18T06:22:19.0897520Z test_inplace_gradgrad_index_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.0910930Z test_inplace_gradgrad_index_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.0926140Z test_inplace_gradgrad_inner_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.0939640Z test_inplace_gradgrad_inner_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.0958590Z test_inplace_gradgrad_int_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.002s) 2022-05-18T06:22:19.0971730Z test_inplace_gradgrad_int_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.0984810Z test_inplace_gradgrad_inverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.0998210Z test_inplace_gradgrad_inverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.1011820Z test_inplace_gradgrad_isclose_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1025150Z test_inplace_gradgrad_isclose_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1038390Z test_inplace_gradgrad_isfinite_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1051640Z test_inplace_gradgrad_isfinite_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1064790Z test_inplace_gradgrad_isin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1077980Z test_inplace_gradgrad_isinf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1091060Z test_inplace_gradgrad_isinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1104300Z test_inplace_gradgrad_isnan_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1117640Z test_inplace_gradgrad_isnan_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1132010Z test_inplace_gradgrad_isneginf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1145210Z test_inplace_gradgrad_isposinf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1158630Z test_inplace_gradgrad_isreal_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1171900Z test_inplace_gradgrad_isreal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:19.1185200Z test_inplace_gradgrad_istft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.1198580Z test_inplace_gradgrad_istft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.1211830Z test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:22:19.1225190Z test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:22:19.1239090Z test_inplace_gradgrad_jiterator_binary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:22:19.1252570Z test_inplace_gradgrad_jiterator_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:22:19.1265650Z test_inplace_gradgrad_jiterator_unary_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:22:19.1278870Z test_inplace_gradgrad_jiterator_unary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:22:19.1292130Z test_inplace_gradgrad_kron_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.1305540Z test_inplace_gradgrad_kron_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.1318890Z test_inplace_gradgrad_kthvalue_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.1332430Z test_inplace_gradgrad_ldexp_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.1345910Z test_inplace_gradgrad_ldexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:19.1359260Z test_inplace_gradgrad_le_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.2542260Z test_inplace_gradgrad_lerp_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.118s) 2022-05-18T06:22:20.3696570Z test_inplace_gradgrad_lerp_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.115s) 2022-05-18T06:22:20.3890320Z test_inplace_gradgrad_lgamma_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:22:20.3904400Z test_inplace_gradgrad_linalg_cholesky_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.3917650Z test_inplace_gradgrad_linalg_cholesky_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.3931150Z test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.3944290Z test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.3958880Z test_inplace_gradgrad_linalg_cond_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.3972130Z test_inplace_gradgrad_linalg_cond_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.3985930Z test_inplace_gradgrad_linalg_cross_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.3999360Z test_inplace_gradgrad_linalg_cross_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4012610Z test_inplace_gradgrad_linalg_det_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4026070Z test_inplace_gradgrad_linalg_det_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4039170Z test_inplace_gradgrad_linalg_det_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4052820Z test_inplace_gradgrad_linalg_det_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4066350Z test_inplace_gradgrad_linalg_eig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4079940Z test_inplace_gradgrad_linalg_eig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4093670Z test_inplace_gradgrad_linalg_eigh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4107160Z test_inplace_gradgrad_linalg_eigh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4120690Z test_inplace_gradgrad_linalg_eigvals_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4133730Z test_inplace_gradgrad_linalg_eigvals_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4147190Z test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4160230Z test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4173740Z test_inplace_gradgrad_linalg_householder_product_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4187000Z test_inplace_gradgrad_linalg_householder_product_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4199970Z test_inplace_gradgrad_linalg_inv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4213670Z test_inplace_gradgrad_linalg_inv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4226890Z test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4240540Z test_inplace_gradgrad_linalg_inv_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4254700Z test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.4267750Z test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.4281420Z test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.4294860Z test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.4308260Z test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.4321800Z test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.4328960Z test_inplace_gradgrad_linalg_lstsq_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:20.4339940Z test_inplace_gradgrad_linalg_lstsq_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:20.4349890Z test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4364260Z test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4377480Z test_inplace_gradgrad_linalg_lu_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4391600Z test_inplace_gradgrad_linalg_lu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4405020Z test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4418400Z test_inplace_gradgrad_linalg_lu_factor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4431240Z test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4444610Z test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4458290Z test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4471970Z test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4485810Z test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4499380Z test_inplace_gradgrad_linalg_matrix_power_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4513140Z test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.4526120Z test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.4539380Z test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.4552910Z test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.4565680Z test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4578960Z test_inplace_gradgrad_linalg_multi_dot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4592200Z test_inplace_gradgrad_linalg_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4605570Z test_inplace_gradgrad_linalg_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4618960Z test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4632460Z test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4645730Z test_inplace_gradgrad_linalg_pinv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4659020Z test_inplace_gradgrad_linalg_pinv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4672460Z test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4685540Z test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4698320Z test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:22:20.4711560Z test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 (__main__.TestGradientsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:22:20.4724860Z test_inplace_gradgrad_linalg_qr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4738040Z test_inplace_gradgrad_linalg_qr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4751330Z test_inplace_gradgrad_linalg_slogdet_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4764840Z test_inplace_gradgrad_linalg_slogdet_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4778410Z test_inplace_gradgrad_linalg_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4791730Z test_inplace_gradgrad_linalg_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4804890Z test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4818110Z test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4831790Z test_inplace_gradgrad_linalg_svd_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4845820Z test_inplace_gradgrad_linalg_svd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4859340Z test_inplace_gradgrad_linalg_svdvals_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4873050Z test_inplace_gradgrad_linalg_svdvals_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4886350Z test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4899610Z test_inplace_gradgrad_linalg_tensorinv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4912960Z test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4926270Z test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4939360Z test_inplace_gradgrad_linalg_vander_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4952420Z test_inplace_gradgrad_linalg_vander_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4965530Z test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.4978510Z test_inplace_gradgrad_linalg_vector_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.6003220Z test_inplace_gradgrad_log10_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.102s) 2022-05-18T06:22:20.6197140Z test_inplace_gradgrad_log10_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:22:20.6279180Z test_inplace_gradgrad_log1p_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:22:20.7315130Z test_inplace_gradgrad_log2_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.103s) 2022-05-18T06:22:20.7509240Z test_inplace_gradgrad_log2_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:22:20.8483660Z test_inplace_gradgrad_log_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.097s) 2022-05-18T06:22:20.8669900Z test_inplace_gradgrad_log_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:22:20.8683860Z test_inplace_gradgrad_log_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.8697770Z test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.8711730Z test_inplace_gradgrad_log_softmax_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.8725610Z test_inplace_gradgrad_logaddexp2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.8739430Z test_inplace_gradgrad_logaddexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.8753010Z test_inplace_gradgrad_logcumsumexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.8766760Z test_inplace_gradgrad_logdet_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.8781270Z test_inplace_gradgrad_logical_and_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.8794050Z test_inplace_gradgrad_logical_and_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.8807820Z test_inplace_gradgrad_logical_not_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.8821490Z test_inplace_gradgrad_logical_not_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.8835100Z test_inplace_gradgrad_logical_or_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.8848880Z test_inplace_gradgrad_logical_or_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.8862470Z test_inplace_gradgrad_logical_xor_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.8876330Z test_inplace_gradgrad_logical_xor_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.9188560Z test_inplace_gradgrad_logit_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.031s) 2022-05-18T06:22:20.9203760Z test_inplace_gradgrad_logsumexp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.9218240Z test_inplace_gradgrad_long_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.9231450Z test_inplace_gradgrad_long_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.9245310Z test_inplace_gradgrad_lt_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:20.9258280Z test_inplace_gradgrad_lu_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.9271990Z test_inplace_gradgrad_lu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.9285510Z test_inplace_gradgrad_lu_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.9299370Z test_inplace_gradgrad_lu_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.9313460Z test_inplace_gradgrad_lu_unpack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.9327130Z test_inplace_gradgrad_lu_unpack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.9341000Z test_inplace_gradgrad_mH_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.9354500Z test_inplace_gradgrad_mH_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.9367720Z test_inplace_gradgrad_mT_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:20.9381300Z test_inplace_gradgrad_mT_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.1931660Z test_inplace_gradgrad_masked_fill_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.255s) 2022-05-18T06:22:21.2444140Z test_inplace_gradgrad_masked_fill_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.051s) 2022-05-18T06:22:21.4544950Z test_inplace_gradgrad_masked_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.210s) 2022-05-18T06:22:21.4970330Z test_inplace_gradgrad_masked_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.042s) 2022-05-18T06:22:21.4985000Z test_inplace_gradgrad_masked_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.4997800Z test_inplace_gradgrad_masked_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5010680Z test_inplace_gradgrad_matmul_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5023540Z test_inplace_gradgrad_matmul_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5036710Z test_inplace_gradgrad_matrix_exp_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5049600Z test_inplace_gradgrad_matrix_exp_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5062450Z test_inplace_gradgrad_max_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5075370Z test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5088140Z test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5101330Z test_inplace_gradgrad_maximum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5118280Z test_inplace_gradgrad_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:22:21.5132370Z test_inplace_gradgrad_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5146190Z test_inplace_gradgrad_median_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5159800Z test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5173770Z test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5187580Z test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5200870Z test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5214790Z test_inplace_gradgrad_min_binary_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5228180Z test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5242060Z test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5256070Z test_inplace_gradgrad_minimum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5269370Z test_inplace_gradgrad_mm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5282910Z test_inplace_gradgrad_mm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5296870Z test_inplace_gradgrad_mode_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5310120Z test_inplace_gradgrad_movedim_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.5327070Z test_inplace_gradgrad_movedim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:22:21.5341550Z test_inplace_gradgrad_msort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.8866750Z test_inplace_gradgrad_mul_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.352s) 2022-05-18T06:22:21.9536780Z test_inplace_gradgrad_mul_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.067s) 2022-05-18T06:22:21.9551680Z test_inplace_gradgrad_multinomial_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:21.9564560Z test_inplace_gradgrad_mv_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:21.9577610Z test_inplace_gradgrad_mv_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.0350310Z test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.077s) 2022-05-18T06:22:22.0357760Z test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:22.0364870Z test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:22.0558620Z test_inplace_gradgrad_nan_to_num_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:22:22.0581200Z test_inplace_gradgrad_nanmean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:22:22.0594500Z test_inplace_gradgrad_nanmedian_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.0607800Z test_inplace_gradgrad_nanquantile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.0621070Z test_inplace_gradgrad_nansum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.0634410Z test_inplace_gradgrad_narrow_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.0648310Z test_inplace_gradgrad_narrow_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.0661870Z test_inplace_gradgrad_ne_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:22.0675010Z test_inplace_gradgrad_ne_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:22.0998790Z test_inplace_gradgrad_neg_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.032s) 2022-05-18T06:22:22.1070790Z test_inplace_gradgrad_neg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.007s) 2022-05-18T06:22:22.1085000Z test_inplace_gradgrad_new_empty_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:22.1097820Z test_inplace_gradgrad_new_empty_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:22.1110950Z test_inplace_gradgrad_new_full_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:22.1124100Z test_inplace_gradgrad_new_full_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:22.1137100Z test_inplace_gradgrad_new_ones_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:22.1150520Z test_inplace_gradgrad_new_ones_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:22.1163670Z test_inplace_gradgrad_new_zeros_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:22.1176950Z test_inplace_gradgrad_new_zeros_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:22.1189770Z test_inplace_gradgrad_nextafter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:22.1202970Z test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1216260Z test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1229170Z test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1242470Z test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1255460Z test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1268350Z test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1281270Z test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1294320Z test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1307430Z test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1320800Z test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1333670Z test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1347080Z test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1360560Z test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1563780Z test_inplace_gradgrad_nn_functional_celu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:22:22.1580880Z test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1592030Z test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1606470Z test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1619810Z test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1633060Z test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1646390Z test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1659530Z test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1672850Z test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1686240Z test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1699600Z test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.1712930Z test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.4378180Z test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.266s) 2022-05-18T06:22:22.8122550Z test_inplace_gradgrad_nn_functional_dropout_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.374s) 2022-05-18T06:22:22.8333290Z test_inplace_gradgrad_nn_functional_elu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:22:22.8347000Z test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.8360160Z test_inplace_gradgrad_nn_functional_embedding_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:22.9880590Z test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.152s) 2022-05-18T06:22:24.1360300Z test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.148s) 2022-05-18T06:22:24.3289340Z test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.193s) 2022-05-18T06:22:24.3303420Z test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3316870Z test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3330030Z test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3343760Z test_inplace_gradgrad_nn_functional_gelu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3356620Z test_inplace_gradgrad_nn_functional_glu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3370010Z test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3383310Z test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3396530Z test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3429960Z test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... expected failure (0.003s) 2022-05-18T06:22:24.3444040Z test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3456880Z test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3469800Z test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3483180Z test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3496030Z test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3509340Z test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3522630Z test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3535440Z test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3548680Z test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3561680Z test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3575040Z test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3587820Z test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3601050Z test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:24.3613940Z test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3626780Z test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3640210Z test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3653140Z test_inplace_gradgrad_nn_functional_linear_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3666450Z test_inplace_gradgrad_nn_functional_linear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3679780Z test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3693020Z test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3706360Z test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3719650Z test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3732860Z test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3746290Z test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3759220Z test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3772330Z test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3786770Z test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3800350Z test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3813870Z test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.3827130Z test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4082220Z test_inplace_gradgrad_nn_functional_mish_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.025s) 2022-05-18T06:22:24.4095640Z test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4108700Z test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4121760Z test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4135050Z test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4148210Z test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4161350Z test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4174910Z test_inplace_gradgrad_nn_functional_normalize_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4187450Z test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4200710Z test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4213740Z test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4226670Z test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4240230Z test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4253910Z test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4267250Z test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4280230Z test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4293300Z test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4306380Z test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4319760Z test_inplace_gradgrad_nn_functional_pdist_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4332580Z test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4345910Z test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4358880Z test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4371890Z test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4384810Z test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4398180Z test_inplace_gradgrad_nn_functional_prelu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4411780Z test_inplace_gradgrad_nn_functional_relu6_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.4425110Z test_inplace_gradgrad_nn_functional_relu_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5046760Z test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.062s) 2022-05-18T06:22:24.5244420Z test_inplace_gradgrad_nn_functional_selu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:22:24.5259090Z test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:24.5478830Z test_inplace_gradgrad_nn_functional_silu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.022s) 2022-05-18T06:22:24.5493780Z test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5507960Z test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5521400Z test_inplace_gradgrad_nn_functional_softmin_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5534640Z test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5548290Z test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5561540Z test_inplace_gradgrad_nn_functional_softplus_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5582600Z test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5588880Z test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5602780Z test_inplace_gradgrad_nn_functional_softsign_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5616530Z test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5630220Z test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5644470Z test_inplace_gradgrad_nn_functional_threshold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5658870Z test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5672550Z test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5687060Z test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5700700Z test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5714410Z test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5727670Z test_inplace_gradgrad_nn_functional_unfold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5741060Z test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5754480Z test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5767330Z test_inplace_gradgrad_nonzero_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:24.5780890Z test_inplace_gradgrad_nonzero_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:24.5793530Z test_inplace_gradgrad_norm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5807060Z test_inplace_gradgrad_norm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5820100Z test_inplace_gradgrad_norm_fro_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5833510Z test_inplace_gradgrad_norm_fro_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5846940Z test_inplace_gradgrad_norm_inf_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5859860Z test_inplace_gradgrad_norm_inf_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5873590Z test_inplace_gradgrad_norm_nuc_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5887180Z test_inplace_gradgrad_norm_nuc_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5895030Z test_inplace_gradgrad_normal_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:22:24.5902550Z test_inplace_gradgrad_normal_number_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Gradients are incorrect! (0.001s) 2022-05-18T06:22:24.5916160Z test_inplace_gradgrad_ones_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:24.5929390Z test_inplace_gradgrad_ones_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:24.5942690Z test_inplace_gradgrad_ormqr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:24.5955660Z test_inplace_gradgrad_ormqr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:24.5968470Z test_inplace_gradgrad_outer_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5982260Z test_inplace_gradgrad_outer_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.5995960Z test_inplace_gradgrad_pca_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.6009460Z test_inplace_gradgrad_permute_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.6022770Z test_inplace_gradgrad_permute_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.6036650Z test_inplace_gradgrad_pinverse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.6050640Z test_inplace_gradgrad_pinverse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.6063770Z test_inplace_gradgrad_polar_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.6724830Z test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:22:24.6732540Z test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:24.6739710Z test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:24.6747090Z test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:24.6754310Z test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:24.6768940Z test_inplace_gradgrad_positive_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.6783410Z test_inplace_gradgrad_positive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.6796910Z test_inplace_gradgrad_pow_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.6810540Z test_inplace_gradgrad_pow_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.6823820Z test_inplace_gradgrad_prod_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:24.6836990Z test_inplace_gradgrad_prod_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:25.9065500Z test_inplace_gradgrad_put_cpu_complex128 (__main__.TestGradientsCPU) ... ok (1.223s) 2022-05-18T06:22:26.1138350Z test_inplace_gradgrad_put_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.207s) 2022-05-18T06:22:26.1153930Z test_inplace_gradgrad_qr_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:22:26.1167130Z test_inplace_gradgrad_qr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.1180030Z test_inplace_gradgrad_quantile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.1355410Z test_inplace_gradgrad_rad2deg_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.017s) 2022-05-18T06:22:26.1369320Z test_inplace_gradgrad_rand_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:26.1382670Z test_inplace_gradgrad_rand_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:26.1395860Z test_inplace_gradgrad_randint_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:26.1409180Z test_inplace_gradgrad_randn_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:26.1422580Z test_inplace_gradgrad_randn_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:26.1435860Z test_inplace_gradgrad_ravel_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.1449660Z test_inplace_gradgrad_ravel_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.1463500Z test_inplace_gradgrad_real_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.1476580Z test_inplace_gradgrad_real_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.2499550Z test_inplace_gradgrad_reciprocal_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.102s) 2022-05-18T06:22:26.2699170Z test_inplace_gradgrad_reciprocal_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:22:26.3384640Z test_inplace_gradgrad_remainder_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.068s) 2022-05-18T06:22:26.5855520Z test_inplace_gradgrad_renorm_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.247s) 2022-05-18T06:22:26.6321340Z test_inplace_gradgrad_renorm_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.046s) 2022-05-18T06:22:26.6336180Z test_inplace_gradgrad_repeat_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6349600Z test_inplace_gradgrad_repeat_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6363160Z test_inplace_gradgrad_repeat_interleave_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6376460Z test_inplace_gradgrad_repeat_interleave_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6390120Z test_inplace_gradgrad_reshape_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6403550Z test_inplace_gradgrad_reshape_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6417000Z test_inplace_gradgrad_reshape_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6430420Z test_inplace_gradgrad_reshape_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6444420Z test_inplace_gradgrad_resize__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:26.6457680Z test_inplace_gradgrad_resize__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:26.6471600Z test_inplace_gradgrad_resize_as__cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:26.6485070Z test_inplace_gradgrad_resize_as__cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:26.6498550Z test_inplace_gradgrad_resolve_conj_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6512270Z test_inplace_gradgrad_resolve_conj_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6525560Z test_inplace_gradgrad_resolve_neg_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6539320Z test_inplace_gradgrad_resolve_neg_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6552750Z test_inplace_gradgrad_roll_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6566580Z test_inplace_gradgrad_roll_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6580180Z test_inplace_gradgrad_rot90_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6593270Z test_inplace_gradgrad_rot90_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.6652300Z test_inplace_gradgrad_round_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:22:26.6794370Z test_inplace_gradgrad_round_decimals_0_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:22:26.6802050Z test_inplace_gradgrad_round_decimals_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:26.6809340Z test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:26.7873660Z test_inplace_gradgrad_rsqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.106s) 2022-05-18T06:22:26.8078470Z test_inplace_gradgrad_rsqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:22:26.8092190Z test_inplace_gradgrad_rsub_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:26.8104960Z test_inplace_gradgrad_rsub_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:27.2453580Z test_inplace_gradgrad_scatter_add_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.435s) 2022-05-18T06:22:27.3296350Z test_inplace_gradgrad_scatter_add_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.084s) 2022-05-18T06:22:27.7992190Z test_inplace_gradgrad_scatter_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.469s) 2022-05-18T06:22:27.8924910Z test_inplace_gradgrad_scatter_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.093s) 2022-05-18T06:22:28.0975060Z test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.205s) 2022-05-18T06:22:28.3025640Z test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.205s) 2022-05-18T06:22:28.5030440Z test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.200s) 2022-05-18T06:22:28.8912290Z test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.388s) 2022-05-18T06:22:29.0790820Z test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.188s) 2022-05-18T06:22:29.0884970Z test_inplace_gradgrad_searchsorted_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.003s) 2022-05-18T06:22:29.0889160Z test_inplace_gradgrad_select_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:22:29.0890420Z test_inplace_gradgrad_select_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:22:29.0891530Z test_inplace_gradgrad_select_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:22:29.1546630Z test_inplace_gradgrad_sgn_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.066s) 2022-05-18T06:22:29.1610100Z test_inplace_gradgrad_sgn_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:22:29.1624950Z test_inplace_gradgrad_short_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:29.1638240Z test_inplace_gradgrad_short_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:29.2622780Z test_inplace_gradgrad_sigmoid_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.098s) 2022-05-18T06:22:29.2823350Z test_inplace_gradgrad_sigmoid_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.020s) 2022-05-18T06:22:29.2887510Z test_inplace_gradgrad_sign_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:22:29.2902180Z test_inplace_gradgrad_signbit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:29.3331560Z test_inplace_gradgrad_sin_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:22:29.3414950Z test_inplace_gradgrad_sin_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:22:29.4808880Z test_inplace_gradgrad_sinc_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.139s) 2022-05-18T06:22:29.5088220Z test_inplace_gradgrad_sinc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.028s) 2022-05-18T06:22:29.5519840Z test_inplace_gradgrad_sinh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:22:29.5603460Z test_inplace_gradgrad_sinh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:22:29.5617520Z test_inplace_gradgrad_slice_scatter_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5631160Z test_inplace_gradgrad_softmax_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5645420Z test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5658810Z test_inplace_gradgrad_softmax_with_dtype_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5672300Z test_inplace_gradgrad_sort_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5685850Z test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5699340Z test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5713000Z test_inplace_gradgrad_special_entr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5726490Z test_inplace_gradgrad_special_erfcx_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5739970Z test_inplace_gradgrad_special_i0e_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5753580Z test_inplace_gradgrad_special_i1_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5767060Z test_inplace_gradgrad_special_i1e_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5780370Z test_inplace_gradgrad_special_log_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5793760Z test_inplace_gradgrad_special_ndtr_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5807370Z test_inplace_gradgrad_special_ndtri_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5820870Z test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5828320Z test_inplace_gradgrad_special_xlog1py_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:29.5842070Z test_inplace_gradgrad_special_zeta_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:29.5854960Z test_inplace_gradgrad_split_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5868060Z test_inplace_gradgrad_split_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5882370Z test_inplace_gradgrad_split_list_args_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5897060Z test_inplace_gradgrad_split_list_args_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5910850Z test_inplace_gradgrad_split_with_sizes_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.5924790Z test_inplace_gradgrad_split_with_sizes_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:29.6333700Z test_inplace_gradgrad_sqrt_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.041s) 2022-05-18T06:22:29.6419970Z test_inplace_gradgrad_sqrt_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:22:29.7496640Z test_inplace_gradgrad_square_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.108s) 2022-05-18T06:22:29.7710080Z test_inplace_gradgrad_square_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.021s) 2022-05-18T06:22:29.9893960Z test_inplace_gradgrad_squeeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.218s) 2022-05-18T06:22:30.0320260Z test_inplace_gradgrad_squeeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.043s) 2022-05-18T06:22:30.0336100Z test_inplace_gradgrad_stack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:22:30.0349430Z test_inplace_gradgrad_stack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.0362860Z test_inplace_gradgrad_std_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.0376280Z test_inplace_gradgrad_std_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.0390070Z test_inplace_gradgrad_std_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:30.0403200Z test_inplace_gradgrad_std_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.0416790Z test_inplace_gradgrad_stft_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.0430510Z test_inplace_gradgrad_stft_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.4919700Z test_inplace_gradgrad_sub_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.449s) 2022-05-18T06:22:30.5800210Z test_inplace_gradgrad_sub_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.088s) 2022-05-18T06:22:30.5816380Z test_inplace_gradgrad_sum_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.002s) 2022-05-18T06:22:30.5829830Z test_inplace_gradgrad_sum_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.5843380Z test_inplace_gradgrad_sum_to_size_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.5857420Z test_inplace_gradgrad_sum_to_size_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.5870970Z test_inplace_gradgrad_svd_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.5885180Z test_inplace_gradgrad_svd_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.5899180Z test_inplace_gradgrad_svd_lowrank_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.5913490Z test_inplace_gradgrad_symeig_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.5927740Z test_inplace_gradgrad_symeig_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.6830010Z test_inplace_gradgrad_t_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.090s) 2022-05-18T06:22:30.7022460Z test_inplace_gradgrad_t_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.019s) 2022-05-18T06:22:30.7037800Z test_inplace_gradgrad_take_along_dim_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.7052190Z test_inplace_gradgrad_take_along_dim_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.7066110Z test_inplace_gradgrad_take_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.7079920Z test_inplace_gradgrad_take_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.7524900Z test_inplace_gradgrad_tan_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.044s) 2022-05-18T06:22:30.7614940Z test_inplace_gradgrad_tan_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.009s) 2022-05-18T06:22:30.8005590Z test_inplace_gradgrad_tanh_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.039s) 2022-05-18T06:22:30.8087380Z test_inplace_gradgrad_tanh_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.008s) 2022-05-18T06:22:30.8101470Z test_inplace_gradgrad_tensor_split_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.8115670Z test_inplace_gradgrad_tensor_split_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.8129090Z test_inplace_gradgrad_tensordot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.8143490Z test_inplace_gradgrad_tensordot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.8157440Z test_inplace_gradgrad_tile_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.8171340Z test_inplace_gradgrad_tile_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.8185490Z test_inplace_gradgrad_to_sparse_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:30.8198630Z test_inplace_gradgrad_to_sparse_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.8212350Z test_inplace_gradgrad_topk_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.8226360Z test_inplace_gradgrad_trace_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:30.8239440Z test_inplace_gradgrad_trace_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:31.0753200Z test_inplace_gradgrad_transpose_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.251s) 2022-05-18T06:22:31.1249690Z test_inplace_gradgrad_transpose_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.050s) 2022-05-18T06:22:31.1264740Z test_inplace_gradgrad_trapezoid_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:31.1277970Z test_inplace_gradgrad_trapezoid_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:31.1291370Z test_inplace_gradgrad_trapz_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:31.1304960Z test_inplace_gradgrad_trapz_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:31.1318440Z test_inplace_gradgrad_triangular_solve_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:31.1331540Z test_inplace_gradgrad_triangular_solve_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:31.3022380Z test_inplace_gradgrad_tril_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.169s) 2022-05-18T06:22:31.3350870Z test_inplace_gradgrad_tril_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:22:31.5023390Z test_inplace_gradgrad_triu_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.167s) 2022-05-18T06:22:31.5351250Z test_inplace_gradgrad_triu_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.033s) 2022-05-18T06:22:31.9336440Z test_inplace_gradgrad_true_divide_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.398s) 2022-05-18T06:22:32.0110430Z test_inplace_gradgrad_true_divide_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.077s) 2022-05-18T06:22:32.0172330Z test_inplace_gradgrad_trunc_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.006s) 2022-05-18T06:22:32.0187250Z test_inplace_gradgrad_unfold_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.0200770Z test_inplace_gradgrad_unfold_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.0214830Z test_inplace_gradgrad_unique_consecutive_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:32.0228040Z test_inplace_gradgrad_unique_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:32.3044180Z test_inplace_gradgrad_unsqueeze_cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.282s) 2022-05-18T06:22:32.3571680Z test_inplace_gradgrad_unsqueeze_cpu_float64 (__main__.TestGradientsCPU) ... ok (0.053s) 2022-05-18T06:22:32.3585840Z test_inplace_gradgrad_var_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3599390Z test_inplace_gradgrad_var_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3613220Z test_inplace_gradgrad_var_mean_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:32.3626020Z test_inplace_gradgrad_var_mean_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3639500Z test_inplace_gradgrad_vdot_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3652550Z test_inplace_gradgrad_vdot_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3665680Z test_inplace_gradgrad_view_as_complex_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3679310Z test_inplace_gradgrad_view_as_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3692720Z test_inplace_gradgrad_view_as_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3706230Z test_inplace_gradgrad_view_as_real_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3719740Z test_inplace_gradgrad_view_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3733160Z test_inplace_gradgrad_view_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3746470Z test_inplace_gradgrad_vsplit_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3759880Z test_inplace_gradgrad_vsplit_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3773080Z test_inplace_gradgrad_vstack_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3786390Z test_inplace_gradgrad_vstack_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3799560Z test_inplace_gradgrad_where_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3812790Z test_inplace_gradgrad_where_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-05-18T06:22:32.3820030Z test_inplace_gradgrad_xlogy_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:22:32.4769820Z test_inplace_gradgrad_zero__cpu_complex128 (__main__.TestGradientsCPU) ... ok (0.095s) 2022-05-18T06:22:32.4914410Z test_inplace_gradgrad_zero__cpu_float64 (__main__.TestGradientsCPU) ... ok (0.014s) 2022-05-18T06:22:32.4928360Z test_inplace_gradgrad_zeros_like_cpu_complex128 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:32.4941270Z test_inplace_gradgrad_zeros_like_cpu_float64 (__main__.TestGradientsCPU) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-05-18T06:22:34.3420290Z 2022-05-18T06:22:34.3421370Z ---------------------------------------------------------------------- 2022-05-18T06:22:34.3421710Z Ran 6904 tests in 1051.968s 2022-05-18T06:22:34.3421860Z 2022-05-18T06:22:34.3421970Z OK (skipped=3543, expected failures=85) 2022-05-18T06:22:34.3422130Z 2022-05-18T06:22:34.3422230Z Generating XML reports... 2022-05-18T06:22:34.3422770Z Generated XML report: test-reports/python-unittest/test_ops_gradients/TEST-TestGradientsCPU-20220518060500.xml 2022-05-18T06:22:35.0032560Z Running test_optim ... [2022-05-18 06:22:35.001999] 2022-05-18T06:22:35.0033220Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:22:35.002945] 2022-05-18T06:22:36.3486820Z 2022-05-18T06:22:36.3487110Z Running tests... 2022-05-18T06:22:36.3487720Z ---------------------------------------------------------------------- 2022-05-18T06:22:36.3488610Z Test results will be stored in test-reports/python-unittest/test_optim 2022-05-18T06:22:36.8209210Z test_CosineAnnealingWarmRestarts_lr1 (__main__.TestLRScheduler) ... ok (0.472s) 2022-05-18T06:22:36.9482420Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.127s) 2022-05-18T06:22:36.9578720Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.010s) 2022-05-18T06:22:36.9618230Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:36.9660250Z test_chained_lr1 (__main__.TestLRScheduler) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T06:22:36.9661310Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T06:22:36.9661720Z ok (0.004s) 2022-05-18T06:22:36.9688730Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:36.9710550Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T06:22:36.9744880Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:36.9786500Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:36.9919130Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.013s) 2022-05-18T06:22:37.0055320Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-05-18T06:22:37.0189220Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-05-18T06:22:37.0327120Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.014s) 2022-05-18T06:22:37.0461350Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-05-18T06:22:37.0596130Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-05-18T06:22:37.0638600Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T06:22:37.0640150Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T06:22:37.0640870Z ok (0.004s) 2022-05-18T06:22:37.0679780Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.0722160Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.0763720Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.0803690Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.0843280Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.0882990Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.0918820Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.0972730Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.1019510Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.1055790Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.1103750Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.1145420Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.1185880Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.1216860Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.1247390Z test_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.1291200Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.1347830Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.1385590Z test_cos_anneal_lr (__main__.TestLRScheduler) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T06:22:37.1386480Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T06:22:37.1386760Z ok (0.004s) 2022-05-18T06:22:37.1424510Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... /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:22:37.1425220Z warnings.warn(msg, FutureWarning) 2022-05-18T06:22:37.1425440Z ok (0.004s) 2022-05-18T06:22:37.1459130Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.1514750Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.1532790Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T06:22:37.1604670Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.007s) 2022-05-18T06:22:37.1669470Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.1734310Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.1750350Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T06:22:37.1842280Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.009s) 2022-05-18T06:22:37.1937220Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.009s) 2022-05-18T06:22:37.2058300Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.010s) 2022-05-18T06:22:37.2101260Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.2154450Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.2206080Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.2265270Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.2323240Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.2373340Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.2402110Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.2433150Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.2463440Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.2507180Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.2546240Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.2590680Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.2632530Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.2687730Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:156: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-05-18T06:22:37.2689180Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-05-18T06:22:37.2689810Z ok (0.005s) 2022-05-18T06:22:37.2727650Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.2762200Z test_lambda_lr (__main__.TestLRScheduler) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T06:22:37.2763510Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T06:22:37.2763800Z ok (0.003s) 2022-05-18T06:22:37.2786270Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T06:22:37.2814720Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.2858020Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.2897590Z test_linearlr (__main__.TestLRScheduler) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T06:22:37.2899450Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T06:22:37.2899870Z ok (0.004s) 2022-05-18T06:22:37.2955470Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.2989610Z test_multi_step_lr (__main__.TestLRScheduler) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T06:22:37.2990540Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T06:22:37.2990820Z ok (0.003s) 2022-05-18T06:22:37.3021920Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.3080870Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.3116920Z test_multiplicative_lr (__main__.TestLRScheduler) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T06:22:37.3117880Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T06:22:37.3118170Z ok (0.003s) 2022-05-18T06:22:37.3167010Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.3215070Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.3285520Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.007s) 2022-05-18T06:22:37.4083930Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.080s) 2022-05-18T06:22:37.4148290Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.4221200Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.4282080Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.007s) 2022-05-18T06:22:37.4344070Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.4413860Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.007s) 2022-05-18T06:22:37.4428790Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-05-18T06:22:37.4490540Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.4506230Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-05-18T06:22:37.4521980Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.002s) 2022-05-18T06:22:37.4573180Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.4624660Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.4656710Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.4704240Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.4751150Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.4795900Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.4841800Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.4883740Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.4927790Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.4983510Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.005s) 2022-05-18T06:22:37.5014930Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.5058050Z test_sequentiallr1 (__main__.TestLRScheduler) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T06:22:37.5058970Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T06:22:37.5060790Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:156: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-05-18T06:22:37.5061650Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-05-18T06:22:37.5061910Z ok (0.004s) 2022-05-18T06:22:37.5090250Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.5133070Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.5165080Z test_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.5207940Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-05-18T06:22:37.5238120Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.5272770Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.5332930Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.5359220Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:37.5417310Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.006s) 2022-05-18T06:22:37.5452250Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.003s) 2022-05-18T06:22:41.6188510Z test_adadelta (__main__.TestOptim) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T06:22:41.6189590Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T06:22:41.6189880Z ok (4.073s) 2022-05-18T06:22:41.6262030Z test_adadelta_complex (__main__.TestOptim) ... ok (0.007s) 2022-05-18T06:22:47.0290570Z test_adagrad (__main__.TestOptim) ... ok (5.403s) 2022-05-18T06:22:47.0388470Z test_adagrad_complex (__main__.TestOptim) ... ok (0.010s) 2022-05-18T06:23:02.6528920Z test_adagrad_sparse (__main__.TestOptim) ... ok (15.614s) 2022-05-18T06:23:14.5786890Z test_adam (__main__.TestOptim) ... ok (11.926s) 2022-05-18T06:23:17.6347180Z test_adamax (__main__.TestOptim) ... ok (3.056s) 2022-05-18T06:23:21.5372250Z test_adamw (__main__.TestOptim) ... ok (3.901s) 2022-05-18T06:23:23.1117240Z test_asgd (__main__.TestOptim) ... ok (1.575s) 2022-05-18T06:23:23.1258330Z test_complex_adam_variance (__main__.TestOptim) ... ok (0.014s) 2022-05-18T06:23:23.1273140Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-05-18T06:23:23.1283920Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-05-18T06:23:23.7531270Z test_lbfgs (__main__.TestOptim) ... ok (0.625s) 2022-05-18T06:23:23.7559240Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.003s) 2022-05-18T06:23:23.7640420Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.008s) 2022-05-18T06:23:26.2081200Z test_nadam (__main__.TestOptim) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:131: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-05-18T06:23:26.2082140Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-05-18T06:23:26.2082420Z ok (2.444s) 2022-05-18T06:23:26.2106170Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.002s) 2022-05-18T06:23:28.8177980Z test_radam (__main__.TestOptim) ... ok (2.607s) 2022-05-18T06:23:31.7319180Z test_rmsprop (__main__.TestOptim) ... ok (2.914s) 2022-05-18T06:23:32.9924520Z test_rprop (__main__.TestOptim) ... ok (1.260s) 2022-05-18T06:23:42.1092630Z test_sgd (__main__.TestOptim) ... ok (9.117s) 2022-05-18T06:23:42.1254370Z test_sgd_complex (__main__.TestOptim) ... ok (0.016s) 2022-05-18T06:23:54.8343410Z test_sgd_sparse (__main__.TestOptim) ... ok (12.709s) 2022-05-18T06:23:56.7489670Z test_sparse_adam (__main__.TestOptim) ... ok (1.915s) 2022-05-18T06:23:56.7684190Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.019s) 2022-05-18T06:23:56.7788870Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.010s) 2022-05-18T06:23:56.7904640Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.012s) 2022-05-18T06:23:56.7927850Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.002s) 2022-05-18T06:23:56.8012300Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.008s) 2022-05-18T06:23:56.8163640Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.015s) 2022-05-18T06:23:56.8567250Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.040s) 2022-05-18T06:23:56.8838630Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.027s) 2022-05-18T06:23:56.9188180Z 2022-05-18T06:23:56.9189130Z ---------------------------------------------------------------------- 2022-05-18T06:23:56.9189510Z Ran 137 tests in 80.536s 2022-05-18T06:23:56.9189640Z 2022-05-18T06:23:56.9189720Z OK 2022-05-18T06:23:56.9189820Z 2022-05-18T06:23:56.9189910Z Generating XML reports... 2022-05-18T06:23:56.9190450Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220518062236.xml 2022-05-18T06:23:56.9191030Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20220518062236.xml 2022-05-18T06:23:56.9191620Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220518062236.xml 2022-05-18T06:23:57.1485750Z Running test_package ... [2022-05-18 06:23:57.148186] 2022-05-18T06:23:57.1486420Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:23:57.148330] 2022-05-18T06:23:58.5465940Z 2022-05-18T06:23:58.5466250Z Running tests... 2022-05-18T06:23:58.5466910Z Test results will be stored in test-reports/python-unittest/test_package 2022-05-18T06:23:58.5467990Z ---------------------------------------------------------------------- 2022-05-18T06:23:58.9392000Z test_trace_dependencies (test_analyze.TestAnalyze) ... ok (0.392s) 2022-05-18T06:23:58.9404800Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-05-18T06:23:58.9418300Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.002s) 2022-05-18T06:23:58.9436250Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-05-18T06:23:58.9451150Z A unpackageable dependency should raise a PackagingError. ... ok (0.003s) 2022-05-18T06:23:58.9457320Z test_deny (test_dependency_api.TestDependencyAPI) 2022-05-18T06:23:58.9478510Z Test marking packages as "deny" during export. ... ok (0.003s) 2022-05-18T06:23:58.9485180Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-05-18T06:23:58.9506230Z Test marking packages as "deny" using globs instead of package names. ... ok (0.003s) 2022-05-18T06:23:58.9529640Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-05-18T06:23:58.9560430Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-05-18T06:23:58.9567530Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-05-18T06:23:58.9583080Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.002s) 2022-05-18T06:23:58.9588490Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-05-18T06:23:58.9600550Z The save_module APIs should implicitly intern the module being saved. ... ok (0.002s) 2022-05-18T06:23:58.9679380Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-05-18T06:23:58.9680350Z Failure to handle all dependencies should lead to an error. ... ok (0.003s) 2022-05-18T06:23:58.9681180Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-05-18T06:23:58.9682210Z An incorrectly-formed import should raise a PackagingError. ... ok (0.002s) 2022-05-18T06:23:58.9684560Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-05-18T06:23:58.9785570Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.004s) 2022-05-18T06:23:58.9859430Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-05-18T06:23:58.9860230Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.002s) 2022-05-18T06:23:58.9860960Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-05-18T06:23:58.9861790Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-05-18T06:23:58.9863000Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-05-18T06:23:58.9864230Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.006s) 2022-05-18T06:23:58.9890940Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.003s) 2022-05-18T06:23:58.9914770Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-05-18T06:23:58.9937870Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-05-18T06:23:58.9961080Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-05-18T06:23:58.9980060Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-05-18T06:23:59.0003230Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.002s) 2022-05-18T06:23:59.0015470Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T06:23:59.0026890Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T06:23:59.0047090Z test_edges (test_digraph.TestDiGraph) ... ok (0.002s) 2022-05-18T06:23:59.0062700Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.002s) 2022-05-18T06:23:59.0078230Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T06:23:59.0094360Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.002s) 2022-05-18T06:23:59.0109600Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T06:23:59.0121460Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T06:23:59.0138170Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.002s) 2022-05-18T06:23:59.0150000Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-05-18T06:23:59.0166670Z test_successors (test_digraph.TestDiGraph) ... ok (0.002s) 2022-05-18T06:23:59.0284630Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.012s) 2022-05-18T06:23:59.0295970Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-05-18T06:23:59.0355780Z Test DirectoryReader's has_record(). ... ok (0.007s) 2022-05-18T06:23:59.0365520Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-05-18T06:23:59.0430320Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.007s) 2022-05-18T06:23:59.0442620Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-05-18T06:23:59.0443240Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: no torchvision (0.001s) 2022-05-18T06:23:59.0455730Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-05-18T06:23:59.0525980Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.008s) 2022-05-18T06:23:59.0538940Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-05-18T06:23:59.0606830Z Tests that packaged code can used importlib.resources.path. ... ok (0.008s) 2022-05-18T06:23:59.0641450Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-05-18T06:23:59.0781570Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.017s) 2022-05-18T06:23:59.0794010Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-05-18T06:23:59.1075300Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.029s) 2022-05-18T06:23:59.1096000Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-05-18T06:23:59.1118480Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-05-18T06:23:59.1130290Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1145690Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1159750Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1174890Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1188290Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1202110Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1217020Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1230010Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1243340Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1257490Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1272070Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1287270Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-05-18T06:23:59.1315100Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.003s) 2022-05-18T06:23:59.1330290Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-05-18T06:23:59.1341510Z OrderedImporter's implementation of whichmodule should try each ... ok (0.003s) 2022-05-18T06:23:59.1354380Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-05-18T06:23:59.1370440Z Exercise corner case where we try to pickle an object whose ... ok (0.003s) 2022-05-18T06:23:59.1395460Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.002s) 2022-05-18T06:23:59.1409310Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-05-18T06:23:59.1425010Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-05-18T06:23:59.1431820Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-05-18T06:23:59.1567290Z Tests for backwards compatible fx module ... ok (0.014s) 2022-05-18T06:23:59.1572330Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-05-18T06:23:59.1658470Z Tests for backwards compatible nn module ... ok (0.009s) 2022-05-18T06:23:59.1663760Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-05-18T06:23:59.2324180Z Tests for backwards compatible torchscript module ... ok (0.066s) 2022-05-18T06:23:59.2332410Z test_demangle_base (test_mangling.TestMangling) 2022-05-18T06:23:59.2343960Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.002s) 2022-05-18T06:23:59.2349540Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-05-18T06:23:59.2359090Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.002s) 2022-05-18T06:23:59.2374490Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-05-18T06:23:59.2386790Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-05-18T06:23:59.2400940Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-05-18T06:23:59.2405460Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-05-18T06:23:59.2414090Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-05-18T06:23:59.2429200Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-05-18T06:23:59.2442440Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-05-18T06:23:59.2447250Z test_unique_manglers (test_mangling.TestMangling) 2022-05-18T06:23:59.2458460Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.002s) 2022-05-18T06:23:59.2502960Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.004s) 2022-05-18T06:23:59.2514800Z test_dunder_package_present (test_misc.TestMisc) 2022-05-18T06:23:59.2530850Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.003s) 2022-05-18T06:23:59.2539450Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-05-18T06:23:59.2564600Z The attribute '__torch_package__' should be accessible from within ... ok (0.003s) 2022-05-18T06:23:59.2580320Z test_exporter_content_lists (test_misc.TestMisc) 2022-05-18T06:23:59.2616370Z Test content list API for PackageExporter's contained modules. ... ok (0.005s) 2022-05-18T06:23:59.2639480Z test_file_structure (test_misc.TestMisc) 2022-05-18T06:23:59.2671130Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.005s) 2022-05-18T06:23:59.2683210Z test_file_structure_has_file (test_misc.TestMisc) 2022-05-18T06:23:59.2702380Z Test Directory's has_file() method. ... ok (0.003s) 2022-05-18T06:23:59.2712380Z test_inspect_class (test_misc.TestMisc) 2022-05-18T06:23:59.2737640Z Should be able to retrieve source for a packaged class. ... ok (0.004s) 2022-05-18T06:23:59.2749280Z test_is_from_package (test_misc.TestMisc) 2022-05-18T06:23:59.2767670Z is_from_package should work for objects and modules ... ok (0.003s) 2022-05-18T06:23:59.2773290Z test_load_python_version_from_package (test_misc.TestMisc) 2022-05-18T06:23:59.2792070Z Tests loading a package with a python version embdded ... ok (0.002s) 2022-05-18T06:23:59.2800430Z test_python_version (test_misc.TestMisc) 2022-05-18T06:23:59.2831670Z Tests that the current python version is stored in the package and is available ... ok (0.004s) 2022-05-18T06:23:59.2840090Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-05-18T06:23:59.2881650Z The standard library performs sys.module assignment hackery which ... ok (0.005s) 2022-05-18T06:23:59.2904220Z test_model_save (test_model.ModelTest) ... skip: no torchvision (0.002s) 2022-05-18T06:23:59.2924780Z test_resnet (test_model.ModelTest) ... skip: no torchvision (0.002s) 2022-05-18T06:23:59.2939460Z test_script_resnet (test_model.ModelTest) ... skip: no torchvision (0.001s) 2022-05-18T06:23:59.3091370Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.015s) 2022-05-18T06:23:59.3354030Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.026s) 2022-05-18T06:23:59.3440880Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.009s) 2022-05-18T06:23:59.3528190Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.009s) 2022-05-18T06:23:59.3597640Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-05-18T06:23:59.3610960Z test_different_package_interface (test_package_script.TestPackageScript) 2022-05-18T06:23:59.3789380Z Test a case where the interface defined in the package is ... ok (0.019s) 2022-05-18T06:23:59.3800950Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-05-18T06:23:59.3882770Z Test a case where the script class defined in the package is ... ok (0.009s) 2022-05-18T06:23:59.3895200Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-05-18T06:23:59.4021310Z Test loading of single ScriptModule shared by multiple eager ... ok (0.014s) 2022-05-18T06:23:59.4045340Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-05-18T06:23:59.4187920Z Test tensors shared across eager and ScriptModules on load ... ok (0.017s) 2022-05-18T06:23:59.4212920Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-05-18T06:23:59.4413490Z Test tensors shared across eager and ScriptModules on load ... ok (0.023s) 2022-05-18T06:23:59.4435140Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-05-18T06:23:59.5359510Z Test saving inline and imported modules in same package with ... ok (0.094s) 2022-05-18T06:23:59.5379190Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-05-18T06:23:59.5380340Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.002s) 2022-05-18T06:23:59.5393890Z test_package_interface (test_package_script.TestPackageScript) 2022-05-18T06:23:59.5679540Z Packaging an interface class should work correctly. ... ok (0.030s) 2022-05-18T06:23:59.5762200Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.008s) 2022-05-18T06:23:59.5983360Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.022s) 2022-05-18T06:23:59.5995630Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-05-18T06:23:59.6082340Z Test saving of single ScriptModule shared by multiple ... ok (0.010s) 2022-05-18T06:23:59.6096720Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-05-18T06:23:59.6252260Z Test to verify saving multiple ScriptModules with completely ... ok (0.017s) 2022-05-18T06:23:59.6274730Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-05-18T06:23:59.6539320Z Test to verify saving multiple different modules and ... ok (0.029s) 2022-05-18T06:23:59.6551000Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-05-18T06:23:59.6621160Z Test basic saving of ScriptModule. ... ok (0.008s) 2022-05-18T06:23:59.6632400Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-05-18T06:23:59.6711190Z Test basic saving of ScriptModule in file. ... ok (0.009s) 2022-05-18T06:23:59.6729640Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-05-18T06:23:59.6730920Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.002s) 2022-05-18T06:23:59.6741900Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-05-18T06:23:59.6869440Z Test basic saving of ScriptModule with submodule. ... ok (0.014s) 2022-05-18T06:23:59.6884760Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-05-18T06:23:59.7045820Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.017s) 2022-05-18T06:23:59.7070830Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-05-18T06:23:59.7290090Z Test to verify saving multiple ScriptModules with same top module ... ok (0.024s) 2022-05-18T06:23:59.7307170Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-05-18T06:23:59.7408570Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.012s) 2022-05-18T06:23:59.7423770Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-05-18T06:23:59.7553240Z Test scripting a module loaded from a package ... ok (0.014s) 2022-05-18T06:23:59.7574030Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-05-18T06:23:59.7762640Z Test to verify saving and loading same ScriptModule object works ... ok (0.021s) 2022-05-18T06:23:59.7779610Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-05-18T06:23:59.7847350Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.008s) 2022-05-18T06:23:59.7934040Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.008s) 2022-05-18T06:23:59.7967830Z test_importer_access (test_resources.TestResources) ... ok (0.003s) 2022-05-18T06:23:59.7980630Z test_package_resource_access (test_resources.TestResources) 2022-05-18T06:23:59.7994360Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.003s) 2022-05-18T06:23:59.8004470Z test_resource_access_by_path (test_resources.TestResources) 2022-05-18T06:23:59.8032690Z Tests that packaged code can used importlib.resources.path. ... ok (0.004s) 2022-05-18T06:23:59.8060410Z test_resource_reader (test_resources.TestResources) 2022-05-18T06:23:59.8092070Z Test compliance with the get_resource_reader importlib API. ... ok (0.006s) 2022-05-18T06:23:59.8099240Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-05-18T06:23:59.8109890Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.002s) 2022-05-18T06:23:59.8172310Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.006s) 2022-05-18T06:23:59.8193020Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-05-18T06:23:59.8247700Z If an object with the same qualified name is loaded from different ... ok (0.008s) 2022-05-18T06:23:59.8290790Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.004s) 2022-05-18T06:23:59.8305070Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-05-18T06:23:59.8333790Z Saving a module that came from another PackageImporter should work. ... ok (0.004s) 2022-05-18T06:23:59.8343960Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-05-18T06:23:59.8375290Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.004s) 2022-05-18T06:23:59.8412160Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.004s) 2022-05-18T06:23:59.8438760Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-05-18T06:23:59.8531240Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.009s) 2022-05-18T06:23:59.8561410Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-05-18T06:23:59.8960290Z 2022-05-18T06:23:59.8961170Z ---------------------------------------------------------------------- 2022-05-18T06:23:59.8961530Z Ran 131 tests in 1.310s 2022-05-18T06:23:59.8961660Z 2022-05-18T06:23:59.8961750Z OK (skipped=6) 2022-05-18T06:23:59.8961870Z 2022-05-18T06:23:59.8961970Z Generating XML reports... 2022-05-18T06:23:59.8962530Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220518062358.xml 2022-05-18T06:23:59.8963680Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220518062358.xml 2022-05-18T06:23:59.8964390Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220518062358.xml 2022-05-18T06:23:59.8965050Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220518062358.xml 2022-05-18T06:23:59.8965720Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220518062358.xml 2022-05-18T06:23:59.8966390Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220518062358.xml 2022-05-18T06:23:59.8967020Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220518062358.xml 2022-05-18T06:23:59.8967690Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220518062358.xml 2022-05-18T06:23:59.8968360Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220518062358.xml 2022-05-18T06:23:59.8968970Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220518062358.xml 2022-05-18T06:23:59.8969590Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220518062358.xml 2022-05-18T06:23:59.8970540Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220518062358.xml 2022-05-18T06:23:59.8971270Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220518062358.xml 2022-05-18T06:23:59.8971920Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220518062358.xml 2022-05-18T06:23:59.8972550Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220518062358.xml 2022-05-18T06:23:59.8973170Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220518062358.xml 2022-05-18T06:24:00.1703120Z Running test_prims ... [2022-05-18 06:24:00.169085] 2022-05-18T06:24:00.1804970Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:24:00.169309] 2022-05-18T06:24:01.7467320Z 2022-05-18T06:24:01.7468060Z Test results will be stored in test-reports/python-unittest/test_prims 2022-05-18T06:24:01.7469280Z Running tests... 2022-05-18T06:24:01.7470030Z ---------------------------------------------------------------------- 2022-05-18T06:24:01.7494990Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.003s) 2022-05-18T06:24:01.7527530Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.003s) 2022-05-18T06:24:01.7584380Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:24:01.8312790Z 2022-05-18T06:24:01.8417200Z ---------------------------------------------------------------------- 2022-05-18T06:24:01.8518540Z Ran 3 tests in 0.012s 2022-05-18T06:24:01.8619450Z 2022-05-18T06:24:01.8720670Z OK (skipped=1) 2022-05-18T06:24:01.8820460Z 2022-05-18T06:24:01.8921550Z Generating XML reports... 2022-05-18T06:24:01.9022620Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220518062401.xml 2022-05-18T06:24:01.9041650Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220518062401.xml 2022-05-18T06:24:02.0649720Z Running test_pruning_op ... [2022-05-18 06:24:02.064378] 2022-05-18T06:24:02.0650820Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:24:02.064520] 2022-05-18T06:24:03.5024070Z Running test_python_dispatch ... [2022-05-18 06:24:03.501750] 2022-05-18T06:24:03.5025490Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:24:03.501911] 2022-05-18T06:24:04.6244010Z 2022-05-18T06:24:04.6244770Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-05-18T06:24:04.6245100Z Running tests... 2022-05-18T06:24:04.6245500Z ---------------------------------------------------------------------- 2022-05-18T06:24:05.0183390Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.394s) 2022-05-18T06:24:05.0290130Z test_basic (__main__.TestPythonDispatch) ... ok (0.011s) 2022-05-18T06:24:05.0301590Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T06:24:05.0390000Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.009s) 2022-05-18T06:24:05.0417700Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.0436990Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.0462050Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.0478740Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.0502530Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.0525960Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.0547740Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.0571240Z test_enable_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.0584450Z test_enable_torch_dispatch_mode_error (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T06:24:05.0603960Z test_enable_torch_dispatch_mode_ignore_preexisting (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.0619330Z test_enable_torch_dispatch_mode_instance (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T06:24:05.0636570Z test_enable_torch_dispatch_mode_replace (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.0656670Z test_enable_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.0698890Z test_enable_torch_dispatch_mode_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.004s) 2022-05-18T06:24:05.0741240Z test_enable_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.004s) 2022-05-18T06:24:05.0754970Z test_enable_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T06:24:05.0774570Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.0806370Z test_format (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.0833060Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.0855470Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:395: DeprecationWarning: Please use assertRaisesRegex instead. 2022-05-18T06:24:05.0855870Z self.assertRaisesRegexp( 2022-05-18T06:24:05.0856080Z ok (0.002s) 2022-05-18T06:24:05.0918030Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.006s) 2022-05-18T06:24:05.1279180Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.036s) 2022-05-18T06:24:05.1309390Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.1343040Z test_like (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.1370800Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.1380260Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T06:24:05.1408270Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.1586240Z test_metadata_change_not_allowed (__main__.TestPythonDispatch) ... ok (0.018s) 2022-05-18T06:24:05.1603030Z test_missing_inner_mode_ctor (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.1629630Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.1646620Z test_nested_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.1667010Z test_nesting_with_same_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.1685600Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.1821530Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.013s) 2022-05-18T06:24:05.1845340Z test_out (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.1873200Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.1886800Z test_push_mode_instance_errors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T06:24:05.1898290Z test_push_mode_returns_unrelated (__main__.TestPythonDispatch) ... ok (0.001s) 2022-05-18T06:24:05.1922300Z test_push_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.1949170Z test_set_data (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.1981320Z test_storage (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.1997210Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.2106260Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.011s) 2022-05-18T06:24:05.2139450Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2022-05-18T06:24:05.2201680Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.006s) 2022-05-18T06:24:05.2224080Z test_torch_dispatch_mode_stack (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.2246720Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-05-18T06:24:05.2288350Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.004s) 2022-05-18T06:24:05.2321470Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.003s) 2022-05-18T06:24:05.2372300Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.005s) 2022-05-18T06:24:05.2447000Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/library.py:64: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-05-18T06:24:05.2447900Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> (Tensor) 2022-05-18T06:24:05.2448240Z registered at aten/src/ATen/RegisterSchema.cpp:6 2022-05-18T06:24:05.2448500Z dispatch key: ZeroTensor 2022-05-18T06:24:05.2448810Z previous kernel: registered at ../aten/src/ATen/BatchingRegistrations.cpp:1068 2022-05-18T06:24:05.2449250Z new kernel: registered at /dev/null:633 (Triggered internally at ../aten/src/ATen/core/dispatch/OperatorEntry.cpp:133.) 2022-05-18T06:24:05.2449590Z self.m.impl(name, dispatch_key, fn) 2022-05-18T06:24:05.2449790Z ok (0.007s) 2022-05-18T06:24:05.2468350Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.002s) 2022-05-18T06:24:05.2526680Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-05-18T06:24:05.2693380Z 2022-05-18T06:24:05.2694100Z ---------------------------------------------------------------------- 2022-05-18T06:24:05.2694460Z Ran 57 tests in 0.628s 2022-05-18T06:24:05.2694590Z 2022-05-18T06:24:05.2694680Z OK (skipped=1) 2022-05-18T06:24:05.2694800Z 2022-05-18T06:24:05.2694900Z Generating XML reports... 2022-05-18T06:24:05.2695460Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220518062404.xml 2022-05-18T06:24:05.2696570Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220518062404.xml 2022-05-18T06:24:05.4840370Z Running test_quantization ... [2022-05-18 06:24:05.483423] 2022-05-18T06:24:05.4841070Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:24:05.483579] 2022-05-18T06:24:07.4411250Z 2022-05-18T06:24:07.4411960Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-05-18T06:24:07.4412720Z Running tests... 2022-05-18T06:24:07.4413510Z ---------------------------------------------------------------------- 2022-05-18T06:24:07.4540020Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.013s) 2022-05-18T06:24:07.4551140Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4563130Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4577440Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4591050Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4601300Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4615820Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4629260Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4641420Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4651630Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4670450Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-05-18T06:24:07.4680110Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4689450Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4698770Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4708530Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4717800Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4727080Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4736570Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4746060Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4755350Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4764650Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4774830Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-05-18T06:24:07.4792460Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-05-18T06:24:07.4809170Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-05-18T06:24:07.4829030Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-05-18T06:24:07.4843390Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.4858400Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.4873590Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.4888770Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.4904770Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-05-18T06:24:07.4922800Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-05-18T06:24:07.4944890Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-05-18T06:24:07.4962490Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-05-18T06:24:07.4975030Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.4984310Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.4993660Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.5004030Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.5013190Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.5022130Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.5031680Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.5040800Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.5050100Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.5060310Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.5069080Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.5078130Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.5087430Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-05-18T06:24:07.5134110Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:24:07.5158390Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:08.4362450Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.920s) 2022-05-18T06:24:08.8943670Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.458s) 2022-05-18T06:24:08.8978540Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:08.9035490Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.006s) 2022-05-18T06:24:08.9105780Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.007s) 2022-05-18T06:24:08.9113470Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:24:08.9131130Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-05-18T06:24:08.9175320Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.006s) 2022-05-18T06:24:08.9192970Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-05-18T06:24:08.9313440Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.014s) 2022-05-18T06:24:08.9331120Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-05-18T06:24:08.9340600Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... ok (0.003s) 2022-05-18T06:24:08.9370170Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-05-18T06:24:08.9371300Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.003s) 2022-05-18T06:24:08.9378750Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-05-18T06:24:08.9398760Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.003s) 2022-05-18T06:24:08.9890830Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.049s) 2022-05-18T06:24:09.3552500Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/dynamic/modules/conv.py:56: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-05-18T06:24:09.3553200Z warnings.warn( 2022-05-18T06:24:09.3553390Z ok (0.366s) 2022-05-18T06:24:09.5233270Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/dynamic/modules/conv.py:120: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-05-18T06:24:09.5233960Z warnings.warn( 2022-05-18T06:24:09.5234160Z ok (0.168s) 2022-05-18T06:24:09.7004070Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/dynamic/modules/conv.py:184: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-05-18T06:24:09.7004730Z warnings.warn( 2022-05-18T06:24:09.7005530Z ok (0.177s) 2022-05-18T06:24:09.8880960Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/dynamic/modules/conv.py:253: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-05-18T06:24:09.8881650Z warnings.warn( 2022-05-18T06:24:09.8881920Z ok (0.188s) 2022-05-18T06:24:10.0374440Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/dynamic/modules/conv.py:313: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-05-18T06:24:10.0375140Z warnings.warn( 2022-05-18T06:24:10.0375330Z ok (0.149s) 2022-05-18T06:24:10.1917850Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/dynamic/modules/conv.py:373: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-05-18T06:24:10.1921220Z warnings.warn( 2022-05-18T06:24:10.1922550Z ok (0.154s) 2022-05-18T06:24:10.2026560Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.011s) 2022-05-18T06:24:13.6059050Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (3.403s) 2022-05-18T06:24:13.7040240Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.098s) 2022-05-18T06:24:13.7071020Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-05-18T06:24:13.7094940Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.002s) 2022-05-18T06:24:13.7120190Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.002s) 2022-05-18T06:24:13.7148370Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-05-18T06:24:13.7174600Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-05-18T06:24:13.7200980Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-05-18T06:24:13.7219230Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:14.4247030Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.703s) 2022-05-18T06:24:14.4272390Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:14.4317490Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:24:14.7427980Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.311s) 2022-05-18T06:24:15.2982510Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.555s) 2022-05-18T06:24:15.2998920Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-05-18T06:24:15.3016030Z Sanity checks on _equalize.converged working ... ok (0.003s) 2022-05-18T06:24:15.3023690Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-05-18T06:24:15.3046640Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.003s) 2022-05-18T06:24:15.3066370Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-05-18T06:24:15.3255810Z First checks to see if _equalize.equalize can handle multiple ... ok (0.021s) 2022-05-18T06:24:15.3287970Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-05-18T06:24:15.3645350Z Checks to see if eager mode equalization supports fused ... ok (0.039s) 2022-05-18T06:24:15.3675350Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-05-18T06:24:15.3968150Z Checks to see if eager mode equalization supports fused ... ok (0.032s) 2022-05-18T06:24:15.7248690Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.328s) 2022-05-18T06:24:15.7276520Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T06:24:15.7960310Z After applying the equalization functions check if the input ... ok (0.071s) 2022-05-18T06:24:15.7984550Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T06:24:15.8311230Z Tests that graphs containing branches are prepared correctly. ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/fx/prepare.py:667: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-05-18T06:24:15.8312310Z warnings.warn( 2022-05-18T06:24:15.8313000Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/fx/prepare.py:667: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-05-18T06:24:15.8313380Z warnings.warn( 2022-05-18T06:24:15.8313560Z ok (0.035s) 2022-05-18T06:24:15.8333170Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T06:24:15.8343310Z Tests that the modified model for equalization (before quantization) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:15.8356800Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T06:24:15.9104760Z After applying the equalization functions, check if the equalization ... ok (0.076s) 2022-05-18T06:24:15.9192470Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T06:24:15.9203070Z Tests that the modified model for equalization has the same graph ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.010s) 2022-05-18T06:24:15.9227220Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T06:24:16.2237020Z Tests that graphs created after prepare_fx is as expected ... ok (0.303s) 2022-05-18T06:24:16.2255150Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T06:24:16.2267050Z Tests that for small models, the results of quantized models that ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:16.2287500Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T06:24:16.3044310Z After applying the equalization functions check if the weights and ... ok (0.078s) 2022-05-18T06:24:16.3075030Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-05-18T06:24:16.3084850Z Tests that we are able to run numeric suite on the equalized model ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:24:16.3122330Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:24:16.3142440Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.3160790Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.3174800Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-05-18T06:24:16.3862480Z Verify that graph matching works on methods ... ok (0.070s) 2022-05-18T06:24:16.3895630Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:16.3936800Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:24:16.3986490Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-05-18T06:24:16.4055540Z Tests that the mapping of op relationships is complete. ... ok (0.012s) 2022-05-18T06:24:16.4080120Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.4107950Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:16.4128450Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.4149620Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.4168300Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.4186360Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.4203510Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-05-18T06:24:16.4212520Z Verify that graph matching works on user defined functions ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:16.4223910Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-05-18T06:24:16.4234770Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-05-18T06:24:16.4247700Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:24:16.4263230Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.4275080Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:24:16.4287150Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.4299500Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.4307660Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T06:24:16.4316480Z Verify that add_loggers works on methods ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.4328450Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.4341060Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.4367320Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.4386150Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.4408280Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.4417470Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-05-18T06:24:16.4432580Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.4456960Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.4470190Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.4485150Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.4498410Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.4513470Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.5875900Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.136s) 2022-05-18T06:24:16.5909010Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:16.5940600Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:16.5953080Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.5966250Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.6000960Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:16.6020120Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.6037250Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.6056790Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.6070850Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.6093660Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.6105050Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T06:24:16.6113390Z Verifies that logging inputs works correctly ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.6140640Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:16.6152350Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.6164260Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.6172110Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T06:24:16.6180310Z Verify that add_loggers works on methods ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:16.6192450Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:16.6204230Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:17.1940070Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.573s) 2022-05-18T06:24:17.1940560Z skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-05-18T06:24:17.1941550Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: _operator.mul, unsupported 2022-05-18T06:24:17.1942320Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-05-18T06:24:17.1942890Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-05-18T06:24:17.1943370Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-05-18T06:24:17.1944520Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: _operator.add, unsupported 2022-05-18T06:24:17.1945120Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T06:24:17.1945670Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T06:24:17.1946220Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-05-18T06:24:17.1946910Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-05-18T06:24:17.1947620Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-05-18T06:24:17.1948140Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-05-18T06:24:17.1948630Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-05-18T06:24:17.1949110Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-05-18T06:24:17.1949750Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-05-18T06:24:17.1950290Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-05-18T06:24:17.1995640Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T06:24:17.2072040Z Tests that all the ops quantization cares about have input and output ... ok (0.013s) 2022-05-18T06:24:17.2083340Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T06:24:17.2093360Z Verify that shadowing works with ops which accept either fp32 or ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:17.4661120Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.257s) 2022-05-18T06:24:17.4662370Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, kwargs-only node not handled yet 2022-05-18T06:24:17.4663760Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, kwargs-only node not handled yet 2022-05-18T06:24:17.4664720Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, kwargs-only node not handled yet 2022-05-18T06:24:17.4665840Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, kwargs-only node not handled yet 2022-05-18T06:24:17.4672950Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T06:24:17.4682860Z Verifies that we can match pairs of ops which have the same aten ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:17.4709550Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:17.4731640Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:17.4740390Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T06:24:17.8135980Z skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-05-18T06:24:17.8136470Z Copying a `call_function` node is not implemented, test that this ... ok (0.340s) 2022-05-18T06:24:17.8136970Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-05-18T06:24:17.8137590Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-05-18T06:24:17.8182450Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T06:24:17.8192240Z Verify that NS APIs work on user defined functions ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-05-18T06:24:17.8217620Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-05-18T06:24:17.8226040Z For user defined modules, ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:17.8252990Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:17.8269650Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:17.8286340Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:17.8304120Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:17.8320150Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:17.8336990Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:17.8354790Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:17.8369700Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:17.8385650Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:17.8400310Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:17.8408820Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-05-18T06:24:17.8417250Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-05-18T06:24:17.8435230Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:17.8452710Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:24:18.1146870Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.269s) 2022-05-18T06:24:18.1202760Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.006s) 2022-05-18T06:24:18.1225410Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-05-18T06:24:18.1251510Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-05-18T06:24:18.4147530Z Tests the backward method. ... ok (0.292s) 2022-05-18T06:24:18.4359950Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.021s) 2022-05-18T06:24:18.4364720Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-05-18T06:24:18.4368710Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-05-18T06:24:18.7895060Z Tests the backward method. ... skip: temporarily disable the test (0.353s) 2022-05-18T06:24:18.8051260Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-05-18T06:24:18.8056380Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-05-18T06:24:18.8194490Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /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:24:18.8195860Z warnings.warn( 2022-05-18T06:24:18.8196060Z ok (0.014s) 2022-05-18T06:24:19.4617460Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.642s) 2022-05-18T06:24:19.4709130Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /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:24:19.4709760Z warnings.warn( 2022-05-18T06:24:19.4709940Z ok (0.009s) 2022-05-18T06:24:19.6634000Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.192s) 2022-05-18T06:24:19.6783700Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /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:24:19.6784360Z warnings.warn( 2022-05-18T06:24:19.6785800Z /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:24:19.6786520Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-05-18T06:24:19.6786790Z ok (0.015s) 2022-05-18T06:24:19.6802880Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-05-18T06:24:19.8847960Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.206s) 2022-05-18T06:24:19.9029060Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.018s) 2022-05-18T06:24:19.9034150Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-05-18T06:24:19.9228880Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.019s) 2022-05-18T06:24:19.9244420Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-05-18T06:24:20.1093210Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.186s) 2022-05-18T06:24:20.1274670Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.018s) 2022-05-18T06:24:20.1279930Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-05-18T06:24:20.1367810Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-05-18T06:24:20.3652210Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /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:24:20.3661060Z warnings.warn( 2022-05-18T06:24:20.3663220Z /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:24:20.3664160Z warnings.warn( 2022-05-18T06:24:20.3665320Z /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:24:20.3666670Z warnings.warn( 2022-05-18T06:24:20.3667790Z /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:24:20.3668610Z warnings.warn( 2022-05-18T06:24:20.3669700Z /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:24:20.3670500Z warnings.warn( 2022-05-18T06:24:20.3671570Z /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:24:20.3672380Z warnings.warn( 2022-05-18T06:24:20.3673750Z /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:24:20.3674620Z warnings.warn( 2022-05-18T06:24:20.3675720Z /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:24:20.3676520Z warnings.warn( 2022-05-18T06:24:20.3679330Z /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:24:20.3680560Z warnings.warn( 2022-05-18T06:24:20.3683970Z /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:24:20.3686270Z warnings.warn( 2022-05-18T06:24:20.3689430Z /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:24:20.3691280Z warnings.warn( 2022-05-18T06:24:20.3693520Z /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:24:20.3694600Z warnings.warn( 2022-05-18T06:24:20.3696160Z /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:24:20.3698160Z warnings.warn( 2022-05-18T06:24:20.3699500Z /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:24:20.3701710Z warnings.warn( 2022-05-18T06:24:20.3703850Z /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:24:20.3706040Z warnings.warn( 2022-05-18T06:24:20.3707650Z /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:24:20.3709550Z warnings.warn( 2022-05-18T06:24:20.3711180Z /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:24:20.3712240Z warnings.warn( 2022-05-18T06:24:20.3713560Z /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:24:20.3714610Z warnings.warn( 2022-05-18T06:24:20.3717310Z /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:24:20.3719350Z warnings.warn( 2022-05-18T06:24:20.3720760Z /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:24:20.3722860Z warnings.warn( 2022-05-18T06:24:20.3724210Z /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:24:20.3725240Z warnings.warn( 2022-05-18T06:24:20.3726570Z /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:24:20.3727600Z warnings.warn( 2022-05-18T06:24:20.3728910Z /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:24:20.3729910Z warnings.warn( 2022-05-18T06:24:20.3731270Z /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:24:20.3732290Z warnings.warn( 2022-05-18T06:24:20.3733600Z /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:24:20.3734620Z warnings.warn( 2022-05-18T06:24:20.3735910Z /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:24:20.3736930Z warnings.warn( 2022-05-18T06:24:20.3738230Z /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:24:20.3739590Z warnings.warn( 2022-05-18T06:24:20.3740900Z /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:24:20.3741920Z warnings.warn( 2022-05-18T06:24:20.3743330Z /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:24:20.3744340Z warnings.warn( 2022-05-18T06:24:20.3745650Z /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:24:20.3746670Z warnings.warn( 2022-05-18T06:24:20.3748220Z /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:24:20.3749310Z warnings.warn( 2022-05-18T06:24:20.3750610Z /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:24:20.3751630Z warnings.warn( 2022-05-18T06:24:20.3752920Z /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:24:20.3753940Z warnings.warn( 2022-05-18T06:24:20.3755230Z /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:24:20.3756240Z warnings.warn( 2022-05-18T06:24:20.3757720Z /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:24:20.3758690Z warnings.warn( 2022-05-18T06:24:20.3759940Z /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:24:20.3760980Z warnings.warn( 2022-05-18T06:24:20.3762240Z /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:24:20.3763810Z warnings.warn( 2022-05-18T06:24:20.3765090Z /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:24:20.3766060Z warnings.warn( 2022-05-18T06:24:20.3767310Z /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:24:20.3768610Z warnings.warn( 2022-05-18T06:24:20.3769890Z /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:24:20.3770870Z warnings.warn( 2022-05-18T06:24:20.3772120Z /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:24:20.3773090Z warnings.warn( 2022-05-18T06:24:20.3774340Z /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:24:20.3775320Z warnings.warn( 2022-05-18T06:24:20.3776930Z /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:24:20.3778100Z warnings.warn( 2022-05-18T06:24:20.3781130Z /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:24:20.3781950Z warnings.warn( 2022-05-18T06:24:20.3783020Z /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:24:20.3783820Z warnings.warn( 2022-05-18T06:24:20.3785720Z /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:24:20.3786670Z warnings.warn( 2022-05-18T06:24:20.3788940Z /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:24:20.3790370Z warnings.warn( 2022-05-18T06:24:20.3792650Z /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:24:20.3793990Z warnings.warn( 2022-05-18T06:24:20.3800730Z /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:24:20.3802130Z warnings.warn( 2022-05-18T06:24:20.3803260Z /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:24:20.3804060Z warnings.warn( 2022-05-18T06:24:20.3804560Z ok (0.227s) 2022-05-18T06:24:20.3806770Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.017s) 2022-05-18T06:24:27.1885370Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (6.808s) 2022-05-18T06:24:27.1965750Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.008s) 2022-05-18T06:24:27.6913890Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.495s) 2022-05-18T06:24:27.6991370Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.008s) 2022-05-18T06:24:28.0084590Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.309s) 2022-05-18T06:24:28.0162820Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.008s) 2022-05-18T06:24:28.2447740Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.228s) 2022-05-18T06:24:28.2523690Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.008s) 2022-05-18T06:24:28.3818220Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.129s) 2022-05-18T06:24:28.4257700Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.044s) 2022-05-18T06:24:28.4286280Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-05-18T06:24:28.4286910Z Test case that checks whether forward pre hooks of the first module and ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:28.4342580Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-05-18T06:24:28.4386470Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:24:28.4414060Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:28.4426410Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:28.4435870Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:24:28.4464290Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:28.4505310Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:24:28.4533030Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.003s) 2022-05-18T06:24:28.4899170Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.037s) 2022-05-18T06:24:28.4983660Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-05-18T06:24:28.4992240Z test_fuse_custom_config_dict_validity (quantization.fx.test_quantize_fx.TestFuseFx) 2022-05-18T06:24:28.5003790Z Verifies that if a user passes an invalid key or makes a typo when ... ok (0.002s) 2022-05-18T06:24:28.5114380Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.011s) 2022-05-18T06:24:28.5170850Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.006s) 2022-05-18T06:24:28.5267740Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.010s) 2022-05-18T06:24:28.5299070Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-05-18T06:24:28.5353400Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.008s) 2022-05-18T06:24:28.5387610Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-05-18T06:24:28.5434850Z This test tests two keys in backend_config_dict: root_node_getter and ... ok (0.008s) 2022-05-18T06:24:28.5639340Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... /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:24:28.5640600Z warnings.warn( 2022-05-18T06:24:28.5640850Z ok (0.020s) 2022-05-18T06:24:28.5655900Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-05-18T06:24:28.5665540Z TODO: add test for all fused modules ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:24:28.5773360Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /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:28.5774070Z warnings.warn(msg, FutureWarning) 2022-05-18T06:24:28.5774280Z ok (0.011s) 2022-05-18T06:24:28.5885840Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /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:28.5886650Z warnings.warn(msg, FutureWarning) 2022-05-18T06:24:28.5886870Z ok (0.011s) 2022-05-18T06:24:28.5921760Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-05-18T06:24:28.6118180Z Tests the case where we call the fused_obs_fake_quant op multiple times ... /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:28.6118860Z warnings.warn(msg, FutureWarning) 2022-05-18T06:24:28.6119770Z /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:28.6120330Z warnings.warn(msg, FutureWarning) 2022-05-18T06:24:28.6120960Z ok (0.023s) 2022-05-18T06:24:28.6155120Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-05-18T06:24:28.6714250Z Tests the case where we call the fused_obs_fake_quant op multiple times ... /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:28.6714970Z warnings.warn(msg, FutureWarning) 2022-05-18T06:24:28.6715910Z /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:28.6716500Z warnings.warn(msg, FutureWarning) 2022-05-18T06:24:28.6716700Z ok (0.060s) 2022-05-18T06:24:28.6887700Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... /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:28.6888590Z warnings.warn(msg, FutureWarning) 2022-05-18T06:24:28.6888810Z ok (0.017s) 2022-05-18T06:24:28.7196800Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... /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:24:28.7197490Z warnings.warn( 2022-05-18T06:24:28.7197790Z ok (0.031s) 2022-05-18T06:24:28.7524950Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.033s) 2022-05-18T06:24:28.7779840Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.025s) 2022-05-18T06:24:28.8345730Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.056s) 2022-05-18T06:24:28.8364620Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.002s) 2022-05-18T06:24:28.8465110Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... /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:28.8465970Z warnings.warn(msg, FutureWarning) 2022-05-18T06:24:28.8466180Z ok (0.010s) 2022-05-18T06:24:28.8622730Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... /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:28.8623510Z warnings.warn(msg, FutureWarning) 2022-05-18T06:24:28.8623730Z ok (0.016s) 2022-05-18T06:24:28.8925650Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.030s) 2022-05-18T06:25:07.1757200Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T06:25:07.1758690Z warnings.warn( 2022-05-18T06:25:07.1759570Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T06:25:07.1759990Z warnings.warn( 2022-05-18T06:25:07.1760730Z /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:25:07.1761180Z warnings.warn( 2022-05-18T06:25:07.1761850Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T06:25:07.1762270Z warnings.warn( 2022-05-18T06:25:07.1763290Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T06:25:07.1763750Z warnings.warn( 2022-05-18T06:25:07.1764440Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T06:25:07.1764840Z warnings.warn( 2022-05-18T06:25:07.1765560Z /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:25:07.1766010Z warnings.warn( 2022-05-18T06:25:07.1766670Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T06:25:07.1767080Z warnings.warn( 2022-05-18T06:25:07.1767810Z /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:25:07.1768250Z warnings.warn( 2022-05-18T06:25:07.1768890Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T06:25:07.1769310Z warnings.warn( 2022-05-18T06:25:07.1770030Z /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:25:07.1770460Z warnings.warn( 2022-05-18T06:25:07.1771120Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T06:25:07.1771520Z warnings.warn( 2022-05-18T06:25:07.1771700Z ok (38.283s) 2022-05-18T06:25:16.0557370Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... /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:25:16.0558700Z warnings.warn( 2022-05-18T06:25:16.0559500Z /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:25:16.0559970Z warnings.warn( 2022-05-18T06:25:16.0560710Z /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:25:16.0561280Z warnings.warn( 2022-05-18T06:25:16.0562130Z /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:25:16.0562600Z warnings.warn( 2022-05-18T06:25:16.0563630Z /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:25:16.0564130Z warnings.warn( 2022-05-18T06:25:16.0564880Z /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:25:16.0565330Z warnings.warn( 2022-05-18T06:25:16.0566300Z /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:25:16.0566750Z warnings.warn( 2022-05-18T06:25:16.0567480Z /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:25:16.0567930Z warnings.warn( 2022-05-18T06:25:16.0568670Z /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:25:16.0569110Z warnings.warn( 2022-05-18T06:25:16.0569940Z /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:25:16.0570390Z warnings.warn( 2022-05-18T06:25:16.0571210Z /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:25:16.0571660Z warnings.warn( 2022-05-18T06:25:16.0572400Z /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:25:16.0572840Z warnings.warn( 2022-05-18T06:25:16.0573570Z /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:25:16.0574300Z warnings.warn( 2022-05-18T06:25:16.0575250Z /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:25:16.0575710Z warnings.warn( 2022-05-18T06:25:16.0576460Z /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:25:16.0576910Z warnings.warn( 2022-05-18T06:25:16.0577630Z /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:25:16.0578080Z warnings.warn( 2022-05-18T06:25:16.0579020Z /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:25:16.0579520Z warnings.warn( 2022-05-18T06:25:16.0580370Z /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:25:16.0580830Z warnings.warn( 2022-05-18T06:25:16.0581580Z /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:25:16.0582030Z warnings.warn( 2022-05-18T06:25:16.0582770Z /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:25:16.0583210Z warnings.warn( 2022-05-18T06:25:16.0583930Z /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:25:16.0584570Z warnings.warn( 2022-05-18T06:25:16.0585320Z /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:25:16.0585780Z warnings.warn( 2022-05-18T06:25:16.0586590Z /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:25:16.0587050Z warnings.warn( 2022-05-18T06:25:16.0587790Z /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:25:16.0588230Z warnings.warn( 2022-05-18T06:25:16.0588950Z /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:25:16.0589670Z warnings.warn( 2022-05-18T06:25:16.0590420Z /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:25:16.0590880Z warnings.warn( 2022-05-18T06:25:16.0591060Z ok (8.880s) 2022-05-18T06:25:16.6813200Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.625s) 2022-05-18T06:25:17.8629520Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (1.181s) 2022-05-18T06:25:18.6081070Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.745s) 2022-05-18T06:25:18.7019850Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... /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:25:18.7023850Z warnings.warn( 2022-05-18T06:25:18.7024160Z ok (0.094s) 2022-05-18T06:25:18.7457620Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.044s) 2022-05-18T06:25:18.7552180Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:25:18.7877420Z ok (0.042s) 2022-05-18T06:25:18.8940310Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.106s) 2022-05-18T06:25:18.9642540Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.070s) 2022-05-18T06:25:19.0516600Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T06:25:19.0517230Z warnings.warn( 2022-05-18T06:25:19.0517420Z ok (0.087s) 2022-05-18T06:25:19.0570460Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.005s) 2022-05-18T06:25:19.2365600Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.179s) 2022-05-18T06:25:19.2440750Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.007s) 2022-05-18T06:25:19.3335760Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.089s) 2022-05-18T06:25:19.4195130Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.086s) 2022-05-18T06:25:19.4244920Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.005s) 2022-05-18T06:25:19.6050400Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.180s) 2022-05-18T06:25:19.6112910Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.006s) 2022-05-18T06:25:19.8004710Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.189s) 2022-05-18T06:25:19.8095150Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.009s) 2022-05-18T06:25:19.8722280Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.063s) 2022-05-18T06:25:19.8762930Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.004s) 2022-05-18T06:25:20.0517880Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.175s) 2022-05-18T06:25:20.0571830Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.005s) 2022-05-18T06:25:20.0579600Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.001s) 2022-05-18T06:25:20.0584280Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-05-18T06:25:20.0602170Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.002s) 2022-05-18T06:25:20.0617750Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.001s) 2022-05-18T06:25:20.0627130Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-05-18T06:25:20.0659000Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.004s) 2022-05-18T06:25:20.0667030Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-05-18T06:25:20.0683070Z Smoke test on saving/loading state_dict ... ok (0.002s) 2022-05-18T06:25:20.1002110Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.032s) 2022-05-18T06:25:20.1332740Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.033s) 2022-05-18T06:25:20.1345350Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-05-18T06:25:20.1346280Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:25:20.2561150Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.121s) 2022-05-18T06:25:20.7238300Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7238900Z warnings.warn( 2022-05-18T06:25:20.7239540Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7239950Z warnings.warn( 2022-05-18T06:25:20.7240560Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7250110Z warnings.warn( 2022-05-18T06:25:20.7250860Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7251260Z warnings.warn( 2022-05-18T06:25:20.7251870Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7252260Z warnings.warn( 2022-05-18T06:25:20.7252870Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7253820Z warnings.warn( 2022-05-18T06:25:20.7254600Z /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:25:20.7255060Z warnings.warn( 2022-05-18T06:25:20.7255670Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7256050Z warnings.warn( 2022-05-18T06:25:20.7256650Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7257020Z warnings.warn( 2022-05-18T06:25:20.7257620Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7258010Z warnings.warn( 2022-05-18T06:25:20.7258600Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7258980Z warnings.warn( 2022-05-18T06:25:20.7259970Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7260390Z warnings.warn( 2022-05-18T06:25:20.7261010Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7261390Z warnings.warn( 2022-05-18T06:25:20.7262120Z /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:25:20.7262590Z warnings.warn( 2022-05-18T06:25:20.7263200Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7263580Z warnings.warn( 2022-05-18T06:25:20.7264320Z /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:25:20.7264770Z warnings.warn( 2022-05-18T06:25:20.7265360Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7265740Z warnings.warn( 2022-05-18T06:25:20.7266340Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7266720Z warnings.warn( 2022-05-18T06:25:20.7267320Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7267690Z warnings.warn( 2022-05-18T06:25:20.7268380Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7268750Z warnings.warn( 2022-05-18T06:25:20.7269340Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7269980Z warnings.warn( 2022-05-18T06:25:20.7270600Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7271040Z warnings.warn( 2022-05-18T06:25:20.7271800Z /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:25:20.7272260Z warnings.warn( 2022-05-18T06:25:20.7272860Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7273280Z warnings.warn( 2022-05-18T06:25:20.7273900Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7274270Z warnings.warn( 2022-05-18T06:25:20.7275210Z /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:25:20.7275760Z warnings.warn( 2022-05-18T06:25:20.7276390Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7276770Z warnings.warn( 2022-05-18T06:25:20.7277360Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7277750Z warnings.warn( 2022-05-18T06:25:20.7278340Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7278710Z warnings.warn( 2022-05-18T06:25:20.7279310Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7279690Z warnings.warn( 2022-05-18T06:25:20.7280430Z /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:25:20.7280880Z warnings.warn( 2022-05-18T06:25:20.7281470Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7281860Z warnings.warn( 2022-05-18T06:25:20.7282580Z /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:25:20.7283030Z warnings.warn( 2022-05-18T06:25:20.7283620Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7284000Z warnings.warn( 2022-05-18T06:25:20.7284600Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7285230Z warnings.warn( 2022-05-18T06:25:20.7285850Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7286230Z warnings.warn( 2022-05-18T06:25:20.7286820Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7287310Z warnings.warn( 2022-05-18T06:25:20.7287940Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7288310Z warnings.warn( 2022-05-18T06:25:20.7289050Z /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:25:20.7289500Z warnings.warn( 2022-05-18T06:25:20.7290100Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7290480Z warnings.warn( 2022-05-18T06:25:20.7291270Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7291690Z warnings.warn( 2022-05-18T06:25:20.7292310Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7292690Z warnings.warn( 2022-05-18T06:25:20.7293280Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7293660Z warnings.warn( 2022-05-18T06:25:20.7294260Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7294630Z warnings.warn( 2022-05-18T06:25:20.7295220Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7295700Z warnings.warn( 2022-05-18T06:25:20.7296320Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7296700Z warnings.warn( 2022-05-18T06:25:20.7297440Z /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:25:20.7297900Z warnings.warn( 2022-05-18T06:25:20.7298500Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7298880Z warnings.warn( 2022-05-18T06:25:20.7299470Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7299840Z warnings.warn( 2022-05-18T06:25:20.7300430Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7301060Z warnings.warn( 2022-05-18T06:25:20.7301680Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7302060Z warnings.warn( 2022-05-18T06:25:20.7302660Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7303040Z warnings.warn( 2022-05-18T06:25:20.7303630Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7304000Z warnings.warn( 2022-05-18T06:25:20.7304730Z /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:25:20.7305190Z warnings.warn( 2022-05-18T06:25:20.7305790Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7306170Z warnings.warn( 2022-05-18T06:25:20.7306970Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7307390Z warnings.warn( 2022-05-18T06:25:20.7308000Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7308380Z warnings.warn( 2022-05-18T06:25:20.7309110Z /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:25:20.7309560Z warnings.warn( 2022-05-18T06:25:20.7310160Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7310550Z warnings.warn( 2022-05-18T06:25:20.7311280Z /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:25:20.7311730Z warnings.warn( 2022-05-18T06:25:20.7312310Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7312700Z warnings.warn( 2022-05-18T06:25:20.7313290Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:272: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.7313670Z warnings.warn( 2022-05-18T06:25:20.7313860Z ok (0.468s) 2022-05-18T06:25:20.8458250Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8458880Z warnings.warn( 2022-05-18T06:25:20.8459500Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8459880Z warnings.warn( 2022-05-18T06:25:20.8460880Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8461260Z warnings.warn( 2022-05-18T06:25:20.8461850Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8462230Z warnings.warn( 2022-05-18T06:25:20.8462820Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8463190Z warnings.warn( 2022-05-18T06:25:20.8463780Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8464140Z warnings.warn( 2022-05-18T06:25:20.8464740Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8465110Z warnings.warn( 2022-05-18T06:25:20.8465810Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8466480Z warnings.warn( 2022-05-18T06:25:20.8467290Z /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:25:20.8467750Z warnings.warn( 2022-05-18T06:25:20.8468350Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8468850Z warnings.warn( 2022-05-18T06:25:20.8469440Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8469810Z warnings.warn( 2022-05-18T06:25:20.8470400Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8470770Z warnings.warn( 2022-05-18T06:25:20.8471490Z /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:25:20.8471940Z warnings.warn( 2022-05-18T06:25:20.8472530Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8472890Z warnings.warn( 2022-05-18T06:25:20.8473610Z /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:25:20.8474050Z warnings.warn( 2022-05-18T06:25:20.8474640Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:25:20.8475010Z warnings.warn( 2022-05-18T06:25:20.8475190Z ok (0.122s) 2022-05-18T06:25:20.8475640Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-05-18T06:25:21.2105270Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.365s) 2022-05-18T06:25:21.2111090Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.001s) 2022-05-18T06:25:21.2140410Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.003s) 2022-05-18T06:25:23.1171700Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1172410Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1172970Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1173430Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1173970Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1174450Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1174990Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1175460Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1176000Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1177010Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1177630Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1178090Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1178620Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1179090Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1179630Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1180090Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1180620Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1181080Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1181610Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1182070Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1182600Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1183050Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1183590Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1184050Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1184580Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1185030Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1185640Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1186110Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1186640Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1187100Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1187630Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1188450Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1188960Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1189420Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1189960Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1190410Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1190940Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1191400Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1191930Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1192380Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1192910Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1193370Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1193900Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1194570Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1195180Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1195720Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1196250Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1196700Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1197240Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1197700Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1198230Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1198690Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1199220Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1199680Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1200200Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1200660Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1201190Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1201650Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1202180Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1202630Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1203170Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1203620Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1204150Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1204610Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1205130Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1205900Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1206430Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1206890Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1207410Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1207870Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1208410Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1208860Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1209390Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1209850Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1210390Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1210840Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1211360Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1211820Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1212560Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1213100Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1213640Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1214100Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1214620Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1215080Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1215600Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1216060Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1216590Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1217050Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1217580Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1218030Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1218550Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1219020Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1219560Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1220010Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1220540Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1221000Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1221530Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1221970Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1222510Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.1222960Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.1223460Z ok (1.903s) 2022-05-18T06:25:23.3889690Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3890340Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3890920Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3891460Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3892020Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3892490Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3893040Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3893520Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3894070Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3894530Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3895060Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3896160Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3896790Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3897260Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3897800Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3898260Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3898810Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3899270Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3899810Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3900270Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3900810Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3901280Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3901820Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3902280Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3902810Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3903280Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3903820Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3904280Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3904820Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3905290Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3905820Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3906280Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3906810Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3907620Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3908160Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3908630Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3909160Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3909630Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3910170Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3910620Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3911160Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3911620Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3912160Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3912630Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3913170Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3913630Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3914380Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3914920Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3915600Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3916110Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3916660Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3917120Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3917670Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3918120Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3918660Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3919120Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3919660Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3920120Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3920650Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3921120Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3921660Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3922110Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3922650Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3923120Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3923650Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3924110Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3924650Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3925420Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3925940Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3926400Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3926940Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3927400Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3927950Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3928410Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3928940Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3929390Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3929940Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3930400Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3930940Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3931400Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3932150Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3932690Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3933220Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3933690Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3934230Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3934700Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3935230Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3935700Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3936240Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3936690Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3937230Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3937690Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3938220Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3938700Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3939230Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3939690Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3940230Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3940680Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3941220Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:25:23.3941680Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:25:23.3941920Z ok (0.272s) 2022-05-18T06:26:09.2657660Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2659390Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2667890Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2668480Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2669050Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2669530Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2670070Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2670530Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2671080Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2671550Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2672090Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2672560Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2673100Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2674010Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2674640Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2675100Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2675640Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2676100Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2676650Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2677110Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2677640Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2678100Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2678640Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2679100Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2679640Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2680100Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2680630Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2681090Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2681630Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2682090Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2682630Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2683090Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2683630Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2684090Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2684610Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2685390Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2685930Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2686390Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2686930Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2687390Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2687930Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2688390Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2688920Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2689370Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2689910Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2690370Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2690900Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2691450Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2692240Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2692760Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2693300Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2693760Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2694290Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2694760Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2695300Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2695760Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2696280Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2696740Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2697270Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2697730Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2698260Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2698730Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2699260Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2699710Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2700240Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2700710Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2701240Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2701700Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2702230Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2702700Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2703510Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2703980Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2704510Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2704970Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2705510Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2705970Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2706510Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2707070Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2707600Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2708070Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2708600Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2709060Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2709810Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2710340Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2710880Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2711330Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2711870Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2712330Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2712860Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2713320Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2713870Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2714330Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2714850Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2715310Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2715850Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2716320Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2717000Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2717490Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2718020Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:26:09.2718470Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:26:09.2718740Z ok (45.879s) 2022-05-18T06:26:09.2719130Z test_adaptive_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-05-18T06:26:09.2744030Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-05-18T06:26:09.2765940Z test_hardtanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-05-18T06:26:09.2785850Z test_mean (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-05-18T06:26:09.2828320Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.004s) 2022-05-18T06:26:09.2856300Z test_qnnpack_add_broadcast (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-05-18T06:26:09.2885700Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-05-18T06:26:09.2900420Z test_qnnpack_relu (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-05-18T06:26:09.2921130Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-05-18T06:26:09.2938130Z test_qnnpack_sigmoid_sweep (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-05-18T06:26:09.2959760Z test_qnnpack_tanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-05-18T06:26:09.2976260Z test_child_module_does_not_return_tensor (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.2983810Z test_child_modules (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3002550Z test_conv_functional_dynamic_weights (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3029030Z test_conv_functional_qat (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:09.3045880Z test_conv_int32_reference_model (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3064670Z test_conv_mod_qat (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3078390Z test_conv_unsupported_inplace_conv (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3079400Z Verifies that having an quantizeable op which is inplace ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3097280Z test_fusion (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3111240Z test_fusion2 (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3124950Z test_fusion_called_multiple_times (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3126670Z Tests that fusion works if the modules to fuse get called multiple ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3146190Z test_fusion_functions (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3160030Z test_inplace_unquantizeable_op (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3178400Z test_jit_tracing_removes_aliases (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3187660Z test_method (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3206640Z test_module_calls_items (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3215810Z test_module_created_during_forward (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3217170Z Some BERT models have this pattern ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3232340Z test_module_input_types (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3251200Z test_module_list (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3264680Z test_module_return_types (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3293820Z test_module_returns_namedtuple (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3298230Z test_multiple_modules (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3324580Z test_numeric_suite (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:09.3338210Z test_observers_not_touched_by_tracing (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3339140Z Verifies that running dynamic tracing does not change any data ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3362860Z test_prepare_custom_config_dict_non_traceable_module_class_child_leaf (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3390210Z test_prepare_custom_config_dict_non_traceable_module_class_mid_leaf (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3406890Z test_qconfig_dict_global (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3411380Z Verifies that the '' option of qconfig_dict works ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3425620Z test_qconfig_dict_module_name (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3426830Z Verifies that the 'module_name' option of qconfig_dict works ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3441880Z test_qconfig_dict_object_type_function (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3443360Z Verifies that the 'object_type' option of qconfig_dict works ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3461860Z test_qconfig_dict_object_type_function_global_none (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3466370Z Verifies that the 'object_type' option of qconfig_dict works ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3480950Z test_qconfig_dict_object_type_method (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3485800Z Verifies that the 'object_type' option of qconfig_dict works ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3498820Z test_qconfig_dict_object_type_module (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3500200Z Verifies that the 'object_type' option of qconfig_dict works ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3510640Z test_qconfig_dict_unsupported_does_not_crash_when_empty (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3512010Z Verifies that the yet unimplemented keys of qconfig_dict only ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3520680Z test_serialization (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3542210Z test_serialization_functional (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3557310Z test_subclass_of_quantizeable_module (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) 2022-05-18T06:26:09.3558400Z If a user creates a subclass of nn.BatchNorm2d, that subclass ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3568230Z test_unknown_op_after_quantized (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3578050Z test_unsupported_ops (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3595910Z test_unsupported_ops_recorded (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3615840Z test_vovnet_sequential (quantization.dbr.test_quantize_dbr.TestQuantizeDBR) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3625880Z test_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3635450Z test_add_int32 (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3650340Z test_cat_fp32 (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3661400Z test_cat_int (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3678030Z test_conv (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3702230Z test_conv_functional (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3710650Z test_div (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3730430Z test_embedding (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3741310Z test_linear_dynamic (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3755660Z test_linear_functional (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3768700Z test_linear_functional_nobias (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3777450Z test_mul (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3788230Z test_mul_int (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3797400Z test_sub (quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3805580Z test_mobilenet_v2 (quantization.dbr.test_quantize_dbr.TestQuantizeDBRModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3817780Z test_mobilenet_v2_removes_aliases (quantization.dbr.test_quantize_dbr.TestQuantizeDBRModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3829190Z test_add_linear (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3840630Z test_conv_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3855690Z test_conv_flatten_linear (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3868430Z test_conv_relu_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3879950Z test_conv_scalar_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3898790Z test_dropout (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3911650Z test_dropout_conv (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3923490Z test_gelu_linear (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.3939340Z test_inplace_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3961590Z test_linear_torch_relu (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3977650Z test_lstm (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:09.3989150Z test_module_then_add (quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:09.4047990Z test_embedding_bag (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.006s) 2022-05-18T06:26:09.4085920Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:09.9485210Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... /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:26:09.9486740Z return self._grad 2022-05-18T06:26:09.9486940Z ok (0.540s) 2022-05-18T06:26:09.9752530Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.027s) 2022-05-18T06:26:10.0302960Z test_dynamic_multi_op (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... [W insert_quant_dequant.cpp:1328] Warning: debug option for add_scalar and mul_scalar is not supported, please don't use debug option for models that uses these ops. (function operator()) 2022-05-18T06:26:10.1734210Z ok (0.198s) 2022-05-18T06:26:10.3823960Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.209s) 2022-05-18T06:26:10.6216720Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.239s) 2022-05-18T06:26:10.7702360Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.148s) 2022-05-18T06:26:11.1638000Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.393s) 2022-05-18T06:26:11.3258100Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.162s) 2022-05-18T06:26:11.3796340Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.054s) 2022-05-18T06:26:11.4365610Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.057s) 2022-05-18T06:26:11.4873400Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.051s) 2022-05-18T06:26:11.6357730Z test_lower_graph_conv2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.148s) 2022-05-18T06:26:11.6371040Z test_lower_graph_conv3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: onnx opset9 does not support quantize_per_tensor and caffe2 does not support conv3d (0.001s) 2022-05-18T06:26:11.6383460Z test_lower_graph_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:11.6643460Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/_reference/modules/utils.py:25: 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:26:11.6644990Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-05-18T06:26:11.6647270Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/_reference/modules/utils.py:28: 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:26:11.6648490Z torch.tensor(weight_qparams["zero_point"], dtype=zero_point_dtype, device=device)) 2022-05-18T06:26:11.6649410Z ok (0.026s) 2022-05-18T06:26:11.6973550Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.033s) 2022-05-18T06:26:11.7412880Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.044s) 2022-05-18T06:26:11.7602210Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.019s) 2022-05-18T06:26:11.7785740Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.018s) 2022-05-18T06:26:11.7982290Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.020s) 2022-05-18T06:26:12.5250800Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... /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:26:12.5251520Z warnings.warn( 2022-05-18T06:26:12.5251720Z ok (0.727s) 2022-05-18T06:26:12.5368270Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/_reference/modules/utils.py:25: 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:26:12.5369150Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-05-18T06:26:12.5370110Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/_reference/modules/utils.py:28: 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:26:12.5371350Z torch.tensor(weight_qparams["zero_point"], dtype=zero_point_dtype, device=device)) 2022-05-18T06:26:12.5371730Z ok (0.012s) 2022-05-18T06:26:12.5433750Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:26:12.5434320Z warnings.warn( 2022-05-18T06:26:12.5434530Z ok (0.007s) 2022-05-18T06:26:12.5607700Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.017s) 2022-05-18T06:26:12.5661100Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.005s) 2022-05-18T06:26:12.5685020Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.5704390Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-05-18T06:26:12.5705360Z Test post-training dynamic quantization on preserving ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.5716650Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:12.5734470Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-05-18T06:26:12.5735630Z Test quantization for nested model, top level 'fc3' and ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.5754840Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-05-18T06:26:12.5755760Z Another test case for quantized, we will quantize all submodules ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.5772220Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-05-18T06:26:12.5773220Z More complicated nested test case with child qconfig overrides ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.5788090Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-05-18T06:26:12.5788950Z Test quantization for per_channel dynamic quantization ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.5827530Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-05-18T06:26:12.5828420Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:12.5855230Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-05-18T06:26:12.5856150Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:12.5874550Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-05-18T06:26:12.5875750Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.5890130Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-05-18T06:26:12.5891010Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.5907640Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-05-18T06:26:12.5908790Z Test quantization for nested model, top level 'fc3' and ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.5922650Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:12.5932450Z Test quantization of activations ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.5941160Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:12.5950140Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.5957050Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:12.5965690Z Verifies that having qconfig==None for conv transpose does not crash ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:12.6042440Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.008s) 2022-05-18T06:26:12.6065720Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.8032190Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.196s) 2022-05-18T06:26:12.8044420Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:12.8054780Z User inserts QuantStub and DeQuantStub in model code ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:12.8076520Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:13.2802340Z Test quantization for nested model, top level 'fc3' and ... ok (0.475s) 2022-05-18T06:26:13.2835890Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:13.2857920Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:13.8773810Z More complicated nested test case with child qconfig overrides ... ok (0.594s) 2022-05-18T06:26:13.8794580Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:13.8804930Z Test quantization of normalization layers ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:13.8828660Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:13.8838390Z Test the post-training quantization flow, serialization and scripting ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:13.8873130Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:14.0158950Z Test the post-training quantization flow, serialization and scripting ... ok (0.132s) 2022-05-18T06:26:14.0180030Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:14.0196980Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:14.1661000Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.148s) 2022-05-18T06:26:14.1679510Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:14.5440600Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T06:26:14.5441170Z warnings.warn( 2022-05-18T06:26:14.5441670Z ok (0.378s) 2022-05-18T06:26:14.5463340Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:15.6802290Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (1.136s) 2022-05-18T06:26:15.6819230Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:16.9837520Z The case when we want to skip quantizing some layers ... ok (1.303s) 2022-05-18T06:26:16.9854590Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-05-18T06:26:16.9864530Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:16.9953390Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.009s) 2022-05-18T06:26:17.4855090Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.490s) 2022-05-18T06:26:17.4871230Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-05-18T06:26:17.4881550Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.003s) 2022-05-18T06:26:17.6624880Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.174s) 2022-05-18T06:26:17.9063500Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.244s) 2022-05-18T06:26:18.0902900Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.184s) 2022-05-18T06:26:18.2614360Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.171s) 2022-05-18T06:26:18.2741800Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.013s) 2022-05-18T06:26:18.2748320Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-05-18T06:26:18.2918300Z Using FakeQuant in evaluation only mode, ... ok (0.018s) 2022-05-18T06:26:18.3077110Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.016s) 2022-05-18T06:26:18.6439400Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.336s) 2022-05-18T06:26:18.6527570Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.009s) 2022-05-18T06:26:18.6578580Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.005s) 2022-05-18T06:26:18.6606480Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-05-18T06:26:18.7441570Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.086s) 2022-05-18T06:26:20.0387090Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... /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:26:20.0387910Z warnings.warn( 2022-05-18T06:26:20.0388730Z /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:26:20.0389200Z warnings.warn( 2022-05-18T06:26:20.0389960Z /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:26:20.0390470Z warnings.warn( 2022-05-18T06:26:20.0391250Z /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:26:20.0391700Z warnings.warn( 2022-05-18T06:26:20.0392440Z /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:26:20.0392890Z warnings.warn( 2022-05-18T06:26:20.0393630Z /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:26:20.0394080Z warnings.warn( 2022-05-18T06:26:20.0395620Z /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:26:20.0396070Z warnings.warn( 2022-05-18T06:26:20.0396820Z /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:26:20.0397260Z warnings.warn( 2022-05-18T06:26:20.0397990Z /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:26:20.0398430Z warnings.warn( 2022-05-18T06:26:20.0399170Z /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:26:20.0399620Z warnings.warn( 2022-05-18T06:26:20.0400630Z /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:26:20.0401130Z warnings.warn( 2022-05-18T06:26:20.0401890Z /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:26:20.0402340Z warnings.warn( 2022-05-18T06:26:20.0403080Z /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:26:20.0403520Z warnings.warn( 2022-05-18T06:26:20.0404260Z /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:26:20.0404700Z warnings.warn( 2022-05-18T06:26:20.0405430Z /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:26:20.0405870Z warnings.warn( 2022-05-18T06:26:20.0406610Z /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:26:20.0407060Z warnings.warn( 2022-05-18T06:26:20.0407780Z /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:26:20.0408230Z warnings.warn( 2022-05-18T06:26:20.0408960Z /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:26:20.0409400Z warnings.warn( 2022-05-18T06:26:20.0410420Z /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:26:20.0410860Z warnings.warn( 2022-05-18T06:26:20.0411600Z /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:26:20.0412040Z warnings.warn( 2022-05-18T06:26:20.0412770Z /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:26:20.0413350Z warnings.warn( 2022-05-18T06:26:20.0414080Z /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:26:20.0414510Z warnings.warn( 2022-05-18T06:26:20.0415430Z /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:26:20.0415910Z warnings.warn( 2022-05-18T06:26:20.0416640Z /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:26:20.0417080Z warnings.warn( 2022-05-18T06:26:20.0417790Z /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:26:20.0418220Z warnings.warn( 2022-05-18T06:26:20.0418940Z /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:26:20.0419370Z warnings.warn( 2022-05-18T06:26:20.0420080Z /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:26:20.0420600Z warnings.warn( 2022-05-18T06:26:20.0421320Z /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:26:20.0421750Z warnings.warn( 2022-05-18T06:26:20.0422460Z /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:26:20.0422890Z warnings.warn( 2022-05-18T06:26:20.0423600Z /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:26:20.0424290Z warnings.warn( 2022-05-18T06:26:20.0425030Z /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:26:20.0425470Z warnings.warn( 2022-05-18T06:26:20.0426180Z /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:26:20.0426620Z warnings.warn( 2022-05-18T06:26:20.0427330Z /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:26:20.0427750Z warnings.warn( 2022-05-18T06:26:20.0428460Z /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:26:20.0428900Z warnings.warn( 2022-05-18T06:26:20.0429910Z /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:26:20.0430540Z warnings.warn( 2022-05-18T06:26:20.0431300Z /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:26:20.0431750Z warnings.warn( 2022-05-18T06:26:20.0432490Z /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:26:20.0432930Z warnings.warn( 2022-05-18T06:26:20.0433660Z /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:26:20.0434100Z warnings.warn( 2022-05-18T06:26:20.0434830Z /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:26:20.0435280Z warnings.warn( 2022-05-18T06:26:20.0436010Z /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:26:20.0436580Z warnings.warn( 2022-05-18T06:26:20.0437420Z /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:26:20.0437880Z warnings.warn( 2022-05-18T06:26:20.0438610Z /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:26:20.0439400Z warnings.warn( 2022-05-18T06:26:20.0440160Z /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:26:20.0440590Z warnings.warn( 2022-05-18T06:26:20.0441330Z /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:26:20.0441770Z warnings.warn( 2022-05-18T06:26:20.0442500Z /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:26:20.0442960Z warnings.warn( 2022-05-18T06:26:20.0443690Z /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:26:20.0444140Z warnings.warn( 2022-05-18T06:26:20.0445140Z /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:26:20.0445640Z warnings.warn( 2022-05-18T06:26:20.0446400Z /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:26:20.0446850Z warnings.warn( 2022-05-18T06:26:20.0447570Z /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:26:20.0448020Z warnings.warn( 2022-05-18T06:26:20.0448740Z /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:26:20.0449190Z warnings.warn( 2022-05-18T06:26:20.0449380Z ok (1.293s) 2022-05-18T06:26:20.5352840Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.497s) 2022-05-18T06:26:20.5616070Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... /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:26:20.5616770Z warnings.warn( 2022-05-18T06:26:20.5617450Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:26:20.5617880Z warnings.warn( 2022-05-18T06:26:20.5618100Z ok (0.026s) 2022-05-18T06:26:20.5748780Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.013s) 2022-05-18T06:26:20.5799720Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.005s) 2022-05-18T06:26:20.5813060Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.001s) 2022-05-18T06:26:20.6041550Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.023s) 2022-05-18T06:26:20.6082820Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.004s) 2022-05-18T06:26:20.6098600Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6099780Z Verifies that calculating a size of a quantized tensor works ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6104920Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-05-18T06:26:20.6146990Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6148320Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:20.6157500Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6158570Z Test quantizing conv and linear ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6191330Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6191950Z Test quantizing functional conv and linear with reference option ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.6214430Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6224250Z test_convert_custom_config_dict_validity (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6225120Z Verifies that if a user passes an invalid key or makes a typo when ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6281090Z test_convert_qconfig_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.006s) 2022-05-18T06:26:20.6290100Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6291610Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6328100Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6329120Z Test the output of CopyNode to have the same ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:20.6402130Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.007s) 2022-05-18T06:26:20.6436710Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6438390Z Tests that the flow still works when the input of custom module ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:20.6453280Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6466490Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6467450Z Make sure default quant is inserted properly ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6482180Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6483190Z Test to make sure dequantize node are placed before ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6495700Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6496720Z Make sure quantization runs for models with dictionary output ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6517490Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6518500Z Tests input for dynamic linear being used by multiple ops ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6545440Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.6560990Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6562000Z Test that weight observer is run in convert step ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6592600Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6593740Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.6613530Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6614640Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6637380Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6638640Z Test that the sequence of quant-dequant nodes in the ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6646570Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6655110Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6678170Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6679550Z Verifies that fp32 sum works correctly if it's before or after ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6703150Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6721840Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6722770Z Ensure that leaving a possible fusion pattern of multiple nodes ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6745130Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6746100Z Verifies that binary ops get quantized correctly if some ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6772540Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.6788770Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6789590Z Test support for qint8 activation in reference pattern ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6800020Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6819490Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6832270Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6833110Z Verifies that an observer is not inserted between an unmatched ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6856500Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6865330Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6866270Z Test quantizing a not used value ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6892630Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6894740Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.6907150Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6908190Z Verify that specifying complicated output types does not crash. ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6936720Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.6954280Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6955190Z test MatchAllNode with ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.6965120Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6974160Z test_prepare_custom_config_dict_validity (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.6975200Z Verifies that if a user passes an invalid key or makes a typo when ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.6988480Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7009430Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.7010250Z Ensures that copy.deepcopy works correctly on a prepared model. ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7026110Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7046680Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.7047670Z Test to make sure the temporary config option to preserve qconfig attributes ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7061420Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.7062280Z Test tuple input type is preserved ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7073320Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7084020Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7096390Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7105930Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7115650Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7125360Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7135030Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7158820Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7164180Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-05-18T06:26:20.7194290Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.7230900Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:20.7239240Z test_qconfig_dict_validity (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.7240330Z Verifies that if a user passes an invalid key or makes a typo when ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7268400Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.7293460Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7331820Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:20.7346620Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7423440Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.008s) 2022-05-18T06:26:20.7441570Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7460070Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7478780Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7512370Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.7534460Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7568720Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.7594060Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.7594890Z Test that the FQN of input_scale/zero_point is set ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.7628320Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.7629180Z If the output is hardcoded to be quantized, ensure that ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:20.7638280Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7647240Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7663000Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.7663970Z Test state_dict and deepcopy works properly in the quantized model ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7687030Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.7688000Z Make sure the numerics for models with ref conv module ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7707810Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.7708670Z Make sure the numerics for models with ref linear module ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7727250Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7741510Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7755490Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7765140Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7774680Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7783010Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7808440Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7823670Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7838830Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7855420Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.7856430Z Make sure that shape does not dequantize ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7866580Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7888060Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7906000Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7919430Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:20.7962960Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-05-18T06:26:20.7963510Z Make sure packed params appear in state_dict ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:20.7975070Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7985270Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.7994460Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.8005390Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.8014580Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.8023570Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.8032500Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.8041520Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:20.8050490Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-05-18T06:26:20.8072040Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-05-18T06:26:20.9920490Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/_reference/modules/utils.py:25: 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:26:20.9921260Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-05-18T06:26:20.9922860Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/_reference/modules/utils.py:28: 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:26:20.9923470Z torch.tensor(weight_qparams["zero_point"], dtype=zero_point_dtype, device=device)) 2022-05-18T06:26:20.9923760Z ok (0.185s) 2022-05-18T06:26:21.2069220Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.215s) 2022-05-18T06:26:21.3242010Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... /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:26:21.3242770Z warnings.warn(msg, FutureWarning) 2022-05-18T06:26:21.3243070Z ok (0.117s) 2022-05-18T06:26:21.3251280Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-05-18T06:26:21.7106230Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/_reference/modules/utils.py:25: 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:26:21.7107570Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-05-18T06:26:21.7108960Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/_reference/modules/utils.py:28: 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:26:21.7110060Z torch.tensor(weight_qparams["zero_point"], dtype=zero_point_dtype, device=device)) 2022-05-18T06:26:21.7111340Z /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:26:21.7112260Z warnings.warn( 2022-05-18T06:26:21.7112950Z ok (0.385s) 2022-05-18T06:26:21.7126090Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-05-18T06:26:21.7151430Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-05-18T06:26:21.7188140Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.004s) 2022-05-18T06:26:21.7198990Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.7206500Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.7227050Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.7243540Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.7245150Z A test that checks correct patterns are produced for ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.7262500Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.7284190Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.7285670Z int8 is not supported for bmm so we won't produce reference ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.7370900Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.7372410Z Make sure we don't insert observer for boolean Tensors ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-05-18T06:26:21.7385490Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.7386720Z quantization of the output of cat will depend on the ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-05-18T06:26:21.7402250Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.7428520Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.7447210Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.7453060Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.7458910Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.7469250Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.7470620Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.7479880Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.7485760Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.7514990Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:21.7545470Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:21.7598080Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-05-18T06:26:21.7614410Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.7634880Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.7694160Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-05-18T06:26:21.7782080Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.7783200Z Test for function conv and functional conv + relu ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.010s) 2022-05-18T06:26:21.7843520Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.006s) 2022-05-18T06:26:21.7852460Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.7868350Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.7932600Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.7935440Z A test that checks dequantize will be swapped for ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.006s) 2022-05-18T06:26:21.8074350Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.8185290Z A test that checks correct patterns are produced for ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.008s) 2022-05-18T06:26:21.8216490Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.8218280Z Make sure we only insert observer for getitem if the following node is matched ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:21.8219400Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-05-18T06:26:21.8220090Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8220730Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.8221270Z If the inputs to the graph are quantized and the only node ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8221910Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.8222580Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-05-18T06:26:21.8223250Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-05-18T06:26:21.8224320Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.006s) 2022-05-18T06:26:21.8247800Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:21.8265660Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8272120Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.8277630Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.8298610Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.8299790Z Test multiple qconfigs for a single value ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8322750Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8341710Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8381260Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:21.8399670Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8418880Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8454720Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-05-18T06:26:21.8455790Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:21.8470660Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.8492930Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8517510Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8530050Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.8540220Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.8558760Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8568190Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.8587370Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:21.8593050Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:21.8606780Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:26:22.3753730Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /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:26:22.3755020Z return self._grad 2022-05-18T06:26:22.3755230Z ok (0.514s) 2022-05-18T06:26:22.5662880Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.191s) 2022-05-18T06:26:22.5678140Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.001s) 2022-05-18T06:26:22.5700090Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:22.9790720Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.409s) 2022-05-18T06:26:22.9812450Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-05-18T06:26:22.9822640Z Test observers with ignored function and make sure it works in ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:23.8899200Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.907s) 2022-05-18T06:26:23.8916080Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.002s) 2022-05-18T06:26:25.5840610Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (1.692s) 2022-05-18T06:26:25.5860600Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:25.5894420Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:25.5906920Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.001s) 2022-05-18T06:26:25.5920440Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-05-18T06:26:25.5928450Z Make sure dequantize can support Tuple of tensor ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:28.1027070Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.510s) 2022-05-18T06:26:28.1085950Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-05-18T06:26:28.2901850Z A test that checks dequantize will be swapped for ... ok (0.187s) 2022-05-18T06:26:28.2966610Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-05-18T06:26:28.7964600Z A test that checks correct patterns are produced for ... ok (0.506s) 2022-05-18T06:26:31.8475570Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/functional.py:2464: 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:31.8477170Z _verify_batch_size([input.size(0) * input.size(1) // num_groups, num_groups] + list(input.size()[2:])) 2022-05-18T06:26:31.8478000Z ok (3.051s) 2022-05-18T06:26:33.7078600Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.860s) 2022-05-18T06:26:34.3250310Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W observer.py:1135] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-05-18T06:26:34.5474170Z [W observer.py:1135] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-05-18T06:26:35.2380540Z [W observer.py:1135] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-05-18T06:26:35.4624210Z [W observer.py:1135] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-05-18T06:26:36.3130040Z [W observer.py:1135] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-05-18T06:26:36.6147330Z [W observer.py:1135] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-05-18T06:26:36.7893800Z ok (3.081s) 2022-05-18T06:26:39.9464130Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.157s) 2022-05-18T06:26:39.9512820Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-05-18T06:26:39.9536000Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:39.9559850Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:39.9583860Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:39.9609580Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-05-18T06:26:39.9654870Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:39.9674370Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-05-18T06:26:39.9683100Z Test quant fusion for multiple aten::add using same ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:39.9756140Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.007s) 2022-05-18T06:26:39.9828960Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-05-18T06:26:39.9837640Z Test quant fusion for multiple aten::add using same ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.008s) 2022-05-18T06:26:39.9877040Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:39.9937220Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.006s) 2022-05-18T06:26:39.9961670Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-05-18T06:26:39.9970740Z quantization of the output of cat will be depend on the ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:39.9996820Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:26:40.0028910Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-05-18T06:26:40.0037900Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:40.0083170Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:40.0156180Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.007s) 2022-05-18T06:26:40.0195500Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:40.0254060Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.006s) 2022-05-18T06:26:40.1216960Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.096s) 2022-05-18T06:26:40.2174040Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.096s) 2022-05-18T06:26:40.2294180Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.012s) 2022-05-18T06:26:40.3194880Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.090s) 2022-05-18T06:26:40.4063370Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.087s) 2022-05-18T06:26:41.8009480Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.394s) 2022-05-18T06:26:41.9281250Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.127s) 2022-05-18T06:26:41.9299340Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-05-18T06:26:41.9418480Z Test that we don't fuse the cases when module type does not match ... ok (0.014s) 2022-05-18T06:26:42.3436310Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.402s) 2022-05-18T06:26:42.4451890Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.101s) 2022-05-18T06:26:42.5467190Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.101s) 2022-05-18T06:26:42.6149700Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.068s) 2022-05-18T06:26:42.8022950Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.187s) 2022-05-18T06:26:42.8579930Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.056s) 2022-05-18T06:26:42.9241400Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.066s) 2022-05-18T06:26:42.9256310Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-05-18T06:26:42.9800970Z Make sure we skip observers for ops that doesn't require ... ok (0.056s) 2022-05-18T06:26:43.1660700Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.186s) 2022-05-18T06:26:43.1693860Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-05-18T06:26:43.6617220Z check quantization for if works as long as ... ok (0.496s) 2022-05-18T06:26:43.8404220Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.178s) 2022-05-18T06:26:43.8891560Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.048s) 2022-05-18T06:26:43.9606500Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.071s) 2022-05-18T06:26:44.1832240Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.222s) 2022-05-18T06:26:44.1850790Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-05-18T06:26:44.2481800Z Make sure we propagate observed property through general ops ... ok (0.065s) 2022-05-18T06:26:44.3149380Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.067s) 2022-05-18T06:26:44.3169010Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-05-18T06:26:44.3848050Z Make sure we propagate observed property through general ops ... ok (0.070s) 2022-05-18T06:26:44.4503760Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.065s) 2022-05-18T06:26:44.4552650Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support avx2 or newer. (0.005s) 2022-05-18T06:26:44.5091810Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.054s) 2022-05-18T06:26:44.6751730Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.166s) 2022-05-18T06:26:44.8739530Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.199s) 2022-05-18T06:26:44.9477300Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.074s) 2022-05-18T06:26:45.0649490Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.117s) 2022-05-18T06:26:45.0676320Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-05-18T06:26:45.0686470Z Tests the case where fork and wait calls are in different subgraphs ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:26:45.0702620Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support avx2 or newer. (0.002s) 2022-05-18T06:26:45.0846130Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.014s) 2022-05-18T06:26:45.1006750Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.016s) 2022-05-18T06:26:45.1031400Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-05-18T06:26:45.2171620Z We want to move quantize nodes for output of prim::If ... [W utils.py:280] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-05-18T06:26:45.2270520Z [W utils.py:280] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-05-18T06:26:45.2274980Z [W utils.py:280] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-05-18T06:26:45.2277530Z [W utils.py:280] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-05-18T06:26:45.2497230Z ok (0.149s) 2022-05-18T06:26:45.3450750Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.095s) 2022-05-18T06:26:45.3571910Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.012s) 2022-05-18T06:26:45.3618110Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.004s) 2022-05-18T06:26:45.8603270Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.498s) 2022-05-18T06:26:45.8732120Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.013s) 2022-05-18T06:26:46.3996420Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.526s) 2022-05-18T06:26:47.3065930Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.907s) 2022-05-18T06:26:47.3206910Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.014s) 2022-05-18T06:26:48.0380780Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.717s) 2022-05-18T06:26:48.1899350Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.152s) 2022-05-18T06:26:48.9137350Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.724s) 2022-05-18T06:26:49.0174520Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.104s) 2022-05-18T06:26:49.2210880Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.204s) 2022-05-18T06:26:50.4517100Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.231s) 2022-05-18T06:26:50.4523220Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.001s) 2022-05-18T06:26:50.4542470Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-05-18T06:26:50.4543080Z Tests the case where 2D indices are passed into the operator ... skip: Known test failure on Mac. (0.002s) 2022-05-18T06:26:50.4553190Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.001s) 2022-05-18T06:26:50.4560910Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.001s) 2022-05-18T06:26:50.4585690Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-05-18T06:26:50.4586270Z Tests the case where 2D indices are passed into the operator ... skip: Known test failure on Mac. (0.003s) 2022-05-18T06:26:50.4596440Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.001s) 2022-05-18T06:26:50.4603830Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.001s) 2022-05-18T06:26:50.4613670Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.001s) 2022-05-18T06:26:50.4622010Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.001s) 2022-05-18T06:26:50.6104910Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.148s) 2022-05-18T06:26:50.7679300Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.157s) 2022-05-18T06:26:50.9100580Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.142s) 2022-05-18T06:26:50.9999550Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... /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:26:51.0000290Z warnings.warn( 2022-05-18T06:26:51.0001120Z /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:26:51.0001610Z warnings.warn( 2022-05-18T06:26:51.0002420Z /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:26:51.0002920Z warnings.warn( 2022-05-18T06:26:51.0003720Z /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:26:51.0004210Z warnings.warn( 2022-05-18T06:26:51.0004990Z /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:26:51.0006000Z warnings.warn( 2022-05-18T06:26:51.0006830Z /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:26:51.0007330Z warnings.warn( 2022-05-18T06:26:51.0008140Z /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:26:51.0008620Z warnings.warn( 2022-05-18T06:26:51.0009420Z /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:26:51.0009910Z warnings.warn( 2022-05-18T06:26:51.0010710Z /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:26:51.0011450Z warnings.warn( 2022-05-18T06:26:51.0012320Z /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:26:51.0012810Z warnings.warn( 2022-05-18T06:26:51.0013600Z /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:26:51.0014090Z warnings.warn( 2022-05-18T06:26:51.0014900Z /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:26:51.0015380Z warnings.warn( 2022-05-18T06:26:51.0016190Z /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:26:51.0016680Z warnings.warn( 2022-05-18T06:26:51.0017480Z /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:26:51.0018170Z warnings.warn( 2022-05-18T06:26:51.0019010Z /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:26:51.0019510Z warnings.warn( 2022-05-18T06:26:51.0020330Z /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:26:51.0021220Z warnings.warn( 2022-05-18T06:26:51.0022040Z /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:26:51.0022530Z warnings.warn( 2022-05-18T06:26:51.0023330Z /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:26:51.0023920Z warnings.warn( 2022-05-18T06:26:51.0024740Z /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:26:51.0025230Z warnings.warn( 2022-05-18T06:26:51.0026230Z /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:26:51.0026760Z warnings.warn( 2022-05-18T06:26:51.0027750Z /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:26:51.0028260Z warnings.warn( 2022-05-18T06:26:51.0029090Z /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:26:51.0029590Z warnings.warn( 2022-05-18T06:26:51.0030400Z /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:26:51.0030900Z warnings.warn( 2022-05-18T06:26:51.0031720Z /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:26:51.0032230Z warnings.warn( 2022-05-18T06:26:51.0033050Z /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:26:51.0033550Z warnings.warn( 2022-05-18T06:26:51.0034490Z /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:26:51.0034980Z warnings.warn( 2022-05-18T06:26:51.0035780Z /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:26:51.0036510Z warnings.warn( 2022-05-18T06:26:51.0037340Z /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:26:51.0037820Z warnings.warn( 2022-05-18T06:26:51.0038610Z /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:26:51.0039100Z warnings.warn( 2022-05-18T06:26:51.0039900Z /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:26:51.0040390Z warnings.warn( 2022-05-18T06:26:51.0041390Z /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:26:51.0041920Z warnings.warn( 2022-05-18T06:26:51.0042740Z /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:26:51.0043240Z warnings.warn( 2022-05-18T06:26:51.0044040Z /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:26:51.0044520Z warnings.warn( 2022-05-18T06:26:51.0045320Z /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:26:51.0045800Z warnings.warn( 2022-05-18T06:26:51.0046740Z /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:26:51.0047320Z warnings.warn( 2022-05-18T06:26:51.0048160Z /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:26:51.0048660Z warnings.warn( 2022-05-18T06:26:51.0049490Z /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:26:51.0050250Z warnings.warn( 2022-05-18T06:26:51.0051100Z /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:26:51.0051600Z warnings.warn( 2022-05-18T06:26:51.0052430Z /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:26:51.0052920Z warnings.warn( 2022-05-18T06:26:51.0053740Z /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:26:51.0054320Z warnings.warn( 2022-05-18T06:26:51.0055360Z /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:26:51.0055910Z warnings.warn( 2022-05-18T06:26:51.0056750Z /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:26:51.0057250Z warnings.warn( 2022-05-18T06:26:51.0058150Z /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:26:51.0058660Z warnings.warn( 2022-05-18T06:26:51.0059500Z /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:26:51.0060000Z warnings.warn( 2022-05-18T06:26:51.0060820Z /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:26:51.0061320Z warnings.warn( 2022-05-18T06:26:51.0062140Z /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:26:51.0062630Z warnings.warn( 2022-05-18T06:26:51.0063580Z /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:26:51.0064100Z warnings.warn( 2022-05-18T06:26:51.0064940Z /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:26:51.0065700Z warnings.warn( 2022-05-18T06:26:51.0066560Z /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:26:51.0067050Z warnings.warn( 2022-05-18T06:26:51.0067880Z /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:26:51.0068380Z warnings.warn( 2022-05-18T06:26:51.0068570Z ok (0.090s) 2022-05-18T06:26:51.0068930Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.002s) 2022-05-18T06:26:51.7000580Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.698s) 2022-05-18T06:26:51.7153920Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.015s) 2022-05-18T06:26:51.8644360Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.149s) 2022-05-18T06:26:52.7313600Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.867s) 2022-05-18T06:26:52.8204570Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.089s) 2022-05-18T06:26:52.9167600Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.096s) 2022-05-18T06:26:52.9179890Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: skipping macos test (0.001s) 2022-05-18T06:26:52.9203690Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-05-18T06:26:52.9250670Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.007s) 2022-05-18T06:26:52.9290390Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-05-18T06:26:53.8304490Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (0.905s) 2022-05-18T06:26:53.8352700Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-05-18T06:26:55.7399680Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.909s) 2022-05-18T06:26:55.7441650Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-05-18T06:27:02.1375920Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (6.398s) 2022-05-18T06:27:02.1426280Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-05-18T06:27:08.0638290Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (5.926s) 2022-05-18T06:27:08.0677660Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:27:08.0716470Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:27:08.5754000Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.504s) 2022-05-18T06:27:08.9291580Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.354s) 2022-05-18T06:27:10.8307700Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.902s) 2022-05-18T06:27:24.3581930Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (13.527s) 2022-05-18T06:27:28.7395580Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... /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:27:28.7396330Z warnings.warn( 2022-05-18T06:27:28.7397060Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/observer.py:1135: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-05-18T06:27:28.7397480Z warnings.warn( 2022-05-18T06:27:28.7397680Z ok (4.381s) 2022-05-18T06:27:28.7458860Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... /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:27:28.7459580Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-05-18T06:27:28.7460640Z ok (0.006s) 2022-05-18T06:27:29.0994220Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.353s) 2022-05-18T06:27:29.1045860Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-05-18T06:27:29.3253870Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.221s) 2022-05-18T06:27:29.3289060Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-05-18T06:27:29.3340000Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-05-18T06:27:29.3378020Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-05-18T06:27:32.6670720Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (3.333s) 2022-05-18T06:27:32.6710430Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-05-18T06:27:53.2170870Z This test cover upsample_nearest3d ... ok (20.550s) 2022-05-18T06:27:53.2483330Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.031s) 2022-05-18T06:27:53.6301440Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.382s) 2022-05-18T06:27:53.6320280Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.002s) 2022-05-18T06:27:54.1080750Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.476s) 2022-05-18T06:27:54.7425450Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.634s) 2022-05-18T06:27:54.7543840Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.012s) 2022-05-18T06:27:55.9909910Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.236s) 2022-05-18T06:27:56.1954520Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.204s) 2022-05-18T06:27:56.1966380Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: skipping macos test (0.001s) 2022-05-18T06:27:56.1990540Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-05-18T06:27:56.1994830Z ok (0.003s) 2022-05-18T06:27:56.2021670Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.003s) 2022-05-18T06:27:56.2046860Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-05-18T06:27:56.2123700Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.008s) 2022-05-18T06:27:56.2195280Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.007s) 2022-05-18T06:27:56.5254650Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.306s) 2022-05-18T06:27:57.6311420Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.106s) 2022-05-18T06:27:57.8675090Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.236s) 2022-05-18T06:27:57.9367230Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.069s) 2022-05-18T06:27:58.0106850Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.074s) 2022-05-18T06:27:58.0155440Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-05-18T06:27:58.3336420Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.318s) 2022-05-18T06:27:58.3367060Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-05-18T06:27:58.3438350Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.007s) 2022-05-18T06:27:58.7159300Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.372s) 2022-05-18T06:27:59.6272070Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.911s) 2022-05-18T06:27:59.9903520Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.363s) 2022-05-18T06:28:00.1654050Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.175s) 2022-05-18T06:28:00.3423860Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.177s) 2022-05-18T06:28:00.6137940Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.271s) 2022-05-18T06:28:00.8576960Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.244s) 2022-05-18T06:28:00.9471370Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... /Users/runner/work/pytorch/pytorch/test/quantization/core/test_quantized_op.py:1930: 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:28:00.9472230Z indices = torch.tensor(X).long() 2022-05-18T06:28:00.9472480Z ok (0.089s) 2022-05-18T06:28:00.9544450Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.007s) 2022-05-18T06:28:00.9559710Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:28:01.3581490Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.402s) 2022-05-18T06:28:01.3602110Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /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:01.3603330Z warnings.warn(msg, FutureWarning) 2022-05-18T06:28:01.3603550Z ok (0.002s) 2022-05-18T06:28:01.5580340Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.198s) 2022-05-18T06:28:01.5814130Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.023s) 2022-05-18T06:28:01.5849270Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-05-18T06:28:01.5870400Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.002s) 2022-05-18T06:28:01.5887740Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.002s) 2022-05-18T06:28:01.5897880Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-05-18T06:28:01.5908300Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-05-18T06:28:01.5912710Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-05-18T06:28:01.5930500Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /Users/runner/work/pytorch/pytorch/test/quantization/core/test_quantized_tensor.py:1191: UserWarning: FOUND weight out of range (Triggered internally at ../aten/src/ATen/native/quantized/cpu/quant_utils.h:204.) 2022-05-18T06:28:01.5931110Z y = torch._saturate_weight_to_fp16(x) 2022-05-18T06:28:01.5931340Z ok (0.002s) 2022-05-18T06:28:01.6078570Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.015s) 2022-05-18T06:28:01.6116080Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-05-18T06:28:01.6120960Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-05-18T06:28:01.6158370Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-05-18T06:28:01.6182310Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.002s) 2022-05-18T06:28:01.6227430Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-05-18T06:28:01.6244110Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.002s) 2022-05-18T06:28:01.6328670Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-05-18T06:28:01.6355040Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-05-18T06:28:01.7344380Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.099s) 2022-05-18T06:28:01.7569740Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.022s) 2022-05-18T06:28:01.7689240Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.012s) 2022-05-18T06:28:01.7764840Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-05-18T06:28:01.7770950Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-05-18T06:28:01.7794370Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-05-18T06:28:01.7864430Z test_qtensor_fill (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-05-18T06:28:01.7917230Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-05-18T06:28:01.7934800Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-05-18T06:28:01.7939180Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-05-18T06:28:01.7955660Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-05-18T06:28:01.8076760Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.012s) 2022-05-18T06:28:01.8173240Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-05-18T06:28:01.8259910Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-05-18T06:28:01.8392550Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-05-18T06:28:01.8503930Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2022-05-18T06:28:01.8542330Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-05-18T06:28:02.9088690Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (1.054s) 2022-05-18T06:28:02.9175230Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-05-18T06:28:02.9237870Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/_tensor.py:589: UserWarning: non-inplace resize is deprecated 2022-05-18T06:28:02.9239140Z warnings.warn("non-inplace resize is deprecated") 2022-05-18T06:28:02.9239960Z ok (0.006s) 2022-05-18T06:28:02.9304370Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-05-18T06:28:02.9423010Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-05-18T06:28:02.9672500Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.027s) 2022-05-18T06:28:02.9798570Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-05-18T06:28:02.9811030Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-05-18T06:28:04.0473530Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (1.066s) 2022-05-18T06:28:04.0516240Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-05-18T06:28:04.0919520Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.045s) 2022-05-18T06:28:04.0940680Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-05-18T06:28:04.0958670Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-05-18T06:28:04.1216970Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.026s) 2022-05-18T06:28:04.1267480Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.005s) 2022-05-18T06:28:04.1296030Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-05-18T06:28:04.1427210Z Checks the rnn reference quantized modules has correct numerics ... ok (0.016s) 2022-05-18T06:28:04.1459010Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-05-18T06:28:04.1528540Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.010s) 2022-05-18T06:28:04.1558560Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-05-18T06:28:04.1599620Z Embedding and EmbeddingBag ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/_reference/modules/utils.py:25: 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:28:04.1600290Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-05-18T06:28:04.1601230Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/nn/quantized/_reference/modules/utils.py:28: 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:28:04.1601850Z torch.tensor(weight_qparams["zero_point"], dtype=zero_point_dtype, device=device)) 2022-05-18T06:28:04.1602130Z ok (0.007s) 2022-05-18T06:28:04.1818570Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.022s) 2022-05-18T06:28:04.1916310Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.010s) 2022-05-18T06:28:04.2002170Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.009s) 2022-05-18T06:28:04.2087880Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.008s) 2022-05-18T06:28:04.2280570Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.019s) 2022-05-18T06:28:04.2374640Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.009s) 2022-05-18T06:28:04.2460800Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.009s) 2022-05-18T06:28:04.2544310Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.008s) 2022-05-18T06:28:04.2747290Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.020s) 2022-05-18T06:28:04.2758080Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.001s) 2022-05-18T06:28:04.2768060Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.001s) 2022-05-18T06:28:04.2964460Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... /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:28:04.2965090Z warnings.warn( 2022-05-18T06:28:04.2965280Z ok (0.020s) 2022-05-18T06:28:04.3153960Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.019s) 2022-05-18T06:28:04.3362410Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.021s) 2022-05-18T06:28:04.3552900Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.019s) 2022-05-18T06:28:04.3564560Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-05-18T06:28:04.3574660Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.001s) 2022-05-18T06:28:04.3609340Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.003s) 2022-05-18T06:28:04.3642470Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.003s) 2022-05-18T06:28:04.3654900Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-05-18T06:28:04.3673560Z Tests the correctness of the batchnorm2d module. ... ok (0.003s) 2022-05-18T06:28:04.3822060Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-05-18T06:28:04.3822610Z warnings.warn( 2022-05-18T06:28:04.3822800Z ok (0.015s) 2022-05-18T06:28:04.3834290Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-05-18T06:28:04.3853430Z Tests the correctness of the batchnorm3d module. ... ok (0.003s) 2022-05-18T06:28:04.3997330Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.014s) 2022-05-18T06:28:05.7290420Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (1.329s) 2022-05-18T06:28:06.9938680Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (1.265s) 2022-05-18T06:28:06.9980460Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-05-18T06:28:06.9992190Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-05-18T06:28:07.0004410Z Tests the correctness of the dropout module. ... ok (0.002s) 2022-05-18T06:28:07.0100930Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.010s) 2022-05-18T06:28:07.0105300Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-05-18T06:28:07.0129170Z Tests the correctness of the ELU module. ... ok (0.003s) 2022-05-18T06:28:07.0252190Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.012s) 2022-05-18T06:28:07.0257620Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-05-18T06:28:07.0380800Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.013s) 2022-05-18T06:28:07.0399570Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-05-18T06:28:07.0431900Z Tests the correctness of the groupnorm module. ... ok (0.005s) 2022-05-18T06:28:07.0456300Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-05-18T06:28:07.0543830Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.011s) 2022-05-18T06:28:07.0563520Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-05-18T06:28:07.0592270Z Tests the correctness of the layernorm module. ... ok (0.005s) 2022-05-18T06:28:07.0626360Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-05-18T06:28:17.4355850Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (10.373s) 2022-05-18T06:28:17.4370630Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-05-18T06:28:17.4588070Z Tests the correctness of the pool module. ... ok (0.023s) 2022-05-18T06:28:17.4614780Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-05-18T06:28:17.4641220Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-05-18T06:28:17.4670320Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-05-18T06:28:18.7056090Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (1.238s) 2022-05-18T06:28:18.7247590Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.019s) 2022-05-18T06:28:18.7403220Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.015s) 2022-05-18T06:28:18.7554710Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.015s) 2022-05-18T06:28:18.7744880Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.019s) 2022-05-18T06:28:18.7922890Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.018s) 2022-05-18T06:28:18.8085940Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-05-18T06:28:18.8106060Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-05-18T06:28:18.8251260Z This tests that a placeholder Node can be matched to a Node with ... ok (0.016s) 2022-05-18T06:28:18.8419860Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.017s) 2022-05-18T06:28:18.8577320Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-05-18T06:28:18.8739190Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-05-18T06:28:18.8970610Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.023s) 2022-05-18T06:28:18.9126180Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-05-18T06:28:18.9290320Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-05-18T06:28:19.2401970Z 2022-05-18T06:28:19.2503410Z ---------------------------------------------------------------------- 2022-05-18T06:28:19.2603780Z Ran 876 tests in 251.490s 2022-05-18T06:28:19.2703780Z 2022-05-18T06:28:19.2804450Z OK (skipped=439) 2022-05-18T06:28:19.2904360Z 2022-05-18T06:28:19.3005140Z Generating XML reports... 2022-05-18T06:28:19.3106040Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220518062407.xml 2022-05-18T06:28:19.3206380Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220518062407.xml 2022-05-18T06:28:19.3300470Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220518062407.xml 2022-05-18T06:28:19.3397790Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220518062407.xml 2022-05-18T06:28:19.3463080Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220518062407.xml 2022-05-18T06:28:19.3525670Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220518062407.xml 2022-05-18T06:28:19.3546410Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220518062407.xml 2022-05-18T06:28:19.3597870Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220518062407.xml 2022-05-18T06:28:19.3624570Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220518062407.xml 2022-05-18T06:28:19.3637180Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220518062407.xml 2022-05-18T06:28:19.3638300Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220518062407.xml 2022-05-18T06:28:19.3639510Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220518062407.xml 2022-05-18T06:28:19.3640790Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220518062407.xml 2022-05-18T06:28:19.3641970Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220518062407.xml 2022-05-18T06:28:19.3644890Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220518062407.xml 2022-05-18T06:28:19.3645840Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220518062407.xml 2022-05-18T06:28:19.3647090Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220518062407.xml 2022-05-18T06:28:19.3648440Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220518062407.xml 2022-05-18T06:28:19.3649690Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220518062407.xml 2022-05-18T06:28:19.3650980Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220518062407.xml 2022-05-18T06:28:19.3653670Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220518062407.xml 2022-05-18T06:28:19.3655060Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220518062407.xml 2022-05-18T06:28:19.3656380Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220518062407.xml 2022-05-18T06:28:19.3657650Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220518062407.xml 2022-05-18T06:28:19.3658890Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220518062407.xml 2022-05-18T06:28:19.3660450Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220518062407.xml 2022-05-18T06:28:19.3661330Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220518062407.xml 2022-05-18T06:28:19.3664190Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220518062407.xml 2022-05-18T06:28:19.3665070Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220518062407.xml 2022-05-18T06:28:19.3666310Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220518062407.xml 2022-05-18T06:28:19.3667060Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220518062407.xml 2022-05-18T06:28:19.3667800Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220518062407.xml 2022-05-18T06:28:19.3668590Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220518062407.xml 2022-05-18T06:28:19.3669370Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220518062407.xml 2022-05-18T06:28:19.3670110Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220518062407.xml 2022-05-18T06:28:19.3670850Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220518062407.xml 2022-05-18T06:28:19.3671900Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220518062407.xml 2022-05-18T06:28:19.3672800Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220518062407.xml 2022-05-18T06:28:19.3673600Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220518062407.xml 2022-05-18T06:28:19.3674380Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220518062407.xml 2022-05-18T06:28:19.3675180Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220518062407.xml 2022-05-18T06:28:19.3675970Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220518062407.xml 2022-05-18T06:28:19.3676780Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220518062407.xml 2022-05-18T06:28:19.3677570Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220518062407.xml 2022-05-18T06:28:19.3678360Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220518062407.xml 2022-05-18T06:28:19.3679190Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220518062407.xml 2022-05-18T06:28:19.3680040Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220518062407.xml 2022-05-18T06:28:19.3680780Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBR-20220518062407.xml 2022-05-18T06:28:19.3681540Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRIndividualOps-20220518062407.xml 2022-05-18T06:28:19.3682310Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRModels-20220518062407.xml 2022-05-18T06:28:19.3683070Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.dbr.test_quantize_dbr.TestQuantizeDBRMultipleOps-20220518062407.xml 2022-05-18T06:28:19.3684190Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220518062407.xml 2022-05-18T06:28:19.3685000Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220518062407.xml 2022-05-18T06:28:19.3685750Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220518062407.xml 2022-05-18T06:28:19.3686570Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220518062407.xml 2022-05-18T06:28:19.3687340Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220518062407.xml 2022-05-18T06:28:19.7053550Z Running test_scatter_gather_ops ... [2022-05-18 06:28:19.704748] 2022-05-18T06:28:19.7054290Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:28:19.704903] 2022-05-18T06:28:21.1917970Z 2022-05-18T06:28:21.1918690Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-05-18T06:28:21.1919030Z Running tests... 2022-05-18T06:28:21.1919410Z ---------------------------------------------------------------------- 2022-05-18T06:28:21.1960480Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.004s) 2022-05-18T06:28:21.2125400Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-05-18T06:28:21.2280340Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-05-18T06:28:21.2501760Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-05-18T06:28:21.2721320Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-05-18T06:28:21.2943520Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-05-18T06:28:21.5417630Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.247s) 2022-05-18T06:28:21.8016980Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.260s) 2022-05-18T06:28:22.0487380Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.247s) 2022-05-18T06:28:22.0699550Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-05-18T06:28:22.0905300Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-05-18T06:28:22.1108220Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-05-18T06:28:22.1286540Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-05-18T06:28:22.1462220Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-05-18T06:28:22.1634520Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-05-18T06:28:22.1660090Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-05-18T06:28:22.2052450Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... test_scatter_gather_ops.py:95: 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:28:22.2053040Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-05-18T06:28:22.2053300Z ok (0.039s) 2022-05-18T06:28:22.2437060Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-05-18T06:28:22.2843810Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.041s) 2022-05-18T06:28:22.3237620Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.039s) 2022-05-18T06:28:22.3703980Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-05-18T06:28:22.4090060Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.039s) 2022-05-18T06:28:22.4481500Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.039s) 2022-05-18T06:28:22.4866400Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-05-18T06:28:22.5252490Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.039s) 2022-05-18T06:28:22.5635770Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-05-18T06:28:22.6036150Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.040s) 2022-05-18T06:28:22.6422370Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.039s) 2022-05-18T06:28:22.6819470Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.040s) 2022-05-18T06:28:22.7215920Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.040s) 2022-05-18T06:28:22.7605240Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.039s) 2022-05-18T06:28:22.8000400Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.039s) 2022-05-18T06:28:22.8391140Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.039s) 2022-05-18T06:28:22.8784400Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.039s) 2022-05-18T06:28:22.9177230Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.039s) 2022-05-18T06:28:22.9578440Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.040s) 2022-05-18T06:28:22.9937810Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:23.0302310Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:23.0667040Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:23.1111560Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-05-18T06:28:23.1580600Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-05-18T06:28:23.1990340Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.042s) 2022-05-18T06:28:23.2396810Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.041s) 2022-05-18T06:28:23.2756030Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:23.3117360Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:23.3518000Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.040s) 2022-05-18T06:28:23.3877450Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:23.4242270Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:23.4624780Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-05-18T06:28:23.4985450Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:23.5371810Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:23.5719260Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.037s) 2022-05-18T06:28:23.6078660Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:23.6440570Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:23.6793960Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.035s) 2022-05-18T06:28:23.7159950Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.037s) 2022-05-18T06:28:23.7514880Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.035s) 2022-05-18T06:28:23.7892080Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-05-18T06:28:23.8266830Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.037s) 2022-05-18T06:28:23.8644060Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-05-18T06:28:23.9022070Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-05-18T06:28:23.9394890Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.037s) 2022-05-18T06:28:23.9757230Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:24.0120950Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:24.0471890Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.035s) 2022-05-18T06:28:24.0829500Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:24.1189200Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:24.1548190Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:24.1913400Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:24.2273380Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-05-18T06:28:24.2460170Z 2022-05-18T06:28:24.2460930Z ---------------------------------------------------------------------- 2022-05-18T06:28:24.2461280Z Ran 70 tests in 3.036s 2022-05-18T06:28:24.2461410Z 2022-05-18T06:28:24.2461480Z OK 2022-05-18T06:28:24.2461580Z 2022-05-18T06:28:24.2461670Z Generating XML reports... 2022-05-18T06:28:24.2462520Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220518062821.xml 2022-05-18T06:28:24.4535770Z Running test_set_default_mobile_cpu_allocator ... [2022-05-18 06:28:24.453180] 2022-05-18T06:28:24.4536490Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:28:24.453310] 2022-05-18T06:28:25.5690110Z 2022-05-18T06:28:25.5690940Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-05-18T06:28:25.5691300Z Running tests... 2022-05-18T06:28:25.5691680Z ---------------------------------------------------------------------- 2022-05-18T06:28:25.9684930Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.399s) 2022-05-18T06:28:25.9695070Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-05-18T06:28:25.9745010Z 2022-05-18T06:28:25.9745620Z ---------------------------------------------------------------------- 2022-05-18T06:28:25.9745940Z Ran 2 tests in 0.401s 2022-05-18T06:28:25.9746070Z 2022-05-18T06:28:25.9746130Z OK 2022-05-18T06:28:25.9746230Z 2022-05-18T06:28:25.9746320Z Generating XML reports... 2022-05-18T06:28:25.9747070Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220518062825.xml 2022-05-18T06:28:26.1855730Z Running test_show_pickle ... [2022-05-18 06:28:26.185176] 2022-05-18T06:28:26.1856410Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:28:26.185322] 2022-05-18T06:28:27.2983330Z 2022-05-18T06:28:27.2984040Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-05-18T06:28:27.2984370Z Running tests... 2022-05-18T06:28:27.2984750Z ---------------------------------------------------------------------- 2022-05-18T06:28:27.7057580Z test_scripted_model (__main__.TestShowPickle) ... ok (0.407s) 2022-05-18T06:28:27.7117290Z 2022-05-18T06:28:27.7118040Z ---------------------------------------------------------------------- 2022-05-18T06:28:27.7118340Z Ran 1 test in 0.407s 2022-05-18T06:28:27.7118460Z 2022-05-18T06:28:27.7118530Z OK 2022-05-18T06:28:27.7118630Z 2022-05-18T06:28:27.7118720Z Generating XML reports... 2022-05-18T06:28:27.7119250Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220518062827.xml 2022-05-18T06:28:27.9224540Z Running test_sparse ... [2022-05-18 06:28:27.921545] 2022-05-18T06:28:27.9225200Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:28:27.921686] 2022-05-18T06:28:30.2896060Z 2022-05-18T06:28:30.2896790Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-05-18T06:28:30.2897620Z Running tests... 2022-05-18T06:28:30.2900800Z ---------------------------------------------------------------------- 2022-05-18T06:28:30.3340980Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... /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:28:30.3341940Z return self._grad 2022-05-18T06:28:30.3342140Z ok (0.044s) 2022-05-18T06:28:30.3692380Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... test_sparse.py:685: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T06:28:30.3692920Z x1 = x1.to(torch.float32) 2022-05-18T06:28:30.3693120Z ok (0.035s) 2022-05-18T06:28:30.4035190Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.034s) 2022-05-18T06:28:30.4059790Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-05-18T06:28:30.4083010Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-05-18T06:28:30.4250130Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.017s) 2022-05-18T06:28:30.4415400Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-05-18T06:28:30.4444690Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:30.4469180Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-05-18T06:28:30.4488990Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-05-18T06:28:30.4506870Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-05-18T06:28:30.4635190Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:30.4748590Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-05-18T06:28:30.5685940Z test_allow_tensor_metadata_change_cpu (__main__.TestSparseCPU) ... ok (0.094s) 2022-05-18T06:28:30.5711950Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:30.6028790Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.031s) 2022-05-18T06:28:30.6341020Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.031s) 2022-05-18T06:28:30.7893740Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.155s) 2022-05-18T06:28:30.9418410Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.152s) 2022-05-18T06:28:31.0950600Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.153s) 2022-05-18T06:28:31.2480560Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.153s) 2022-05-18T06:28:31.3999050Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.152s) 2022-05-18T06:28:31.4025860Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:31.4712180Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.068s) 2022-05-18T06:28:31.5388670Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.068s) 2022-05-18T06:28:31.8289090Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... test_sparse.py:1671: 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:28:31.8289880Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8299440Z test_sparse.py:1671: 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:28:31.8300620Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8301720Z test_sparse.py:1671: 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:28:31.8302320Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8303330Z test_sparse.py:1671: 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:28:31.8303940Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8304940Z test_sparse.py:1671: 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:28:31.8305530Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8306540Z test_sparse.py:1671: 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:28:31.8307140Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8308140Z test_sparse.py:1671: 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:28:31.8308730Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8309730Z test_sparse.py:1671: 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:28:31.8310640Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8311670Z test_sparse.py:1671: 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:28:31.8312260Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8313330Z test_sparse.py:1671: 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:28:31.8313990Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8315220Z test_sparse.py:1671: 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:28:31.8315870Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8316880Z test_sparse.py:1671: 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:28:31.8317480Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8318470Z test_sparse.py:1671: 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:28:31.8319070Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8320060Z test_sparse.py:1671: 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:28:31.8320650Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8321640Z test_sparse.py:1671: 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:28:31.8322240Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8323230Z test_sparse.py:1671: 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:28:31.8324070Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8325090Z test_sparse.py:1671: 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:28:31.8325690Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8326680Z test_sparse.py:1671: 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:28:31.8327280Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8328470Z test_sparse.py:1671: 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:28:31.8329110Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8330130Z test_sparse.py:1671: 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:28:31.8330730Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8331720Z test_sparse.py:1671: 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:28:31.8332320Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8333310Z test_sparse.py:1671: 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:28:31.8333900Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8334900Z test_sparse.py:1671: 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:28:31.8335490Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8336470Z test_sparse.py:1671: 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:28:31.8337320Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8338340Z test_sparse.py:1671: 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:28:31.8339000Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8340000Z test_sparse.py:1671: 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:28:31.8340600Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8341790Z test_sparse.py:1671: 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:28:31.8342430Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8343440Z test_sparse.py:1671: 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:28:31.8344040Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8345030Z test_sparse.py:1671: 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:28:31.8345620Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8346610Z test_sparse.py:1671: 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:28:31.8347200Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8348200Z test_sparse.py:1671: 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:28:31.8348790Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8349780Z test_sparse.py:1671: 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:28:31.8350620Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8351640Z test_sparse.py:1671: 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:28:31.8352230Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8353220Z test_sparse.py:1671: 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:28:31.8353820Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8354800Z test_sparse.py:1671: 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:28:31.8355590Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8356650Z test_sparse.py:1671: 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:28:31.8357250Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8358240Z test_sparse.py:1671: 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:28:31.8358830Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8359820Z test_sparse.py:1671: 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:28:31.8360410Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8361400Z test_sparse.py:1671: 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:28:31.8361990Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8362980Z test_sparse.py:1671: 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:28:31.8363570Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8364830Z test_sparse.py:1671: 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:28:31.8365420Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8366420Z test_sparse.py:1671: 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:28:31.8367010Z expected = self.safeToDense(x1) // 37.5 2022-05-18T06:28:31.8367230Z ok (0.290s) 2022-05-18T06:28:33.8247900Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (1.996s) 2022-05-18T06:28:33.8265930Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:28:33.8296880Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense requires CUDA 10.1 or greater (0.003s) 2022-05-18T06:28:33.8308340Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.001s) 2022-05-18T06:28:33.9032930Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.072s) 2022-05-18T06:28:33.9754150Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.072s) 2022-05-18T06:28:33.9840470Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-05-18T06:28:33.9924670Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-05-18T06:28:33.9989650Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-05-18T06:28:34.0047980Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-05-18T06:28:34.0252360Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.020s) 2022-05-18T06:28:34.0454200Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.020s) 2022-05-18T06:28:34.0639010Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-05-18T06:28:34.0663810Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-05-18T06:28:34.1250660Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.059s) 2022-05-18T06:28:34.1466050Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.021s) 2022-05-18T06:28:34.1565130Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-05-18T06:28:34.1660760Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-05-18T06:28:34.1770210Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.011s) 2022-05-18T06:28:34.1879940Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-05-18T06:28:34.2040650Z test_cpu_sparse_dense_mul_cpu (__main__.TestSparseCPU) ... ok (0.016s) 2022-05-18T06:28:34.2155120Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-05-18T06:28:34.2273730Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-05-18T06:28:34.2396930Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-05-18T06:28:34.2420360Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:28:34.2495010Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.007s) 2022-05-18T06:28:34.2579270Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.008s) 2022-05-18T06:28:34.2656710Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-05-18T06:28:34.3271810Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.061s) 2022-05-18T06:28:34.3297910Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:34.3454410Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.016s) 2022-05-18T06:28:34.4487050Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.103s) 2022-05-18T06:28:34.5512000Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.102s) 2022-05-18T06:28:34.5602600Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.009s) 2022-05-18T06:28:34.5734950Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:34.5866490Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:34.5995430Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:34.6123590Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:34.6251460Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:34.6267060Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-05-18T06:28:34.6485140Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.022s) 2022-05-18T06:28:34.6699790Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.021s) 2022-05-18T06:28:34.6728330Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:28:34.6758760Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:34.6979090Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.022s) 2022-05-18T06:28:34.7195230Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.022s) 2022-05-18T06:28:34.7260000Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-05-18T06:28:34.7320860Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-05-18T06:28:34.7743000Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.042s) 2022-05-18T06:28:34.8163690Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.042s) 2022-05-18T06:28:34.8204060Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-05-18T06:28:34.8242720Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-05-18T06:28:34.8282020Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.004s) 2022-05-18T06:28:34.8319540Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.004s) 2022-05-18T06:28:34.8357610Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-05-18T06:28:34.8395990Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... test_sparse.py:2558: 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:28:34.8396560Z t = torch.sparse_coo_tensor(torch.tensor(([0], [2])), torch.tensor([1.], dtype=dtype)) 2022-05-18T06:28:34.8396820Z ok (0.004s) 2022-05-18T06:28:34.8469230Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... test_sparse.py:3014: 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:28:34.8469970Z lambda: torch.tensor(1., device=device).to_sparse() 2022-05-18T06:28:34.8470200Z ok (0.007s) 2022-05-18T06:28:34.9091130Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.062s) 2022-05-18T06:28:34.9679360Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.059s) 2022-05-18T06:28:35.0176210Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.050s) 2022-05-18T06:28:35.4665710Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.449s) 2022-05-18T06:28:35.6761300Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.209s) 2022-05-18T06:28:35.7122580Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.036s) 2022-05-18T06:28:35.7355010Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.023s) 2022-05-18T06:28:36.4576750Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.722s) 2022-05-18T06:28:37.0181860Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (0.560s) 2022-05-18T06:28:37.3923720Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.374s) 2022-05-18T06:28:37.7494960Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (0.357s) 2022-05-18T06:28:37.7513200Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-05-18T06:28:37.9835540Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.234s) 2022-05-18T06:28:37.9851270Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-05-18T06:28:38.1875770Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.204s) 2022-05-18T06:28:38.1961110Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.008s) 2022-05-18T06:28:38.1976920Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-05-18T06:28:38.2009050Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:38.2034530Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-05-18T06:28:38.2059750Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-05-18T06:28:38.2494610Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.043s) 2022-05-18T06:28:38.2923380Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.043s) 2022-05-18T06:28:38.3375960Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.045s) 2022-05-18T06:28:38.3818530Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.044s) 2022-05-18T06:28:38.4263880Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.044s) 2022-05-18T06:28:38.4707020Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.044s) 2022-05-18T06:28:38.5156670Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.045s) 2022-05-18T06:28:39.0358020Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.520s) 2022-05-18T06:28:39.2569040Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.221s) 2022-05-18T06:28:39.3042720Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.047s) 2022-05-18T06:28:39.4125860Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.108s) 2022-05-18T06:28:39.5186290Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.106s) 2022-05-18T06:28:39.5319700Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:39.5440790Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-05-18T06:28:39.5505440Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-05-18T06:28:39.5564170Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-05-18T06:28:39.5572640Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.001s) 2022-05-18T06:28:39.5585190Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:28:39.6201330Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.061s) 2022-05-18T06:28:39.6814810Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.061s) 2022-05-18T06:28:39.6972910Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-05-18T06:28:39.7074100Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-05-18T06:28:39.7169830Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-05-18T06:28:39.7197000Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:39.7657370Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.046s) 2022-05-18T06:28:39.8105180Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.045s) 2022-05-18T06:28:40.1424490Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.332s) 2022-05-18T06:28:40.2881130Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.146s) 2022-05-18T06:28:40.2923000Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.004s) 2022-05-18T06:28:40.2985150Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-05-18T06:28:40.3044790Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-05-18T06:28:40.7215550Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.417s) 2022-05-18T06:28:40.9468490Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.225s) 2022-05-18T06:28:40.9506990Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-05-18T06:28:40.9541890Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:41.6287660Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (0.674s) 2022-05-18T06:28:41.7549700Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (0.126s) 2022-05-18T06:28:41.7580330Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:41.7607610Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:41.7635490Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:41.7663470Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-05-18T06:28:41.7683940Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:28:41.7703930Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:28:41.7736310Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-05-18T06:28:41.7768810Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-05-18T06:28:41.7801000Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-05-18T06:28:41.7818190Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-05-18T06:28:41.7834270Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-05-18T06:28:41.7955240Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-05-18T06:28:41.8068520Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-05-18T06:28:41.8501060Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.043s) 2022-05-18T06:28:41.8848600Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.035s) 2022-05-18T06:28:41.9480620Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.063s) 2022-05-18T06:28:41.9982430Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.050s) 2022-05-18T06:28:42.0051910Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-05-18T06:28:45.6839980Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (3.686s) 2022-05-18T06:28:45.6909290Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-05-18T06:28:46.0720600Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.388s) 2022-05-18T06:28:46.0789740Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-05-18T06:28:46.4307910Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.359s) 2022-05-18T06:28:46.4377620Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-05-18T06:28:48.3229380Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.892s) 2022-05-18T06:28:48.3424110Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.019s) 2022-05-18T06:28:48.4926720Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.151s) 2022-05-18T06:28:48.4962740Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-05-18T06:28:48.7462970Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.250s) 2022-05-18T06:28:48.8591300Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.113s) 2022-05-18T06:28:48.8606200Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:28:48.8649360Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-05-18T06:28:48.8691630Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-05-18T06:28:48.8823020Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:48.8951050Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:48.9079840Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:48.9206230Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:48.9333470Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.013s) 2022-05-18T06:28:48.9479610Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-05-18T06:28:48.9636990Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-05-18T06:28:48.9729570Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-05-18T06:28:49.1054890Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.132s) 2022-05-18T06:28:49.2375640Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.132s) 2022-05-18T06:28:49.3707560Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.133s) 2022-05-18T06:28:49.5059580Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.135s) 2022-05-18T06:28:49.6355960Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.130s) 2022-05-18T06:28:49.7549700Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.119s) 2022-05-18T06:28:49.7796210Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.025s) 2022-05-18T06:28:49.8018600Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.022s) 2022-05-18T06:28:49.8728440Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.071s) 2022-05-18T06:28:49.9282330Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.055s) 2022-05-18T06:28:50.1750230Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.247s) 2022-05-18T06:28:50.4032570Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.228s) 2022-05-18T06:28:50.6998260Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.296s) 2022-05-18T06:28:50.9741840Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.274s) 2022-05-18T06:28:50.9759520Z test_future_empty_dim__masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:50.9964500Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-05-18T06:28:50.9980760Z test_future_empty_dim__masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.0183850Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-05-18T06:28:51.0200570Z test_future_empty_dim__masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.0407620Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-05-18T06:28:51.0424480Z test_future_empty_dim__masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.0631300Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-05-18T06:28:51.0647530Z test_future_empty_dim__masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.0798760Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-05-18T06:28:51.0815480Z test_future_empty_dim__masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.0970690Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-05-18T06:28:51.0987260Z test_future_empty_dim__masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.1138880Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-05-18T06:28:51.1154940Z test_future_empty_dim__masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.1302440Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-05-18T06:28:51.1319010Z test_future_empty_dim__masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.1466020Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-05-18T06:28:51.1482380Z test_future_empty_dim__masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.1683300Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-05-18T06:28:51.1700100Z test_future_empty_dim__masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.1899040Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-05-18T06:28:51.1915680Z test_future_empty_dim__masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.2113740Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-05-18T06:28:51.2130170Z test_future_empty_dim__masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.2327120Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-05-18T06:28:51.2343580Z test_future_empty_dim__masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.2490260Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-05-18T06:28:51.2506780Z test_future_empty_dim__masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.2654430Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-05-18T06:28:51.2670770Z test_future_empty_dim__masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.2816670Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-05-18T06:28:51.2832890Z test_future_empty_dim__masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.2981990Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-05-18T06:28:51.2998080Z test_future_empty_dim__masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.3145880Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-05-18T06:28:51.3162150Z test_future_empty_dim__masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.3309570Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-05-18T06:28:51.3325810Z test_future_empty_dim__masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.3486260Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-05-18T06:28:51.3503020Z test_future_empty_dim__masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.3664880Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-05-18T06:28:51.3681380Z test_future_empty_dim__masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.3881920Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-05-18T06:28:51.3898340Z test_future_empty_dim__masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.4097610Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-05-18T06:28:51.4114020Z test_future_empty_dim__masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.4265280Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-05-18T06:28:51.4282270Z test_future_empty_dim__masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.4434060Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-05-18T06:28:51.4450850Z test_future_empty_dim__masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.4610150Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-05-18T06:28:51.4626830Z test_future_empty_dim__masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.4781650Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-05-18T06:28:51.4798490Z test_future_empty_dim__masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.4953940Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-05-18T06:28:51.4970770Z test_future_empty_dim__masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.5194350Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.024s) 2022-05-18T06:28:51.5211050Z test_future_empty_dim__masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.5384020Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-05-18T06:28:51.5400690Z test_future_empty_dim__masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.5582950Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-05-18T06:28:51.5599540Z test_future_empty_dim__masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.5782540Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-05-18T06:28:51.5798800Z test_future_empty_dim__masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.6015520Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-05-18T06:28:51.6032080Z test_future_empty_dim__masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.6248620Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-05-18T06:28:51.6265030Z test_future_empty_dim__masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.6485430Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.024s) 2022-05-18T06:28:51.6501530Z test_future_empty_dim__masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.6665550Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-05-18T06:28:51.6681990Z test_future_empty_dim__masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.6849030Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-05-18T06:28:51.6866280Z test_future_empty_dim__masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.7034340Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-05-18T06:28:51.7051030Z test_future_empty_dim__masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.7219100Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-05-18T06:28:51.7235220Z test_future_empty_dim__masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-05-18T06:28:51.7404770Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-05-18T06:28:51.7421010Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.002s) 2022-05-18T06:28:51.7441780Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.002s) 2022-05-18T06:28:51.7469790Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:51.7496550Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:51.7521600Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:51.7547060Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:51.7646490Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.7747960Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.7846430Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.7947030Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.8046560Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.8077740Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:51.8105930Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:51.8132340Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:51.8157630Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:51.8260640Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.8364180Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.8466970Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.8566720Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.8666670Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.8697470Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:51.8724360Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:51.8750200Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:51.8775860Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:51.8875250Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.8985390Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:28:51.9086140Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.9185750Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.9286240Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.9317490Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:51.9344330Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:51.9370620Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:51.9396750Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:51.9495840Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.9596190Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.9697600Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.9796840Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.9895080Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:51.9923450Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:51.9948410Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:51.9968650Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:51.9989100Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.0010410Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.0030440Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.0051210Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.0072150Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.0093680Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.0114680Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.0135170Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.0150500Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T06:28:52.0165020Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T06:28:52.0180230Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T06:28:52.0195490Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T06:28:52.0210460Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T06:28:52.0225690Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T06:28:52.0240660Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T06:28:52.0255720Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T06:28:52.0271250Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-05-18T06:28:52.0298410Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.0325000Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.0425580Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.0529520Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.0635010Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.0741680Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:28:52.0843360Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.0873450Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.0899750Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.0998390Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.1098330Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.1197830Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.1297190Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.1398730Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.1430100Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.1456670Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.1477480Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1498290Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1519800Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1540510Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1561390Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1582690Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1603280Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1624350Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1645340Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1665780Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1687020Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1707870Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1728240Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1750130Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1771510Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1792620Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1813560Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1834150Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1854860Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1875930Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1896670Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1917700Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1938170Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1958690Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.1979480Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.2000060Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.2020620Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.2041760Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.2062420Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.2082940Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.2103920Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.2125090Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.2150880Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.2177230Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.2278530Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.2383140Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.2484860Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.2585650Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.2685960Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.2715050Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.2741400Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.2765310Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.2789820Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.2813790Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.2838130Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.2862530Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.2889370Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.2921460Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.2946920Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.2971880Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.2996350Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3020220Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3043930Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3068260Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3092960Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3119130Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.3146180Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.3173170Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.3200090Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.3225550Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3251320Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.3275380Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3299270Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3323700Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3347640Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3372100Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3398370Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.3424640Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.3448120Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3472240Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3495710Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3520350Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3544370Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3564440Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.3585020Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.3605220Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.3624910Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.3645550Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.3665850Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.3686170Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.3713170Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.3739170Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.3764720Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3790280Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.3891850Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.3992800Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.4092880Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.4193120Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.4292710Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.4322830Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.4349370Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.4375910Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.4401620Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.4501580Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.4601910Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.4702870Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.4803890Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.4904030Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.4933470Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.4959970Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.4985270Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.5011320Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.5111560Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.5211910Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.5316410Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.5419930Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.5521010Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.5550950Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.5577570Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.5602570Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.5628880Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.5727870Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.5828050Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.5927610Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.6033660Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:28:52.6133640Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.6163660Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.6191020Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.6216680Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.6242190Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.6343220Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.6445110Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.6545900Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.6645010Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.6747050Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:28:52.6776710Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.6803420Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.6829490Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.6855140Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.6880450Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.6906290Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.6933350Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:52.6956560Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.6980290Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7003730Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7025990Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7051440Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7076550Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7100880Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7124210Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7147860Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7170810Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7194470Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7217900Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7240730Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7266140Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7291230Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7315660Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7339180Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7362200Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7385720Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7408940Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7432260Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7455030Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7480450Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7505520Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7528750Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7552290Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7575190Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7598550Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7622200Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7645990Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7668160Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7691470Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7715110Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7734130Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.7752920Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.7771670Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.7790320Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.7808270Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.7826760Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.7845400Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.7863910Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.7881990Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.7906770Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7930550Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7953330Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7976380Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.7998580Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8020660Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8042710Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8064070Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8085340Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8109140Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8133330Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8156340Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8179950Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8203110Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8226160Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8248900Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8272530Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8295470Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8318480Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8341130Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8364370Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8387720Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8410640Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8435690Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8458710Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8476430Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8494360Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8512490Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8530490Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8548420Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8566500Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8584850Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8603010Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8621070Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8639700Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8657690Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8675640Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8694320Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8712670Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8730940Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8749340Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8767630Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8785990Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-05-18T06:28:52.8809610Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8832250Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8854150Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8875790Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8897760Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8919300Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8941610Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8963990Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.8986340Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9008010Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9029990Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9051870Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9073910Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9095920Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9119430Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9142420Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9164810Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9187790Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9210500Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9233500Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9256760Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9280330Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9303660Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9325350Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9346710Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9369560Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9391610Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9414130Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9438250Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9462160Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9485840Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9509830Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9531900Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9553940Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9575400Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9597530Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9619510Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9642620Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9666030Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9690450Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9714940Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9738520Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9761740Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9783560Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9805380Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9827380Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9849180Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9871120Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9894690Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9917990Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9940050Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9961550Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:52.9984040Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0006260Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0028490Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0051760Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0074470Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0096660Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0119160Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0141230Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0163240Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0185800Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0211050Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0235410Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0259410Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0282840Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0305600Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0329200Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0352350Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0375700Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0398410Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0423010Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0447590Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0471020Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0493910Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0518070Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0541320Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0564470Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0587970Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0611050Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0637030Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.0661230Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0685080Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0708200Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0731280Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0754080Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0776710Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0799560Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0822550Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0847840Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0872230Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0895770Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0921930Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.0945030Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0967620Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.0990460Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1013770Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1036580Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1061640Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1089640Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.1112640Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1136110Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1159260Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1182500Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1205290Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1228560Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1251390Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1274730Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1297990Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1321280Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1344330Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1365790Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1386710Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1407570Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1428100Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1448520Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1469480Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1489180Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1514220Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1536660Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1558130Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1579370Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1599570Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1620350Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1640790Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1661340Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1682300Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1704930Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1727480Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1748860Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1769830Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1790640Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1811150Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1832430Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1852860Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1874330Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1897010Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1918630Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1939540Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1960820Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.1982280Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2002490Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2023680Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2044420Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2064100Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2086660Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2107740Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2129620Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2151550Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2172290Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2192920Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2211870Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2231210Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2250450Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2269440Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2288780Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2320740Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.2345110Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2366270Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2387810Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2407490Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2427060Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2446320Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2466330Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2485820Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2507920Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2529240Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2550600Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2572000Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2593210Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2613960Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2634950Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2656150Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2677660Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2698160Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2719750Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2740660Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2761590Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2782790Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2804310Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2825620Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2848680Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2870900Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2892250Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2912860Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2933030Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2952560Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2972450Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.2992680Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3012730Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3034070Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3054940Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3075870Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3096510Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3116540Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3138540Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3158880Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3181590Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3201560Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3222770Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3243710Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3263880Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3284080Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3304480Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3324550Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3344720Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3365550Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3386310Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3406260Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3430500Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3455240Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3474660Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3495290Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3516480Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3537330Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3557880Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3578630Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3599220Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3619800Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3640380Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3661370Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3681960Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3701560Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3721310Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3740660Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3759980Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3780180Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3801750Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3824340Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3845490Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3866680Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3886690Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3906320Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3925660Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3945600Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3965560Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.3987030Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4010320Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4043700Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.4068950Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4095670Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.4121960Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4146920Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4168200Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4192910Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4215590Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4238400Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4262320Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4338660Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:28:53.4361320Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4452040Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:28:53.4474800Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4496920Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4521160Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4544220Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4567080Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4592010Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4659450Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:28:53.4689690Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.4719720Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.4747610Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.4771500Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4794100Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.4822440Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.4898590Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:28:53.4959180Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:28:53.5018850Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.5082090Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:28:53.5102710Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:28:53.5123940Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5147260Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5169780Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5191020Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5212560Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5233020Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5254100Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5274120Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5299370Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5321580Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5344220Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5366450Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5388820Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5409990Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5430960Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5451560Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5471930Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5492330Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5512900Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5535320Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5557490Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5578620Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5599870Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5620690Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5641070Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5661440Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5682580Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5702760Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5726150Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5748410Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5769440Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5790390Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5810820Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5831250Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5851520Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5872120Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5893030Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5914190Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5934900Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.5948910Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.5962070Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.5975520Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.5989060Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6002160Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6015810Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6028950Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6042080Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6085660Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:28:53.6245810Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:28:53.6315590Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:28:53.6395360Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:28:53.6435150Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:28:53.6448920Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6462160Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6502850Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:28:53.6523070Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T06:28:53.6542090Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T06:28:53.6561300Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T06:28:53.6581330Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T06:28:53.6600380Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T06:28:53.6620200Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T06:28:53.6633160Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6646350Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6726100Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:28:53.6768550Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:28:53.6809720Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:28:53.6823380Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6836910Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6878690Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:28:53.6898130Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-05-18T06:28:53.6911480Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6924840Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6938430Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6951610Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6964560Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6978240Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.6991130Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.7004760Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.7018030Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.7031510Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-05-18T06:28:53.7071540Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:28:53.7089840Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7107760Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7125540Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7143090Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7160530Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7178300Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7195780Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7214130Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7231680Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7249280Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7267230Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7285120Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7302530Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7320510Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7338190Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7355900Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7373830Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7391440Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7409690Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7428140Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7445840Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7463510Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7481130Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7499100Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7516760Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7534590Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7552600Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7570600Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7588560Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7606070Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7624060Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7642150Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7659620Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7677620Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7695200Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7713180Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7730930Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7748380Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7766540Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7784310Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7802350Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7819430Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7836340Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7853400Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7870430Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7887440Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7904170Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7922060Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7939890Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7957050Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7974440Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.7991190Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8008320Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8025310Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8042210Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8059790Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8077990Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8096220Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8114590Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8132930Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8150990Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8168970Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8187680Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8205650Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8223850Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8242250Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8260380Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8278590Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8296670Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8315120Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8334340Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8352420Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8370530Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8389000Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8406610Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8423700Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8446240Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8467810Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8485770Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8503370Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8521660Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8540120Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8558060Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8576350Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8594270Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8611930Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8629750Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8647290Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8665120Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8682910Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8700970Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8718550Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8736250Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8754210Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8771470Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8789340Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8806700Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8825180Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8843160Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8861060Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8879030Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8897100Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8917420Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8935100Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8953780Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8972720Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.8991550Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9010450Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9028630Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9047290Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9065850Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9085890Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9107810Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9133530Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:28:53.9151570Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9169700Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9193180Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9211110Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9229280Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9247860Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9266440Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9284430Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9301950Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9319160Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9336540Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9354350Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9371720Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9392960Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9410690Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9428980Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9446990Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9464900Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9483060Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9500440Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9517470Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9534360Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9551690Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9569140Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9587230Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9604630Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9621950Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9638740Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9655730Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9673090Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9690620Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9707680Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9724980Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9741990Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9759470Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9776520Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9793970Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9811450Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9829080Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9847210Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9864860Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9883190Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9901060Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9918720Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9936650Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9954230Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9972260Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:53.9990330Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0008000Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0025800Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0043220Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0061180Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0079520Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0097760Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0115260Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0133450Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0151420Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0169710Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0187290Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0205050Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0222830Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0240410Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0258640Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0276550Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0294980Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0313250Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0331230Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0349090Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0366650Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0384260Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0401800Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0419680Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0437700Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0455680Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0473610Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0492010Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0509980Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0527630Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0545300Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0562950Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0580630Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0598370Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0616120Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0634660Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0652400Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0670610Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0688820Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0706420Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0723780Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0741500Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0759080Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0776660Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0794310Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0811830Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0829830Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0847070Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0864530Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0881920Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0899440Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0916520Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0934010Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0951070Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0968350Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.0985970Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1003260Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1020540Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1037500Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1054560Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1071570Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1088640Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1106010Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1123140Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1140640Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1157790Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1174690Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1192430Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1209760Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1227410Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1245310Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1262810Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1280380Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1297990Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1315300Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1333320Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1350990Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1368270Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1385320Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1401890Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1418570Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1436170Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1452570Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1469150Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1487190Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1505660Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1523320Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1540350Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1556910Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1573520Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1590260Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1607170Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1623850Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1641550Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1658900Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1676430Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1694010Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1712130Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1731040Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1748370Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1765840Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1783580Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1801120Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1818860Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1836600Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1855360Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1873740Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1891170Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1908660Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1926220Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1944140Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1961380Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1978680Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.1995810Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2013140Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2030730Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2047420Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2064790Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2082230Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2099700Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2116830Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2133820Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2151400Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2168680Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2186140Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2203520Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2220920Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2238260Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2255960Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2273660Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2290720Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2307870Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2325220Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2342110Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2359570Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2376800Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2393640Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2411060Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2427740Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2444500Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2461700Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2479400Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2496630Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2513980Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2531780Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2549270Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2566780Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2584370Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2601910Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2619540Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2636470Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2653210Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2670070Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2686440Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2703250Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2720440Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2738350Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2755590Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2772920Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2790340Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2806750Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2823460Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2840030Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2856980Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2874290Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2891700Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2912630Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2932840Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2950020Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2967030Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.2984330Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3001110Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3017410Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3034250Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3050670Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3068070Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3084980Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3101980Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3118950Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3135670Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3152940Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3169350Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3186500Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3203230Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3220970Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3237490Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3254390Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3271450Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3288630Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3306640Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3323790Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3341500Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3359380Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3376100Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3393510Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3410760Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3428260Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3445710Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3463450Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3481000Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3498620Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3515860Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3533590Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3551150Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3569470Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3588100Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3605990Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3623580Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3641530Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3659040Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3676330Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3693780Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3711650Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3729070Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3746520Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3764210Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3782900Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3799890Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3817660Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3834490Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3852000Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3870000Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3887910Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3905270Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3923200Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3940440Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3957810Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3975450Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.3993130Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.4010690Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.4028180Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.4045620Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.4063160Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.4080470Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.4097620Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.4114690Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:28:54.6725980Z 2022-05-18T06:28:54.6726930Z ---------------------------------------------------------------------- 2022-05-18T06:28:54.6727310Z Ran 1268 tests in 24.122s 2022-05-18T06:28:54.6727450Z 2022-05-18T06:28:54.6727540Z OK (skipped=133) 2022-05-18T06:28:54.6727660Z 2022-05-18T06:28:54.6727760Z Generating XML reports... 2022-05-18T06:28:54.6728280Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20220518062830.xml 2022-05-18T06:28:54.6728940Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20220518062830.xml 2022-05-18T06:28:54.6729620Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20220518062830.xml 2022-05-18T06:28:54.6730610Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220518062830.xml 2022-05-18T06:28:54.9779870Z Running test_spectral_ops ... [2022-05-18 06:28:54.977631] 2022-05-18T06:28:54.9780550Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:28:54.977811] 2022-05-18T06:29:03.0766700Z 2022-05-18T06:29:03.0767440Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-05-18T06:29:03.0767780Z Running tests... 2022-05-18T06:29:03.0768160Z ---------------------------------------------------------------------- 2022-05-18T06:29:03.1480660Z test_batch_istft_cpu (__main__.TestFFTCPU) ... test_spectral_ops.py:1456: 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:29:03.1481410Z i_original = torch.istft(original, n_fft=4, length=4) 2022-05-18T06:29:03.1481630Z ok (0.071s) 2022-05-18T06:29:03.1743420Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.026s) 2022-05-18T06:29:03.1996820Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.025s) 2022-05-18T06:29:03.2303150Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.030s) 2022-05-18T06:29:03.4738270Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.244s) 2022-05-18T06:29:03.5706190Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.096s) 2022-05-18T06:29:03.7246150Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.155s) 2022-05-18T06:29:03.7303800Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.006s) 2022-05-18T06:29:03.7374950Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.7442420Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.7503430Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.7563990Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.7626450Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.7687320Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.7760140Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.7833170Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.7894770Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.7956040Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.8030660Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.8103360Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.8171890Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.8241090Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.8302690Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.8365340Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.8427430Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.8489040Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.8563060Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.8625900Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.8693820Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.8767650Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.8841120Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.8905970Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.8977330Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.9052780Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.9125900Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.9193530Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.9256120Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-05-18T06:29:03.9324560Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:03.9635200Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.031s) 2022-05-18T06:29:04.0315570Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.068s) 2022-05-18T06:29:04.1311190Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.100s) 2022-05-18T06:29:04.2256900Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.094s) 2022-05-18T06:29:04.3678480Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.142s) 2022-05-18T06:29:04.6577810Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.290s) 2022-05-18T06:29:04.6659600Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.6738730Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.6817230Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.6895840Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.6970440Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:04.7044770Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:04.7125410Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.7204930Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.7284070Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.7364600Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.7445070Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.7525070Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.7605030Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.7683090Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.7763610Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.7843840Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.7918680Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:04.7995270Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8081250Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8166060Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8243830Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8322620Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8402900Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8484240Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8564830Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8646880Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8727110Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8806680Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8885570Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.8966120Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.9043960Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.9121220Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.9198990Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.9288950Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.009s) 2022-05-18T06:29:04.9368440Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:04.9448060Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-05-18T06:29:06.7779450Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (1.832s) 2022-05-18T06:29:06.7812460Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.004s) 2022-05-18T06:29:06.7969980Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.016s) 2022-05-18T06:29:06.8172090Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.020s) 2022-05-18T06:29:06.8297340Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.013s) 2022-05-18T06:29:06.8338850Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-05-18T06:29:06.8465260Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.013s) 2022-05-18T06:29:06.8507470Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-05-18T06:29:06.8806250Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.030s) 2022-05-18T06:29:06.9082880Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.028s) 2022-05-18T06:29:06.9123450Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.004s) 2022-05-18T06:29:06.9160420Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-05-18T06:29:06.9201890Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-05-18T06:29:06.9251090Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.005s) 2022-05-18T06:29:06.9298290Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-05-18T06:29:06.9340010Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-05-18T06:29:06.9382070Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.004s) 2022-05-18T06:29:06.9583290Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.020s) 2022-05-18T06:29:06.9767270Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-05-18T06:29:06.9834100Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:06.9888680Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-05-18T06:29:07.0147220Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.026s) 2022-05-18T06:29:07.0406000Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.026s) 2022-05-18T06:29:07.0720600Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.031s) 2022-05-18T06:29:07.1036730Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.031s) 2022-05-18T06:29:07.1286520Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.025s) 2022-05-18T06:29:07.1538260Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.025s) 2022-05-18T06:29:07.1817500Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.028s) 2022-05-18T06:29:07.2124580Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.031s) 2022-05-18T06:29:07.2434300Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.031s) 2022-05-18T06:29:07.2720030Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.028s) 2022-05-18T06:29:07.3266610Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.055s) 2022-05-18T06:29:07.3308710Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-05-18T06:29:07.3925700Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.062s) 2022-05-18T06:29:07.3969860Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-05-18T06:29:07.5356150Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.138s) 2022-05-18T06:29:07.6609540Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.125s) 2022-05-18T06:29:07.6663400Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-05-18T06:29:07.6710870Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-05-18T06:29:07.6819520Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.011s) 2022-05-18T06:29:07.6930140Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.011s) 2022-05-18T06:29:07.7034180Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.010s) 2022-05-18T06:29:07.7133460Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-05-18T06:29:07.7166540Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-05-18T06:29:07.7288290Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.012s) 2022-05-18T06:29:07.7402610Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.011s) 2022-05-18T06:29:07.7434740Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-05-18T06:29:07.7548450Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.011s) 2022-05-18T06:29:07.7660410Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.011s) 2022-05-18T06:29:08.0143970Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.248s) 2022-05-18T06:29:08.0210790Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-05-18T06:29:08.0223870Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-05-18T06:29:08.0239750Z stft -> istft should recover the original signale ... ok (0.003s) 2022-05-18T06:29:08.0271260Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-05-18T06:29:08.5128900Z stft -> istft should recover the original signale ... ok (0.489s) 2022-05-18T06:29:08.5163740Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-05-18T06:29:08.6644040Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.151s) 2022-05-18T06:29:08.6657270Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-05-18T06:29:08.6825660Z istft should throw exception for invalid parameters ... ok (0.018s) 2022-05-18T06:29:08.7029490Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.020s) 2022-05-18T06:29:08.7233210Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.020s) 2022-05-18T06:29:08.7442650Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.021s) 2022-05-18T06:29:08.7651010Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.021s) 2022-05-18T06:29:08.7855360Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.020s) 2022-05-18T06:29:08.8062280Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.021s) 2022-05-18T06:29:08.8277850Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.021s) 2022-05-18T06:29:08.8466630Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.019s) 2022-05-18T06:29:08.8660460Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-05-18T06:29:08.8855570Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-05-18T06:29:08.9184720Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.033s) 2022-05-18T06:29:08.9516470Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.033s) 2022-05-18T06:29:08.9811900Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.029s) 2022-05-18T06:29:09.0082260Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.027s) 2022-05-18T06:29:09.0421110Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.034s) 2022-05-18T06:29:09.0753330Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.033s) 2022-05-18T06:29:09.1084800Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.033s) 2022-05-18T06:29:09.1416960Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.033s) 2022-05-18T06:29:09.2747070Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... /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:29:09.2747940Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-05-18T06:29:09.2748220Z ok (0.133s) 2022-05-18T06:29:09.2762040Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.002s) 2022-05-18T06:29:09.3541900Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.078s) 2022-05-18T06:29:09.4503430Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.096s) 2022-05-18T06:29:09.4526530Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:09.8932070Z Trying: 2022-05-18T06:29:09.8932470Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.440s) 2022-05-18T06:29:09.8933010Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-05-18T06:29:09.8933640Z Expecting nothing 2022-05-18T06:29:09.8933910Z ok 2022-05-18T06:29:09.8934420Z Trying: 2022-05-18T06:29:09.8934910Z fft2 = torch.fft.fft2(x) 2022-05-18T06:29:09.8935340Z Expecting nothing 2022-05-18T06:29:09.8935780Z ok 2022-05-18T06:29:09.8936180Z Trying: 2022-05-18T06:29:09.8936750Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-05-18T06:29:09.8937030Z Expecting nothing 2022-05-18T06:29:09.8937260Z ok 2022-05-18T06:29:09.8937430Z Trying: 2022-05-18T06:29:09.8938000Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-05-18T06:29:09.8938270Z Expecting nothing 2022-05-18T06:29:09.8938450Z ok 2022-05-18T06:29:09.8972820Z Trying: 2022-05-18T06:29:09.8973680Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.004s) 2022-05-18T06:29:09.8973980Z t = torch.arange(4) 2022-05-18T06:29:09.8974670Z Expecting nothing 2022-05-18T06:29:09.8975140Z ok 2022-05-18T06:29:09.8975590Z Trying: 2022-05-18T06:29:09.8975970Z t 2022-05-18T06:29:09.8976460Z Expecting: 2022-05-18T06:29:09.8976700Z tensor([0, 1, 2, 3]) 2022-05-18T06:29:09.8977210Z ok 2022-05-18T06:29:09.8977420Z Trying: 2022-05-18T06:29:09.8977950Z torch.fft.fft(t) 2022-05-18T06:29:09.8978180Z Expecting: 2022-05-18T06:29:09.8979110Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-05-18T06:29:09.8979330Z ok 2022-05-18T06:29:09.8979520Z Trying: 2022-05-18T06:29:09.8979730Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-05-18T06:29:09.8979960Z Expecting nothing 2022-05-18T06:29:09.8980160Z ok 2022-05-18T06:29:09.8980320Z Trying: 2022-05-18T06:29:09.8980490Z torch.fft.fft(t) 2022-05-18T06:29:09.8980690Z Expecting: 2022-05-18T06:29:09.8981020Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-05-18T06:29:09.8981230Z ok 2022-05-18T06:29:09.8998990Z Trying: 2022-05-18T06:29:09.8999420Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.003s) 2022-05-18T06:29:09.8999690Z torch.fft.fftfreq(5) 2022-05-18T06:29:09.8999900Z Expecting: 2022-05-18T06:29:09.9000560Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-05-18T06:29:09.9000820Z ok 2022-05-18T06:29:09.9000980Z Trying: 2022-05-18T06:29:09.9001170Z torch.fft.fftfreq(4) 2022-05-18T06:29:09.9001360Z Expecting: 2022-05-18T06:29:09.9001700Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-05-18T06:29:09.9001900Z ok 2022-05-18T06:29:09.9022580Z Trying: 2022-05-18T06:29:09.9022890Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.002s) 2022-05-18T06:29:09.9023230Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-05-18T06:29:09.9023610Z Expecting nothing 2022-05-18T06:29:09.9024070Z ok 2022-05-18T06:29:09.9024530Z Trying: 2022-05-18T06:29:09.9025090Z fftn = torch.fft.fftn(x) 2022-05-18T06:29:09.9025680Z Expecting nothing 2022-05-18T06:29:09.9026110Z ok 2022-05-18T06:29:09.9026530Z Trying: 2022-05-18T06:29:09.9027010Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-05-18T06:29:09.9027290Z Expecting nothing 2022-05-18T06:29:09.9027780Z ok 2022-05-18T06:29:09.9028280Z Trying: 2022-05-18T06:29:09.9028560Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-05-18T06:29:09.9028830Z Expecting nothing 2022-05-18T06:29:09.9029010Z ok 2022-05-18T06:29:09.9070700Z Trying: 2022-05-18T06:29:09.9071200Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.005s) 2022-05-18T06:29:09.9071480Z f = torch.fft.fftfreq(4) 2022-05-18T06:29:09.9071690Z Expecting nothing 2022-05-18T06:29:09.9071880Z ok 2022-05-18T06:29:09.9072390Z Trying: 2022-05-18T06:29:09.9072770Z f 2022-05-18T06:29:09.9073290Z Expecting: 2022-05-18T06:29:09.9073720Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-05-18T06:29:09.9073930Z ok 2022-05-18T06:29:09.9074080Z Trying: 2022-05-18T06:29:09.9074270Z torch.fft.fftshift(f) 2022-05-18T06:29:09.9074470Z Expecting: 2022-05-18T06:29:09.9074780Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-05-18T06:29:09.9074980Z ok 2022-05-18T06:29:09.9075140Z Trying: 2022-05-18T06:29:09.9075400Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-05-18T06:29:09.9075670Z Expecting nothing 2022-05-18T06:29:09.9075870Z ok 2022-05-18T06:29:09.9076040Z Trying: 2022-05-18T06:29:09.9076200Z x 2022-05-18T06:29:09.9076360Z Expecting: 2022-05-18T06:29:09.9076740Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-05-18T06:29:09.9077080Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-05-18T06:29:09.9077420Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-05-18T06:29:09.9078040Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-05-18T06:29:09.9078380Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-05-18T06:29:09.9078570Z ok 2022-05-18T06:29:09.9078730Z Trying: 2022-05-18T06:29:09.9078920Z torch.fft.fftshift(x) 2022-05-18T06:29:09.9079130Z Expecting: 2022-05-18T06:29:09.9079450Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-05-18T06:29:09.9079800Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-05-18T06:29:09.9080120Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-05-18T06:29:09.9080460Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-05-18T06:29:09.9080790Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-05-18T06:29:09.9080980Z ok 2022-05-18T06:29:09.9081150Z Trying: 2022-05-18T06:29:09.9081420Z x_centered = torch.arange(-5, 5) 2022-05-18T06:29:09.9081650Z Expecting nothing 2022-05-18T06:29:09.9081830Z ok 2022-05-18T06:29:09.9082000Z Trying: 2022-05-18T06:29:09.9082220Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-05-18T06:29:09.9082460Z Expecting nothing 2022-05-18T06:29:09.9082640Z ok 2022-05-18T06:29:09.9082790Z Trying: 2022-05-18T06:29:09.9083010Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-05-18T06:29:09.9083250Z Expecting nothing 2022-05-18T06:29:09.9083430Z ok 2022-05-18T06:29:09.9083580Z Trying: 2022-05-18T06:29:09.9083810Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-05-18T06:29:09.9084290Z Expecting nothing 2022-05-18T06:29:09.9084520Z ok 2022-05-18T06:29:09.9084680Z Trying: 2022-05-18T06:29:09.9084950Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-05-18T06:29:09.9085240Z Expecting nothing 2022-05-18T06:29:09.9085420Z ok 2022-05-18T06:29:09.9085570Z Trying: 2022-05-18T06:29:09.9085860Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-05-18T06:29:09.9086160Z Expecting nothing 2022-05-18T06:29:09.9086340Z ok 2022-05-18T06:29:09.9108570Z Trying: 2022-05-18T06:29:09.9108990Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.004s) 2022-05-18T06:29:09.9109260Z t = torch.linspace(0, 1, 5) 2022-05-18T06:29:09.9109480Z Expecting nothing 2022-05-18T06:29:09.9109660Z ok 2022-05-18T06:29:09.9110110Z Trying: 2022-05-18T06:29:09.9110550Z t 2022-05-18T06:29:09.9110960Z Expecting: 2022-05-18T06:29:09.9111410Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-05-18T06:29:09.9111990Z ok 2022-05-18T06:29:09.9112440Z Trying: 2022-05-18T06:29:09.9112880Z T = torch.fft.ifft(t) 2022-05-18T06:29:09.9113330Z Expecting nothing 2022-05-18T06:29:09.9113830Z ok 2022-05-18T06:29:09.9114020Z Trying: 2022-05-18T06:29:09.9114650Z T 2022-05-18T06:29:09.9115000Z Expecting: 2022-05-18T06:29:09.9115890Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-05-18T06:29:09.9116220Z -0.1250+0.1720j]) 2022-05-18T06:29:09.9116450Z ok 2022-05-18T06:29:09.9116970Z Trying: 2022-05-18T06:29:09.9117200Z torch.fft.hfft(T[:3], n=5) 2022-05-18T06:29:09.9117730Z Expecting: 2022-05-18T06:29:09.9117990Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-05-18T06:29:09.9118190Z ok 2022-05-18T06:29:09.9118360Z Trying: 2022-05-18T06:29:09.9118680Z torch.fft.hfft(T[:3]) 2022-05-18T06:29:09.9118870Z Expecting: 2022-05-18T06:29:09.9119070Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-05-18T06:29:09.9119250Z ok 2022-05-18T06:29:09.9133910Z Trying: 2022-05-18T06:29:09.9134360Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.002s) 2022-05-18T06:29:09.9134660Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-05-18T06:29:09.9134920Z Expecting nothing 2022-05-18T06:29:09.9135310Z ok 2022-05-18T06:29:09.9135480Z Trying: 2022-05-18T06:29:09.9135670Z ifft2 = torch.fft.ifft2(x) 2022-05-18T06:29:09.9135870Z Expecting nothing 2022-05-18T06:29:09.9136050Z ok 2022-05-18T06:29:09.9136200Z Trying: 2022-05-18T06:29:09.9136430Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-05-18T06:29:09.9136940Z Expecting nothing 2022-05-18T06:29:09.9137110Z ok 2022-05-18T06:29:09.9137270Z Trying: 2022-05-18T06:29:09.9137520Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-05-18T06:29:09.9137770Z Expecting nothing 2022-05-18T06:29:09.9137940Z ok 2022-05-18T06:29:09.9157710Z Trying: 2022-05-18T06:29:09.9158140Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.002s) 2022-05-18T06:29:09.9158640Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-05-18T06:29:09.9158880Z Expecting nothing 2022-05-18T06:29:09.9159060Z ok 2022-05-18T06:29:09.9159230Z Trying: 2022-05-18T06:29:09.9159400Z torch.fft.ifft(t) 2022-05-18T06:29:09.9159600Z Expecting: 2022-05-18T06:29:09.9159810Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-05-18T06:29:09.9160010Z ok 2022-05-18T06:29:09.9181150Z Trying: 2022-05-18T06:29:09.9181560Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.002s) 2022-05-18T06:29:09.9181860Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-05-18T06:29:09.9182180Z Expecting nothing 2022-05-18T06:29:09.9182370Z ok 2022-05-18T06:29:09.9182530Z Trying: 2022-05-18T06:29:09.9182720Z ifftn = torch.fft.ifftn(x) 2022-05-18T06:29:09.9182930Z Expecting nothing 2022-05-18T06:29:09.9183100Z ok 2022-05-18T06:29:09.9183270Z Trying: 2022-05-18T06:29:09.9183500Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-05-18T06:29:09.9183750Z Expecting nothing 2022-05-18T06:29:09.9183930Z ok 2022-05-18T06:29:09.9184320Z Trying: 2022-05-18T06:29:09.9184630Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-05-18T06:29:09.9184890Z Expecting nothing 2022-05-18T06:29:09.9185070Z ok 2022-05-18T06:29:09.9207760Z Trying: 2022-05-18T06:29:09.9208160Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.003s) 2022-05-18T06:29:09.9208460Z f = torch.fft.fftfreq(5) 2022-05-18T06:29:09.9208880Z Expecting nothing 2022-05-18T06:29:09.9209070Z ok 2022-05-18T06:29:09.9209250Z Trying: 2022-05-18T06:29:09.9209410Z f 2022-05-18T06:29:09.9209570Z Expecting: 2022-05-18T06:29:09.9209950Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-05-18T06:29:09.9210150Z ok 2022-05-18T06:29:09.9210310Z Trying: 2022-05-18T06:29:09.9210510Z shifted = torch.fft.fftshift(f) 2022-05-18T06:29:09.9210720Z Expecting nothing 2022-05-18T06:29:09.9210900Z ok 2022-05-18T06:29:09.9211060Z Trying: 2022-05-18T06:29:09.9211260Z torch.fft.ifftshift(shifted) 2022-05-18T06:29:09.9211470Z Expecting: 2022-05-18T06:29:09.9211810Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-05-18T06:29:09.9212010Z ok 2022-05-18T06:29:09.9241330Z Trying: 2022-05-18T06:29:09.9241560Z t = torch.arange(5) 2022-05-18T06:29:09.9241760Z Expecting nothing 2022-05-18T06:29:09.9241930Z ok 2022-05-18T06:29:09.9242210Z Trying: 2022-05-18T06:29:09.9242380Z t 2022-05-18T06:29:09.9242540Z Expecting: 2022-05-18T06:29:09.9242730Z tensor([0, 1, 2, 3, 4]) 2022-05-18T06:29:09.9242910Z ok 2022-05-18T06:29:09.9243080Z Trying: 2022-05-18T06:29:09.9243260Z torch.fft.ihfft(t) 2022-05-18T06:29:09.9243450Z Expecting: 2022-05-18T06:29:09.9243840Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-05-18T06:29:09.9244050Z ok 2022-05-18T06:29:09.9244220Z Trying: 2022-05-18T06:29:09.9244390Z torch.fft.ifft(t) 2022-05-18T06:29:09.9244580Z Expecting: 2022-05-18T06:29:09.9244950Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-05-18T06:29:09.9245400Z -0.5000+0.6882j]) 2022-05-18T06:29:09.9245590Z ok 2022-05-18T06:29:09.9245820Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.003s) 2022-05-18T06:29:09.9267900Z Trying: 2022-05-18T06:29:09.9268140Z t = torch.rand(10, 9) 2022-05-18T06:29:09.9268340Z Expecting nothing 2022-05-18T06:29:09.9268510Z ok 2022-05-18T06:29:09.9268670Z Trying: 2022-05-18T06:29:09.9268840Z T = torch.fft.rfft2(t) 2022-05-18T06:29:09.9269040Z Expecting nothing 2022-05-18T06:29:09.9269220Z ok 2022-05-18T06:29:09.9269640Z Trying: 2022-05-18T06:29:09.9269830Z torch.fft.irfft2(T).size() 2022-05-18T06:29:09.9270040Z Expecting: 2022-05-18T06:29:09.9270220Z torch.Size([10, 8]) 2022-05-18T06:29:09.9270390Z ok 2022-05-18T06:29:09.9270550Z Trying: 2022-05-18T06:29:09.9270760Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-05-18T06:29:09.9270980Z Expecting nothing 2022-05-18T06:29:09.9271150Z ok 2022-05-18T06:29:09.9271300Z Trying: 2022-05-18T06:29:09.9271480Z roundtrip.size() 2022-05-18T06:29:09.9271680Z Expecting: 2022-05-18T06:29:09.9271860Z torch.Size([10, 9]) 2022-05-18T06:29:09.9272150Z ok 2022-05-18T06:29:09.9272410Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.003s) 2022-05-18T06:29:09.9272660Z Trying: 2022-05-18T06:29:09.9272910Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-05-18T06:29:09.9273160Z Expecting nothing 2022-05-18T06:29:09.9273340Z ok 2022-05-18T06:29:09.9304220Z Trying: 2022-05-18T06:29:09.9304570Z t = torch.linspace(0, 1, 5) 2022-05-18T06:29:09.9305000Z Expecting nothing 2022-05-18T06:29:09.9305180Z ok 2022-05-18T06:29:09.9305430Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.004s) 2022-05-18T06:29:09.9305680Z Trying: 2022-05-18T06:29:09.9305840Z t 2022-05-18T06:29:09.9315400Z Expecting: 2022-05-18T06:29:09.9315910Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-05-18T06:29:09.9316120Z ok 2022-05-18T06:29:09.9316280Z Trying: 2022-05-18T06:29:09.9316470Z T = torch.fft.rfft(t) 2022-05-18T06:29:09.9316940Z Expecting nothing 2022-05-18T06:29:09.9317180Z ok 2022-05-18T06:29:09.9317330Z Trying: 2022-05-18T06:29:09.9317490Z T 2022-05-18T06:29:09.9317660Z Expecting: 2022-05-18T06:29:09.9318070Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-05-18T06:29:09.9318280Z ok 2022-05-18T06:29:09.9318430Z Trying: 2022-05-18T06:29:09.9318610Z torch.fft.irfft(T) 2022-05-18T06:29:09.9318800Z Expecting: 2022-05-18T06:29:09.9319000Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-05-18T06:29:09.9319190Z ok 2022-05-18T06:29:09.9319340Z Trying: 2022-05-18T06:29:09.9319550Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-05-18T06:29:09.9319770Z Expecting nothing 2022-05-18T06:29:09.9319950Z ok 2022-05-18T06:29:09.9320110Z Trying: 2022-05-18T06:29:09.9320340Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-05-18T06:29:09.9320590Z Expecting nothing 2022-05-18T06:29:09.9320770Z ok 2022-05-18T06:29:09.9332300Z Trying: 2022-05-18T06:29:09.9332560Z t = torch.rand(10, 9) 2022-05-18T06:29:09.9333000Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.003s) 2022-05-18T06:29:09.9333320Z Expecting nothing 2022-05-18T06:29:09.9333830Z ok 2022-05-18T06:29:09.9334050Z Trying: 2022-05-18T06:29:09.9334240Z T = torch.fft.rfftn(t) 2022-05-18T06:29:09.9334450Z Expecting nothing 2022-05-18T06:29:09.9334620Z ok 2022-05-18T06:29:09.9334780Z Trying: 2022-05-18T06:29:09.9335100Z torch.fft.irfftn(T).size() 2022-05-18T06:29:09.9335300Z Expecting: 2022-05-18T06:29:09.9335480Z torch.Size([10, 8]) 2022-05-18T06:29:09.9335660Z ok 2022-05-18T06:29:09.9335820Z Trying: 2022-05-18T06:29:09.9336040Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-05-18T06:29:09.9336270Z Expecting nothing 2022-05-18T06:29:09.9336440Z ok 2022-05-18T06:29:09.9336600Z Trying: 2022-05-18T06:29:09.9336760Z roundtrip.size() 2022-05-18T06:29:09.9336950Z Expecting: 2022-05-18T06:29:09.9337140Z torch.Size([10, 9]) 2022-05-18T06:29:09.9337310Z ok 2022-05-18T06:29:09.9337470Z Trying: 2022-05-18T06:29:09.9337710Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-05-18T06:29:09.9337960Z Expecting nothing 2022-05-18T06:29:09.9338140Z ok 2022-05-18T06:29:09.9362170Z Trying: 2022-05-18T06:29:09.9362520Z t = torch.rand(10, 10) 2022-05-18T06:29:09.9362930Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.003s) 2022-05-18T06:29:09.9363190Z Expecting nothing 2022-05-18T06:29:09.9363380Z ok 2022-05-18T06:29:09.9363690Z Trying: 2022-05-18T06:29:09.9364180Z rfft2 = torch.fft.rfft2(t) 2022-05-18T06:29:09.9364840Z Expecting nothing 2022-05-18T06:29:09.9365220Z ok 2022-05-18T06:29:09.9365390Z Trying: 2022-05-18T06:29:09.9365560Z rfft2.size() 2022-05-18T06:29:09.9365740Z Expecting: 2022-05-18T06:29:09.9365920Z torch.Size([10, 6]) 2022-05-18T06:29:09.9366110Z ok 2022-05-18T06:29:09.9366270Z Trying: 2022-05-18T06:29:09.9366450Z fft2 = torch.fft.fft2(t) 2022-05-18T06:29:09.9366650Z Expecting nothing 2022-05-18T06:29:09.9366820Z ok 2022-05-18T06:29:09.9366970Z Trying: 2022-05-18T06:29:09.9367220Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-05-18T06:29:09.9367480Z Expecting nothing 2022-05-18T06:29:09.9367650Z ok 2022-05-18T06:29:09.9367800Z Trying: 2022-05-18T06:29:09.9368020Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-05-18T06:29:09.9368260Z Expecting nothing 2022-05-18T06:29:09.9368430Z ok 2022-05-18T06:29:09.9368590Z Trying: 2022-05-18T06:29:09.9368820Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-05-18T06:29:09.9369080Z Expecting nothing 2022-05-18T06:29:09.9369250Z ok 2022-05-18T06:29:09.9396230Z Trying: 2022-05-18T06:29:09.9396570Z t = torch.arange(4) 2022-05-18T06:29:09.9396980Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.003s) 2022-05-18T06:29:09.9397240Z Expecting nothing 2022-05-18T06:29:09.9397520Z ok 2022-05-18T06:29:09.9397980Z Trying: 2022-05-18T06:29:09.9398350Z t 2022-05-18T06:29:09.9398530Z Expecting: 2022-05-18T06:29:09.9398710Z tensor([0, 1, 2, 3]) 2022-05-18T06:29:09.9399150Z ok 2022-05-18T06:29:09.9399360Z Trying: 2022-05-18T06:29:09.9399530Z torch.fft.rfft(t) 2022-05-18T06:29:09.9399720Z Expecting: 2022-05-18T06:29:09.9400070Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-05-18T06:29:09.9400270Z ok 2022-05-18T06:29:09.9400430Z Trying: 2022-05-18T06:29:09.9400600Z torch.fft.fft(t) 2022-05-18T06:29:09.9400780Z Expecting: 2022-05-18T06:29:09.9401090Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-05-18T06:29:09.9401290Z ok 2022-05-18T06:29:09.9425550Z Trying: 2022-05-18T06:29:09.9425880Z torch.fft.rfftfreq(5) 2022-05-18T06:29:09.9426370Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.003s) 2022-05-18T06:29:09.9426690Z Expecting: 2022-05-18T06:29:09.9427170Z tensor([0.0000, 0.2000, 0.4000]) 2022-05-18T06:29:09.9427620Z ok 2022-05-18T06:29:09.9428100Z Trying: 2022-05-18T06:29:09.9428600Z torch.fft.rfftfreq(4) 2022-05-18T06:29:09.9428840Z Expecting: 2022-05-18T06:29:09.9429380Z tensor([0.0000, 0.2500, 0.5000]) 2022-05-18T06:29:09.9429600Z ok 2022-05-18T06:29:09.9430100Z Trying: 2022-05-18T06:29:09.9430320Z torch.fft.fftfreq(4) 2022-05-18T06:29:09.9430530Z Expecting: 2022-05-18T06:29:09.9430900Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-05-18T06:29:09.9431100Z ok 2022-05-18T06:29:09.9453500Z Trying: 2022-05-18T06:29:09.9453740Z t = torch.rand(10, 10) 2022-05-18T06:29:09.9454080Z Expecting nothing 2022-05-18T06:29:09.9454400Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.003s) 2022-05-18T06:29:09.9454690Z ok 2022-05-18T06:29:09.9455400Z Trying: 2022-05-18T06:29:09.9455890Z rfftn = torch.fft.rfftn(t) 2022-05-18T06:29:09.9456300Z Expecting nothing 2022-05-18T06:29:09.9456800Z ok 2022-05-18T06:29:09.9457270Z Trying: 2022-05-18T06:29:09.9457470Z rfftn.size() 2022-05-18T06:29:09.9458000Z Expecting: 2022-05-18T06:29:09.9458490Z torch.Size([10, 6]) 2022-05-18T06:29:09.9458710Z ok 2022-05-18T06:29:09.9459200Z Trying: 2022-05-18T06:29:09.9459440Z fftn = torch.fft.fftn(t) 2022-05-18T06:29:09.9459650Z Expecting nothing 2022-05-18T06:29:09.9459820Z ok 2022-05-18T06:29:09.9459980Z Trying: 2022-05-18T06:29:09.9460240Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-05-18T06:29:09.9460500Z Expecting nothing 2022-05-18T06:29:09.9460670Z ok 2022-05-18T06:29:09.9460820Z Trying: 2022-05-18T06:29:09.9461040Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-05-18T06:29:09.9461280Z Expecting nothing 2022-05-18T06:29:09.9461450Z ok 2022-05-18T06:29:09.9461860Z Trying: 2022-05-18T06:29:09.9462170Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-05-18T06:29:09.9462410Z Expecting nothing 2022-05-18T06:29:09.9462590Z ok 2022-05-18T06:29:09.9869830Z 2022-05-18T06:29:09.9870510Z ---------------------------------------------------------------------- 2022-05-18T06:29:09.9870820Z Ran 176 tests in 7.036s 2022-05-18T06:29:09.9870950Z 2022-05-18T06:29:09.9871460Z OK (skipped=10) 2022-05-18T06:29:09.9871590Z 2022-05-18T06:29:09.9871690Z Generating XML reports... 2022-05-18T06:29:09.9872220Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220518062903.xml 2022-05-18T06:29:09.9872840Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220518062903.xml 2022-05-18T06:29:10.3448260Z Running test_subclass ... [2022-05-18 06:29:10.344408] 2022-05-18T06:29:10.3448930Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:29:10.344564] 2022-05-18T06:29:11.4485620Z 2022-05-18T06:29:11.4486370Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-05-18T06:29:11.4486690Z Running tests... 2022-05-18T06:29:11.4487060Z ---------------------------------------------------------------------- 2022-05-18T06:29:11.8376950Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.389s) 2022-05-18T06:29:11.8400120Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.8454900Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T06:29:11.8499780Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-05-18T06:29:11.8541660Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-05-18T06:29:11.8581890Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-05-18T06:29:11.8607470Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.8631360Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.8691060Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-05-18T06:29:11.8751190Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.006s) 2022-05-18T06:29:11.8773600Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-05-18T06:29:11.8813390Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... /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:29:11.8814090Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-05-18T06:29:11.8814380Z expected failure (0.004s) 2022-05-18T06:29:11.8844270Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-05-18T06:29:11.8873380Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-05-18T06:29:11.8904010Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-05-18T06:29:11.8953230Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T06:29:11.9066750Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.011s) 2022-05-18T06:29:11.9154050Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.009s) 2022-05-18T06:29:11.9214080Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.006s) 2022-05-18T06:29:11.9357510Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.014s) 2022-05-18T06:29:11.9373790Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9389800Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9408250Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9426510Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9444680Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9463260Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9479540Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9495840Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9515690Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9535740Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9565310Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-05-18T06:29:11.9594350Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-05-18T06:29:11.9617000Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9638960Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9661230Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9682960Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9714020Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-05-18T06:29:11.9747520Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-05-18T06:29:11.9795470Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T06:29:11.9845060Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T06:29:11.9863690Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9881920Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9901480Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9923340Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9942630Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9963930Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:11.9983110Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0002760Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0023590Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0050990Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0087810Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-05-18T06:29:12.0114990Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-05-18T06:29:12.0162950Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T06:29:12.0214230Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T06:29:12.0258820Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-05-18T06:29:12.0306280Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-05-18T06:29:12.0335830Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-05-18T06:29:12.0365890Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-05-18T06:29:12.0429050Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-05-18T06:29:12.0495260Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.007s) 2022-05-18T06:29:12.0511770Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0528160Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0545500Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0566340Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0583070Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0602390Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0617780Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0634040Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0652820Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0674070Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-05-18T06:29:12.0863730Z 2022-05-18T06:29:12.0864470Z ---------------------------------------------------------------------- 2022-05-18T06:29:12.0864950Z Ran 70 tests in 0.619s 2022-05-18T06:29:12.0865080Z 2022-05-18T06:29:12.0865170Z OK (expected failures=5) 2022-05-18T06:29:12.0865310Z 2022-05-18T06:29:12.0865400Z Generating XML reports... 2022-05-18T06:29:12.0865920Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220518062911.xml 2022-05-18T06:29:12.2933390Z Running test_tensorboard ... [2022-05-18 06:29:12.292962] 2022-05-18T06:29:12.2934090Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:29:12.293087] 2022-05-18T06:29:13.5689470Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/caffe2/__init__.py:5: UserWarning: Caffe2 support is not fully enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-05-18T06:29:13.5690190Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-05-18T06:29:13.5690560Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-05-18T06:29:13.5691320Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/caffe2/proto/__init__.py:17: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-05-18T06:29:13.5691930Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-05-18T06:29:13.5692670Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/caffe2/python/__init__.py:9: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-05-18T06:29:13.5693270Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-05-18T06:29:13.5693450Z 2022-05-18T06:29:13.5693530Z Running tests... 2022-05-18T06:29:13.5694250Z ---------------------------------------------------------------------- 2022-05-18T06:29:13.5703340Z test_embedding (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.5717660Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.5732320Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-05-18T06:29:13.5751180Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.002s) 2022-05-18T06:29:13.5756390Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-05-18T06:29:13.5760720Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-05-18T06:29:13.5779850Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-05-18T06:29:13.5807400Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.003s) 2022-05-18T06:29:13.5812680Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.5828130Z test_scalar (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.5834010Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.5839640Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.5871200Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.003s) 2022-05-18T06:29:13.5886180Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.5891690Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.5909370Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-05-18T06:29:13.5967620Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.006s) 2022-05-18T06:29:13.5988760Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-05-18T06:29:13.6008790Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-05-18T06:29:13.6022930Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.001s) 2022-05-18T06:29:13.6029930Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6034910Z test_audio (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6042120Z test_custom_scalars (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6047110Z test_empty_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6054470Z test_float32_image (__main__.TestTensorBoardSummary) 2022-05-18T06:29:13.6055250Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6060610Z test_histogram_auto (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6065700Z test_histogram_doane (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6070770Z test_histogram_fd (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6075950Z test_hparams_bool (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6087130Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6092720Z test_hparams_number (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6102530Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6107840Z test_hparams_string (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6118830Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6124300Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6130370Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6135870Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6141060Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6146140Z test_image_without_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6151050Z test_list_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6165660Z test_mesh (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6170130Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6174340Z test_text (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6179970Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-05-18T06:29:13.6180550Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6190030Z test_video (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6196750Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6202490Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6207460Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-05-18T06:29:13.6215660Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6227990Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6242200Z test_prepare_video (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6255990Z test_to_HWC (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-05-18T06:29:13.6295100Z test_writer (__main__.TestTensorBoardWriter) ... skip: Skip the test since TensorBoard is not installed (0.004s) 2022-05-18T06:29:13.6507040Z 2022-05-18T06:29:13.6507780Z ---------------------------------------------------------------------- 2022-05-18T06:29:13.6508100Z Ran 53 tests in 0.061s 2022-05-18T06:29:13.6508240Z 2022-05-18T06:29:13.6508320Z OK (skipped=53) 2022-05-18T06:29:13.6508450Z 2022-05-18T06:29:13.6508550Z Generating XML reports... 2022-05-18T06:29:13.6509140Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220518062913.xml 2022-05-18T06:29:13.6509820Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220518062913.xml 2022-05-18T06:29:13.6510460Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220518062913.xml 2022-05-18T06:29:13.6511140Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220518062913.xml 2022-05-18T06:29:13.6511810Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220518062913.xml 2022-05-18T06:29:13.6513190Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220518062913.xml 2022-05-18T06:29:13.6513940Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220518062913.xml 2022-05-18T06:29:13.6514870Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220518062913.xml 2022-05-18T06:29:13.6515600Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220518062913.xml 2022-05-18T06:29:13.7975100Z Running test_tensorexpr_pybind ... [2022-05-18 06:29:13.797147] 2022-05-18T06:29:13.7975780Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:29:13.797278] 2022-05-18T06:29:15.3700420Z 2022-05-18T06:29:15.3701180Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-05-18T06:29:15.3701530Z Running tests... 2022-05-18T06:29:15.3701920Z ---------------------------------------------------------------------- 2022-05-18T06:29:15.3988300Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.029s) 2022-05-18T06:29:15.4005420Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-05-18T06:29:15.4030640Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-05-18T06:29:15.4043980Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-05-18T06:29:15.4075980Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-05-18T06:29:15.4123720Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.005s) 2022-05-18T06:29:15.4468850Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.034s) 2022-05-18T06:29:15.4487580Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-05-18T06:29:15.4509690Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-05-18T06:29:15.4529800Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-05-18T06:29:15.4543720Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-05-18T06:29:15.4558010Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-05-18T06:29:15.4574580Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-05-18T06:29:15.4588140Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-05-18T06:29:15.4604340Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-05-18T06:29:15.4617960Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-05-18T06:29:15.4638410Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-05-18T06:29:15.4727240Z 2022-05-18T06:29:15.4727940Z ---------------------------------------------------------------------- 2022-05-18T06:29:15.4728240Z Ran 17 tests in 0.094s 2022-05-18T06:29:15.4728370Z 2022-05-18T06:29:15.4728450Z OK (skipped=10) 2022-05-18T06:29:15.4728570Z 2022-05-18T06:29:15.4728670Z Generating XML reports... 2022-05-18T06:29:15.4729240Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220518062915.xml 2022-05-18T06:29:15.4729910Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220518062915.xml 2022-05-18T06:29:15.6781680Z Running test_torch ... [2022-05-18 06:29:15.677691] 2022-05-18T06:29:15.6782450Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:29:15.677852] 2022-05-18T06:29:17.3923080Z 2022-05-18T06:29:17.3923810Z Test results will be stored in test-reports/python-unittest/test_torch 2022-05-18T06:29:17.3924550Z Running tests... 2022-05-18T06:29:17.3925040Z ---------------------------------------------------------------------- 2022-05-18T06:29:17.3948890Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.003s) 2022-05-18T06:29:17.3962460Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-05-18T06:29:17.3983670Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-05-18T06:29:17.4008010Z test_RNGState (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:17.4031520Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:17.6378290Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.234s) 2022-05-18T06:29:17.6416280Z test_Size (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:17.6434360Z test_Size_iter (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:17.6452370Z test_Size_scalar (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:17.6466260Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:17.7061380Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.059s) 2022-05-18T06:29:17.7078400Z test_apply (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:17.7160020Z test_as_subclass (__main__.TestTorch) ... ok (0.008s) 2022-05-18T06:29:17.7447010Z test_assert_async (__main__.TestTorch) ... ok (0.029s) 2022-05-18T06:29:17.7877790Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.043s) 2022-05-18T06:29:17.7964670Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.009s) 2022-05-18T06:29:18.5757410Z test_bmm_multithreaded (__main__.TestTorch) ... test_torch.py:8327: 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:29:18.5758290Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5759090Z test_torch.py:8327: 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:29:18.5759740Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5767390Z test_torch.py:8327: 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:29:18.5770200Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5770870Z test_torch.py:8327: 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:29:18.5771480Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5772140Z test_torch.py:8327: 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:29:18.5772760Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5773750Z test_torch.py:8327: 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:29:18.5774420Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5775070Z test_torch.py:8327: 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:29:18.5775680Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5776340Z test_torch.py:8327: 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:29:18.5776950Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5777600Z test_torch.py:8327: 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:29:18.5778210Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5778860Z test_torch.py:8327: 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:29:18.5779720Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5780370Z test_torch.py:8327: 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:29:18.5780980Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5781620Z test_torch.py:8327: 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:29:18.5782240Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5783060Z test_torch.py:8327: 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:29:18.5783720Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5784370Z test_torch.py:8327: 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:29:18.5785000Z torch.bmm(b1, b2, out=res2) 2022-05-18T06:29:18.5785180Z ok (0.779s) 2022-05-18T06:29:18.5786650Z test_boxMullerState (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:18.5802900Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.002s) 2022-05-18T06:29:18.5841320Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.5928840Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.009s) 2022-05-18T06:29:18.5948720Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:18.5979520Z test_contains (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:18.6064810Z test_copy_broadcast (__main__.TestTorch) ... ok (0.008s) 2022-05-18T06:29:18.6077410Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:18.6152990Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.007s) 2022-05-18T06:29:18.6211790Z test_copy_transpose (__main__.TestTorch) ... ok (0.006s) 2022-05-18T06:29:18.6237380Z test_cuda_not_built (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:18.6281260Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.6324770Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.6364390Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.6403420Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.6413370Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:18.6427430Z test_dead_weak_ref (__main__.TestTorch) ... [W python_variable.cpp:205] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function concrete_decref_fn) 2022-05-18T06:29:18.6428770Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-05-18T06:29:18.6429060Z [TORCH_VITAL] CUDA.used False 2022-05-18T06:29:18.6429320Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-05-18T06:29:18.6429580Z [TORCH_VITAL] CUDA.used False 2022-05-18T06:29:18.6429850Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-05-18T06:29:18.6430110Z [TORCH_VITAL] Dataloader.enabled True 2022-05-18T06:29:18.6430350Z [TORCH_VITAL] CUDA.used False 2022-05-18T06:29:18.6470770Z ok (0.006s) 2022-05-18T06:29:18.6504920Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:18.6529700Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:18.6561070Z test_detach_meta (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:18.6605150Z test_deterministic_flag (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.6992410Z test_device (__main__.TestTorch) ... ok (0.039s) 2022-05-18T06:29:18.7002950Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:18.7040540Z test_doc (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.7272040Z test_doc_template (__main__.TestTorch) ... ok (0.023s) 2022-05-18T06:29:18.7294880Z test_dot_data_use (__main__.TestTorch) ... [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware. 2022-05-18T06:29:18.7453500Z ok (0.018s) 2022-05-18T06:29:18.7536500Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.008s) 2022-05-18T06:29:18.7595780Z test_element_size (__main__.TestTorch) ... ok (0.006s) 2022-05-18T06:29:18.7692360Z test_empty_meta (__main__.TestTorch) ... ok (0.010s) 2022-05-18T06:29:18.7707330Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:18.7742930Z test_equal (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:18.7916320Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.017s) 2022-05-18T06:29:18.7963940Z test_fill_diagonal (__main__.TestTorch) ... ok (0.005s) 2022-05-18T06:29:18.7976270Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:18.8042820Z test_from_buffer (__main__.TestTorch) ... ok (0.007s) 2022-05-18T06:29:18.8122230Z test_from_file (__main__.TestTorch) ... ok (0.008s) 2022-05-18T06:29:18.8166260Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.8204330Z test_generator_cpu (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.8228340Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:18.8244840Z test_has_storage (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:18.8522770Z test_index_add (__main__.TestTorch) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-05-18T06:29:18.8523300Z 2022-05-18T06:29:18.8524160Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-05-18T06:29:18.8525650Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-05-18T06:29:18.8526390Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-05-18T06:29:18.8526800Z warnings.warn(msg, FutureWarning) 2022-05-18T06:29:18.8527040Z ok (0.028s) 2022-05-18T06:29:18.8613830Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.009s) 2022-05-18T06:29:18.8655310Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.8697170Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.8735470Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.8778100Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.8807970Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:18.8905200Z test_is_nonzero (__main__.TestTorch) ... ok (0.010s) 2022-05-18T06:29:18.8922050Z test_is_same_size (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:18.8946670Z test_iter (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:18.8990800Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.9031180Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.9096750Z test_manual_seed (__main__.TestTorch) ... ok (0.006s) 2022-05-18T06:29:18.9115380Z test_map (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:18.9137340Z test_map2 (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:18.9180830Z test_max_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.9226170Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.9271580Z test_median_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.9294960Z test_memory_format (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:18.9318040Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:18.9485300Z test_memory_format_empty (__main__.TestTorch) ... ok (0.017s) 2022-05-18T06:29:18.9532670Z test_min_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-05-18T06:29:18.9576870Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.9603600Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-05-18T06:29:18.9648670Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.9688540Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:18.9704050Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:18.9802930Z test_new (__main__.TestTorch) ... ok (0.010s) 2022-05-18T06:29:18.9887000Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.008s) 2022-05-18T06:29:18.9960150Z test_newindex (__main__.TestTorch) ... ok (0.007s) 2022-05-18T06:29:19.0001790Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:19.0502410Z test_normal_shape (__main__.TestTorch) ... ok (0.050s) 2022-05-18T06:29:19.0517490Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.0526980Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.0553730Z test_parsing_double (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:19.0571550Z test_parsing_int64 (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.0630120Z test_parsing_intlist (__main__.TestTorch) ... ok (0.006s) 2022-05-18T06:29:19.0651310Z test_permute (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.0669760Z test_pickle (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.0682410Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.0695350Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.0716600Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.0736270Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.0749640Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.0854750Z test_pin_memory (__main__.TestTorch) ... ok (0.010s) 2022-05-18T06:29:19.1614490Z test_print (__main__.TestTorch) ... ok (0.076s) 2022-05-18T06:29:19.1655850Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:19.1670110Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.1682480Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.1727310Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:19.1740000Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.1761230Z test_reversed (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.1802460Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:19.1837000Z test_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:19.1859370Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.002s) 2022-05-18T06:29:19.1875970Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.1884910Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.1918220Z test_size_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:19.1943850Z test_sizeof (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:19.1988020Z test_slice (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:19.1996560Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:29:19.2017240Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.2075130Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.006s) 2022-05-18T06:29:19.2093060Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.2107280Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.2155970Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.005s) 2022-05-18T06:29:19.2214000Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.006s) 2022-05-18T06:29:19.2231990Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.2251480Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.2267870Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.2282320Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.2308710Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:19.2325610Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.2356420Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:19.2383210Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:19.2393360Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.2412380Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.2427480Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.2472500Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:19.2524750Z test_split_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-05-18T06:29:19.2580240Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-05-18T06:29:19.2621270Z test_std_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:19.2834990Z test_storage_casts (__main__.TestTorch) ... ok (0.021s) 2022-05-18T06:29:19.2977380Z test_storage_error (__main__.TestTorch) ... ok (0.014s) 2022-05-18T06:29:19.2998600Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.3022870Z test_structseq_repr (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.3038960Z test_subclass_preserved (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.3054030Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.3092430Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:19.3231550Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.014s) 2022-05-18T06:29:19.3263250Z test_tensor_base_init (__main__.TestTorch) ... ok (0.003s) 2022-05-18T06:29:19.3276050Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.3288760Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.3989800Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.070s) 2022-05-18T06:29:19.4338040Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.035s) 2022-05-18T06:29:19.4350870Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.4364130Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.4420930Z test_tensor_set (__main__.TestTorch) ... ok (0.006s) 2022-05-18T06:29:19.4509430Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.009s) 2022-05-18T06:29:19.4526470Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.4539290Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.6437600Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.190s) 2022-05-18T06:29:19.6496380Z test_to (__main__.TestTorch) ... test_torch.py:7620: 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:29:19.6497140Z a = torch.tensor([[0, 1, 2], [2, 0, 3]]).to_sparse_csr() 2022-05-18T06:29:19.6497410Z ok (0.006s) 2022-05-18T06:29:19.6516280Z test_to_with_tensor (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.6559670Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:19.6623740Z test_torch_from_file (__main__.TestTorch) ... ok (0.006s) 2022-05-18T06:29:19.6684330Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-05-18T06:29:19.6706490Z test_type (__main__.TestTorch) ... ok (0.002s) 2022-05-18T06:29:19.6720590Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.6772090Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.005s) 2022-05-18T06:29:19.6818050Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-05-18T06:29:19.7160220Z test_unflatten (__main__.TestTorch) ... ok (0.034s) 2022-05-18T06:29:19.7198240Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:19.7251210Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-05-18T06:29:19.7436130Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.018s) 2022-05-18T06:29:19.7638740Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.020s) 2022-05-18T06:29:19.7679910Z test_var_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-05-18T06:29:19.7694270Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-05-18T06:29:19.7753740Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:19.7806840Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:19.7858170Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:19.7908790Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:19.8016510Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:19.8122070Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:19.8227970Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:19.8334830Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:19.8440820Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:19.8491890Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:19.8537630Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:19.8584150Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:19.8630480Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:19.8676490Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:19.8721270Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:19.8766700Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:19.8813260Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:19.8860700Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:19.8981270Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:19.9001520Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:29:19.9018930Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:29:19.9501240Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-05-18T06:29:19.9538260Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:19.9570780Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:19.9604500Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:19.9639950Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:19.9671660Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:19.9703690Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:19.9737370Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:19.9770580Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:19.9802430Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:19.9835430Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:19.9868020Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:19.9883750Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:20.0292190Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-05-18T06:29:20.0722740Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:29:20.1145050Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:29:20.1549590Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:29:20.1940260Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:29:20.2047890Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:20.2437500Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:29:20.2829390Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:29:20.3229420Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:29:20.3630330Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:29:20.4028190Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:29:20.4417230Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:29:20.4823900Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-05-18T06:29:20.5233720Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-05-18T06:29:20.5628450Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:29:20.6012640Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-05-18T06:29:20.6425670Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-05-18T06:29:20.6843740Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-05-18T06:29:20.6952470Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:20.7055500Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:20.7158890Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:20.7555620Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:29:20.7946080Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:29:20.8335050Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:29:20.8737120Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:29:20.9149690Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-05-18T06:29:20.9188540Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:20.9306830Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:20.9376620Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:20.9425340Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:20.9491500Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:20.9530880Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:20.9579850Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:20.9646800Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:20.9681600Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:20.9715790Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:21.2710020Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.299s) 2022-05-18T06:29:21.2817820Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:21.2922080Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:21.3024450Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:21.3038990Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:29:21.3053350Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:29:21.3085050Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:29:21.3122170Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:21.3855720Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.073s) 2022-05-18T06:29:21.3889560Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:21.3906090Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:29:21.5023080Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.112s) 2022-05-18T06:29:21.5085780Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:21.5137570Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:21.8244720Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.311s) 2022-05-18T06:29:21.9660700Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.142s) 2022-05-18T06:29:21.9710080Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:21.9743630Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:21.9757010Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:21.9771770Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:21.9791520Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:22.0053140Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:22.0070700Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:22.0139850Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:5296: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T06:29:22.0140300Z t.copy_(src) 2022-05-18T06:29:22.0140500Z ok (0.007s) 2022-05-18T06:29:22.0188320Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:22.0257600Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:22.0329150Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:22.0398560Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:22.0464030Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:22.0526250Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:22.0587290Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:22.0641600Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:22.0695700Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:22.0749660Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:22.0802790Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:22.0850340Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:22.0893600Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:22.0972290Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:22.1187880Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-05-18T06:29:22.1270750Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:22.1308770Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:22.1339880Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:22.1466530Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1785: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at ../aten/src/ATen/native/Correlation.cpp:99.) 2022-05-18T06:29:22.1467000Z res = torch.corrcoef(x) 2022-05-18T06:29:22.1467740Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-05-18T06:29:22.1468130Z avg = a.mean(axis) 2022-05-18T06:29:22.1468710Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/core/_methods.py:153: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T06:29:22.1469090Z ret = um.true_divide( 2022-05-18T06:29:22.1469650Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:2526: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-05-18T06:29:22.1470390Z c = cov(x, y, rowvar) 2022-05-18T06:29:22.1471000Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T06:29:22.1471400Z c *= np.true_divide(1, fact) 2022-05-18T06:29:22.1471990Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-05-18T06:29:22.1472380Z c *= np.true_divide(1, fact) 2022-05-18T06:29:22.1472610Z ok (0.013s) 2022-05-18T06:29:22.1535020Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:22.1593620Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:22.2214780Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1792: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at ../aten/src/ATen/native/Correlation.cpp:99.) 2022-05-18T06:29:22.2215660Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-05-18T06:29:22.2216270Z test_torch.py:1796: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-05-18T06:29:22.2216980Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-05-18T06:29:22.2218340Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:425: RuntimeWarning: invalid value encountered in multiply 2022-05-18T06:29:22.2218950Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-05-18T06:29:22.2219190Z ok (0.062s) 2022-05-18T06:29:22.2773350Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-05-18T06:29:22.3274060Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-05-18T06:29:22.7930470Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.465s) 2022-05-18T06:29:22.7965320Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:29:22.8202350Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-05-18T06:29:22.8230560Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:22.8257340Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:22.8348060Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:22.8428700Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:22.8640520Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-05-18T06:29:22.8849970Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-05-18T06:29:22.8870980Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:22.8889550Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:22.8947240Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.006s) 2022-05-18T06:29:22.9487050Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:29:23.0151180Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.066s) 2022-05-18T06:29:23.0836680Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.068s) 2022-05-18T06:29:23.1483580Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.065s) 2022-05-18T06:29:23.2116510Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.063s) 2022-05-18T06:29:23.2726430Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.061s) 2022-05-18T06:29:23.3252770Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.053s) 2022-05-18T06:29:23.3790860Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:29:23.4293540Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-05-18T06:29:23.4803270Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-05-18T06:29:23.5323160Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-05-18T06:29:23.5728300Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-05-18T06:29:23.6338520Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.061s) 2022-05-18T06:29:23.6988320Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.065s) 2022-05-18T06:29:23.7490280Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-05-18T06:29:23.8000780Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-05-18T06:29:23.8464490Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-05-18T06:29:23.8846010Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-05-18T06:29:23.9238520Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:29:23.9595400Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-05-18T06:29:23.9983780Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-05-18T06:29:24.0364380Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-05-18T06:29:24.0652830Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-05-18T06:29:24.0670780Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.0719450Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:24.0736020Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.0752700Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.0769780Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.0785870Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.0802840Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.0819050Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.0834080Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.0849200Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.0863990Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.0879170Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.0894390Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.0912120Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.0928940Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.0946020Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.0962900Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.0980130Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.0996970Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1013770Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1030530Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1047340Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1064530Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1081300Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1098700Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1115690Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1132700Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1149790Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1166850Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1183980Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1201540Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1220200Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1237250Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1254080Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1271130Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1290150Z test_dlpack_default_stream_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:24.1337820Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:24.1353540Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.1368570Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1381270Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1398900Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.1415760Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.1433060Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.1450020Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.1466640Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.1482490Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.1497730Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1512620Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1527470Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1542530Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1557090Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1572750Z test_dlpack_shared_storage_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1587380Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1602460Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1617190Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1631550Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1646110Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1660540Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1674180Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1688300Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1702110Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1715370Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.1729020Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.2014650Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-05-18T06:29:24.2026500Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.2163210Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-05-18T06:29:24.2301950Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-05-18T06:29:24.2434560Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-05-18T06:29:24.2566640Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-05-18T06:29:24.2616010Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:24.2661940Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:24.2715670Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:24.2778770Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:24.2791890Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:29:24.2805260Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:29:24.2822290Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.2839760Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.2856660Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.2873280Z test_from_dlpack_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.2889300Z test_from_dlpack_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.2905720Z test_from_dlpack_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:24.2921090Z test_from_dlpack_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.2936400Z test_from_dlpack_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.2951540Z test_from_dlpack_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.2966830Z test_from_dlpack_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.2982170Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.2997150Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.3012250Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.3027330Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.3041830Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.3056280Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.3071180Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.3084920Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.3098980Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.3112970Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.3126690Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.3140940Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:24.3175270Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:24.3210580Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:24.3247100Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:24.3281010Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:24.3314620Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:24.3347310Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:24.3377260Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:24.3407590Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:24.3436740Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:24.3466580Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:24.3497030Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:25.1631560Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.813s) 2022-05-18T06:29:25.9754600Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.812s) 2022-05-18T06:29:25.9773520Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:25.9789820Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:25.9806700Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:25.9822780Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:25.9839220Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:25.9855410Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:25.9871420Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:25.9887220Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:25.9903670Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:25.9968590Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:26.0027190Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:26.0085630Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:26.0144570Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:26.0209510Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:26.0267800Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:26.0325720Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:26.0383640Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:26.0442230Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:26.2696790Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.225s) 2022-05-18T06:29:26.4351140Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.165s) 2022-05-18T06:29:26.5937310Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1061: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T06:29:26.5937970Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-05-18T06:29:26.5938530Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T06:29:26.5938970Z b = (dx2 - dx1) / (dx1 * dx2) 2022-05-18T06:29:26.5939510Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1063: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T06:29:26.5939860Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-05-18T06:29:26.5940390Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-05-18T06:29:26.5940810Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T06:29:26.5941420Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1117: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T06:29:26.5941790Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-05-18T06:29:26.5942330Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1118: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T06:29:26.5942760Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-05-18T06:29:26.5943310Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in double_scalars 2022-05-18T06:29:26.5943730Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T06:29:26.5944330Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T06:29:26.5944790Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-05-18T06:29:26.5945350Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T06:29:26.5945710Z b = (dx1 + dx2) / (dx1 * dx2) 2022-05-18T06:29:26.5946240Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-05-18T06:29:26.5946770Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T06:29:26.5947350Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in add 2022-05-18T06:29:26.5948060Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T06:29:26.5948670Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T06:29:26.5949170Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-05-18T06:29:26.5949740Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T06:29:26.5950240Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-05-18T06:29:26.5950800Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in multiply 2022-05-18T06:29:26.5951210Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T06:29:26.5951810Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1102: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T06:29:26.5952220Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-05-18T06:29:26.5952740Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in multiply 2022-05-18T06:29:26.5953350Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T06:29:26.5954240Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in multiply 2022-05-18T06:29:26.5954690Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T06:29:26.5955310Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1119: RuntimeWarning: divide by zero encountered in double_scalars 2022-05-18T06:29:26.5955690Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-05-18T06:29:26.5956250Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-05-18T06:29:26.5956750Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-05-18T06:29:26.5957340Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: invalid value encountered in true_divide 2022-05-18T06:29:26.5957850Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-05-18T06:29:26.5958090Z ok (0.158s) 2022-05-18T06:29:26.6882040Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.094s) 2022-05-18T06:29:26.7708950Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.083s) 2022-05-18T06:29:26.8536260Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.083s) 2022-05-18T06:29:26.9211320Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1057: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T06:29:26.9212590Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-05-18T06:29:26.9214000Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1078: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T06:29:26.9215150Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-05-18T06:29:26.9219340Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1085: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T06:29:26.9219950Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-05-18T06:29:26.9221770Z /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-18T06:29:26.9222530Z return torch.as_tensor(tensor_like) 2022-05-18T06:29:26.9223140Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1104: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T06:29:26.9223590Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T06:29:26.9224320Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1121: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T06:29:26.9224760Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T06:29:26.9225390Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/numpy/lib/function_base.py:1069: ComplexWarning: Casting complex values to real discards the imaginary part 2022-05-18T06:29:26.9226090Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-05-18T06:29:26.9226400Z ok (0.067s) 2022-05-18T06:29:26.9251840Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:27.0470970Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.122s) 2022-05-18T06:29:27.0850560Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-05-18T06:29:27.0974710Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:27.1065990Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:27.1207080Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-05-18T06:29:27.1348730Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-05-18T06:29:27.1472010Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:27.1592550Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:27.1712240Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:27.1806270Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:27.1899980Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:27.1990560Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:27.2082770Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:27.2176190Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:29.0890460Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.871s) 2022-05-18T06:29:29.1195660Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-05-18T06:29:29.1240160Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:29.1269990Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:29.1319610Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:29.1368660Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:29.1409760Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:29.1451870Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:29.1493140Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:29.1526020Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:29.1558680Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:29.1591060Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:29.1623380Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:29.1656050Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:29.1748860Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:29.1837820Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:29.1868850Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:29.1898560Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:29.1986620Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:29.2077280Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:29.2167470Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:29.2257630Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:29.2346200Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:29.2435380Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:29.2526430Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:29.2619030Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:29.2731290Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:29.3115850Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-05-18T06:29:29.3213260Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:29.3772270Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:2820: 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:29:29.3772910Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-05-18T06:29:29.3773930Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-05-18T06:29:29.3774370Z 2022-05-18T06:29:29.3775210Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-05-18T06:29:29.3776150Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-05-18T06:29:29.3776850Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-05-18T06:29:29.3777230Z warnings.warn(msg, FutureWarning) 2022-05-18T06:29:29.3777470Z ok (0.056s) 2022-05-18T06:29:29.4319350Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-05-18T06:29:29.4856950Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:29:29.5389270Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.053s) 2022-05-18T06:29:29.5931860Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:29:29.6475220Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:29:29.7012550Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:29:29.7553560Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:29:29.8167950Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.061s) 2022-05-18T06:29:29.8786750Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.062s) 2022-05-18T06:29:29.9405060Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.062s) 2022-05-18T06:29:30.0016120Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.061s) 2022-05-18T06:29:30.0566770Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-05-18T06:29:30.1111060Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:29:30.1657650Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-05-18T06:29:30.2181010Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-05-18T06:29:30.2274950Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:30.2351000Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:30.2451290Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:30.2553350Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:30.2646160Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:30.2740270Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:30.2831230Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:30.2908030Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:30.2985200Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:30.3062650Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:30.3140530Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:30.3218250Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:30.3758370Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:29:30.3793970Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.3813230Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:30.3827270Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3840830Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3855080Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3868980Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3882870Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3897100Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3912210Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3927110Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3942370Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3956440Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3970410Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3984330Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.3998260Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:30.4013650Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:29:30.4029650Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:30.4046830Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:30.4063720Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:30.4080260Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:30.4096870Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:30.4213430Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:30.4330320Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:30.4454510Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:30.4567180Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:30.4677640Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:30.4698670Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:30.4741380Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.4787160Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:30.4829060Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.4873440Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.4915280Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.4960000Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5003240Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5048130Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5090850Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5136430Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5178270Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5230140Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:30.5271840Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5317250Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5358250Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5402880Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5443710Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5488420Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5529850Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5574700Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5615970Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5660910Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5702270Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:30.5749360Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:30.5868310Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:30.5894310Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:30.6094430Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-05-18T06:29:30.6147560Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:30.6354860Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-05-18T06:29:30.6552540Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-05-18T06:29:30.6748640Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-05-18T06:29:30.6947610Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-05-18T06:29:30.7144710Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-05-18T06:29:30.7340370Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-05-18T06:29:30.7533850Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-05-18T06:29:30.7741860Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-05-18T06:29:30.7971110Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-05-18T06:29:30.8168470Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-05-18T06:29:30.8184440Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:30.8253040Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:30.8324160Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.8324740Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.8324960Z ok (0.007s) 2022-05-18T06:29:30.8390210Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.8390810Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.8391030Z ok (0.006s) 2022-05-18T06:29:30.8458490Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.8459080Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.8459290Z ok (0.007s) 2022-05-18T06:29:30.8527920Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.8528500Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.8529260Z ok (0.007s) 2022-05-18T06:29:30.8586120Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.8586720Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.8586940Z ok (0.006s) 2022-05-18T06:29:30.8655560Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.8656160Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.8656380Z ok (0.007s) 2022-05-18T06:29:30.8723610Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.8724220Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.8724430Z ok (0.007s) 2022-05-18T06:29:30.8788970Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.8789590Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.8797160Z ok (0.007s) 2022-05-18T06:29:30.8853890Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.8854520Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.8854730Z ok (0.006s) 2022-05-18T06:29:30.8919710Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.8920590Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.8920820Z ok (0.006s) 2022-05-18T06:29:30.8985330Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.8985930Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.8986160Z ok (0.006s) 2022-05-18T06:29:30.9050500Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3459: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1665.) 2022-05-18T06:29:30.9051070Z torch.masked_select(src, mask, out=dst3) 2022-05-18T06:29:30.9051290Z ok (0.006s) 2022-05-18T06:29:30.9133790Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:30.9307320Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-05-18T06:29:30.9332570Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:30.9354410Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:30.9476890Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:31.2600120Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.312s) 2022-05-18T06:29:31.3856080Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.126s) 2022-05-18T06:29:31.3878290Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.3934760Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:31.4104770Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-05-18T06:29:31.4270760Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-05-18T06:29:31.5891800Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.162s) 2022-05-18T06:29:31.5925860Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:31.5958370Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:31.5990410Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:31.6422960Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-05-18T06:29:31.6760310Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-05-18T06:29:31.6782160Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:31.6802810Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:31.6823390Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:31.6835840Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:29:31.6848970Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:31.6862310Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:31.6876110Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-05-18T06:29:31.7228170Z test_multinomial_invalid_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-05-18T06:29:31.7785550Z test_multinomial_invalid_distribution_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-05-18T06:29:31.7808790Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:29:31.7828780Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.7848560Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.7866480Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.7884500Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.7902850Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.7928750Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:31.7950820Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.7970330Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.7989600Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8008060Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8026050Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8044210Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8062230Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8082840Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8100880Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8118720Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8137240Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8154030Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8174380Z test_nondeterministic_alert_gather_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8193110Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8211800Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8228300Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8247600Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8266060Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8285140Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8304890Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8329320Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1368: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:29:31.8330140Z torch.kthvalue(a, k, out=(values, indices)) 2022-05-18T06:29:31.8330360Z ok (0.002s) 2022-05-18T06:29:31.8358480Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1501: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:29:31.8359270Z torch.median(a, 0, out=(result, indices)) 2022-05-18T06:29:31.8359490Z ok (0.003s) 2022-05-18T06:29:31.8377720Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8587190Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-05-18T06:29:31.8611020Z test_nondeterministic_alert_scatter_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.8718780Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:31.8836060Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:31.8947320Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:31.9884960Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.094s) 2022-05-18T06:29:31.9918330Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:31.9942950Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:31.9958410Z test_pdist_norm_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-05-18T06:29:31.9976940Z test_pdist_norm_forward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-05-18T06:29:31.9993750Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:32.0033140Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/cuda/amp/grad_scaler.py:115: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-05-18T06:29:32.0033730Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-05-18T06:29:32.0034020Z ok (0.004s) 2022-05-18T06:29:32.0063670Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-05-18T06:29:32.0091300Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:32.0126370Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:32.0160990Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:32.0188980Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:32.0219930Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:32.0251960Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:32.0282200Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:32.0312010Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:32.0341550Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:32.0371300Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:32.0401550Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:32.0957760Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-05-18T06:29:32.1618150Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.066s) 2022-05-18T06:29:32.2303040Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.068s) 2022-05-18T06:29:32.2894990Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-05-18T06:29:32.3444490Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-05-18T06:29:32.3981480Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-05-18T06:29:32.4384080Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:29:32.4786650Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:29:32.5167880Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-05-18T06:29:32.5571100Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:29:32.5976320Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:29:32.6017130Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:32.6421580Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-05-18T06:29:32.6462530Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:32.7978380Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.151s) 2022-05-18T06:29:32.8003510Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:32.8055940Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:33.6656280Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.860s) 2022-05-18T06:29:33.6681370Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:33.6706810Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:33.7006370Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-05-18T06:29:33.7025650Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:33.7042320Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:33.7059180Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:33.7076230Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:33.7093070Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:33.7109940Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:33.7128080Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:33.7182760Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:33.7225380Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.7288390Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:33.7370130Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:33.7423250Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:33.7473210Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:33.7527320Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:33.7627940Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:33.7723180Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:33.7802920Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:33.7804640Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:33.7825960Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.7864220Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.7904110Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.7942590Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.7981660Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.8019670Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.8059810Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.8102500Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.8138830Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.8175540Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.8212430Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.8250060Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.8287920Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.8323980Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-05-18T06:29:33.8357530Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:33.8393350Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:33.8428650Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:33.8464330Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:33.8499600Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:33.8534090Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:33.8567160Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:33.8602050Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:33.8635170Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:33.8668470Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:33.8702320Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:33.8722910Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:33.8740330Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:33.8762820Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:33.9029560Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-05-18T06:29:33.9278780Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:29:33.9522690Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-05-18T06:29:33.9772760Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:29:34.0023510Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:29:34.0270690Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:29:34.0518580Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:29:34.0767460Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-05-18T06:29:34.1010800Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-05-18T06:29:34.1253660Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-05-18T06:29:34.1499480Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-05-18T06:29:34.1744760Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-05-18T06:29:34.1908480Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-05-18T06:29:34.1920330Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-05-18T06:29:34.1932560Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:29:34.2001980Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.2104740Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:34.2198340Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:34.2280670Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:34.2367010Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:34.2439440Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.2512890Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.2589580Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:34.2660110Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.2739120Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:34.2799070Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:34.2868350Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.2936920Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.3004080Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.3071160Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.3138970Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.3207110Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.3273360Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.3340540Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.3412980Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.3486140Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.3559120Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.3635150Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.3704630Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:34.5401430Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.170s) 2022-05-18T06:29:34.5447680Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-05-18T06:29:34.5566200Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:34.5657290Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-05-18T06:29:34.5776450Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:34.5895480Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-05-18T06:29:34.6001540Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-05-18T06:29:34.6105570Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:34.6206490Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-05-18T06:29:34.6290230Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:34.6372960Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:34.6455480Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:34.6538290Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:34.6620450Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-05-18T06:29:34.6647580Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:34.6906090Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:34.7164500Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:34.7425140Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:34.7686730Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:34.7945250Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:34.8204730Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:34.8464000Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:34.8721710Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:34.8976630Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:34.9238410Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:34.9498250Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-05-18T06:29:34.9805340Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-05-18T06:29:34.9823310Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-05-18T06:29:35.0027490Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-05-18T06:29:35.0049080Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.0068070Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.0088630Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.0109080Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.0127870Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.0146030Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.0164800Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.0184810Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.0212680Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-05-18T06:29:35.0230530Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.0248530Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.0266490Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.1816950Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.155s) 2022-05-18T06:29:35.1864900Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-05-18T06:29:35.1887260Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.1956170Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:35.2020170Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:35.2085360Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-05-18T06:29:35.2151300Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-05-18T06:29:35.2172130Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-05-18T06:29:35.2342500Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-05-18T06:29:35.2354140Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:29:35.4184300Z 2022-05-18T06:29:35.4185100Z ---------------------------------------------------------------------- 2022-05-18T06:29:35.4185420Z Ran 852 tests in 17.844s 2022-05-18T06:29:35.4185600Z 2022-05-18T06:29:35.4185680Z OK (skipped=64) 2022-05-18T06:29:35.4185810Z 2022-05-18T06:29:35.4185900Z Generating XML reports... 2022-05-18T06:29:35.4186430Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220518062917.xml 2022-05-18T06:29:35.4187010Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20220518062917.xml 2022-05-18T06:29:35.4187960Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220518062917.xml 2022-05-18T06:29:35.4188660Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220518062917.xml 2022-05-18T06:29:35.6897460Z [TORCH_VITAL] Dataloader.enabled True 2022-05-18T06:29:35.6897800Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-05-18T06:29:35.6898060Z [TORCH_VITAL] CUDA.used False 2022-05-18T06:29:35.7025410Z Running test_type_info ... [2022-05-18 06:29:35.702106] 2022-05-18T06:29:35.7026110Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:29:35.702294] 2022-05-18T06:29:36.7891250Z 2022-05-18T06:29:36.7892000Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-05-18T06:29:36.7892320Z Running tests... 2022-05-18T06:29:36.7892730Z ---------------------------------------------------------------------- 2022-05-18T06:29:37.1784580Z test_finfo (__main__.TestDTypeInfo) ... ok (0.389s) 2022-05-18T06:29:37.1816050Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.003s) 2022-05-18T06:29:37.1831630Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.002s) 2022-05-18T06:29:37.1882350Z 2022-05-18T06:29:37.1883670Z ---------------------------------------------------------------------- 2022-05-18T06:29:37.1884570Z Ran 3 tests in 0.394s 2022-05-18T06:29:37.1885600Z 2022-05-18T06:29:37.1885840Z OK 2022-05-18T06:29:37.1885960Z 2022-05-18T06:29:37.1886220Z Generating XML reports... 2022-05-18T06:29:37.1886790Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220518062936.xml 2022-05-18T06:29:37.4004320Z Running test_unary_ufuncs ... [2022-05-18 06:29:37.400055] 2022-05-18T06:29:37.4005000Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:29:37.400202] 2022-05-18T06:29:39.9531310Z 2022-05-18T06:29:39.9531640Z Running tests... 2022-05-18T06:29:39.9532320Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-05-18T06:29:39.9766740Z ---------------------------------------------------------------------- 2022-05-18T06:29:39.9768400Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:739: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at ../aten/src/ATen/native/Copy.cpp:250.) 2022-05-18T06:29:39.9769750Z float_out = torch.empty_like(t).float() 2022-05-18T06:29:39.9772970Z test_unary_ufuncs.py:748: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at ../aten/src/ATen/native/Resize.cpp:24.) 2022-05-18T06:29:39.9774770Z torch_fn(t, out=float_out) 2022-05-18T06:29:39.9775300Z ok (0.023s) 2022-05-18T06:29:39.9937000Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:39.9952830Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:29:39.9973000Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:29:39.9990010Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:29:40.0003510Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:29:40.0017180Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:29:40.0330820Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:40.0866180Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:29:40.1480180Z test_batch_vs_slicing_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:29:40.1887620Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:29:40.2220970Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:40.2436030Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:29:40.2704640Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:40.2878690Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:40.3057910Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:40.3222860Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:40.3397710Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:40.3560950Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:40.3854220Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:29:40.4212000Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:29:40.5600250Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-05-18T06:29:40.6450710Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-05-18T06:29:40.6717940Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:40.7086260Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:29:40.7423660Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:40.7755940Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:40.8072500Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:40.8407960Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:40.8705760Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:40.9012950Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:40.9342920Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:41.0674460Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-05-18T06:29:41.1589090Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-05-18T06:29:41.1862780Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:41.2238300Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:29:41.2565570Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:41.2885700Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:41.3197080Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:41.3521190Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:41.3846550Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:41.4090690Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:29:41.4371150Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:29:41.5047990Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-05-18T06:29:41.5498720Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:29:41.5858000Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:29:41.6069390Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:29:41.6302940Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:29:41.6565510Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:41.6830750Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:41.7078880Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:41.7350470Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:41.7615140Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:41.7913790Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:41.8252130Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:41.9553090Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-05-18T06:29:42.0465220Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-05-18T06:29:42.0740870Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:42.1153820Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:29:42.1503970Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:29:42.1832860Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:42.2151310Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:42.2484700Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:42.2784090Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:42.3099700Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:42.3429410Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:42.4848700Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-05-18T06:29:42.5792110Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-05-18T06:29:42.6071510Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:29:42.6556890Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:29:42.6887790Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:42.7209320Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:42.7517630Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:42.7855890Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:42.8178410Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:42.8488050Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:42.8795860Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:42.9852080Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-05-18T06:29:43.0638060Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-05-18T06:29:43.0922520Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:29:43.1282770Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:29:43.1633790Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:29:43.1974840Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:43.2303780Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:43.2653050Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:29:43.2967410Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:43.3274290Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:43.3598190Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:43.4759940Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-05-18T06:29:43.5540820Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-05-18T06:29:43.5805240Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:43.6166270Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:29:43.6489310Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:43.6796410Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:43.7090490Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:29:43.7406720Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:43.7704700Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:43.7886660Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:43.8077180Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:29:43.8308600Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:29:43.8509620Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-05-18T06:29:43.8758800Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:29:43.8943720Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:29:43.9203440Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:43.9421980Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:29:43.9671640Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:43.9969150Z test_batch_vs_slicing_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:44.0216540Z test_batch_vs_slicing_clamp_scalar_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:44.0449820Z test_batch_vs_slicing_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:29:44.0710950Z test_batch_vs_slicing_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:44.0896440Z test_batch_vs_slicing_clamp_scalar_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:44.1087860Z test_batch_vs_slicing_clamp_scalar_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:29:44.1277350Z test_batch_vs_slicing_clamp_scalar_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:29:44.1466340Z test_batch_vs_slicing_clamp_scalar_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:29:44.1649150Z test_batch_vs_slicing_clamp_scalar_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:44.1824940Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:44.1941440Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:29:44.2548380Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:29:44.3172790Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-05-18T06:29:44.3580950Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:29:44.3849020Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:44.4034400Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:44.4209400Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:44.4324360Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:29:44.4444310Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:29:44.4542540Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:29:44.4655130Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:29:44.4767880Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:29:44.4938380Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:44.5054790Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:29:44.5612880Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:29:44.6241660Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:29:44.6648830Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:29:44.6916740Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:44.7097160Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:44.7270970Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:44.7387790Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:29:44.7509300Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:29:44.7606890Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:29:44.7724090Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:29:44.7838720Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:29:44.8150710Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:44.8492890Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:44.9307190Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-05-18T06:29:44.9911000Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-05-18T06:29:45.0199230Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:29:45.0544550Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:45.0893890Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:29:45.1239290Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:45.1564780Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:45.1903450Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:45.2238690Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:45.2513070Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:45.2832350Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:45.3645790Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-05-18T06:29:45.4225330Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:29:45.4484510Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:45.4797890Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:45.5116450Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:45.5434300Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:45.5727870Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:29:45.6031590Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:45.6332860Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:45.6641220Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:45.6978930Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:45.7404160Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:29:45.7685420Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:29:45.7956140Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:45.8276480Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:45.8602720Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:45.8911370Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:45.9236660Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:45.9553280Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:46.0098140Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:29:46.0459450Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:29:46.0986850Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:29:46.1596850Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:29:46.1966320Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:29:46.2334040Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:29:46.2687080Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:29:46.3055300Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:29:46.3422340Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:29:46.3893370Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:29:46.4301760Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:29:46.4752600Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:29:46.5217960Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:29:46.5701310Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:29:46.6180370Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:29:46.6639760Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:29:46.7113230Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:29:46.7574430Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:29:46.8094890Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:29:46.8513630Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:29:46.9008440Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:29:46.9468370Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:29:46.9989950Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:29:47.0510070Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:29:47.1014270Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:29:47.1533320Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:29:47.2048090Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:29:47.2921910Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-05-18T06:29:47.3314990Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:29:47.4146570Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-05-18T06:29:47.5058890Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-05-18T06:29:47.5448510Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:29:47.5831600Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:29:47.6198430Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:29:47.6582090Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:29:47.7013080Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:29:47.7292970Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:29:47.7637650Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:47.8027730Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:29:47.8266940Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:29:47.8541740Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:47.8848160Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:47.9160080Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:47.9448920Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:29:47.9755010Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:48.0055410Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:48.0332950Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:29:48.0672760Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:48.1428810Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-05-18T06:29:48.2031580Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-05-18T06:29:48.2289200Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:48.2591700Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:48.2904130Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:48.3206390Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:48.3492750Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:29:48.3797860Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:48.4099880Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:48.4379560Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:29:48.4725510Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:48.4976830Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:48.5293700Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:48.5612540Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:48.5929400Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:48.6232540Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:48.6550420Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:48.6867180Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:48.7116720Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:48.7340870Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:29:48.7591510Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:48.7844740Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:48.8206850Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:29:48.8443800Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:29:48.8695120Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:48.8705880Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:29:48.8716840Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:29:48.8726860Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:29:48.8736960Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:29:48.9452610Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-05-18T06:29:49.0196280Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-05-18T06:29:49.0858260Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-05-18T06:29:49.1551960Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-05-18T06:29:49.2273850Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-05-18T06:29:49.2992980Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-05-18T06:29:49.3709350Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-05-18T06:29:49.4425850Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-05-18T06:29:49.5146860Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-05-18T06:29:49.5533350Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:29:49.6056460Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:29:49.6388520Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:49.6760600Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:29:49.6930970Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:49.7737640Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-05-18T06:29:49.8825870Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-05-18T06:29:49.9641780Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-05-18T06:29:50.0092630Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:29:50.0398520Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:50.0703520Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:50.0865920Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:50.1029440Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:50.1178740Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.1350060Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:50.1511930Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:50.1778480Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:50.1929280Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.2418200Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:29:50.3157600Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-05-18T06:29:50.3655450Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:29:50.4010780Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:29:50.4249140Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:29:50.4496570Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:50.4646980Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.4798400Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.4936450Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:29:50.5088340Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.5252030Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:50.5425770Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:50.5580380Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.5883420Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:50.6117300Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:29:50.6391010Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:50.6530690Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:29:50.6711930Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:50.6864970Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.7023750Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:50.7174360Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.7327350Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.7476790Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.7643090Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:50.7797880Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.8059530Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:50.8201100Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:29:50.8372300Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:50.8527210Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.8683100Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.8819880Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:29:50.8975430Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.9125800Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.9303710Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:50.9459410Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:50.9704710Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:29:50.9852320Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:51.0021490Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:51.0178250Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:51.0338040Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:51.0475430Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:29:51.0628560Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:51.0779460Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:51.0955750Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:51.1120240Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:51.1574930Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:29:51.2145080Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:29:51.2530510Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:29:51.2779660Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:51.2925580Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:29:51.3104680Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:51.3271680Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:51.3443770Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:51.3596830Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:51.3765420Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:51.3930300Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:51.3948660Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.3965650Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.3981890Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.3998770Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.4015790Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.4031900Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.4048530Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.4064720Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.4081330Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.4097810Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.4114100Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.4130300Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:29:51.4722250Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-05-18T06:29:51.5115050Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:29:51.5675520Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:29:51.6243890Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:29:51.6660620Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:29:51.7074380Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:29:51.7476140Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:29:51.7886520Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:29:51.8303770Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:29:51.8585770Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:29:51.8921720Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:51.9761490Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-05-18T06:29:52.0347310Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-05-18T06:29:52.0615860Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:52.0912700Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:52.1252740Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:29:52.1572530Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:52.1869810Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:52.2183810Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:52.2488560Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:52.2777720Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:29:52.3110010Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:52.3366790Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:52.3679530Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:52.3993440Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:52.4307610Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:52.4605990Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:52.4918870Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:52.5237210Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:52.5509430Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:52.5841340Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:52.6689410Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-05-18T06:29:52.7272860Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:29:52.7526650Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:52.7825780Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:52.8155310Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:52.8479900Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:52.8791260Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:52.9113050Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:52.9447340Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:52.9726000Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:29:53.0052120Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:53.0925220Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-05-18T06:29:53.1491310Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:29:53.1748820Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:53.2043200Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:29:53.2362870Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:53.2675800Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:53.2974330Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:53.3292010Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:53.3606750Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:53.3828980Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:29:53.3988070Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:53.4308000Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:53.4519900Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:29:53.4827800Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:53.4971920Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:29:53.5173090Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-05-18T06:29:53.5332720Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:53.5490420Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:53.5636620Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:53.5796230Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:53.5951790Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:53.6258920Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:53.7373550Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-05-18T06:29:53.7631660Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:53.7917900Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:29:53.8758880Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-05-18T06:29:54.0243070Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-05-18T06:29:54.1064850Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-05-18T06:29:54.1905030Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-05-18T06:29:54.2728160Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-05-18T06:29:54.3568070Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-05-18T06:29:54.4345690Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-05-18T06:29:54.5060460Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-05-18T06:29:54.5911690Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-05-18T06:29:54.6745570Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-05-18T06:29:54.7581000Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-05-18T06:29:54.8412970Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-05-18T06:29:54.9246780Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-05-18T06:29:55.0618430Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-05-18T06:29:55.1821520Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-05-18T06:29:55.2964160Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-05-18T06:29:55.4226580Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-05-18T06:29:55.5486820Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-05-18T06:29:55.6741740Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-05-18T06:29:55.8016220Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-05-18T06:29:55.9271840Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-05-18T06:29:56.0816180Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-05-18T06:29:56.2201680Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-05-18T06:29:56.3623860Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-05-18T06:29:56.5031780Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-05-18T06:29:56.6461390Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-05-18T06:29:56.7891500Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-05-18T06:29:56.9322820Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-05-18T06:29:57.0734790Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-05-18T06:29:57.0986100Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:29:57.1157880Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:57.1469590Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:57.1690810Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:29:57.1936680Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:29:57.2119490Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:57.2310380Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:29:57.2477360Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:57.2654150Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:57.2824360Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:57.3049460Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:29:57.3603610Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:29:57.4228860Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-05-18T06:29:57.4619770Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:29:57.4943310Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:57.5166810Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:29:57.5407260Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:29:57.5577320Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:29:57.5756320Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:29:57.5914040Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:57.6071940Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:29:57.6225690Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:29:57.6530860Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:57.6820840Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:29:57.7142430Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:57.7452380Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:29:57.7749310Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:57.8070740Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:57.8341340Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:57.8581850Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:29:57.8840590Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:29:57.9175790Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:29:57.9494790Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:57.9871750Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:29:58.0235670Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:29:58.0706220Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:29:58.5551270Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.484s) 2022-05-18T06:29:59.0434750Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.488s) 2022-05-18T06:29:59.5322750Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.489s) 2022-05-18T06:29:59.5625140Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:59.5912060Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:29:59.6216560Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:29:59.6934120Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-05-18T06:29:59.7518590Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:29:59.7843020Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:29:59.8115170Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:29:59.8406850Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:29:59.8877130Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:29:59.9830730Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-05-18T06:30:00.0648040Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-05-18T06:30:00.1267550Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-05-18T06:30:00.1714850Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:00.2192280Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:30:00.2716660Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:30:00.3235860Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:30:00.3741110Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:30:00.4262830Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:30:00.4787270Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:30:00.5168270Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:30:00.6277480Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-05-18T06:30:00.7049420Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-05-18T06:30:00.7389400Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:00.7810340Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:30:00.8259730Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:00.8706910Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:00.9138790Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:00.9593170Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:01.0037130Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:30:01.0601360Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:30:01.0984250Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:30:01.1525080Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:30:01.2138930Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:30:01.2520740Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:30:01.2894400Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:01.3259580Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:30:01.3647490Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:01.4028460Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:30:01.4411130Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:30:01.4845170Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:01.5217360Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:01.5720780Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:30:01.6150940Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:01.6575000Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:30:01.6991380Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:30:01.7425250Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:01.7833830Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:30:02.0591830Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.276s) 2022-05-18T06:30:02.2439910Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-05-18T06:30:02.6589100Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.415s) 2022-05-18T06:30:03.0869910Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.428s) 2022-05-18T06:30:03.2753400Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-05-18T06:30:03.4638100Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-05-18T06:30:03.6500160Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.186s) 2022-05-18T06:30:03.8382100Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-05-18T06:30:04.1590390Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.321s) 2022-05-18T06:30:04.4324710Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.273s) 2022-05-18T06:30:04.6200220Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-05-18T06:30:05.0307110Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.411s) 2022-05-18T06:30:05.4577190Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.427s) 2022-05-18T06:30:05.6487920Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-05-18T06:30:05.8389770Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-05-18T06:30:06.0265800Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-05-18T06:30:06.2155700Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-05-18T06:30:06.5221410Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.306s) 2022-05-18T06:30:06.7919630Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-05-18T06:30:06.9769540Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-05-18T06:30:07.3835620Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.406s) 2022-05-18T06:30:07.7999470Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.416s) 2022-05-18T06:30:07.9885630Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-05-18T06:30:08.1771390Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-05-18T06:30:08.3641820Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-05-18T06:30:08.5524400Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-05-18T06:30:08.8554560Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.303s) 2022-05-18T06:30:08.8732850Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:08.9169660Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:30:08.9559080Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:08.9825370Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:09.0006220Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:09.0179500Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:09.0293030Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:09.0411920Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:09.0505390Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:09.0613210Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:09.0721320Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:09.1717970Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-05-18T06:30:09.2060550Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:09.2480430Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:30:09.2766900Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:09.3038650Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:09.3358100Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:09.3678400Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:09.3983440Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:30:09.4296740Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:09.4615350Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:09.4794760Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:09.4910850Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:09.5295500Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:30:09.5808500Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:09.6138630Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:09.6402250Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:09.6569190Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:09.6736910Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:09.6853780Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:09.6976460Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:09.7073880Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:09.7191220Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:09.7306350Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:09.7537240Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:09.7814500Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:09.8344180Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:30:09.8776780Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:09.9104730Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:09.9332690Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:09.9577680Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:09.9838480Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:10.0096790Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:10.0348600Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:10.0605730Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:10.0859020Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:10.1108470Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:10.1338050Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:10.1588960Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:10.1851520Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:10.2093030Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:10.2355150Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:10.2638880Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:10.2882290Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:10.3145630Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:10.3427300Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:10.3667550Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:10.3931310Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:10.4183690Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:10.4478370Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:10.5132310Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-05-18T06:30:10.5662900Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:30:10.5889180Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:30:10.6163710Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:10.6442690Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:10.6713920Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:10.6965330Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:10.7234550Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:10.7497070Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:10.7750300Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:10.7912890Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:10.8522820Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:30:10.9353730Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-05-18T06:30:10.9800070Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:11.0149640Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:11.0386470Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:11.0630460Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:11.0812640Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:11.1020810Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:11.1198150Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:11.1374010Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:11.1546930Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:11.1814220Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:11.2158590Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:11.2864880Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-05-18T06:30:11.3431230Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:30:11.3691620Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:11.3975110Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:11.4294190Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:11.4608990Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:11.4905290Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:11.5217150Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:11.5522940Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:30:11.5776140Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:11.5938830Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:11.6263260Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:11.6483300Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:30:11.6732450Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:11.6913630Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:11.7119380Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-05-18T06:30:11.7307740Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:11.7487230Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:11.7665050Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:11.7827340Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:11.7980820Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:11.8222540Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:11.8366870Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:11.8534090Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:11.8684820Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:11.8837060Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:11.8974910Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:11.9130280Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:11.9275780Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:11.9583030Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:11.9929460Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:12.0753750Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-05-18T06:30:12.1354420Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-05-18T06:30:12.1645850Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:12.1983740Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:12.2333140Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:12.2679170Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:12.3001040Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:12.3340950Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:12.3678400Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:12.4046900Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:12.4380100Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:12.5257200Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-05-18T06:30:12.5929950Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-05-18T06:30:12.6244400Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:12.6597510Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:12.6934000Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:12.7272670Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:12.7591570Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:12.7923180Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:12.8245590Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:12.8525770Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:12.8847010Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:12.9653890Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-05-18T06:30:13.0236860Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:30:13.0490050Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:13.0801750Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:13.1117420Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:13.1428600Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:13.1722810Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:13.2031370Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:13.2332530Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:30:13.2625070Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:13.2949050Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:13.3205640Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:13.3498400Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:13.3814480Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:13.4123980Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:13.4416520Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:13.4732230Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:13.5035330Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:30:13.5385280Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:13.5760660Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:13.6161230Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:30:13.6582090Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:30:13.6997120Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:30:13.7410120Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:30:13.7824980Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:30:13.8193240Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:14.0691300Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.250s) 2022-05-18T06:30:14.1437090Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-05-18T06:30:14.2214730Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-05-18T06:30:14.2805540Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-05-18T06:30:14.3434050Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:30:14.4061720Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:30:14.4675000Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:30:14.5305840Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:30:14.5927030Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-05-18T06:30:14.6434400Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:14.6850440Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:30:14.7528600Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-05-18T06:30:14.8017200Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:30:14.8497360Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:30:14.8973120Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:30:14.9477790Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:30:14.9970810Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:30:15.0431540Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:30:15.0800360Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:15.1389180Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-05-18T06:30:15.1823330Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:15.2258070Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:15.2680060Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:30:15.3112610Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:15.3547650Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:15.4050480Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:30:15.4542900Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:30:15.5099400Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:30:15.5650970Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:30:15.6194680Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:30:15.6725950Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:30:15.7271380Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:30:15.7832630Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:30:15.8597310Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-05-18T06:30:15.9282360Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-05-18T06:30:15.9969350Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-05-18T06:30:16.0646400Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-05-18T06:30:16.1397000Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-05-18T06:30:16.2149040Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-05-18T06:30:16.2887730Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-05-18T06:30:16.3633270Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-05-18T06:30:16.4356970Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-05-18T06:30:16.4672610Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:16.5019070Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:16.5417310Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:30:16.5690640Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:16.5958300Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:16.6214790Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:16.6489860Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:16.6755960Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:16.7322220Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:30:16.7709000Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:16.8251850Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:30:16.8874630Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-05-18T06:30:16.9268790Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:16.9664350Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:17.0035880Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:17.0422310Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:17.0801460Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:30:17.1037810Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:17.1316470Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:17.1946630Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:30:17.2446580Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:30:17.2673370Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:17.2918100Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:17.3191430Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:17.3462220Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:17.3724120Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:17.3995680Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:17.4262870Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:17.4506310Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:17.4754670Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:17.5321860Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:30:17.5764210Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:30:17.6306320Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:30:17.6544910Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:17.6788940Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:17.6995040Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:17.7212740Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:30:17.7397290Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:17.7628700Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:17.7820830Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:17.8122970Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:30:17.8466780Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:17.9402450Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-05-18T06:30:18.0107580Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-05-18T06:30:18.0398760Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:18.0752910Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:18.1107770Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:18.1461520Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:18.1786040Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:18.2202220Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:30:18.2551210Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:18.2851800Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:30:18.3194430Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:18.4187880Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-05-18T06:30:18.4873630Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-05-18T06:30:18.5150730Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:18.5527440Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:30:18.5870180Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:18.6207230Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:18.6527730Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:18.6856840Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:18.7187140Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:18.7448180Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:18.7678590Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:18.7934350Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:18.7961730Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:18.7984860Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8008150Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8033070Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8057660Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8080760Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8103290Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8125560Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8147200Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8168490Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8189540Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8210480Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8231640Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8254040Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8275820Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8299250Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8322940Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8345730Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8368010Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8390060Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8412140Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8434120Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8455860Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8478150Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8500890Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8522810Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8546560Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8570950Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8593390Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8616390Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8638880Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8662020Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8684440Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8706850Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8729450Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8752320Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8774710Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8798450Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8821900Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8845490Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8867920Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8890710Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8913700Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8937180Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8959590Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.8981640Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9004170Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9026660Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9048750Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9072640Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9096700Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9119710Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9142180Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9164270Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9187910Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9212910Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9235380Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9257050Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9279880Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9301850Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9325230Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9349260Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9374410Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9396960Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9419410Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9441830Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9464230Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9486570Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9508750Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9531900Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9554430Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9578470Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9602210Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9624910Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9647860Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9669750Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9691770Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9713780Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9735880Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9757920Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9780790Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9802990Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9826410Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9849730Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9871850Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9893710Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9915530Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9937500Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9959610Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:18.9994780Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:19.0018900Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0042230Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0065380Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0087640Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0108410Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0129720Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0151620Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0176480Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0208020Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:19.0229910Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0252260Z test_contig_size1_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0273540Z test_contig_size1_clamp_scalar_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0295840Z test_contig_size1_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0318060Z test_contig_size1_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0339200Z test_contig_size1_clamp_scalar_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0360440Z test_contig_size1_clamp_scalar_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0381380Z test_contig_size1_clamp_scalar_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0402970Z test_contig_size1_clamp_scalar_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0424390Z test_contig_size1_clamp_scalar_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0446900Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0467760Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0491270Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0515120Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0538940Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0561560Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0584280Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0606770Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0628250Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0649060Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0669980Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0690800Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0711720Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0734130Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0754750Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0778080Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0801730Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0825270Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0847380Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0870260Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0892620Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0913880Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0934990Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0955890Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0976850Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.0997980Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1020940Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1042950Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1066310Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1090470Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1113060Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1135460Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1157780Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1179140Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1201110Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1222880Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1244970Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1267550Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1289310Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1312290Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1335840Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1358390Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1380840Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1403630Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1426520Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1448450Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1470490Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1492590Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1515240Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1537010Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1559700Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1582600Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1605010Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1626830Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1648590Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1670540Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1692630Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1714780Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1736690Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1758510Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1780690Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1802910Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1824250Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1846090Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1867740Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1889240Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1911150Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1933840Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1955740Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.1978250Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2000140Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2021930Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2044330Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2066090Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2087980Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2111310Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2133710Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2155640Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2177950Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2200360Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2221920Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2244090Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2266150Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2287980Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2310380Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2332700Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2354470Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2377070Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2399310Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2421030Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2443060Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2464880Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2487070Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2509140Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2531860Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2553840Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2576320Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2598470Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2621120Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2643170Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2665570Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2688810Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2710920Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2733080Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2755620Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2777730Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2801300Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2824390Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2846800Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2869420Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2891720Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2913390Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2934990Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2956970Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.2979380Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3002250Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3023680Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3046310Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3068750Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3090660Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3112460Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3134410Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3156380Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3178880Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3217250Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.3238950Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3260620Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3282980Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3305090Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3327220Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3349040Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3373740Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3397560Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3421080Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3443990Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3466310Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3487720Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3510310Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3532960Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3554910Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3579060Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3603120Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3625710Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3647820Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3671400Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3694800Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3717600Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3739950Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3760100Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3783290Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3807510Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3831380Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3853730Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3876000Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3898920Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3920130Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3941930Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3963020Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.3984200Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4005160Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4026960Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4047600Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4070770Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4094090Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4116700Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4138670Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4160270Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4182400Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4203080Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4223930Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4244770Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4265770Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4286360Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4307990Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4328460Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4351130Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4373870Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4395730Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4417650Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4439340Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4460450Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4481850Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4503330Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4524630Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4545320Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4566840Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4588440Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4610180Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4631420Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4652950Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4673970Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4694730Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4715390Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4736190Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4756770Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4778470Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4799680Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4821230Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4842610Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4863840Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4884900Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4905810Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4926690Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4947590Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4968050Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.4989710Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5011300Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5033700Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5059710Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5079450Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5101270Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5123130Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5144890Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5166990Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5188230Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5209330Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5230600Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5251640Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:19.5271180Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5289640Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5308150Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5326910Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5345860Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5364780Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5383750Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5402660Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5421460Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5440310Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5459250Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5478260Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:19.5530680Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:19.5613900Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:19.5698760Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:19.5750090Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:19.5803220Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:19.5839140Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.5879950Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.5914990Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:19.5949770Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:19.5984300Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:19.6019250Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:19.6054200Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:19.6096750Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.6138970Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.6220980Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:19.6280060Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:19.6319010Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.6362390Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.6403370Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.6442920Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.6482390Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.6522370Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.6562020Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.6608440Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:19.6650940Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.6764420Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:19.6840020Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:19.6881070Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.6926930Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:19.6969300Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7011050Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7049730Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7090680Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7132540Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7175420Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7218010Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7297580Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:19.7347940Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:19.7408770Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:19.7446590Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7487640Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7526400Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7565460Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7601490Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7639960Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7680890Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7725210Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7767830Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7853730Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:19.7914650Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:19.7953560Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.7996860Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8039910Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8080210Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8118180Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8157560Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8197120Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8243010Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:19.8285560Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8402640Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:19.8479650Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:19.8520940Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8571760Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:19.8614580Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8656020Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8695540Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8737020Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8778100Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8821770Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8861950Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.8949870Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:19.9008560Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:19.9047850Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9088390Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9128610Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9168040Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9205930Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9245980Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9285770Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9332080Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:19.9374150Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9477250Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:19.9547540Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:19.9587940Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9633180Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9675130Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9715430Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9753920Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9794110Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9833660Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:19.9869560Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:19.9904050Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:19.9938550Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:19.9970720Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0005110Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0040100Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0083450Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.0121570Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.0165900Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.0208540Z test_contig_size1_large_dim_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.0244500Z test_contig_size1_large_dim_clamp_scalar_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.0280180Z test_contig_size1_large_dim_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0319310Z test_contig_size1_large_dim_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.0354450Z test_contig_size1_large_dim_clamp_scalar_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0389500Z test_contig_size1_large_dim_clamp_scalar_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0421130Z test_contig_size1_large_dim_clamp_scalar_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0455690Z test_contig_size1_large_dim_clamp_scalar_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0491760Z test_contig_size1_large_dim_clamp_scalar_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.0531830Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.0567030Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0634040Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:20.0720900Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:20.0768680Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.0821500Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.0856730Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0895800Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.0931050Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0966020Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.0997430Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.1031870Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.1066560Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.1105330Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.1140330Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.1206050Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:20.1295670Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:20.1347210Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.1403410Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:20.1439240Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.1480330Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.1514910Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.1549360Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.1580990Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.1614740Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.1648940Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.1691420Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.1734030Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.1809460Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:20.1863790Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.1903180Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.1943980Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.1984810Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2024500Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2062000Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2101700Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2141930Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2187510Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2228990Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2316110Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:20.2377140Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:20.2418090Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2461250Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2503300Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2543610Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2582230Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2623020Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2663980Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2707380Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2747370Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2803300Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:20.2841910Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2884720Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2924940Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.2964340Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3000960Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3039780Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3079640Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3136730Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:20.3181080Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3232680Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.3291400Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:20.3335370Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3379630Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3420350Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3464270Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3507540Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3552130Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3598860Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.3640890Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3686190Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3729780Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3772160Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3812770Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3855540Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3898640Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.3944820Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.3987870Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4027730Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4072700Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4116120Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4158610Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4198690Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4241830Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4284810Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4335660Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.4377700Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4423230Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4476110Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.4518810Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4559460Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4598280Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4639630Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4681190Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4724900Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4767800Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4825460Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:20.4862590Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4905940Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4946540Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.4986440Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5023770Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5063900Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5104940Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5147160Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5199530Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.5280170Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:20.5333990Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.5372670Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5415410Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5456160Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5495560Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5532610Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5572040Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5611090Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5653570Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5694900Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5732460Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5775570Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5815750Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5855200Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5892000Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5931690Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.5970890Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6013420Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6049710Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6092870Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6133410Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6188770Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.6225810Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6265660Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6310320Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6369070Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:20.6410310Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6457310Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.6510040Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.6558390Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.6601530Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6650020Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.6696720Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.6742320Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.6785800Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6831950Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.6877380Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.6935120Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:20.7017390Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:20.7060570Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.7099350Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.7134220Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.7191900Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:20.7278570Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:20.7322690Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.7375190Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.7408730Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.7444630Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.7479030Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.7513190Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.7544700Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.7579260Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.7613550Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.7651320Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.7687060Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.7741800Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.7821980Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:20.7862570Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.7912810Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.7946400Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.7982830Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.8017380Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8051540Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8085180Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8119660Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8154260Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8191490Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.8225810Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8279820Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.8319550Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.8369800Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.8401860Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8437830Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8472150Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8507040Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8539040Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8573990Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8609100Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8646170Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.8682830Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.8732480Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.8764470Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8800600Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.8835490Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8870210Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8902320Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8936680Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.8971120Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9007240Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.9041810Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9090770Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.9122660Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9157820Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9195780Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.9231660Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.9268560Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.9303680Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9338760Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9382360Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.9418220Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.9467400Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.9543730Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:20.9583980Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:20.9633330Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:20.9665120Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9700540Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9734670Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9769900Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9801660Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9835840Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9870180Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:20.9892220Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:20.9913910Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:20.9935640Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:20.9957730Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:20.9980090Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:21.0001980Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:21.0023640Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:21.0045500Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:21.0067390Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:21.0089550Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:21.0111420Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:21.0133390Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:21.0183790Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.0227070Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0268440Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0312710Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0354600Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0396880Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0435830Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0476960Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0518630Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0559640Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0600730Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0674090Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:21.0727720Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.0766240Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0805430Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0845970Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0885620Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0922910Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.0964540Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1004940Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1047450Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1088340Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1126150Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1167940Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1207710Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1246900Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1283250Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1322800Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1362210Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1408890Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1450780Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.1525280Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:21.1580060Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.1618210Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1660110Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1700460Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1739830Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1776520Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1815930Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1855260Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1897670Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.1938430Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2015530Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:21.2069230Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.2107960Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2148130Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2189440Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2228750Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2265320Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2304530Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2343950Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2385560Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2420020Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.2483860Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.2525200Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2582000Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.2614380Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.2650260Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2686960Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2721270Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.2752710Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.2786590Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.2820750Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.2861630Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.2911230Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.2946530Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.2985480Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.3040400Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.3095470Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.3147270Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.3209040Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.3264000Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.3312310Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.3353310Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.3399020Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.3444180Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.3489060Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.3531700Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.3579000Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.3628180Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.3686730Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.3736960Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.3789580Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.3844560Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.3898480Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.3949800Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.4003510Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.4058410Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.4122610Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.4178730Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.4239580Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.4299310Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.4359130Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.4416410Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.4476040Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.4536760Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.4577020Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.4611770Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.4666570Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.4701870Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.4740220Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.4774470Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.4808580Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.4840140Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.4874080Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.4907610Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.4947650Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5016260Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:21.5104100Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:21.5160010Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.5216780Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.5253060Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5294180Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5328680Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.5363060Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.5395020Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.5429280Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.5463340Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:21.5508760Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5548120Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5593890Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.5637890Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5676670Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5720880Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5762910Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5800190Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5842640Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5886110Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5924720Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.5970550Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.6013210Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.6062880Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.6114050Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.6159140Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.6210080Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.6252940Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.6290560Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.6331710Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.6413220Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:21.6471470Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.6519570Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.6560670Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.6604540Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.6651130Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.6730670Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:21.6786580Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.6846610Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.6887230Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.6932060Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.6973280Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7013190Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7050850Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7091120Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7131280Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7180160Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.7269810Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:21.7326690Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.7366810Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7408770Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7450330Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7490860Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7528250Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7570480Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7614270Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7673100Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.7716390Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7770090Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.7831830Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:21.7875380Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7918340Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.7957480Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.8000280Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.8043420Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.8092980Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.8138910Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.8182340Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.8238280Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.8285020Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:21.8330090Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.8372930Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.8418450Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.8462630Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:21.8630260Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:21.8746570Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:21.8976810Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:21.9219360Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:21.9336010Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:21.9452680Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:21.9566930Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:21.9684400Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:21.9857860Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:22.0023470Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:22.0139220Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:22.0366820Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:22.0608160Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:22.0727750Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:22.0845890Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:22.0961500Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:22.1079900Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:22.1258420Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:22.1424530Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:22.1539380Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:22.1764100Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:30:22.1999810Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:22.2118330Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:22.2236160Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:22.2352230Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:22.2468410Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:22.2641410Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:22.2683940Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.2752790Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:22.2802140Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.2855600Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.2890530Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.2928400Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.2962820Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.2997340Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.3028430Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.3062630Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.3096740Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.3138950Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3182030Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3236990Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.3274870Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3320680Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.3360410Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3399770Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3436240Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3475090Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3514050Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3555080Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3594280Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3657880Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:22.3738810Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:22.3781860Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3833970Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.3869790Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.3908960Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.3944200Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.3978810Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.4010200Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.4045340Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.4080520Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.4123520Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4165740Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4239300Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:22.4291960Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.4348510Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:22.4387070Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4429110Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4468070Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4509170Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4545670Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4585120Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4624340Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4667270Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4705670Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4751810Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.4792800Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4829540Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4869080Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4911390Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4947710Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.4987960Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5030220Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5066970Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5107770Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5150620Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5193770Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5269730Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:22.5327430Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:22.5367700Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5414890Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.5455310Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5494110Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5530320Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5569380Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5608560Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5651800Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.5686600Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.5760910Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:22.5856790Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:22.5915330Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:22.5972810Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:22.6011320Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6054600Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6090730Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6127490Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6160420Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.6196180Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.6231370Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.6275770Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6318100Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6400630Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:22.6458370Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:22.6498210Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6540070Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6582160Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6622640Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6660650Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6701310Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6741690Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6785170Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6819960Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.6874360Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.6912220Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6955030Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.6990740Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.7027160Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.7060140Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.7095760Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.7131880Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.7168630Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.7203750Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.7252600Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.7284260Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.7319280Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.7353560Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.7388280Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.7420970Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.7455860Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.7490420Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:22.7531340Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.7572770Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.7643950Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:22.7698800Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.7737790Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.7780340Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.7820050Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.7859170Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.7895690Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.7934160Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.7973290Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8020440Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.8061740Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8157000Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:22.8221540Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:22.8263970Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8309730Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8353760Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8395990Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8435530Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8477700Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8519760Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8564930Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8607110Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8696680Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:22.8755190Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:22.8794570Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8836850Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8879180Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8921330Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8958810Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.8998720Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9039380Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9084150Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9126360Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9168800Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9222260Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.9264410Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9304940Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9343490Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9385340Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9427480Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9470450Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9514500Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9562250Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.9608580Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.9654980Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:22.9697600Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9743090Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9786620Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:22.9938210Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:22.9995540Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.0049660Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.0111380Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.0169400Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.0225570Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.0279800Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.0336490Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.0392730Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.0443880Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.0489370Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.0550440Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.0599780Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.0648880Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.0697260Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.0746800Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.0796720Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.0844520Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.0888590Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.0945890Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.0993220Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1040660Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1085130Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.1132690Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1180230Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1231640Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1281430Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1336800Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1389040Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1441600Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1491030Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1543240Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1596440Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1648310Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1694470Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1740250Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1794280Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.1839330Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.1883310Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.1924220Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.1968120Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2011860Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2053770Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2097060Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2146240Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.2185850Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2225290Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2261000Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2299790Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2338840Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2398040Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.2442160Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2495640Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.2558800Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.2604660Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2647780Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2690260Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2733860Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2777300Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2819130Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2859370Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.2932740Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:23.2985000Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.3022160Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3060240Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3099350Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3137940Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3174330Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3218800Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3261820Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3304610Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3342290Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3415580Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:23.3465350Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.3530980Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.3569090Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3617850Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:23.3655630Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3693590Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3728080Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:23.3765980Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3801500Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:23.3844680Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3886950Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.3966530Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:23.4022060Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.4061130Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4101040Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4141640Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4181620Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4218750Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4258820Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4298410Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4341890Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4383020Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4462190Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:23.4517670Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:23.4555830Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4595900Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4636710Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4676600Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4713230Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4752350Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4791570Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4833460Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4871470Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4913680Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:23.4936340Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.4958390Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.4981020Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5003530Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5025510Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5047720Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5069780Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5091550Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5114050Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5136070Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5158490Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5181600Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5205230Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5227460Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5249930Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5271420Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5292690Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5315300Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5337030Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5358910Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5381260Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5403050Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5425840Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5448140Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5470920Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5492750Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5514720Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5536190Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5557790Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5580280Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5602260Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5625750Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5649000Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5671140Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5694030Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5716740Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5738630Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5760240Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5781590Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5803610Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5825960Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5847380Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5870850Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5894070Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5916560Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5938410Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5960510Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.5982190Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6003850Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6025490Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6047200Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6070310Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6091100Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6113280Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6135610Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6158130Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6179400Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6200930Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6221810Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6242630Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6263190Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6284220Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6305030Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6328730Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6350560Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6373420Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6396250Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6418420Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6440400Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6462380Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6484660Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6506760Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6530400Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6553720Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6576760Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6599150Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6622370Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6645980Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6668980Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6692010Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6715530Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6738980Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6762080Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6785050Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6808090Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6831580Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6853500Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6876400Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6900040Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6923530Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6947190Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6970110Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.6992540Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7015390Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7038410Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7061280Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7083210Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7104340Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7127270Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7149730Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7173240Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7196750Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7219830Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7240680Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7261270Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7282360Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7304820Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7327690Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7350840Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7374470Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7396940Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7418970Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7440930Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7461940Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7483090Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7503550Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7524280Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7545280Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7567590Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7590680Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7612560Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7635080Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7656930Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7680440Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7703030Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7725230Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7748020Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7770410Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7792840Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7815320Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7837760Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7859880Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7891290Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:23.7922410Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:23.7953300Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:23.7975310Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.7997660Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8019500Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8042680Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8065700Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8087780Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8111070Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8133090Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8155710Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8179280Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8202940Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8225720Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8248360Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8271180Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8293620Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8316540Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8340260Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8362190Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8384750Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8407590Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8430760Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8453940Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8476450Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8498970Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8521640Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8543850Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8565910Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8587810Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8610020Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8632330Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8653710Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8676220Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8698480Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8720940Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8742960Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8765020Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8786620Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8808580Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8830860Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8852720Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8875510Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8898560Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8920140Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8941910Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8963570Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.8989560Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:23.9013450Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9036660Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9059160Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9082340Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9105430Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9127820Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9149970Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9172310Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9194530Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9216410Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9238750Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9260620Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9283570Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9306020Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9327650Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9349190Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9371060Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9392920Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9414760Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9437120Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9458740Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9481520Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9504670Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9526970Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9549150Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9571710Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9593910Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9616220Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9638640Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9661890Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9685460Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9707900Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9729930Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9752170Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9773250Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9793830Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9814170Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9834740Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9855610Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9878380Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9900600Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9923110Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9945430Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9967690Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:23.9989690Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0011190Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0033340Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0055960Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0080180Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0102110Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0122800Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0146120Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0169750Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0192350Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0214660Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0236730Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0258850Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0279720Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0300570Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0321310Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0341750Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0369550Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0385150Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0406390Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0429400Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0452630Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0475560Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0498000Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0520470Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0541870Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0563630Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0585220Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0607250Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0629270Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0652220Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0674840Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0696550Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0718750Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0740640Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0762620Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0784570Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0806690Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0828600Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0850690Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0873210Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0895440Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0917810Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0939120Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0962030Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.0985020Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1006870Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1028660Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1050300Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1071940Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1093460Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1114720Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1136110Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1158260Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1179920Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1204510Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1227880Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1251040Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1273900Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1296560Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1318910Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1339880Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1360680Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1381920Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1404210Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1425210Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1447840Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1469820Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1493060Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1516200Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1538430Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1559980Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1581370Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1603150Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1624990Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1646780Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1668800Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1691600Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1712410Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1734760Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1756790Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1778890Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1800060Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1821120Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1841860Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1862330Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1883220Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1904750Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1925520Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1947390Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1968710Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.1990470Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2011260Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2031940Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2053100Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2074540Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2097010Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2123060Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.2145560Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2170440Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2197220Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.2220430Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2242590Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2265930Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2288640Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2311420Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2334520Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2399030Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:24.2421920Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2444140Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2468160Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2492010Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2515550Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2538830Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2562790Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2583800Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2605570Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2627930Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2651620Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2696610Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.2743120Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.2753320Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.2777370Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2803630Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2825540Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2847750Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2871020Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.2897090Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.2968280Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:24.3070340Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.3171530Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.3173500Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.3174330Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.3175250Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.3176030Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:24.3176670Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3185610Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3207380Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3229570Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3251750Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3274550Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3296910Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3318990Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3340970Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3363120Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3385620Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3408480Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3431360Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3453020Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3475500Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3497410Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3519130Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3540460Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3562080Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3589580Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.3613830Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3634950Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3657830Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3680520Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3702980Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3724360Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3746090Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3768020Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3789810Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3811210Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3833360Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3855490Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3877130Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3899460Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3921820Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3943000Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3964170Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.3985840Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4008130Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4030240Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4051850Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4073250Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4095590Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4117280Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4138650Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4161230Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4183370Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4207190Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4229800Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4252200Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4274620Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4296810Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4319070Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4341220Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4362930Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4385170Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4407800Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4429510Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4451210Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4473350Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4495360Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4517410Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4540140Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4562110Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4584760Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4607830Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4630010Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4652320Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4674310Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4696360Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4718610Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4741280Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4762660Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4785920Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4809570Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4832020Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4854380Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4876500Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4898370Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4920210Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4942070Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4964250Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.4986980Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5008080Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5031000Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5054110Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5076810Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5099450Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5122160Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5144250Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5168780Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5194640Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.5217280Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5237950Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5260430Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5282090Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5305170Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5328090Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5350020Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5372080Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5393660Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5414840Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5436300Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5458300Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5479630Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5501750Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5523240Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5546180Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5569260Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5591070Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5613240Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5634620Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5656080Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5677660Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5699570Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5720820Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5742980Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5765110Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5786910Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5807560Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5829150Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5851410Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5872940Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5894070Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5914630Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5935300Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5954790Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5974480Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.5994010Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6012680Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6031850Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6052700Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6072520Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6095940Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6118350Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6138620Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6159500Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6179650Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6199980Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6220200Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6240180Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6260040Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6280520Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6300540Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6323460Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6345820Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6366420Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6387320Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6408580Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6428210Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6448150Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6467980Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6487950Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6508440Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6528660Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6550750Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6572920Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6593660Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6614320Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6634680Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6654310Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6674450Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6694410Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6714260Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6734280Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6755000Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6774800Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6798180Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6820950Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6841500Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6861830Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6881830Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6902340Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6921920Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6941710Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6961860Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.6982380Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7002670Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7026070Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7048790Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7069340Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7090090Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7110470Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7130930Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7151070Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7171350Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7191550Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7212550Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7232940Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7255990Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7278730Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7299790Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7320050Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7340420Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7360190Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7380060Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7400360Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7420060Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7440460Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7460600Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7483150Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7505490Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7525920Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7546560Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7566490Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7586390Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7607000Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7626700Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7647740Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7667450Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7688600Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7707940Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7727160Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7746190Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7765610Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7786530Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7806880Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7827800Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7848690Z test_contig_vs_every_other_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7868090Z test_contig_vs_every_other_clamp_scalar_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7888690Z test_contig_vs_every_other_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7909390Z test_contig_vs_every_other_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7928930Z test_contig_vs_every_other_clamp_scalar_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7948040Z test_contig_vs_every_other_clamp_scalar_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7967280Z test_contig_vs_every_other_clamp_scalar_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.7986650Z test_contig_vs_every_other_clamp_scalar_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8005560Z test_contig_vs_every_other_clamp_scalar_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8025520Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8044560Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8066820Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8089340Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8110880Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8132770Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8153170Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8173510Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8192640Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8211630Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8230910Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8249840Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8269370Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8289730Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8308850Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8330650Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8352660Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8375160Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8395410Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8416120Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8436550Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8455120Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8475640Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8494290Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8513720Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8533170Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8554200Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8574870Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8597630Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8619930Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8640960Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8662350Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8682880Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8703070Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8722910Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8743250Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8763600Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8784050Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8804170Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8826200Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8847990Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8868480Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8889110Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8910270Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8930280Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8950230Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8969750Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.8989720Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9010200Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9030320Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9051400Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9071970Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9092210Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9112450Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9132310Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9152390Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9174420Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9195460Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9222740Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:24.9243250Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9264730Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9286530Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9307120Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9327680Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9348110Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9368920Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9389520Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9411070Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9431600Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9452860Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9474670Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9495480Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9516500Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9536960Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9557550Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9578700Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9600310Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9621000Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9642320Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9663910Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9684530Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9705580Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9726370Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9747260Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9768270Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9790790Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9811400Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9833510Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9855730Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9876520Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9897020Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9917520Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9938080Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9958710Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:24.9979970Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0000150Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0021650Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0042700Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0063860Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0086160Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0106890Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0127360Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0148690Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0170150Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0191050Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0211310Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0233580Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0256940Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0281580Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0303900Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0325510Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0346600Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0367510Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0389390Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0410060Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0428780Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0449050Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0469780Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0490620Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0510730Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0530930Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0551290Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0571600Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0592250Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0613570Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0633680Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0654580Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0675680Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0696840Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0717480Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0739760Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0749820Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:25.0760810Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:25.0772190Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:25.0783310Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:25.0805120Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0826320Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0848150Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0869780Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0906800Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0912280Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0935320Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0955000Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0976470Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.0998350Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1020870Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1043410Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1063870Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1084210Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1106800Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1129610Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1151570Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1172720Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1192670Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1212880Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1231740Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1251090Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1270220Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1289540Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1308560Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1328340Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1347110Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1367810Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1396750Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1413890Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1432320Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1452500Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1472030Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1491240Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1509760Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1528790Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1547560Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1566480Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1586500Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1605420Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1626300Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1646380Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1666830Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1686410Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1706640Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1726190Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1745110Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1764170Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1783480Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1802560Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1822260Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1840920Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1861250Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1881180Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1900330Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1919500Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1938570Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1957740Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1976900Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.1995940Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2015970Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2034950Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2055030Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2074780Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2094760Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2116000Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2135330Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2154570Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2174050Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2193510Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2213280Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2232540Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2253370Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2275000Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2295690Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2315690Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2335580Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2355010Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2374810Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2393850Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2413170Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2432680Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2452000Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2470200Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2487340Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2504450Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2521720Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2538840Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2556170Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2573250Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2589850Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2607250Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2624340Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2641540Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2659420Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:25.2684370Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2704290Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2725300Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2745990Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2766100Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2786060Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2806150Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2825960Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2846160Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2866820Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2887380Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2909380Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2930940Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2951330Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2971970Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.2991600Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3011720Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3031860Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3051890Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3071680Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3092350Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3111930Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3132630Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3152840Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3173000Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3194460Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3216960Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3236650Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3256090Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3276400Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3296140Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3318400Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3340880Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3361830Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3383260Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3403550Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3424070Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3444360Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3464780Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3485260Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3506180Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3526680Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3548910Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3572610Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3596720Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3617440Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3638050Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3658340Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3678750Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3698640Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3718470Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3739080Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3758840Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3784430Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3806030Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3828560Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3848900Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3869070Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3888770Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3909150Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3928450Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3947770Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3967120Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.3988570Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4009150Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4029360Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4049970Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4070570Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4091120Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4111750Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4132750Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4153350Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4175570Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4197030Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4218300Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4240090Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4261330Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4283070Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4304610Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4326250Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4350100Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4372360Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4394190Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4416050Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4437520Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4460330Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4482250Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4503690Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4526510Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4549330Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4572770Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4594670Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4617520Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4639720Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4662080Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4684090Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4704580Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4723690Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4744330Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4764640Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4784490Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4803540Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4822400Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4841030Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4860090Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4878990Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4899440Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4921250Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4943590Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4964710Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.4985260Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5005990Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5025950Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5044650Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5063600Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5082460Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5101560Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5120600Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5141540Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5163080Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5183980Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5204850Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5225540Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5246070Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5266960Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5287200Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5307490Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5328650Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5349330Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5370000Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5390770Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5411700Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5441560Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.5471270Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.5500620Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.5520900Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5541470Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5562100Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5584120Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5606310Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5627170Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5647490Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5668190Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5689740Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5712500Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5735090Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5756580Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5777620Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5798970Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5819680Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5840330Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5860790Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5881360Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5902140Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5923210Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5946610Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5969390Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.5991210Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6013290Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6033920Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6054630Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6075370Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6095930Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6116630Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6138390Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6158770Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6180210Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6201810Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6222210Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6242740Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6263270Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6284080Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6304260Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6325340Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6345870Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6366910Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6388030Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6408780Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6429980Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6450410Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6471120Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6491720Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6518360Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.6542540Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6572330Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.6601890Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.6626460Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6650860Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6675410Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6699750Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6726340Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.6752540Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.6776440Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6806180Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.6835980Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.6860010Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6883760Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6907760Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6932220Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.6959100Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.6985940Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.7010560Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7039090Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.7068860Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.7093020Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7117540Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7141790Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7166020Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7195310Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:25.7216550Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7238730Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7260070Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7281590Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7302120Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7322300Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7341630Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7360740Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7385500Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7405030Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7424090Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7444760Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7465770Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7487820Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7508700Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7529460Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7549980Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7572270Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7593000Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7613350Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7633650Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7654250Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7674890Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7696090Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7718380Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7738670Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7759010Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7779160Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7799070Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7817790Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7836460Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7854910Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7873780Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7894380Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7915110Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7934980Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7956790Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7978440Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.7998950Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8019650Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8040170Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8059900Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8079740Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8099560Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8119570Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8140300Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8161660Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8182260Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8202230Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8222790Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8243120Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8263110Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8283850Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8304220Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8324480Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8345070Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8368390Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8389040Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8409250Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8429450Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8451560Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8473610Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8494090Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8514670Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8534700Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8555120Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8575540Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8595620Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8615880Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8636450Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8655650Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8677520Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8699830Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8721260Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8742370Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8762210Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8782290Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8801510Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8820230Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8838850Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8858030Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8876820Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8897940Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8918250Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8940100Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8961760Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.8982330Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9003240Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9023230Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9042950Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9063790Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9083590Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9103830Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9124470Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9143700Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9164720Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9185260Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9206160Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9228780Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9248110Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9267860Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9287610Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9306130Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9326030Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9344850Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9365480Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9385760Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9405580Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9424770Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9443920Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9462730Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9482520Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9501560Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9522590Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9542660Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9564770Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9586810Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9607650Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9627950Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9647610Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9667480Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9687410Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9708980Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9729230Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9750400Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9770330Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9792570Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9814420Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9835500Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9855980Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9876070Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9895930Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9916040Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9936010Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9956330Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9977010Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:25.9996870Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0018730Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0040590Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0061060Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0082550Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0103340Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0123800Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0144360Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0164370Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0184600Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0205530Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0225490Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0245850Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0266120Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0286110Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0306140Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0325950Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0346050Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0366130Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0386100Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0406620Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0427420Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0448110Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0470040Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0489190Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0509940Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0530200Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0555640Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0576810Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0598020Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0620060Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0640700Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0662250Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0683180Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0704190Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0725070Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0745500Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0766960Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0788380Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0808930Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0829290Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0849360Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0870060Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0890460Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0910360Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0931310Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0952120Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0972510Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.0992680Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1012830Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1033640Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1054060Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1075080Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1096410Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1117430Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1137650Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1158210Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1178870Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1201770Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1222390Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1244000Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1264120Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1285680Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1306840Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1327840Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1348570Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1369360Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1390500Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1414250Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1434770Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1456100Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1477060Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1497400Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1517660Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1537870Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1558030Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1578390Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1599830Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1619890Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1640770Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1662140Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1682140Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1702320Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1722160Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1742570Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1762480Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1783100Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1803020Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1824740Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1846160Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1866150Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1886110Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1905980Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1925670Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1945490Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1964960Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.1984880Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2005110Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2024210Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2045360Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2067250Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2088730Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2109410Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2130010Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2149450Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2168740Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2187640Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2207130Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2226120Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2246690Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2266520Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2288330Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2310080Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2330310Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2350870Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2371080Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2390560Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2410280Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2430850Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2450900Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2471840Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2491660Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2514490Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2536560Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2556780Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2577240Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2597280Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2617010Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2637090Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2658030Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2681460Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2724970Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:26.2746730Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2767350Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:26.2877020Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:26.3042760Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:26.3277550Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:26.3395030Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:26.3528380Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:26.3611750Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:26.3700420Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:26.3763160Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:26.3827180Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:26.3879600Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:26.3937900Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:26.3994660Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:26.4094510Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:26.4204690Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:26.4635750Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:26.4888450Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:26.4988070Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:26.5120920Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:26.5245530Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:26.5359450Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:26.5465660Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:26.5582460Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:26.5684630Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:26.5802320Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:26.5905090Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:26.6327270Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:30:26.6610990Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:26.6712250Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:26.6846730Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:26.6957660Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:26.7069580Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:26.7175700Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:26.7286620Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:26.7396050Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:26.7495350Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:26.7588760Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:26.7820310Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:26.7953050Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:26.8109320Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:26.8190680Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:26.8287060Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:26.8378700Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:26.8469520Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:26.8553010Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:26.8646750Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:26.8738750Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:26.8849270Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:26.8958230Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:26.9395120Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:30:26.9672050Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:26.9772230Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:26.9910930Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:27.0021510Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.0131800Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.0235770Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.0346300Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.0446640Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.0566140Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:27.0667980Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.1101950Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:27.1390370Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:27.1491620Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.1646010Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:27.1759480Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.1869590Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.1971840Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.2081420Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.2184490Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.2307140Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:27.2405260Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.2767960Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:30:27.3014640Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:27.3116880Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.3251780Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:27.3365250Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.3482140Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:27.3604110Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:27.3717940Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.3819000Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.3942270Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:27.4047090Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.4417250Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:27.4665040Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:27.4763410Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.4887710Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:27.4994670Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.5102240Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.5201880Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.5307690Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.5402650Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:27.5465800Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:27.5532510Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:27.5597070Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:27.5650800Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:27.5710600Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:27.5768640Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:27.5866600Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.5953230Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:27.6049960Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:27.6156340Z test_contig_vs_transposed_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.6224920Z test_contig_vs_transposed_clamp_scalar_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:27.6303100Z test_contig_vs_transposed_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:27.6398300Z test_contig_vs_transposed_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:27.6461840Z test_contig_vs_transposed_clamp_scalar_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:27.6529150Z test_contig_vs_transposed_clamp_scalar_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:27.6583960Z test_contig_vs_transposed_clamp_scalar_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:27.6644120Z test_contig_vs_transposed_clamp_scalar_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:27.6702680Z test_contig_vs_transposed_clamp_scalar_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:27.6790040Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:27.6852350Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:27.7089980Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:27.7354190Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:27.7528170Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:27.7667780Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:27.7763900Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:27.7844450Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:27.7900620Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:27.7955020Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:27.7997980Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:27.8050230Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:27.8103720Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:27.8187900Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:27.8249250Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:27.8432410Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:27.8712600Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:27.8875000Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:27.9020800Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:27.9104700Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:27.9186180Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:27.9244320Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:27.9298750Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:27.9341240Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:27.9393270Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:27.9446860Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:27.9554540Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.9670070Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:27.9934020Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:28.0145490Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:28.0245780Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:28.0365210Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:28.0491040Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:28.0605470Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.0710150Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:28.0824710Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.0933500Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.1044570Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.1152950Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.1432990Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:28.1617200Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:28.1708720Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:28.1820330Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.1928520Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.2040350Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.2144110Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:28.2250930Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.2351770Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:28.2454600Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:28.2548980Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:28.2696320Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:28.2776600Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:28.2870100Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:28.2960480Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:28.3050450Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:28.3134520Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:28.3227080Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:28.3316480Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:28.3494880Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:28.3614600Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:28.3783600Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:28.3968110Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:28.4080400Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.4194430Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.4303940Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.4418520Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.4534560Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.4694220Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:28.4822120Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:28.4965490Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:28.5113320Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:28.5266850Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:28.5408760Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:28.5543310Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:28.5683750Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:28.5823000Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:28.5995740Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:28.6119800Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:28.6273900Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:28.6423230Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:28.6578300Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:28.6732630Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:28.6879360Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:28.7030560Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:28.7179640Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:28.7443030Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:28.7562530Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:28.7808210Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:28.8075200Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:30:28.8192540Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:28.8308330Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.8418680Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.8534550Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.8666750Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:28.8773790Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.8884730Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:28.9038160Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:28.9124050Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:28.9230030Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:28.9325640Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:28.9419800Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:28.9506390Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:28.9604220Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:28.9700600Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:28.9806420Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:28.9909650Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.0172060Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:29.0348150Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:29.0439730Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:29.0550600Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:29.0656990Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:29.0759550Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.0855660Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:29.0960660Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.1060010Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.1172510Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:29.1276870Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.1365990Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:29.1475390Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:29.1575840Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.1674640Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.1768050Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:29.1865530Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.1964210Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.2064400Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.2150750Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:29.2239630Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:29.2334030Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:29.2494740Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:29.2573700Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:29.2672990Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.2684210Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:29.2695130Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:29.2705570Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:29.2716130Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:29.2934610Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:30:29.3145830Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:29.3349940Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-05-18T06:30:29.3562240Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:29.3774770Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:29.3984250Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:29.4192480Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:29.4398240Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-05-18T06:30:29.4607620Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:29.4744540Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:29.4963350Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:30:29.5057970Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:29.5130400Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:29.5188850Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.5323390Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:29.5554520Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:29.5649920Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:29.5766610Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:29.5816140Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.5881000Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.5937220Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.5990840Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.6035530Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:29.6089100Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.6142830Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.6206450Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.6262030Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.6396370Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:29.6614570Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:30:29.6698010Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:29.6807810Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:29.6856750Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.6919410Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.6976280Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.7031040Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.7076840Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:29.7135950Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.7194770Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.7254560Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.7309200Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.7437860Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:29.7513730Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:29.7622750Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:29.7672070Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.7732660Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.7791900Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.7849130Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.7896790Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.7953350Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.8008810Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.8068720Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.8126460Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.8230410Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.8278200Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.8337880Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.8395650Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.8451990Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.8500250Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.8556390Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.8611980Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.8673020Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.8730880Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.8835640Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.8884060Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.8946090Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.9007620Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.9072300Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.9126630Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:29.9186930Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.9245280Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.9304300Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.9361560Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:29.9469510Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:29.9664020Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:29.9736310Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:29.9839510Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:29.9884960Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:29.9943980Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:30.0000860Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:30.0055960Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:30.0104310Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:30.0166540Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:30.0224000Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:30.0241210Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0257370Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0274080Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0290730Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0307040Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0323590Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0339860Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0356420Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0372860Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0389610Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0406060Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0422640Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:30.0605210Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:30.0748580Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:30.0922500Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:30.1104250Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:30.1252360Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:30.1394170Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:30.1531690Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:30.1671940Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:30.1810250Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:30.1917730Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.2021750Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.2328550Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:30.2515320Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:30.2610210Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:30.2720510Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.2826710Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.2929990Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.3026050Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.3132390Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.3231060Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.3344790Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.3447220Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.3535590Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:30.3641840Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.3739160Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.3835610Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.3928790Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:30.4026010Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.4123210Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.4230740Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.4332870Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.4642770Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:30.4833190Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:30.4924270Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:30.5033460Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.5143880Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.5256870Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.5355670Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.5468260Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.5570530Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.5681970Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.5782160Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.6086590Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:30:30.6270590Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:30.6361430Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:30.6471090Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.6577250Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.6681560Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.6776800Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:30.6880850Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.6977680Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.7071840Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:30.7132980Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:30.7254990Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:30.7328510Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:30.7450730Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:30.7499140Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:30.7558520Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:30.7618110Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:30.7679530Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:30.7732740Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:30.7792560Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:30.7850940Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:30.7958330Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:30.8208880Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:30.8292140Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:30.8393300Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:30.8760230Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:30.9125230Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:30:30.9507060Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:30.9856210Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:30:31.0212900Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:30:31.0394170Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:31.0547230Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:31.0712480Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:31.0878870Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:31.1044100Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:31.1201140Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:31.1371820Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:31.1540030Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:31.1887930Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:31.2197090Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:31.2539150Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:31.2854240Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:31.3168770Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:31.3497140Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:31.3816050Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:31.4127690Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:30:31.4615670Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:30:31.5053650Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:30:31.5545840Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:30:31.5987390Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:30:31.6442660Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:31.6876330Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:31.7326940Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:31.7776920Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:31.7881570Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:31.7946940Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:31.8081350Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:31.8161850Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:31.8251340Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:31.8313220Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:31.8376380Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:31.8429680Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:31.8488080Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:31.8545900Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:31.8631840Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:31.8863680Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:31.9153540Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:31.9312760Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:31.9462000Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:31.9548340Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:31.9640830Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:31.9703130Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:31.9767780Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:31.9817140Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:31.9874610Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:31.9930930Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:32.0037160Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:32.0130800Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:32.0241160Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.0349570Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.0444720Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:32.0557620Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.0659430Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:32.0744570Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:32.0844700Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:32.0986990Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:32.1118350Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:32.1304170Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:32.1427660Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.1580140Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:32.1700370Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.1803990Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:32.1922430Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.2031810Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.2124780Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:32.2234260Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.2495550Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:32.2684730Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:32.2799820Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.2887410Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:32.2998260Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.3102000Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:32.3331030Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:32.3513990Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:32.3681420Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:32.3763530Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:32.3872590Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.3973370Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:32.4080070Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.4180960Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:32.4281600Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:32.4376530Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:32.4495270Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.4836310Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:32.5061750Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:30:32.5173410Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.5314520Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:32.5428690Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.5546820Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.5660980Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.5778760Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.5887820Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.6070340Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:32.6183350Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.6351850Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:32.6546630Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:32.6662040Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.6775540Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.6881730Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.6996050Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:32.7112630Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.7257320Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:32.7385650Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:32.7501790Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.7658030Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:32.7785210Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:32.7908740Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.8025060Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.8150510Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.8274030Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:32.9049670Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-05-18T06:30:32.9568950Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:30:33.0699410Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-05-18T06:30:33.1866480Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-05-18T06:30:33.2383300Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:30:33.2895080Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:33.3408860Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:33.3915700Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:33.4730900Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-05-18T06:30:33.5497850Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-05-18T06:30:33.6011620Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:33.7140390Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-05-18T06:30:33.8323210Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-05-18T06:30:33.8844050Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:30:33.9362170Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:30:33.9876550Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:34.0388590Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:34.1220130Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-05-18T06:30:34.1973620Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-05-18T06:30:34.2476310Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:30:34.4120240Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-05-18T06:30:34.5349010Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-05-18T06:30:34.5862920Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:34.6374620Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:34.6880740Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:34.7390590Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:34.8224600Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-05-18T06:30:34.8315920Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:34.8507520Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:34.8658730Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:34.8791570Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:34.8860230Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:34.8937480Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:34.8996390Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:34.9051160Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:34.9096950Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:34.9152020Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:34.9213560Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:34.9303160Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:34.9397230Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:34.9547320Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:34.9632330Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:34.9726490Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:34.9815990Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:34.9905030Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:34.9987340Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:35.0079980Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.0171950Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.0267820Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.0327450Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.0443420Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:35.0656000Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:35.0751900Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.0877460Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:35.0943690Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:35.1020140Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:35.1077350Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.1132170Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:35.1177210Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:35.1235300Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.1293800Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.1382310Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.1484590Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.1728970Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:35.1883620Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:35.2034980Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:35.2112930Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:35.2214490Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.2308450Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.2401970Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.2486810Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:35.2581630Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.2675380Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.2775810Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.2861770Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:35.2957820Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.3055410Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.3138310Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:35.3244690Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:35.3348360Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.3431700Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:35.3530750Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.3636340Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.3718640Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:35.3816860Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.3919430Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.4020080Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.4274550Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:35.4446390Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:35.4528730Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:35.4634600Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.4731180Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.4823850Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.4909640Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:35.5004410Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.5091830Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.5199540Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:35.5260170Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.5488820Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:35.5824740Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:35.6000140Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:35.6153440Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:35.6241920Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.6335940Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.6400940Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.6475540Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:35.6534020Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.6598680Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.6663180Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.6768220Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.6882180Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:35.7119310Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:35.7326510Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:35.7420080Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.7524700Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.7642480Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:35.7747740Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.7851540Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.7959180Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:35.8059500Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.8165180Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:35.8227580Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.8368990Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:35.8452270Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:35.8541310Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:35.8608540Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:35.8680080Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:35.8738520Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.8800890Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.8862850Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.8926210Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.8986290Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.9094980Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:35.9148660Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:35.9218320Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:35.9281830Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.9344690Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.9400590Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:35.9463040Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.9522280Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:35.9633760Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:35.9748790Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.0030150Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:36.0216960Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:36.0320520Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:36.0445250Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:36.0562240Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:36.0682110Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:36.0793140Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.0909680Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:36.1019590Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.1159240Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:36.1277930Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:36.1569190Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:36.1787750Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:30:36.1897050Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.2016570Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:36.2130290Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.2242730Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.2351100Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.2471670Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:36.2586770Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.2696740Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.2798160Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:36.3078900Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:30:36.3272300Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:36.3365770Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:36.3475110Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.3588550Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.3694550Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:36.3794320Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:36.3914200Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:36.4020530Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:36.4135570Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.4240730Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:36.4339000Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:36.4448070Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.4555560Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.4658190Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:36.4754910Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:36.4856990Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:36.4958910Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:36.5071900Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:36.5206890Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:36.5344110Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:36.5472590Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:36.5599300Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:36.5718880Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:36.5845530Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:36.5964630Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:36.6664780Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-05-18T06:30:36.6852980Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:36.7026250Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:36.7210710Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:36.7394660Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:36.7575110Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:36.7751790Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:36.7932970Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:36.8115020Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:36.8270140Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:36.8403910Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:36.8614320Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:36.8760800Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:36.8904750Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:36.9042960Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:36.9196930Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:36.9345810Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:36.9489200Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:36.9611840Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:36.9795880Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:36.9930230Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:37.0077660Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:37.0226870Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:37.0360780Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:37.0493780Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:30:37.0647660Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:37.0798400Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:37.0973790Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:37.1135800Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:37.1294600Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:37.1448430Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:37.1611010Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:37.1780760Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:37.1964190Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:37.2105660Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:37.2254340Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:37.2413110Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:37.2580250Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:37.2742810Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:37.2891600Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:30:37.3052560Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:37.3226860Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:37.3330290Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:37.3446810Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:37.3585190Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:37.3673130Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:37.3761580Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:37.3841630Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:37.3931420Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:37.4020050Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:37.4196130Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:37.4307550Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:37.4470850Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:37.4658310Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:37.4771850Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:37.4886160Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:37.4991970Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:37.5104540Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:37.5227500Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:37.5322960Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:37.5412880Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:37.5663440Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:37.5830690Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:37.5913450Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:37.6012030Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:37.6108120Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:37.6201120Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:37.6286850Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:37.6382070Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:37.6470740Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:37.6573150Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:37.6656710Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:37.6886220Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:30:37.7030050Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:37.7242260Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:30:37.7320710Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:37.7418210Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:37.7498490Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:37.7579020Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:37.7640040Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:37.7717390Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:37.7780400Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:37.7894660Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:37.8006110Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:37.8330320Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:37.8553070Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:30:37.8657630Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:37.8779750Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:37.8891600Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:37.9004890Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:37.9110810Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:37.9223060Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:37.9328060Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:37.9443760Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:37.9550970Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:37.9886550Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:38.0108660Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:30:38.0210050Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:38.0329220Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:38.0437670Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:38.0548510Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:38.0651440Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:38.0760630Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:38.0862390Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:30:38.0971090Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:30:38.1054190Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:38.1145810Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:38.1169270Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.1188080Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.1220690Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.1251510Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.1305730Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.1388160Z test_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/testing/_internal/common_utils.py:2156: RuntimeWarning: invalid value encountered in exp 2022-05-18T06:30:38.1388640Z np_result = np_fn(a) 2022-05-18T06:30:38.1388840Z ok (0.008s) 2022-05-18T06:30:38.1470090Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:38.1528870Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:38.1586540Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:38.1595780Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-05-18T06:30:38.1639470Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.1686240Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.1732130Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.1768270Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.1806290Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.1843940Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.1888230Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.1935150Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.1981980Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.2025290Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2071800Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.2119060Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.2163850Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2210250Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.2256500Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.2295020Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2333730Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2371740Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2408540Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2446970Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2484810Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2523500Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2562000Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2599890Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2638530Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2680540Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2718830Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.2765240Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.2814010Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.2862120Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.2886100Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:30:38.2910360Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:30:38.2934400Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:30:38.2958740Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:30:38.2983810Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:30:38.3007750Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:30:38.3031460Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:30:38.3055150Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:30:38.3079060Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:30:38.3118020Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.3157150Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.3195470Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.3243370Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.3289530Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:38.3328170Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.3367050Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.3405800Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.6893810Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.349s) 2022-05-18T06:30:38.6920970Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.6943800Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.6966270Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.6999470Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.7031940Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.7064040Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.7109090Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.7154050Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.7198670Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:38.7223080Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7245480Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7268100Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7296960Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.7324270Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.7351740Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.7379480Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.7406840Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.7434340Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:38.7456220Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7477620Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7498340Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7519890Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7540500Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7561200Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7580160Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7599340Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7618550Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.7637570Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:38.8290230Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-05-18T06:30:38.8955970Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-05-18T06:30:38.9610770Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-05-18T06:30:39.0327890Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-05-18T06:30:39.0371900Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:39.0412330Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:39.0452920Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:39.0492540Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:39.3328460Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.283s) 2022-05-18T06:30:39.6161440Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.283s) 2022-05-18T06:30:39.8976230Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.281s) 2022-05-18T06:30:40.1891100Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.291s) 2022-05-18T06:30:40.1933440Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:40.1973260Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:40.2012550Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:40.2051030Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:40.2175900Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:40.2296650Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:40.2415400Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:40.2540470Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:40.2662480Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:40.2782930Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:40.2901350Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:40.3021700Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:40.3142420Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:40.3262880Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:40.3383190Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:30:40.3427470Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:1132: RuntimeWarning: overflow encountered in exp 2022-05-18T06:30:40.3427890Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-05-18T06:30:40.3428290Z ok (0.004s) 2022-05-18T06:30:40.3466410Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:40.3539950Z test_mvlgamma_argcheck_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:40.3711690Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:30:40.3761870Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:40.3830980Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:40.3893470Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:40.3955840Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:40.4002200Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:40.4048180Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:40.4093130Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:40.4139430Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:40.4185890Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:40.4212450Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4239850Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4268340Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4296360Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4323020Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4348160Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4374010Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4397610Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.4421300Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.4444460Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.4468540Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.4492370Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.4519140Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4544760Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4575450Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4605130Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4631880Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4658560Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4685220Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4711530Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4737910Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4763510Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4789640Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4816670Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4842560Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4874200Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4904540Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4931520Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4959390Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.4985820Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5012170Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5038000Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5064330Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5090520Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5117670Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5143940Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5174240Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5205380Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5232770Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5259360Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5285320Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5311360Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.5336580Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.5364240Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5390380Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5416490Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5444010Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5469640Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.5500730Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5530470Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5557660Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5584940Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5611730Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5637030Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5662850Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5688400Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5713800Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.5739900Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5765250Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.5796030Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5825480Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5851800Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5878690Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5904330Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.5929230Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.5954270Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.5979400Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6004590Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6031040Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6056240Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6085860Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6114670Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6140580Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6169220Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6195090Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6220830Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6246360Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6272060Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6297470Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6323420Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6348860Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6379550Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6410200Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6437240Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6464610Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6489800Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6515440Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6540820Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6567090Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6592600Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6616820Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6640920Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6664870Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6688240Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6712060Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6735830Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6762550Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6789170Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6815250Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6842030Z test_non_contig_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6866140Z test_non_contig_clamp_scalar_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6892920Z test_non_contig_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6918730Z test_non_contig_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.6942850Z test_non_contig_clamp_scalar_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6967050Z test_non_contig_clamp_scalar_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.6991300Z test_non_contig_clamp_scalar_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7015760Z test_non_contig_clamp_scalar_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7039780Z test_non_contig_clamp_scalar_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7066210Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7089610Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7119170Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7148460Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7177450Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7204210Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7230790Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7256770Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7282370Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7308230Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7334000Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7360170Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7383600Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7409490Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7433390Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7462350Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7495490Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7529060Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7560540Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7586350Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7612420Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7636050Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7662050Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7685310Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7708420Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7731810Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7758500Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7784370Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7813790Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7842920Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7870160Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7896270Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7921830Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7947060Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.7973080Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.7998210Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.8023540Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.8050090Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8075540Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.8104170Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8132430Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8159210Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8185970Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8211930Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8236930Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.8262490Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8287960Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.8313310Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.8340990Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8366790Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8393910Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8420340Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8446810Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8473140Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8499170Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8525100Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8550890Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8576810Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8604990Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8630920Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8658370Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8685560Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8711830Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8737030Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.8762690Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8788300Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.8814040Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8841730Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8867570Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8895100Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8923020Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8949670Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.8976110Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9002100Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9028850Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9055000Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9082910Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9109280Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9137130Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9171470Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9194580Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9221470Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9252640Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9279120Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9305390Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9333680Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9359210Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.9388320Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9416520Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9442070Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.9467800Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.9493130Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.9518710Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.9544460Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9571170Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9596970Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9624120Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9650720Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9677350Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9702920Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9728280Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.9753610Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.9779540Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.9805060Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9831490Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9856460Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:40.9885640Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9913970Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9940050Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9966220Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:40.9991800Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:41.0016730Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:41.0042990Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.0068390Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:41.0093950Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:41.0136410Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0178860Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0222840Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0267650Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0309400Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0350660Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0390760Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0424690Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.0459430Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.0492770Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.0527460Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.0562480Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.0603580Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0643620Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0687330Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0731900Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0774020Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0813370Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0854140Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0894160Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0934330Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.0974190Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1015760Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1057500Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1098210Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1142580Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1186990Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1227800Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1268370Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1309320Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1349000Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1389570Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1431720Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1473030Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1515270Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1555650Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1599090Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1643610Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1685620Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1727010Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1767990Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1807530Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1847340Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1888140Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1928700Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.1968540Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2010000Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2049250Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2093870Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2139550Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:41.2181100Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2221610Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2262030Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2302540Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2342310Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2382370Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2422590Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2464720Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2505270Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2549220Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2594420Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2636970Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2680280Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2721370Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2762450Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2802330Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2843020Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2883720Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2925040Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.2964530Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3008430Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3053400Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3094490Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3136030Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3177220Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3220170Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3261380Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3301620Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3342350Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3388380Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:41.3428440Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3472800Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3517860Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3559380Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3607670Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:41.3648050Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3689550Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3730460Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3771410Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3812670Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.3847550Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.3882710Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.3918660Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.3952910Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.3987950Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4022530Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4064590Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.4106430Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.4146600Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.4189370Z test_non_contig_expand_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.4223580Z test_non_contig_expand_clamp_scalar_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4266120Z test_non_contig_expand_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.4307670Z test_non_contig_expand_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.4343030Z test_non_contig_expand_clamp_scalar_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4378500Z test_non_contig_expand_clamp_scalar_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4412730Z test_non_contig_expand_clamp_scalar_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4448020Z test_non_contig_expand_clamp_scalar_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4483510Z test_non_contig_expand_clamp_scalar_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4524990Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.4558890Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4606410Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:41.4653200Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:41.4700910Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:41.4743210Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.4784490Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.4824690Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.4858520Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4892440Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4925320Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4959320Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.4993590Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.5035320Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5069720Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.5114780Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5166500Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:41.5212970Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:41.5254470Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5296250Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5337180Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5371870Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.5406120Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.5438740Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.5472960Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.5506690Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:41.5548710Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5589290Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5634360Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5679950Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5723200Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5763460Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5803160Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5843490Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5884230Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5924950Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.5964720Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6006060Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6046090Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6090720Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6135200Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6176450Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6216260Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6255790Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6295520Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6335390Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6375670Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6416890Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6459370Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6500580Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6543470Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6585790Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6627170Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6667890Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6708890Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6749620Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6790760Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6831950Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6874300Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6915010Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6956190Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.6996300Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7036770Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7077130Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7117750Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7158600Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7207130Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:41.7249190Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7290070Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7331340Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7372440Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7413130Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7453530Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7494120Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7534170Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7575090Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7616770Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7657650Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7699550Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7739500Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7782420Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7823790Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7863930Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7904380Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7944280Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.7985660Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8025160Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8066380Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8106260Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8146160Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8185940Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8226020Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8266830Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8308000Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8351150Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8391410Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8433530Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8475020Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8515550Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8556760Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8597130Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8638180Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8678280Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8718700Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8760190Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8799870Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8843640Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8888770Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8931910Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.8972090Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9013620Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9053780Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9094570Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9135590Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9176660Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9218880Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9258820Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9301670Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9342080Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9383020Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9423360Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9463810Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9504690Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9545960Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9588570Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9631620Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9672720Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9717010Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9758920Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9801060Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9841430Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9857540Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:30:41.9872900Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:41.9888380Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:41.9903980Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-05-18T06:30:41.9945680Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:41.9985210Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0026620Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0066890Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0106860Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0147060Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0188420Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0228350Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0268880Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0312010Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0356640Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0402340Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:42.0440740Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0475800Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.0517830Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0560770Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0603360Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0641240Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0678640Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0715620Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0750240Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.0784940Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.0819800Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.0855190Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.0889980Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.0927280Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.0961540Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1000950Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1040930Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1080510Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1116740Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1153700Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1194780Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1229500Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1263530Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1297930Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1332590Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1367060Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1405000Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1439370Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1477600Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1515500Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1551500Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1587580Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1623770Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1657790Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1692150Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1726600Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1761210Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1795280Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1831500Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1865700Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.1901620Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1938050Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.1974840Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2009890Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2044710Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2079660Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2114340Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2149370Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2186540Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2220650Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2256740Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2293130Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2329810Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2365150Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2400130Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2435320Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2470220Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2504750Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2540910Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2575410Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2614020Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2653880Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2694210Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2729960Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2766930Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2802590Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.2836740Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2871410Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2906030Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2940640Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2975250Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.2996780Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3018260Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3039380Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3060980Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3082000Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3103330Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3124800Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3153180Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3166640Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3187600Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3208790Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3229810Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:42.3272460Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3312460Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3353890Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3395050Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3435870Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3475940Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3515710Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3556010Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3602430Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:42.3644370Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3683920Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3728110Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3773250Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3814540Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3854630Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3896350Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3940780Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.3981820Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4022060Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4062630Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4105110Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4144790Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4186050Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4227140Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4268500Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4309740Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4349760Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4390250Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4431070Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4473970Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4514990Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4560550Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4606620Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:42.4649210Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4690340Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4731210Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4772350Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4812530Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4852710Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4893110Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4934490Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.4975000Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5019390Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5063950Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5106160Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5147040Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5191440Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5235690Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5276260Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5317390Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5357560Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5400910Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5434740Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.5472910Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5510830Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5553150Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5589440Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5625860Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5660760Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.5695500Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.5730340Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.5765380Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.5799700Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.5841530Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5882490Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5924690Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.5967000Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6008100Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6049130Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6090680Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6131790Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6172830Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6218140Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6263310Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6306330Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6350480Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6394500Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6438320Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6483080Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6526280Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6571710Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6616780Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6660300Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6703950Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6747520Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6792460Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6837140Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6881700Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6926920Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.6972350Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7015650Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7060180Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7104350Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7149280Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7194210Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7238200Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7280950Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7315590Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.7357550Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7400920Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7442220Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7477550Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.7513000Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.7546930Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.7582220Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.7617120Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.7659830Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7704940Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7751080Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:42.7797680Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:42.7839940Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7881840Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7922510Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.7957130Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.7992770Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.8026570Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.8061460Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.8096100Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:42.8139520Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8181790Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8223670Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8266480Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8309180Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8352530Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8446900Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:42.8489720Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8530690Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8574140Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8617430Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8659680Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8702370Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8743730Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.8814250Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:42.8884790Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:42.8957220Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:42.8999510Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9041640Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9082170Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9127040Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9173480Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:42.9217040Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9258930Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9300040Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9342670Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9391070Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:42.9438380Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:42.9482300Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9525450Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9567610Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9609770Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9652290Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9693940Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9735580Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9777860Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9820660Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9865910Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9912230Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:42.9954970Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:42.9997140Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0039020Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0080850Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0123080Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0166000Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0207840Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0250110Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0291350Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0334330Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0375470Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0416300Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0457320Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0499550Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0541600Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0583980Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0625820Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0666260Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0707750Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0748980Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0794870Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.0850550Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.0893780Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0935560Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.0976250Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1020250Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1062930Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1108110Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1150370Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1194540Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1240210Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.1283100Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1324110Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1366170Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1409930Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1450450Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1494770Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1538260Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1580500Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1621240Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1661600Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1702200Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1743270Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1785810Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1825650Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1868100Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1910080Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1951110Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.1992480Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2032850Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2073920Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2114990Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2156150Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2200770Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2246010Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2286750Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2327590Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2366970Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2401000Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.2434360Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.2467970Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.2502420Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.2537510Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.2581180Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2622710Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2667060Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2709700Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2750350Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2791790Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2833000Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2874200Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2915120Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2956720Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.2998000Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3031660Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.3075440Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3120490Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3164890Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3211200Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.3252870Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3292450Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3327570Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.3362000Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.3395650Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.3429960Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.3464400Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.3505970Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3546370Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3595720Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.3641330Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.3683330Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3724800Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3765350Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3805800Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3846660Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3888400Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3929720Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.3978910Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.4027720Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.4069070Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4110660Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4152160Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4193430Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4233300Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4274650Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4316140Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4356410Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4398160Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4440470Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4480920Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4521920Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4561950Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4606020Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4650920Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4692660Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4733180Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4773280Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4813600Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4853330Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4893560Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4933870Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.4975740Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5010120Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.5054480Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5100450Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.5146600Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.5188700Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5230890Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5271650Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5305800Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.5339720Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.5372680Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.5407730Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.5442650Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.5484870Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5524900Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5569250Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5614300Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5655760Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5695960Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5735790Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5776720Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5816770Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5857010Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5897200Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5938880Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.5972980Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6014240Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6056280Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6095750Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6129650Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6164390Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6198270Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6233120Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6268080Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6304700Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6339200Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6375730Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6413650Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6450050Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6485260Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6520560Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6555080Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6589150Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6624350Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:43.6666800Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6707340Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6751150Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6796150Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6838150Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6878630Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6918730Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6958740Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.6998570Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7038940Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7079060Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7120940Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7161870Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7209540Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.7255020Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7297020Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7338070Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7379120Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7419980Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7460160Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7500980Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7542040Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7584030Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7624070Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7669910Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7715900Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.7757910Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7798770Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7839350Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7880460Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7921690Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.7962820Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8003480Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8044970Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8085540Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8127080Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8167330Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8208110Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8248420Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8289250Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8329380Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8371300Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8411420Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8452780Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8494170Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8535060Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8588000Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:43.8628870Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8669650Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8710180Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8753380Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8793080Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8834780Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8875040Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8916900Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.8957730Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9000770Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9042390Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9083880Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9124790Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9167170Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9208710Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9249700Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9290320Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9331310Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9372640Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9414200Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9455040Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9497830Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9538320Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9578800Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9619430Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9660310Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9701250Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9741120Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9781430Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9823380Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9864420Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9904700Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9945070Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:43.9985730Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0025990Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0066940Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0110870Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0154070Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0197570Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0240840Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0285010Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0326940Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0369580Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0411240Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0453310Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0494980Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0537450Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0579140Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0620870Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0662050Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0703130Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0744200Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0784960Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0826980Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0867820Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0910390Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0951250Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.0992040Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1033140Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1074380Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1115230Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1155830Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1204650Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:44.1244870Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1288680Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1333510Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1375130Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1416350Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1456960Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1497730Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1538450Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1579460Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1620970Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1662810Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1696580Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.1741900Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1787340Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1829970Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1871560Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1912670Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.1947480Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.1982250Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.2015720Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.2050090Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.2084750Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.2127330Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2167710Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2213140Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2258900Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:44.2300780Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2341420Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2381760Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2422350Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2463180Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2503610Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2545020Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2587980Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2628980Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2675120Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2721110Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:44.2762810Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2803180Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2843280Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2883270Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2923260Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.2964210Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.3004340Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.3046660Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.3088370Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.3128780Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.3155150Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3180590Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.3207520Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3234050Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3260130Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3285410Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.3310560Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.3336010Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.3370320Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3396860Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3441460Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.3468240Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3495290Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3522400Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3548530Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3581330Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3611930Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3641270Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3670140Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3699470Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3727550Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3754560Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3782690Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3811360Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3837910Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3864630Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3891670Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3919770Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3946370Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.3974170Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.4002860Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.4030830Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.4052600Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4074350Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4096520Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4118660Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4139930Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4160790Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4182180Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4202350Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4223220Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4245580Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4267410Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4291880Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4319700Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.4347990Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.4373000Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4396080Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4418730Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4440680Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4462380Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4484310Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4547860Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:44.4569380Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4590230Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4612180Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4633090Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4655390Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4679680Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4701330Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4722580Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4743180Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4764370Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4785190Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4808380Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4847110Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.4894870Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.4900730Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.4923370Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4947720Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4971190Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.4992380Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5014290Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5038090Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5061840Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5167070Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:44.5282110Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.5309790Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:44.5311190Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.5312160Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:44.5324870Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5347990Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5370060Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5391180Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5412460Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5439360Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5460610Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5481190Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5502090Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5523990Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5546090Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5568490Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5590570Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5611370Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5632700Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5653020Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5673880Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5694720Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5715590Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5736590Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5757540Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5778200Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5799850Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5822600Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5844060Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5865410Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5886880Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5907910Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5928940Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5949960Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5971610Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.5992570Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6013610Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6035460Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6057800Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6078900Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6100110Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6121060Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6141920Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6162980Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6183900Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6204260Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6224270Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6244590Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6264280Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6284580Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6304480Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6324040Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6345130Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6367040Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6388890Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6410110Z test_non_contig_index_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6430110Z test_non_contig_index_clamp_scalar_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6451340Z test_non_contig_index_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6472520Z test_non_contig_index_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6492570Z test_non_contig_index_clamp_scalar_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6512640Z test_non_contig_index_clamp_scalar_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6532520Z test_non_contig_index_clamp_scalar_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6552440Z test_non_contig_index_clamp_scalar_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6572910Z test_non_contig_index_clamp_scalar_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6593850Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6613660Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6635960Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6658490Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6680980Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6702390Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6723460Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6744710Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6764530Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6784670Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6804520Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6824560Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6844600Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6865870Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6886060Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6908180Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6930490Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6952670Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6974480Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.6995890Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7017000Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7037050Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7057130Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7077110Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7096760Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7116820Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7138270Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7159270Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7181380Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7203080Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7224180Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7245270Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7265980Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7286570Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7307360Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7328050Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7349000Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7370730Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7391510Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7413050Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7435010Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7456140Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7477270Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7497840Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7518560Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7539040Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7559710Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7580900Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7602740Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7623760Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7645830Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7667980Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7689240Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7709940Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7730560Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7751520Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7772120Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7792900Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7814020Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7834760Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7855680Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7876890Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7897810Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7918430Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7939080Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7959990Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.7980590Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8001620Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8021990Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8042980Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8063900Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8084760Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8105440Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8126380Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8147250Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8167860Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8188880Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8209510Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8230600Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8251410Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8272170Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8292800Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8313130Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8333740Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8354660Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8375970Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8397890Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8418840Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8439780Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8460520Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8481490Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8502400Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8523230Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8544070Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8565300Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8585900Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8607330Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8628670Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8650670Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8677620Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.8698540Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8719390Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8740420Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8761830Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8783270Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8803540Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8825470Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8847500Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8868620Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8890710Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8911610Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8932090Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8952730Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8973560Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.8994440Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9015940Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9036670Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9057890Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9078680Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9099510Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9120070Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9140930Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9161700Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9191800Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:44.9217370Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9238630Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9259830Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9281450Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9302940Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9324000Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9345380Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9367960Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9390440Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9412600Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9434990Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9456130Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9477550Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9499060Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9520430Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9541530Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9562030Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9582740Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9603600Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9624230Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9645870Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9668190Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9690140Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9711220Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9730580Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9752680Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9775200Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9797540Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9818240Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9839260Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9859940Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9880180Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9900320Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9920590Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9940040Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9960050Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:44.9981160Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0000530Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0021990Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0043610Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0065140Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0085890Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0106580Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0127120Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0147500Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0167330Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0187210Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0206860Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0226520Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0247340Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0266680Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0287940Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0308780Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0328940Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0349630Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0370220Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0389700Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0409590Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0429370Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0449150Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0469060Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0489410Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0509170Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0529670Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0550300Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0570950Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0590760Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0610630Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0630200Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0650360Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0670210Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0690890Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0710760Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0731660Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0751970Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0772780Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0792150Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0812150Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0832480Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0852800Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0873090Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0893900Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0913910Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0935660Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0957900Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.0979390Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1000120Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1020880Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1041600Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1062120Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1082320Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1101910Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1121550Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1141150Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1159230Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1176850Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1194420Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1211890Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1229660Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1247450Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1265300Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1283110Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1300590Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1318060Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1335790Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1353700Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:45.1374440Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1397930Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1421100Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1442230Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1463320Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1483580Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1504630Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1525170Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1546000Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1567550Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1588680Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1610540Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1632060Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1652770Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1673880Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1695120Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1715640Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1736500Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1757490Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1778610Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1800420Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1821100Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1842520Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1864080Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1885080Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1905360Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1926350Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1947410Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.1968450Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2014210Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:45.2063160Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:45.2084660Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2106900Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2128240Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2149660Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2170140Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2190970Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2211840Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2232060Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2253000Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2274340Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2294760Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2316850Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2339020Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2360650Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2382020Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2402530Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2423090Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2443320Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2465180Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2486330Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2508560Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2528830Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2550410Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2572110Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2593660Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2615080Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2636180Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2656550Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2676720Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2696880Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2716950Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2737290Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2759530Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2781370Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2802610Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2823960Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2845140Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2866300Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2887520Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2908420Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2929360Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2952030Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2974390Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.2996400Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3018040Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3040030Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3062350Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3084390Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3107220Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3129100Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3151770Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3175970Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3200080Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3221870Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3243710Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3266010Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3288010Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3310550Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3333020Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3356390Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3378990Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3401240Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3423980Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3446360Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3469270Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3491350Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3512810Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3535690Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3558400Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3583770Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3604210Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3625330Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3645440Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3668410Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3686160Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3707920Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3730370Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3752730Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3775370Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3797050Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3818590Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3840630Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3860680Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3880780Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3901030Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3922930Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3943320Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3964940Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.3986250Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4007070Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4028390Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4050100Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4071350Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4092540Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4113450Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4134130Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4156290Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4177590Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4198670Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4219720Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4240220Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4270920Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:45.4300870Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:45.4330860Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:45.4351570Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4373020Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4393620Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4415160Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4437440Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4459010Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4480570Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4501930Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4524190Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4546750Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4569480Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4591530Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4613400Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4635040Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4656490Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4677790Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4699040Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4720240Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4741700Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4763010Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4785220Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4807220Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4828620Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4849790Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4870630Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4891520Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4912670Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4933510Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4954660Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4975520Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.4996540Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5018080Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5039150Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5060430Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5081200Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5102100Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5123630Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5145180Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5167340Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5188610Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5210090Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5231840Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5253180Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5274330Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5295550Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5316810Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5338190Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5360310Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5381330Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5403060Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5424910Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5448630Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5470430Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5491610Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5512960Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5534080Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5555430Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5576660Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5598810Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5620340Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5641370Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5662830Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5684720Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5705800Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5726800Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5748590Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5769890Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5791460Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5812520Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5833900Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5855500Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5876770Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5898020Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5919090Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5940270Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5962180Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.5984360Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6005660Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6026900Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6047740Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6067900Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6087770Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6107700Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6127090Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6147000Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6168600Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6189620Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6211530Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6232440Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6253610Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6274440Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6294940Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6315680Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6336090Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6356530Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6377160Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6397910Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6419340Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6447800Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:45.6476420Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:45.6498020Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6519220Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6540300Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6560490Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6580730Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6600320Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6620200Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6640290Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6661900Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6682270Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6704710Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6726880Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6748470Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6769860Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6791910Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6812580Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6841820Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6854440Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6875380Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6896430Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6917340Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6938320Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6959360Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.6980540Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7001540Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7022550Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7043430Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7064390Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7085410Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7106900Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7128200Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7149620Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7178710Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:45.7202970Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7225200Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7247380Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7269090Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7290480Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7310630Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7330790Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7351580Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7372080Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7392750Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7414120Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7433550Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7455360Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7477610Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7499770Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7521380Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7542050Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7563310Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7582840Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7602470Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7622050Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7642360Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7668210Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7689290Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7709870Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7732090Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7754200Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7775580Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7796390Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7817000Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7837690Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7858120Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7878330Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7898850Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7919730Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7939750Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7960760Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.7981440Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8002300Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8022150Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8042130Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8061610Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8081470Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8100990Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8121820Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8141870Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8161920Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8182300Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8202710Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8222230Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8242650Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8262500Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8282070Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8302200Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8323090Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8344260Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8366120Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8388480Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8411400Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8432540Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8453400Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8474090Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8494830Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8515270Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8535970Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8557280Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8577750Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8599340Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8621070Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8642500Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8665850Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8683330Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8704050Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8724870Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8745790Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8766980Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8787900Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8808940Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8830630Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8852560Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8873580Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8895100Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8915590Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8937850Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.8970930Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:45.8992050Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9012870Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9034320Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9055150Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9076700Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9097660Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9118150Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9138700Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9158710Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9179610Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9200950Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9220910Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9241740Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9262780Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9283420Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9304220Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9325100Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9346010Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9367160Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9388220Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9408830Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9429870Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9450950Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9472050Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9494220Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9514750Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9535770Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9556730Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9577470Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9598800Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9619920Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9640750Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9661260Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9681840Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9702380Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9722800Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9743380Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9764410Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9785300Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9805620Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9826150Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9846820Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9867790Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9888850Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9909560Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9930860Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9952210Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9973100Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:45.9994040Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0015060Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0035750Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0056650Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0078410Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0099680Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0121340Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0142350Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0177580Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.0198620Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0220050Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0240830Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0262320Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0282840Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0304240Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0325030Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0345260Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0366280Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0386900Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0407520Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0427800Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0448910Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0470160Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0491610Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0512870Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0533780Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0554750Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0575940Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0596870Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0617760Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0639060Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0660020Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0681650Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0703900Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0724970Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0745510Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0766610Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0787380Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0808230Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0829080Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0849900Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0871700Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0892050Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0913670Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0936020Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0957560Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.0978850Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1000100Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1020170Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1040440Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1060360Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1080140Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1099690Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1120410Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1140640Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1164240Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1186690Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1207680Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1228380Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1248950Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1269990Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1290630Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1311030Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1331410Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1352630Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1372960Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1394460Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1439060Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:46.1471730Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.1492580Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1512920Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1547890Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.1574680Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.1595260Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1616340Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1637580Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1658910Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1679980Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1705430Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.1729140Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1757660Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.1787560Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.1816500Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.1841770Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.1867150Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1892500Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1916510Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1939980Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1963750Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.1987010Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2010710Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2035660Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2059840Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2087340Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.2116240Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.2143750Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.2169980Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.2195630Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.2220890Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2244160Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2268020Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2291410Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2315110Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2338490Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2363450Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2386570Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2412520Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.2438530Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.2463910Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2488560Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2513530Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2536940Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2560670Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2584220Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2608470Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2631780Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2661910Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.2686010Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2711280Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2736520Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2761500Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2784970Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2808590Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2832270Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2856490Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2879990Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2904590Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2927850Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2953200Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.2980190Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3005800Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3029990Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3054450Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3078760Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3102890Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3126770Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3151720Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3175440Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3202850Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3231090Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3258680Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3284460Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3309670Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3335130Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3360930Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3385500Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3408810Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3432300Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3456300Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3475930Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3495410Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3514410Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3533960Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3553670Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3577140Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3596650Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3616200Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3635860Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3658250Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3675050Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3694450Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:30:46.3723550Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3749430Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3777330Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3804030Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3829390Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.3855460Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3881100Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3908400Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3934520Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3961480Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.3987230Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.4016800Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4045360Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4071750Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4098450Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4123910Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.4148900Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.4174840Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4200350Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.4225710Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.4252390Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4277640Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.4304010Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4330540Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4355620Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.4381290Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4407160Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4432620Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.4458340Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4485140Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4511220Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4541070Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4570040Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4596540Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4623310Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4649270Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4675140Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4701400Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4727300Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4753900Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4780860Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4806860Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4836460Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4865680Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4892230Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4919270Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4945630Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4972330Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.4998020Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5023640Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.5051320Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5078600Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5102370Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.5129040Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5156750Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5185160Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5215540Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5240190Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.5264370Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.5287650Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.5311570Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.5334750Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.5359080Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.5388220Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5414790Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5441540Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5468200Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5495020Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5521610Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5548160Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5574770Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5601910Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5631080Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5659950Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5689140Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5717810Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5746010Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5774640Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5802710Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5830110Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5861640Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5891810Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5920710Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5949750Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.5978360Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6007290Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6036100Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6064910Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6095500Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6125620Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6157470Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6186650Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6215700Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6244930Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6274400Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6303800Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6330470Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6354830Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.6383250Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6410520Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6436640Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6461450Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.6485420Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.6509660Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.6534040Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.6559080Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.6585900Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6614590Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6644490Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6672620Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6699990Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6726540Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6752960Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6777440Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.6801610Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.6825380Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.6849720Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.6874280Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.6901190Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6928320Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6954790Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.6984880Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7012370Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7039600Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7067250Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7094160Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7121040Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7148430Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7175310Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7202890Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7230630Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7258060Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7302890Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:46.7348260Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:46.7394740Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:46.7422160Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7449610Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7476210Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7505370Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7534270Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7561260Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7587800Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7614560Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7642050Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7673330Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7708750Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7737560Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7765860Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7793690Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7820760Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7847160Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7874040Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7900710Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7927220Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7954550Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.7984610Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8014380Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8041510Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8069180Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8095590Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8121850Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8148110Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8174070Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8200350Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8228100Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8253800Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8281430Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8308690Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8334620Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8362080Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8388220Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8413940Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8441570Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8469820Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8496340Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8523660Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8551100Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8577170Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8603700Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8630250Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8656960Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8682370Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.8717390Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8748280Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8786910Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:46.8825710Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:46.8856610Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8887690Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8918270Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8948770Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.8983250Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9017730Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9048650Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9087660Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:46.9126170Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:46.9157460Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9191970Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9224290Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9255420Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9289870Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9324060Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9354810Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9392840Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:46.9431360Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:46.9461980Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9492650Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9523240Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9554110Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9588480Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9614790Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9642990Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9671410Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9697880Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9723990Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9750080Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9774130Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.9798090Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.9821270Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.9844790Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.9868400Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:46.9895510Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9921420Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9948680Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:46.9976230Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0004140Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0030530Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0057040Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0083280Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0112210Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0138280Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0166320Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0189610Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.0217940Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0246870Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0275630Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0302470Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0329080Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0355330Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0379350Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.0403250Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.0427140Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.0450890Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.0475080Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.0501430Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0527170Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0556100Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0584840Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0612340Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0639190Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0665810Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0691680Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0717530Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0743480Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0769340Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0795140Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0822420Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0849370Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0876040Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0903180Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0930080Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0957220Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.0984150Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1010880Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1037500Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1065540Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1091670Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1118840Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1145500Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1172210Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1201380Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1230200Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1256950Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1283460Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1309410Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1334500Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.1360210Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1386110Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1412870Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1440260Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1464190Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.1492680Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1522640Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1551190Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1579050Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1606080Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1632780Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1657230Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.1681820Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.1705910Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.1729860Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.1754390Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.1781990Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1808310Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1837090Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1866870Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1894050Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1920450Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1946120Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1972500Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.1998280Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2024420Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2049830Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2076850Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2103040Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2130400Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2157380Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2183920Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2208820Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2233080Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2257210Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2280880Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2304570Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2330300Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2354300Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2380330Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2405220Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2430890Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2455020Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2481590Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2505830Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2530150Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2554520Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2582320Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2610040Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2640430Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2670220Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2696500Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2722820Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2748670Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2774100Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2799760Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2825850Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2851120Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.2878500Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2904360Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2933980Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2963630Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.2990530Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3017700Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3043180Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3068390Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.3093960Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.3119230Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.3145140Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3171610Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3198500Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3227150Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3255550Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3281550Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3307600Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3333050Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.3364670Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3391470Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3417110Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3442550Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.3469700Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3494730Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.3521150Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3549560Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3581550Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3609420Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3635040Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3661430Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3686790Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3712450Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3739630Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3766820Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3792290Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3818270Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3843790Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.3870430Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3896070Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3931660Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3958470Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.3986880Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4014320Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4041220Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4067430Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4094010Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4120560Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4146800Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4173250Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4200740Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4228710Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4255110Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4281460Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4307670Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4333990Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4360520Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4386680Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4413830Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4441140Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4467070Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4492960Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4518880Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4544270Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.4570330Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4596220Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4623630Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4651400Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4678530Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4705160Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4731560Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4758600Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4785150Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4814300Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4841470Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4869430Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4896680Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4923890Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4950560Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.4977480Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5004870Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5031900Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5057810Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.5084640Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5111530Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5137320Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5171720Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5190590Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5216510Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5241840Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.5269870Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5295380Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.5322590Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5350260Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5376120Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5401870Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5427760Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5453520Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5480230Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5507510Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5533110Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5562810Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5591910Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5618750Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5645290Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5671350Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5697110Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5723630Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5749260Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.5774240Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.5801710Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5825850Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.5854120Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5882430Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5910270Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5937090Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5963060Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.5987380Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.6011170Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.6035130Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.6059600Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.6083860Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.6110280Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6135260Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.6164850Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6194130Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6220950Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6247300Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6272940Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6298640Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.6324050Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.6349110Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.6374600Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.6401620Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6427990Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6458380Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6487940Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6514720Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6540810Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6566700Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6592180Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:47.6618090Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6643970Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6669300Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6695840Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6722120Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6748160Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6789790Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.6821160Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.6889590Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-05-18T06:30:47.6944010Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:47.6952140Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.6960000Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.7006330Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:47.7042550Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7080760Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7121230Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7129130Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.7137140Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.7173140Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7213820Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7254420Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7262170Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.7270140Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.7306110Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7344500Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7389520Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7441020Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:47.7478710Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7529560Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:47.7567350Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7606560Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7647620Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7656150Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.7664270Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.7699730Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.7739870Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7781410Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7789880Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.7797800Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.7835160Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7878230Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7919190Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.7927390Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.7935070Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.7972330Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8012230Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8052980Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8061070Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.8069120Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.8104940Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8142780Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8181530Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8217180Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.8253920Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8262460Z test_reference_numerics_extremal_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.8299870Z test_reference_numerics_extremal_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8339150Z test_reference_numerics_extremal_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8379140Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8423710Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8464210Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8509740Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8545100Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.8581540Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8621100Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8664730Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8705080Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8751950Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:47.8787220Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.8823820Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8863950Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8871730Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.8879350Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.8915660Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8953730Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.8993480Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9001620Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.9009450Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:47.9045380Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9084000Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9123350Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9171130Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:47.9206530Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:47.9248340Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9328070Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:47.9406920Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:47.9488130Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:47.9532810Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9573330Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9614820Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9658820Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9699790Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9742420Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9786830Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9824640Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9863690Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9902870Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:47.9951630Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:47.9986750Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.0023860Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0032060Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.0039670Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.0047910Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.0082310Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.0118760Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0126980Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.0165450Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0204390Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0243610Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0279430Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0316220Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0324810Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.0333130Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.0341610Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.0349870Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.0400320Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.0455970Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.0498160Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0541470Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0594220Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.0643150Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.0692990Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.0731330Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0764660Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.0799750Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.0836300Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0869180Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.0910040Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.0938630Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.0969140Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1004100Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1041420Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.1073770Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1115560Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.1143440Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1178090Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1218740Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.1256870Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.1290000Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1334500Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.1365810Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1397900Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1438180Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.1481800Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.1513840Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1547310Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1585790Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.1629920Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.1662010Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1696680Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1737760Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.1772990Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1803870Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1844730Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.1872670Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1902970Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.1917140Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:48.1931150Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:48.1945680Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:48.1959740Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:48.1973490Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:48.1987990Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:48.1996140Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.2040690Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2084720Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2126430Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2184310Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:48.2232870Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.2269580Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2307750Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2348650Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2384640Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2422650Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2463420Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2471500Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.2479920Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.2516440Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2554450Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2595960Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2650540Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.2697620Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.2734120Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2773080Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2808310Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.2843310Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.2874260Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.2916480Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.2943810Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.2973950Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.3014620Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.3055750Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.3098570Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.3177240Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.008s) 2022-05-18T06:30:48.3255480Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.008s) 2022-05-18T06:30:48.3333280Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.008s) 2022-05-18T06:30:48.3410700Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.008s) 2022-05-18T06:30:48.3489000Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.008s) 2022-05-18T06:30:48.3568140Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.008s) 2022-05-18T06:30:48.3647150Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.008s) 2022-05-18T06:30:48.3724570Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.008s) 2022-05-18T06:30:48.3801090Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.008s) 2022-05-18T06:30:48.3848390Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.3901390Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.3940730Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.3980690Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4019670Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4065400Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4106580Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4153580Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.4188840Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.4225150Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4269760Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4310550Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4352670Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4396220Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4436030Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4478690Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4522860Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4563260Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4604510Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4649800Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4691620Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4735910Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4779520Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4826180Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.4870050Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4909960Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.4951270Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.5010230Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:48.5018590Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5059880Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.5098430Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.5140130Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.5189200Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.5240380Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.5285670Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.5337560Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.5372970Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.5410590Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.5453360Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.5461850Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.001s) 2022-05-18T06:30:48.5469770Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.001s) 2022-05-18T06:30:48.5507550Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.5547460Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.5629370Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:48.5711720Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:48.5796250Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:48.5804210Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5811840Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5819980Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5827910Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5835350Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5843090Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5851210Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5859120Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5866980Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5874840Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5882630Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5890710Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.5929240Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.5973330Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6012120Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6059050Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.6094000Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.6129930Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6138020Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.6187460Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.6223210Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6260680Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6299480Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6336920Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6371440Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.6418490Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.6452810Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.6487990Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.6496130Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.6504160Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.6511800Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.6558840Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.6593650Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.6629670Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6669780Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6705820Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6742500Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6781840Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6817780Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6854110Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6895350Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6931330Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.6969110Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7010140Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7046650Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7083810Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7124990Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7133150Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7141050Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7175430Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.7212580Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7220610Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7228270Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7236200Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7244000Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7251930Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7259650Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7301590Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7309590Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7317460Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7354930Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7394890Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7403480Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7411070Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7419250Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7427050Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.7460800Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.7499820Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7527630Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.7557950Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.7598520Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7653170Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.7703030Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.7741290Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7780780Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7824020Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.7883220Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:48.7936720Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.7977050Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.8019350Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.8060770Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.8069010Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.8076950Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.8114010Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.8153350Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.8195480Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.8232520Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.8271190Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.8313860Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.8356410Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.8443970Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-05-18T06:30:48.8498090Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.8551740Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.8602010Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.8659010Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:48.8706710Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.8760410Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.8806500Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.8853320Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.8900590Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.8942790Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.8985390Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9023920Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9064660Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9146440Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:48.9229900Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:48.9313650Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-05-18T06:30:48.9354890Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9406970Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.9450800Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9486990Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9523970Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9563560Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9607790Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9649490Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9701700Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:48.9737010Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:48.9773260Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9781310Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.9789550Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.9797280Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.9833510Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9872550Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9915290Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:48.9922980Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.9931150Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:48.9969050Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.0009740Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.0050190Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.0086750Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.0123430Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.0141070Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0178690Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.0221190Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.0230440Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.0248670Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0267030Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0285680Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0303320Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0321270Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0338370Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0353800Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.0368900Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.0387550Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0402250Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.0411510Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.0420290Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.0438530Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0456290Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0474550Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0492990Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0511330Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0526890Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.0541730Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.0561910Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0576400Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.0585580Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.0594300Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.0612820Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0631600Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0650350Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0669110Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0687550Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0702350Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.0717320Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.0735520Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0750490Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.0789250Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.0826990Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.0845460Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0863840Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0882180Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0900680Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0918740Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0936860Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.0951690Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.0966670Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.0984970Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1000110Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1009060Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.1018160Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.1036160Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1054480Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1072880Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1091310Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1109520Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1124680Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1139920Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1158930Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1173940Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1182740Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.1191730Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.1210190Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1228820Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1246370Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1264540Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1282950Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1298600Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1313280Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1331520Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1346380Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1355740Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.1364870Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.1382800Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1402010Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1419740Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1437810Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1455670Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1470450Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1485340Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1503360Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1518360Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1527440Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.1535750Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.1553540Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1571830Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1589360Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1607540Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1625560Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1640540Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1655190Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1669860Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1687150Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1704530Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1721700Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1736640Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1751640Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1769460Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1788000Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1805570Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1824700Z test_reference_numerics_large_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1839860Z test_reference_numerics_large_clamp_scalar_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1858350Z test_reference_numerics_large_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1876740Z test_reference_numerics_large_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1894770Z test_reference_numerics_large_clamp_scalar_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1912130Z test_reference_numerics_large_clamp_scalar_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1930130Z test_reference_numerics_large_clamp_scalar_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1945280Z test_reference_numerics_large_clamp_scalar_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1960750Z test_reference_numerics_large_clamp_scalar_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.1978830Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.1993840Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.2033590Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.2076760Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.2117260Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.2135040Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2153220Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2184830Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.2201710Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2219200Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2236150Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2250840Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.2267090Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T06:30:49.2284740Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2299970Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.2341510Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.2393790Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:49.2433260Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.2455070Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2473700Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2491490Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2508890Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2525780Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2543750Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2558520Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.2574020Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.2592550Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2607570Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.2666340Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-05-18T06:30:49.2710730Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.2728620Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2746380Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2763810Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2781550Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2799280Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2814020Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.2828690Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.2846650Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2861120Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.2869990Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.2878440Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.2895980Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2914180Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2931910Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2949620Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2967570Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.2976330Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.2991160Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.2999740Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.3014410Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3032370Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3050430Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3068190Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3085450Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3103000Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3120360Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3134780Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3149320Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3167340Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3184090Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T06:30:49.3205500Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3222990Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3240640Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3258720Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3276020Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3290920Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3305520Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3323310Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3337700Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3355670Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3373480Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3391210Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3409040Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3426990Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3442560Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3456560Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3474270Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3489230Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3507050Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3524760Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3542110Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3560400Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3581870Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3596410Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3610630Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3629090Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3643720Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3662090Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3679820Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3697470Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3715870Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3733290Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3748160Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3762570Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3780830Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3795300Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3812880Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3830810Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3848980Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3866980Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3885200Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3903930Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.3918800Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3933370Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3942080Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.3956810Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.3965530Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.3974230Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.3992150Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4010090Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4027630Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4046070Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4064280Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4079410Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.4094690Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.4103630Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.4118690Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.4136870Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4155050Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4172960Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4191100Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4209370Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4224520Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.4239040Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.4257430Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4276130Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4294530Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4313200Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4331600Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4350200Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4368340Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4388620Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4407760Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4427460Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4446780Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4465280Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4480600Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.4498810Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4516880Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4534380Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4552760Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4570910Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4579920Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.4595060Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.4631060Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.4669360Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.4705390Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.4723910Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4738670Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.4773940Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.4813120Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.4848010Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.4864990Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4882370Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4899570Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4916770Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4933320Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4950370Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.4965150Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.4979710Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.4997880Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5012830Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5047080Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.5084470Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.5119450Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.5137350Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5156560Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5173970Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5190880Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5207570Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5224590Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5239590Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5254300Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5272270Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5287200Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5321120Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.5356280Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.5373190Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5390480Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5407810Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5441100Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.5467320Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.5484020Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5499020Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5513480Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5531810Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5546980Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5564550Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5581880Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5599390Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5616690Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5633950Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5651440Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5666450Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5681440Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5699560Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5714390Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5731590Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5750510Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5768560Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5785710Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5802950Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5819870Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5834900Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5849610Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5867770Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.5882540Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.5916810Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.5953190Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.5986720Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.6004290Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6021090Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6038210Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6055210Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6072210Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6089550Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6104040Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6118740Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6133320Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6147930Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6162250Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6176700Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6191240Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6205790Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6220260Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6234890Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6249510Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6264210Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6278420Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6293220Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:30:49.6301880Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.6316500Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6335030Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6353030Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6371200Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6389850Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6407810Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6423000Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6437120Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6455850Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6470760Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6517600Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:49.6562190Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.6580320Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6598900Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6617520Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6635700Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6654150Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6668840Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6683140Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6701730Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6716240Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6733510Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6751360Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6769040Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6787380Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6805840Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6820770Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6835420Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6853860Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6868750Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.6914890Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:49.6959910Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.6977910Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.6995950Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7013870Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7032270Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7050240Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7065130Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.7079320Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.7098180Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7112630Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.7158640Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:49.7209980Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:49.7228300Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7246680Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7265260Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7283520Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7301420Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7316480Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.7331020Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.7348840Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7363860Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.7397890Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.7431480Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:30:49.7448890Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7466120Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7485210Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7502260Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7519230Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7535910Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7550880Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.7566110Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.7584710Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7599680Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.7618450Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7636070Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7654920Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7672760Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7690540Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7705810Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.7722440Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T06:30:49.7743540Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7763660Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7783420Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7803300Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7822860Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7842690Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7852290Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.7867600Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.7888110Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7908110Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7928020Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7947880Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7967690Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7987250Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.7996180Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.8010870Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.8030880Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8050620Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8070780Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8090000Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8109440Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8129740Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8138570Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.8153770Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.8172800Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8187740Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.8205760Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8224360Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8242750Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8260340Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8277760Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8294580Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8309520Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.8324450Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.8343470Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8383950Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.8427660Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.8469440Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.8487400Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8505680Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8523710Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8540720Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8558530Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8575880Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8591440Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.8606210Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.8625140Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8643280Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8661700Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8679780Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8698850Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8717000Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8736240Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8755550Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8774390Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8793340Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8811780Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8830170Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8849010Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8867430Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8886830Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8906000Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8924290Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8933500Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.8942590Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.8960750Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8978880Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.8997060Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9016060Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9061180Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:49.9116060Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.005s) 2022-05-18T06:30:49.9134830Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9153130Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9171560Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9189690Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9207950Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9226190Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9241300Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9256730Z test_reference_numerics_large_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9275260Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9284380Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.001s) 2022-05-18T06:30:49.9293580Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.001s) 2022-05-18T06:30:49.9311410Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9329470Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9347600Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9365660Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9383740Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9398890Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9414000Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9433020Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9447790Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9467350Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9485710Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9504110Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9522410Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9540540Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9555640Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9570830Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9579530Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.9588620Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.9597760Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.9606290Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.9615160Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.9623950Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.9632960Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.9642150Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.9651180Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:49.9671030Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9687050Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-05-18T06:30:49.9706910Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9725970Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9744870Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9763640Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9782180Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9797370Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9812200Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9831470Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9846210Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9865710Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9885210Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9904880Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9923910Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9942670Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:49.9957530Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9972210Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:49.9991810Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0006330Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0026150Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0046090Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0065220Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0083920Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0102720Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0117740Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0131940Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0150160Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0191670Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.0231600Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.0249670Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0267760Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0285650Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0302770Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0319220Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0335920Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0351130Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0365570Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0374320Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.0389500Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0409320Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0427610Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0445920Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0464260Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0482230Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0499990Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0515160Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0529670Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0547520Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0562360Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0598150Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.0637050Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.0674700Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.0691840Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0710820Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0728820Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0745960Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0762440Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0779180Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0793720Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0808770Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0817550Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.0831850Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.0873230Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.0913270Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.0931420Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0949160Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0967000Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.0984690Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1004520Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1021920Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1036460Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1051180Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1068950Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1086600Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1103830Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1121670Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1139310Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1156940Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1177100Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1196150Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1214270Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1233280Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1251210Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1269420Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1287740Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1302920Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1347990Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.1400760Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:50.1418930Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1436600Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1454510Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1471820Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1489450Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1503780Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1517970Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1535860Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1550380Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1591420Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.1636430Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.1645420Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.1662630Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1680300Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1697380Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1713760Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1730830Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1747170Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1762030Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1776350Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1794440Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1808740Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1817850Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.1826110Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.1843770Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1861690Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1879470Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1896840Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1914560Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1928920Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1943510Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1961380Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.1976120Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.1993040Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2010670Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2028260Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2044900Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2061890Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2078280Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2093320Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2107960Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2125740Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2140480Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2157210Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2173790Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2190770Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2207430Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2224180Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2240790Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2255590Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2277210Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2288070Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2302660Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2347280Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.2390770Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:30:50.2408220Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2425500Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2442590Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2460520Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2478060Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2492780Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2507270Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2525360Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2539600Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2587410Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:50.2634520Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-05-18T06:30:50.2652350Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2669680Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2687480Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2704870Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2722470Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2737330Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2752060Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2770500Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2785910Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2794520Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.2803270Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.2821340Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2839400Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2857670Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2875550Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2893860Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2903250Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.2918450Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2926950Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.2941560Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.2959960Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2978230Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.2996430Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3014860Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3032670Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3047680Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3062580Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3078130Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3096460Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3114200Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3132070Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3150230Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3168120Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3182710Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3197590Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3215780Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3230340Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3248020Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3265670Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3283710Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3301460Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3319160Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3333770Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3349480Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3364020Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3382560Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3401080Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3419410Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3437090Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3455150Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3464180Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.001s) 2022-05-18T06:30:50.3478530Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3494740Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3512570Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3530820Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3548950Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3570030Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3591080Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3606190Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3621020Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3635740Z test_reference_numerics_large_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3653500Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3671580Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3691140Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3708900Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3726990Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3742160Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3756950Z test_reference_numerics_large_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3775670Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3790760Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3809860Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3827790Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3845990Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3864430Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3882980Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3898450Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3913260Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3928690Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.3946910Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3964630Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.3982420Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4000220Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4018240Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4032690Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4047420Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4066290Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4080980Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4099880Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4118740Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4137650Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4156440Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4175030Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4189790Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4204490Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4213250Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.4228460Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4237470Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.4246250Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.4264600Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4282550Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4300500Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4318180Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4336070Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4350810Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4365390Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4373990Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.4388460Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4396980Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.4405430Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.4422410Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4440120Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4458410Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4475960Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4493110Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4510140Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4525090Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4539980Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4548900Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.4563750Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4572740Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.4581600Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.4600990Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4619560Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4638340Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4657450Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4676360Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4691550Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4706130Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4724470Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4739450Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4748510Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.4757490Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:50.4775160Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4793310Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4811360Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4829490Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4847740Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4862820Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4877590Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-05-18T06:30:50.4895710Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4913760Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.4931350Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:30:50.5382260Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:50.6026220Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-05-18T06:30:50.6915190Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-05-18T06:30:50.7359810Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:30:50.7829190Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:30:50.8115800Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:30:50.8470640Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:30:50.8655770Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:50.8854080Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-05-18T06:30:50.9014260Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:50.9280350Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:50.9540190Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:50.9973560Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:51.1127500Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-05-18T06:30:51.3375040Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-05-18T06:30:51.4539960Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-05-18T06:30:51.4929100Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:51.5511570Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:30:51.5942950Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:51.6394550Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:51.6797870Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:30:51.7381410Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:30:51.7859340Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:30:51.8325520Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:30:51.9405700Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-05-18T06:30:52.1574480Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.217s) 2022-05-18T06:30:52.2803260Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-05-18T06:30:52.3244670Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:30:52.3858160Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:30:52.4316130Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:30:52.4894560Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:30:52.5428050Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:30:52.5997980Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:30:52.6566860Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:30:52.7004160Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:30:52.7961530Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-05-18T06:30:52.9011250Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-05-18T06:30:52.9594460Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:30:53.0284030Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-05-18T06:30:53.0657770Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:53.1131740Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:30:53.1544870Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:30:53.2021490Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:30:53.2464640Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:30:53.3037040Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:30:53.3560810Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:30:53.4007140Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:53.5126380Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-05-18T06:30:53.7355810Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.223s) 2022-05-18T06:30:53.8589010Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-05-18T06:30:53.9012080Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:30:53.9678380Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-05-18T06:30:54.0116160Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:30:54.0584830Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:30:54.1005820Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:30:54.1588180Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:30:54.2054060Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:30:54.2520210Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:30:54.3643610Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-05-18T06:30:54.3651150Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:54.3658090Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:30:54.4075020Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:30:54.4851420Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-05-18T06:30:54.5313580Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:30:54.6236890Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-05-18T06:30:54.6927710Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-05-18T06:30:54.7496700Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:30:54.8064820Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:30:54.8540470Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:30:54.9630580Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-05-18T06:30:55.1209150Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-05-18T06:30:55.2257740Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-05-18T06:30:55.2693130Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:55.3256100Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:30:55.3722190Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:30:55.4270520Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:30:55.4775280Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:30:55.5362020Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-05-18T06:30:55.5905110Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:30:55.6352030Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:55.7466270Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-05-18T06:30:55.9099480Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-05-18T06:30:56.0152560Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-05-18T06:30:56.0566650Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:30:56.1144800Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:30:56.1579580Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:30:56.2048380Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:30:56.2466020Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:30:56.3038600Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:30:56.3513760Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:30:56.4031430Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:30:56.4227080Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:56.4422570Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:56.4585640Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:56.4829780Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:56.5071090Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:30:56.5461040Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:56.5794630Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:56.6160990Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:56.6527750Z test_reference_numerics_normal_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:56.7083840Z test_reference_numerics_normal_clamp_scalar_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:30:56.7404370Z test_reference_numerics_normal_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:56.7791430Z test_reference_numerics_normal_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:56.7985370Z test_reference_numerics_normal_clamp_scalar_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:56.8183300Z test_reference_numerics_normal_clamp_scalar_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-05-18T06:30:56.8347380Z test_reference_numerics_normal_clamp_scalar_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:30:56.8596190Z test_reference_numerics_normal_clamp_scalar_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:56.8845040Z test_reference_numerics_normal_clamp_scalar_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:56.9174170Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:30:56.9683370Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:30:57.0567550Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-05-18T06:30:57.1584960Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-05-18T06:30:57.2133820Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:30:57.2609160Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:30:57.2927290Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:57.3269730Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:57.3448890Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:57.3638480Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:57.3783380Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:57.4037760Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:30:57.4294770Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:57.4617370Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:57.5120880Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:30:57.5947050Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-05-18T06:30:57.6990060Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-05-18T06:30:57.7543420Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:30:57.8037520Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:30:57.8337080Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:30:57.8675340Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:57.8852150Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:30:57.9043850Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:30:57.9187940Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:30:57.9449950Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:57.9712480Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:30:58.0174330Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:30:58.1324330Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-05-18T06:30:58.2633260Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-05-18T06:30:58.3607940Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-05-18T06:30:58.4054410Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:30:58.4578610Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:30:58.5035440Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:30:58.5582350Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:30:58.6061400Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:30:58.6638030Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:30:58.7214330Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:30:58.7626670Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:30:58.8404260Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-05-18T06:30:58.9734760Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-05-18T06:30:59.0701560Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-05-18T06:30:59.1089010Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:59.1566200Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:30:59.1979710Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:30:59.2374920Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:59.2746990Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:30:59.3144920Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:30:59.3546490Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:30:59.3936910Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:30:59.4981400Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-05-18T06:30:59.5543600Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:30:59.5845800Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:30:59.6208140Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:30:59.6550000Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:30:59.6909650Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:30:59.7235680Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:30:59.7704400Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:30:59.8180360Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:31:00.1748820Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.357s) 2022-05-18T06:31:00.2688500Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-05-18T06:31:00.6552040Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.386s) 2022-05-18T06:31:01.0479430Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.393s) 2022-05-18T06:31:01.1044960Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:31:01.1609290Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:31:01.2128190Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:31:01.2695830Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:31:01.3249170Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:31:01.3947610Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-05-18T06:31:01.4809780Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-05-18T06:31:01.5450020Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-05-18T06:31:01.6126330Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-05-18T06:31:01.6781950Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-05-18T06:31:01.7454080Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-05-18T06:31:01.8081640Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:31:01.8735790Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-05-18T06:31:01.9351340Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:31:02.0030030Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-05-18T06:31:02.1114630Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-05-18T06:31:02.1735630Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-05-18T06:31:02.2364950Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:31:02.3012570Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-05-18T06:31:02.3664150Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-05-18T06:31:02.4270940Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:31:02.4910560Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-05-18T06:31:02.5542860Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:31:02.6427670Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-05-18T06:31:02.7372700Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-05-18T06:31:02.8193520Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-05-18T06:31:02.9087240Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-05-18T06:31:02.9575310Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:31:03.0069120Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:31:03.0525100Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:31:03.1005840Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:31:03.1547400Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:31:03.1969550Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:03.2789520Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-05-18T06:31:03.3423960Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:31:03.3775610Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:03.4194090Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:03.4592470Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:03.4992590Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:03.5362110Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:03.5762020Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:03.6159940Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:03.6565500Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:03.7416390Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-05-18T06:31:03.8603580Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-05-18T06:31:03.9493000Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-05-18T06:31:03.9875640Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:31:04.0306790Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:31:04.0717860Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:04.1104560Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:04.1479410Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:04.1870170Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:04.2264710Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:04.2715410Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:31:04.3586880Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-05-18T06:31:04.3958590Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:04.4450960Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:31:04.4865060Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:04.5285560Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:04.5665820Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:31:04.6074550Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:04.6497590Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:04.7029310Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:31:04.7581390Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:31:04.7954880Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:04.8342920Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:04.8982790Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-05-18T06:31:04.9322180Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:31:04.9715560Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:05.0214700Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:31:05.0850590Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:31:05.1233160Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:31:05.1661230Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:31:05.2891480Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-05-18T06:31:05.5272910Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-05-18T06:31:05.6455100Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-05-18T06:31:05.7661890Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-05-18T06:31:05.8855150Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-05-18T06:31:06.0054430Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-05-18T06:31:06.1244460Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-05-18T06:31:06.2445910Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-05-18T06:31:06.3656700Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-05-18T06:31:06.4189030Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:31:06.4957330Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-05-18T06:31:06.5351220Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:06.5636360Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:31:06.6135760Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:31:06.6630810Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:31:06.7343510Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-05-18T06:31:06.7640670Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:31:06.8016580Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:06.8191650Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:06.8438090Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:31:06.8617840Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:06.8799440Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:06.8954340Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:06.9207570Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:31:06.9449790Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:31:06.9741610Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:31:07.0245830Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:31:07.0720000Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:07.1409060Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-05-18T06:31:07.1693300Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:31:07.2053290Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:31:07.2224170Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:07.2466570Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:31:07.2645690Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:07.2825500Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:07.2979390Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:07.3238090Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:31:07.3482700Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:31:07.3767020Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:31:07.4260720Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:31:07.4697950Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:07.4969440Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:31:07.5330120Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:31:07.5492060Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:07.5719440Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:31:07.5896480Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:07.6078140Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:07.6234760Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:07.6494160Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:31:07.6746350Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:31:07.7032990Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:31:07.7721610Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-05-18T06:31:07.8085130Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:31:07.8246910Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:07.8484470Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:31:07.8671510Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:31:07.8867420Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:31:07.9032840Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:07.9341830Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:31:07.9658290Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:07.9930850Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:31:08.0612330Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-05-18T06:31:08.0984410Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:08.1160360Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:08.1403810Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:31:08.1593080Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:31:08.1786330Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:31:08.1954380Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:08.2281250Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:08.2610910Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:08.2880760Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:31:08.3393420Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:31:08.3846120Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:31:08.4494190Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-05-18T06:31:08.4760120Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:31:08.5121440Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:31:08.5286210Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:08.5524260Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:31:08.5705100Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:08.5890020Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:08.6057580Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:08.6306420Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:31:08.6551750Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:31:08.6566060Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:08.6572810Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:08.6585270Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:08.6597730Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:08.6610370Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:08.6622810Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:08.6635240Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:08.6647820Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:08.6660510Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:08.6672570Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:08.6685280Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:08.6697960Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:08.7423280Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-05-18T06:31:08.8482200Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-05-18T06:31:08.9148530Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-05-18T06:31:08.9869340Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-05-18T06:31:09.0516490Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-05-18T06:31:09.1165770Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-05-18T06:31:09.1802040Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:31:09.2444030Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-05-18T06:31:09.3110450Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-05-18T06:31:09.3552720Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:09.4680190Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-05-18T06:31:09.6274160Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-05-18T06:31:09.7258470Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-05-18T06:31:09.7655340Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:09.8124240Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:09.8545080Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:09.9030280Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:31:09.9469540Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:10.0058060Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-05-18T06:31:10.0633130Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:31:10.1070120Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:10.2179420Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-05-18T06:31:10.2550010Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:10.3018560Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:10.3426220Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:10.3890830Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:31:10.4306000Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:10.4836830Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:31:10.5373880Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:31:10.5813120Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:10.6892380Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-05-18T06:31:10.8484440Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-05-18T06:31:10.9502640Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-05-18T06:31:10.9904230Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:11.0367110Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:31:11.0831570Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:31:11.1319280Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:31:11.1770790Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:31:11.2331740Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:31:11.2896280Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:31:11.3338370Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:11.4439160Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-05-18T06:31:11.6046000Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-05-18T06:31:11.7017850Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-05-18T06:31:11.7417780Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:11.7873000Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:31:11.8305980Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:31:11.8778320Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:11.9214300Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:11.9786000Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:31:12.0360400Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:31:12.0661360Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:31:12.1130290Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:12.1580750Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:31:12.1858850Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:31:12.2279180Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:12.2452160Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:12.2688270Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:31:12.2870110Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:12.3056130Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:31:12.3218600Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:12.3460700Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:31:12.3705290Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-05-18T06:31:12.4149510Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:12.5432830Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-05-18T06:31:12.5835310Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:12.6321760Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:31:12.7135480Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-05-18T06:31:12.7983020Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-05-18T06:31:12.8787540Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-05-18T06:31:12.9614100Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-05-18T06:31:13.0422610Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-05-18T06:31:13.1230460Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-05-18T06:31:13.1938850Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-05-18T06:31:13.2762780Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-05-18T06:31:13.3528550Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-05-18T06:31:13.4308140Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-05-18T06:31:13.5051470Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-05-18T06:31:13.5821670Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-05-18T06:31:13.6596300Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-05-18T06:31:13.8373190Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-05-18T06:31:13.9955780Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-05-18T06:31:14.1799080Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-05-18T06:31:14.3432750Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-05-18T06:31:14.5087120Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-05-18T06:31:14.6701610Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-05-18T06:31:14.8541070Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-05-18T06:31:15.0192790Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-05-18T06:31:15.2892100Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-05-18T06:31:15.5268310Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-05-18T06:31:15.8122960Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.285s) 2022-05-18T06:31:16.0578410Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.245s) 2022-05-18T06:31:16.3023130Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.244s) 2022-05-18T06:31:16.5466030Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.244s) 2022-05-18T06:31:16.7912860Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.245s) 2022-05-18T06:31:17.0330940Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.242s) 2022-05-18T06:31:17.0753700Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:17.1220600Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:17.1789160Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:31:17.2121400Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:17.2507630Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:17.2691540Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:17.2889420Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-05-18T06:31:17.3046910Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:17.3304370Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:31:17.3565790Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:31:17.3916120Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:17.4753440Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-05-18T06:31:17.5820690Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-05-18T06:31:17.6379690Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:31:17.6887910Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:31:17.7215330Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:17.7574340Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:31:17.7758720Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:17.7956960Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-05-18T06:31:17.8115310Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:17.8372400Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:31:17.8631920Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:31:17.9108270Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:31:17.9529270Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:18.0070300Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:31:18.0539310Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:18.0950790Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:18.1461290Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:31:18.1897090Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:31:18.2355980Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:31:18.2801130Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:18.3514600Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-05-18T06:31:18.4180350Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-05-18T06:31:18.5095560Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-05-18T06:31:18.5701540Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:31:18.6567650Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-05-18T06:31:18.7036710Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:18.7449290Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:18.7969240Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:31:18.9381830Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-05-18T06:31:18.9388760Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:18.9902780Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-05-18T06:31:19.0297650Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:19.0782470Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:31:19.1162760Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:31:19.2195780Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-05-18T06:31:19.2897400Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-05-18T06:31:19.3645220Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-05-18T06:31:19.4000010Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:19.4421420Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:19.4797000Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:19.5203470Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:19.5602200Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:19.5976630Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:19.6350100Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:19.6809790Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:31:19.6817280Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:19.6824100Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:19.7231460Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:19.7810290Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:31:19.8260440Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:31:19.8817720Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:31:19.9355370Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:31:20.0091890Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-05-18T06:31:20.0828110Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-05-18T06:31:20.4432840Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.360s) 2022-05-18T06:31:20.5614220Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-05-18T06:31:20.9561460Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.395s) 2022-05-18T06:31:21.3580440Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.402s) 2022-05-18T06:31:21.4205940Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-05-18T06:31:21.4824350Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-05-18T06:31:21.5420290Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-05-18T06:31:21.6052540Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:31:21.6664350Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:31:22.1370880Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.470s) 2022-05-18T06:31:22.6419650Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.505s) 2022-05-18T06:31:23.1108340Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.469s) 2022-05-18T06:31:23.5861410Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.475s) 2022-05-18T06:31:24.0343290Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.448s) 2022-05-18T06:31:24.4769610Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.443s) 2022-05-18T06:31:24.9349480Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.458s) 2022-05-18T06:31:25.3986400Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.464s) 2022-05-18T06:31:25.8652790Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.467s) 2022-05-18T06:31:26.4277480Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.562s) 2022-05-18T06:31:27.0589630Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.631s) 2022-05-18T06:31:27.6652690Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.606s) 2022-05-18T06:31:28.2728820Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.608s) 2022-05-18T06:31:28.8431700Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.570s) 2022-05-18T06:31:29.4191270Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.576s) 2022-05-18T06:31:29.9882800Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.569s) 2022-05-18T06:31:30.5612030Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.573s) 2022-05-18T06:31:31.1580830Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.597s) 2022-05-18T06:31:31.7246950Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.566s) 2022-05-18T06:31:32.3614580Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.637s) 2022-05-18T06:31:32.9687780Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.607s) 2022-05-18T06:31:33.5819490Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.613s) 2022-05-18T06:31:34.1614500Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.579s) 2022-05-18T06:31:34.7364270Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.575s) 2022-05-18T06:31:35.3304930Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.594s) 2022-05-18T06:31:35.9103520Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.580s) 2022-05-18T06:31:36.5106680Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.600s) 2022-05-18T06:31:37.0854020Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.575s) 2022-05-18T06:31:37.7162780Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.631s) 2022-05-18T06:31:38.3172170Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.601s) 2022-05-18T06:31:38.9280910Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.611s) 2022-05-18T06:31:39.5028830Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.575s) 2022-05-18T06:31:40.0800430Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.577s) 2022-05-18T06:31:40.6536580Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.574s) 2022-05-18T06:31:41.2296350Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.576s) 2022-05-18T06:31:41.8415890Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.612s) 2022-05-18T06:31:41.8757600Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:31:41.9580800Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-05-18T06:31:42.0144960Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:31:42.0613090Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:42.0933870Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:42.1280770Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:42.1462570Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:42.1651530Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:31:42.1794680Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:31:42.2047270Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:31:42.2304810Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:31:42.2644990Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:31:42.3665400Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-05-18T06:31:42.4222730Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:31:42.4543790Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:42.4903680Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:31:42.5259120Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:42.5619740Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:31:42.5941310Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:42.6408760Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:42.6878710Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:42.7216220Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:31:42.7688030Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:42.8215350Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:31:42.8988320Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-05-18T06:31:42.9394180Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:42.9850930Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:31:43.0136860Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:31:43.0450590Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:31:43.0627210Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:43.0804180Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:43.0924080Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:31:43.1175750Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:31:43.1431910Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-05-18T06:31:43.1767190Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:43.2412770Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-05-18T06:31:43.3389750Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-05-18T06:31:43.4004670Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:31:43.4565800Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:31:43.4892570Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:43.5254250Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:31:43.5584910Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:43.5909130Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:43.6210480Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-05-18T06:31:43.6542760Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:43.6872030Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:43.7247210Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:43.7566530Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:43.7940010Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:43.8309370Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:43.8627410Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:43.8995570Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:43.9388850Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:43.9714570Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:44.0114510Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:44.0506690Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:44.0831670Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:44.1238410Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:44.1602790Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:31:44.2844720Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-05-18T06:31:44.4008490Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-05-18T06:31:44.4740170Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-05-18T06:31:44.5069410Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:44.5473720Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:44.5824200Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:44.6221640Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:44.6569390Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:44.7136960Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:31:44.7690140Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:31:44.8089150Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:44.8564740Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:44.9565820Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-05-18T06:31:45.0811610Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-05-18T06:31:45.1757710Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-05-18T06:31:45.2381180Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-05-18T06:31:45.2751810Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:45.3139890Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:45.3331730Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:31:45.3542640Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:31:45.3708390Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:45.3973810Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:31:45.4239840Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:31:45.4670740Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:31:45.5537630Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-05-18T06:31:45.6942400Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-05-18T06:31:45.8015270Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-05-18T06:31:45.8422360Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:45.8868850Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:31:45.9298520Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:31:45.9769440Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:46.0193600Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:46.0620230Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-05-18T06:31:46.1038260Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:46.1449470Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:46.1923860Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:46.2415690Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:31:46.2742410Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:46.3129440Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:46.3319170Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:31:46.3531040Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:31:46.3699870Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:46.3964610Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-05-18T06:31:46.4230920Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:31:46.4516440Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-05-18T06:31:46.5219800Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-05-18T06:31:46.5567930Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:46.5736450Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:46.5963870Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-05-18T06:31:46.6148860Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:46.6343220Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-05-18T06:31:46.6504780Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:46.6816620Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-05-18T06:31:46.7133290Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:46.7579100Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:46.8710520Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-05-18T06:31:47.0046640Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-05-18T06:31:47.1031020Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-05-18T06:31:47.1468480Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:47.1993670Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:31:47.2442820Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:31:47.2967160Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:31:47.3446410Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:31:47.4028180Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:31:47.4609420Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:31:47.5139610Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:31:47.6200960Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-05-18T06:31:47.7737230Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-05-18T06:31:47.8887870Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-05-18T06:31:47.9363040Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:47.9948200Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:31:48.0493440Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:31:48.1041410Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:31:48.1671580Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:31:48.2215210Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:31:48.2749170Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:31:48.3166430Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:48.3957530Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-05-18T06:31:48.5270240Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-05-18T06:31:48.6238110Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-05-18T06:31:48.6629550Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-05-18T06:31:48.7106310Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:31:48.7519730Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:48.7916270Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:48.8285060Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:48.8685480Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:48.9085350Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:48.9585980Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-05-18T06:31:49.0469030Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-05-18T06:31:49.0877450Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-05-18T06:31:49.1340460Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:31:49.1789240Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:31:49.2249080Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-05-18T06:31:49.2673420Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:49.3118050Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:49.3570160Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-05-18T06:31:49.4500870Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-05-18T06:31:49.5113130Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:31:49.5752960Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-05-18T06:31:49.6358290Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-05-18T06:31:49.6960570Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-05-18T06:31:49.7539140Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-05-18T06:31:49.8149950Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:31:49.8688470Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:31:50.0617100Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-05-18T06:31:50.2692930Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-05-18T06:31:50.3715230Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-05-18T06:31:50.4765120Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-05-18T06:31:50.5814880Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-05-18T06:31:50.6868080Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-05-18T06:31:50.7889930Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-05-18T06:31:50.8945490Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-05-18T06:31:51.0006710Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-05-18T06:31:51.2135320Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-05-18T06:31:51.3193080Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-05-18T06:31:51.4379050Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-05-18T06:31:51.5454220Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-05-18T06:31:51.6550620Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-05-18T06:31:51.7625430Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-05-18T06:31:51.8709010Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-05-18T06:31:51.9783350Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-05-18T06:31:52.1767610Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-05-18T06:31:52.2721930Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-05-18T06:31:52.3783780Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-05-18T06:31:52.4764450Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-05-18T06:31:52.5733550Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-05-18T06:31:52.6679490Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-05-18T06:31:52.7660480Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-05-18T06:31:52.8648450Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-05-18T06:31:53.0155720Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-05-18T06:31:53.0989960Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-05-18T06:31:53.1867750Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-05-18T06:31:53.2715330Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-05-18T06:31:53.3566570Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-05-18T06:31:53.4383940Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-05-18T06:31:53.5228620Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-05-18T06:31:53.6050930Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-05-18T06:31:53.6790680Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-05-18T06:31:53.7862310Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-05-18T06:31:53.8548210Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-05-18T06:31:53.9268410Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-05-18T06:31:53.9971990Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-05-18T06:31:54.0686790Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-05-18T06:31:54.1363030Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-05-18T06:31:54.2060960Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-05-18T06:31:54.2735290Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-05-18T06:31:54.3531200Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-05-18T06:31:54.4128480Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-05-18T06:31:54.4756780Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-05-18T06:31:54.5103330Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:54.5458160Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:54.5781260Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:54.6124730Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:31:54.6467550Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:31:54.7155730Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-05-18T06:31:54.8316130Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-05-18T06:31:54.8957440Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-05-18T06:31:54.9707310Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-05-18T06:31:55.0316700Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:31:55.0934550Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-05-18T06:31:55.1541680Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:31:55.2181330Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-05-18T06:31:55.3109500Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-05-18T06:31:55.3477440Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-05-18T06:31:55.4524740Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-05-18T06:31:55.5510990Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-05-18T06:31:55.6163890Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-05-18T06:31:55.6486890Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:55.6848120Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-05-18T06:31:55.7196240Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:55.7571720Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-05-18T06:31:55.7894370Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-05-18T06:31:55.8373330Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:31:55.8841070Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-05-18T06:31:55.9191410Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:55.9743030Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:31:56.0603440Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-05-18T06:31:56.1175770Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:31:56.1846850Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-05-18T06:31:56.2185190Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-05-18T06:31:56.2538140Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-05-18T06:31:56.2747420Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:31:56.2970700Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:31:56.3142160Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:56.3430180Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-05-18T06:31:56.3703270Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-05-18T06:31:56.4223320Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-05-18T06:31:56.5411860Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-05-18T06:31:56.6930650Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-05-18T06:31:56.8005000Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-05-18T06:31:56.8498800Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-05-18T06:31:56.9109370Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-05-18T06:31:56.9651330Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:31:57.0252810Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-05-18T06:31:57.0806390Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-05-18T06:31:57.1453590Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-05-18T06:31:57.2090430Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-05-18T06:31:57.2535550Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:57.3712280Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-05-18T06:31:57.5183800Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-05-18T06:31:57.6207820Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-05-18T06:31:57.6627880Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-05-18T06:31:57.7165510Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-05-18T06:31:57.7604140Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-05-18T06:31:57.8135780Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-05-18T06:31:57.8618330Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-05-18T06:31:57.9187780Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-05-18T06:31:57.9752230Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-05-18T06:31:58.0127700Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:58.0456570Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-05-18T06:31:58.0828650Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-05-18T06:31:58.0848350Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1028960Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:58.1178890Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:58.1305510Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:31:58.1323580Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1340760Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1358050Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1376070Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1392670Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1409270Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1426460Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1443950Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1462060Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1476470Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.1693330Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:31:58.1872020Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:58.1891770Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1908690Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1926360Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1943650Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1960930Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1978310Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.1995980Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2014320Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2029130Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.2251550Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-05-18T06:31:58.2434310Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:58.2453850Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2471400Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2489100Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2506500Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2524580Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2542130Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2559760Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2577470Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2591760Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.2733630Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:31:58.2868780Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:31:58.2887070Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2904630Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2922260Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2939600Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2957370Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2974850Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.2992440Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3010210Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3028490Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3043130Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.3253650Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-05-18T06:31:58.3431030Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:31:58.3449940Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3468590Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3486270Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3503810Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3521610Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3543840Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3562900Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3580320Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3595630Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.3604090Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:58.3612940Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:58.3630780Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3649810Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3667690Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3685870Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3703380Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3721110Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3738960Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3756690Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3771550Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.3780030Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:58.3788300Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:58.3805720Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3823350Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3840770Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3859040Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3877130Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3894990Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3912650Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3930490Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3944890Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.3953240Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:58.3961490Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:58.3979590Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.3997490Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4014780Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4032390Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4049760Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4067540Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4084440Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4098460Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.4115400Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4131840Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4148620Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4166010Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4182770Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4200340Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4217850Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4235150Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4253840Z test_reference_numerics_small_clamp_scalar_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4268320Z test_reference_numerics_small_clamp_scalar_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.4286440Z test_reference_numerics_small_clamp_scalar_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4304470Z test_reference_numerics_small_clamp_scalar_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4321740Z test_reference_numerics_small_clamp_scalar_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4339080Z test_reference_numerics_small_clamp_scalar_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4356010Z test_reference_numerics_small_clamp_scalar_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4373460Z test_reference_numerics_small_clamp_scalar_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4391730Z test_reference_numerics_small_clamp_scalar_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4409150Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4424020Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.4570450Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:58.4722880Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:58.4864320Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:31:58.4883430Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4901740Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4919590Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4936130Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4952190Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4968580Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.4985700Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5003520Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5021190Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5035420Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.5189920Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:58.5345970Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:58.5487440Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:31:58.5506040Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5523420Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5540450Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5556980Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5573350Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5589820Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5606460Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5623730Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5641040Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.5655570Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.5822660Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:58.5984280Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:58.6003250Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6021420Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6038440Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6055520Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6073500Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6090500Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6108130Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6126320Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6140440Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.6309150Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:58.6471800Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:58.6491450Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6508940Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6527100Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6543790Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6561180Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6578600Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6595590Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6613380Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6627670Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.6645290Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6662530Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6680090Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6697440Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6716490Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6735320Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6753340Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6771110Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6791110Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6805470Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.6825220Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6844690Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6861830Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6879160Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6896980Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6914240Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6931300Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6949820Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.6964520Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.6982620Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7000360Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7018030Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7035540Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7052850Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7070410Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7088050Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7106450Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7120600Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.7138050Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7156010Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7173040Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7190340Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7207950Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7225150Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7242630Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7260460Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7274930Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.7292880Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7311070Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7328660Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7346280Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7364380Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7382050Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7400150Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7418400Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7432820Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.7450660Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7468490Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7486220Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7503590Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7521110Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7538970Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7556660Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7574470Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7583190Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:58.7597740Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.7760340Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:58.7915290Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:58.7934810Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7951880Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7969090Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.7986490Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8003650Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8020870Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8038650Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8046990Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:58.8061240Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.8078580Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8096060Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8113630Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8130890Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8148160Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8165410Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8183500Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8201340Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8219120Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8236670Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8254650Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8272410Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8289890Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8307470Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8328150Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8347770Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8367070Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8386860Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8405260Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8420210Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.8438530Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8456490Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8474230Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8491720Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8509710Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8527610Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8544680Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8675050Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:31:58.8815940Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:31:58.8940100Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:31:58.8958780Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.8973240Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.9100090Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:31:58.9232470Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:31:58.9355650Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:31:58.9373070Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9390300Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9407130Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9423750Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9440530Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9457120Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9474700Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9491670Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9509530Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9523810Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:58.9644870Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:31:58.9775980Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:31:58.9895520Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:31:58.9912830Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9929600Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9946420Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9962930Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9979340Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:58.9996240Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0013560Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0030720Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0048690Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0062570Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.0180110Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:31:59.0298310Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:31:59.0315550Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0333070Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0349810Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0366030Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0382720Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0399050Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0416300Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0433760Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0451380Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0465650Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.0482300Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0498960Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0515890Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0532700Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0549310Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0565610Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0582940Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0599860Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0617950Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0632380Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.0648840Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0666140Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0682870Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0699200Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0715800Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0732240Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0749810Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0767350Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0785730Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.0799790Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.0917850Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:31:59.1044190Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:31:59.1160760Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:31:59.1177690Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1194890Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1212150Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1229080Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1245320Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1261670Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1278820Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1295840Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1310410Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:59.1324250Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:59.1338110Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:59.1352100Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:59.1367950Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-05-18T06:31:59.1381800Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:59.1395660Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:59.1409430Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:59.1423770Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:59.1437530Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:59.1451130Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:59.1465230Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-05-18T06:31:59.1473190Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:59.1487010Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.1505430Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1523280Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1541020Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1558410Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1575780Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1593360Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1610650Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1629240Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.1643430Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.1811730Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:59.1972590Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:59.1993010Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2010260Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2028480Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2045630Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2063270Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2081160Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2099150Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2116970Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2130890Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.2148550Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2165590Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2183040Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2200050Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2217430Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2234700Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2251740Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2269910Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2283890Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.2454900Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:59.2618130Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:59.2638810Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2656680Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2674460Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2692930Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2710310Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2727880Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2746620Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2764860Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.2778720Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.2949350Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:59.3108990Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:59.3140060Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:31:59.3164170Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3182510Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3200410Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3218440Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3236390Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3255440Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3273670Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3288070Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.3412500Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:31:59.3533870Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:31:59.3556190Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3573000Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3590000Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3607250Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3623570Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3640050Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3657320Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3681010Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3692810Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3707490Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.3725510Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3743050Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3760770Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3778370Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3795400Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3813870Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3831570Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3853480Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3873530Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3892110Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3911110Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3930420Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3948760Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3957140Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:59.3975590Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.3995470Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4015280Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4033850Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4052680Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4071080Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4090620Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4098700Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:59.4118410Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4138380Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4158050Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4177460Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4196540Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4216070Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4235050Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4243320Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:59.4262520Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4280910Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4295560Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.4314390Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4332670Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4350890Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4367310Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4384000Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4400370Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4418010Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4435130Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4452450Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4593260Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:31:59.4745010Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:59.4885010Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:31:59.4903540Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4920940Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4937930Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4954490Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4970860Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.4987300Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5004520Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5021720Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5039940Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5057790Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5075450Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5093790Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5111800Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5129320Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5147900Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5166160Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5184270Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5202600Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5220250Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5238440Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5256320Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5273910Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5291570Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5309250Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5326540Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5496550Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:59.5504910Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:59.5524120Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5541490Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5559130Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5577280Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5719650Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:31:59.5868620Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:59.5888010Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5906450Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5924380Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5941850Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5950260Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:59.5967920Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.5976050Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:59.5993890Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6011500Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6195730Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.018s) 2022-05-18T06:31:59.6366070Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.017s) 2022-05-18T06:31:59.6385220Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6403080Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6421480Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6439640Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6456880Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6474480Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6492440Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6513350Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6527700Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.6547340Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6568230Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6586230Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6604090Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6622190Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6639770Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6657810Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6677520Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6691550Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.6710610Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6730010Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6748390Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6767570Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6786180Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6804690Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6823190Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6843560Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6857820Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.6878060Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6897880Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6916960Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6935960Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6954350Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6973080Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.6991900Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7011730Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7025720Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.7045640Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7065850Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7084970Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7104640Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7124400Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7145700Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7167400Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7187720Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7202370Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.7223590Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7244250Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7263450Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7282630Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7301620Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7320880Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7340080Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7357930Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7496710Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:31:59.7634270Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:31:59.7653290Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7671490Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7689460Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7706330Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7723290Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7739920Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7757940Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7774980Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7783750Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:59.7798380Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.7816630Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7834700Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7852740Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7870160Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7888470Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7906020Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7923750Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7940920Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7958720Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.7973370Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.8099960Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:31:59.8243820Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-05-18T06:31:59.8370250Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-05-18T06:31:59.8388430Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8406090Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8423390Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8439970Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8456970Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8473010Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8490280Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8507140Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8515740Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:31:59.8530400Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.8684360Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:59.8833270Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:31:59.8853290Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8872440Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8890060Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8908310Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8925820Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8943670Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8961750Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8979970Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.8998400Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9016730Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9034810Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9053570Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9071550Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9089270Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9107620Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9125840Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9143700Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9162340Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9180340Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9198420Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9216820Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9231360Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.9399690Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:31:59.9557120Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:31:59.9576810Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9594810Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9614520Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9633040Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9651820Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9669670Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9687510Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9706020Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:31:59.9720800Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:31:59.9875160Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:32:00.0049740Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:32:00.0200320Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:32:00.0220310Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0238770Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0255990Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0272550Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0289470Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0306130Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0323720Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0341800Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0360150Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0374200Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.0544890Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:32:00.0709720Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:32:00.0729490Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0747120Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0765020Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0782230Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0800900Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0818370Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0835900Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0853500Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0867870Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.0885680Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0903000Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0920520Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0936860Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0953680Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0970140Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.0987310Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1004740Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1022550Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1037110Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.1054240Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1070270Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1087550Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1104100Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1120740Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1141340Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1159320Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1176840Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1195120Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1209010Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.1379490Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:32:00.1546620Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:32:00.1565770Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1583890Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1601030Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1618630Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1636280Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1653400Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1670710Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1688980Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1703420Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.1886070Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:32:00.1894730Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:32:00.1914340Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1931950Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1949290Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1967050Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.1984360Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2002090Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2019460Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2037280Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2051360Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.2218400Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:32:00.2383550Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:32:00.2402460Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2419990Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2437450Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2454840Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2472320Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2489460Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2506970Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2524830Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2538600Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.2556430Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2573370Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2590620Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2608770Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2626250Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2643510Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2661000Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2675510Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.2692720Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2710300Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2727760Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2745240Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2762940Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2779820Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2797420Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2816120Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2830100Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.2847590Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2864920Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2882360Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2899560Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2916880Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2934030Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2951560Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.2965740Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.2983720Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3001470Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3018780Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3036200Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3053410Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3070860Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3088340Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3102350Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.3120300Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3137520Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3154860Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3172130Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3189190Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3206370Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3223810Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3237780Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.3255420Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3272840Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3290150Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3307480Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3325240Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3342510Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3360150Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3378340Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3392660Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.3410680Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3429280Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3446860Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3464700Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3482150Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3499900Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3517570Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3533190Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.3554880Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3573310Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3591540Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3609130Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3627080Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3645070Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3662470Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3681510Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3695550Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.3714290Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3733250Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3751440Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3769640Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3788300Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3806620Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3825700Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3843610Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.3866930Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-05-18T06:32:00.4022740Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:32:00.4171490Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:32:00.4190650Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4208450Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4226300Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4243250Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4260670Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4278170Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4296340Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4313910Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4327940Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.4475570Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:32:00.4622550Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-05-18T06:32:00.4642500Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4659900Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4677440Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4694270Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4710380Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4727650Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4745280Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4762710Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.4771370Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-05-18T06:32:00.4785880Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.4963520Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-05-18T06:32:00.5136490Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:32:00.5159560Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5177430Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5195350Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5213080Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5231240Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5249160Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5267150Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5285090Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5298850Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-05-18T06:32:00.5468370Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-05-18T06:32:00.5629490Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-05-18T06:32:00.5650080Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5667720Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5685480Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5703280Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5721120Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5739180Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5756940Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5774780Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5792480Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5809980Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.5850340Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:32:00.5888590Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:32:00.5929970Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-05-18T06:32:00.6035440Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-05-18T06:32:00.6143860Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-05-18T06:32:00.6261320Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-05-18T06:32:00.6282260Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.6302610Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.6328420Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-05-18T06:32:00.6353600Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.6369870Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.6385760Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.6403350Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.6420130Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.6436840Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.6453300Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.6469680Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.6486300Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-05-18T06:32:00.6501520Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-05-18T06:32:01.1612950Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.511s) 2022-05-18T06:32:03.3273610Z 2022-05-18T06:32:03.3274340Z ---------------------------------------------------------------------- 2022-05-18T06:32:03.3274680Z Ran 9503 tests in 141.215s 2022-05-18T06:32:03.3274810Z 2022-05-18T06:32:03.3274930Z OK (skipped=586, expected failures=12) 2022-05-18T06:32:03.3275100Z 2022-05-18T06:32:03.3275180Z Generating XML reports... 2022-05-18T06:32:03.3275740Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220518062939.xml 2022-05-18T06:32:03.7817550Z Running test_view_ops ... [2022-05-18 06:32:03.781342] 2022-05-18T06:32:03.7818200Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:32:03.781491] 2022-05-18T06:32:05.2876730Z 2022-05-18T06:32:05.2877440Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-05-18T06:32:05.2877780Z Running tests... 2022-05-18T06:32:05.2878160Z ---------------------------------------------------------------------- 2022-05-18T06:32:05.2925770Z test_T_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1277: 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-18T06:32:05.2926420Z t1 = a.T 2022-05-18T06:32:05.2926600Z ok (0.005s) 2022-05-18T06:32:05.6888270Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.396s) 2022-05-18T06:32:06.0776330Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.389s) 2022-05-18T06:32:06.3990570Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.321s) 2022-05-18T06:32:06.7022030Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.303s) 2022-05-18T06:32:06.9954380Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.293s) 2022-05-18T06:32:07.1573350Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.162s) 2022-05-18T06:32:07.3232640Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.166s) 2022-05-18T06:32:07.4733060Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.150s) 2022-05-18T06:32:07.6329730Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.160s) 2022-05-18T06:32:07.7968890Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.164s) 2022-05-18T06:32:07.9687160Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.172s) 2022-05-18T06:32:07.9838110Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-05-18T06:32:08.0013320Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.018s) 2022-05-18T06:32:08.0038770Z test_broadcast_shapes_numpy_ref_cpu (__main__.TestOldViewOpsCPU) ... skip: NumPy does not support broadcast_shapes before the 1.20 version (0.002s) 2022-05-18T06:32:08.0057890Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.0632090Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... /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-18T06:32:08.0633530Z return torch.as_tensor(tensor_like) 2022-05-18T06:32:08.0633750Z ok (0.057s) 2022-05-18T06:32:08.1209840Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.058s) 2022-05-18T06:32:08.1781220Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.057s) 2022-05-18T06:32:08.2331380Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.055s) 2022-05-18T06:32:08.2872210Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.054s) 2022-05-18T06:32:08.3410990Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.054s) 2022-05-18T06:32:08.3932490Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.052s) 2022-05-18T06:32:08.4443190Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.051s) 2022-05-18T06:32:08.4950250Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.051s) 2022-05-18T06:32:08.5476660Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.052s) 2022-05-18T06:32:08.5988100Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.051s) 2022-05-18T06:32:08.6098290Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-05-18T06:32:08.6315930Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.022s) 2022-05-18T06:32:08.6332910Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.6349800Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1843: 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:32:08.6350510Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-05-18T06:32:08.6350760Z ok (0.002s) 2022-05-18T06:32:08.6415780Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-05-18T06:32:08.6548070Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-05-18T06:32:08.6812560Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.026s) 2022-05-18T06:32:08.6851950Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:08.6908700Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-05-18T06:32:08.6950930Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:08.7090800Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-05-18T06:32:08.7118740Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:08.7210530Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-05-18T06:32:08.7277550Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-05-18T06:32:08.7303160Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.7327970Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.7353510Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.7378870Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.7403380Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.7429400Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:08.7454660Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.7479570Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.7504180Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.7528750Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.7553510Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.7577970Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:08.7606740Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:08.7638770Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:08.7652060Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-05-18T06:32:08.7785760Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-05-18T06:32:08.7845960Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-05-18T06:32:08.8033260Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.019s) 2022-05-18T06:32:08.8704600Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.067s) 2022-05-18T06:32:09.1590150Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.288s) 2022-05-18T06:32:09.5124010Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.353s) 2022-05-18T06:32:09.8813720Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.369s) 2022-05-18T06:32:10.2308030Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.349s) 2022-05-18T06:32:10.5803650Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.349s) 2022-05-18T06:32:10.9099980Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.330s) 2022-05-18T06:32:11.1974690Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.287s) 2022-05-18T06:32:11.4854160Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.288s) 2022-05-18T06:32:11.7601990Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.275s) 2022-05-18T06:32:12.0519110Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.292s) 2022-05-18T06:32:12.3388460Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.287s) 2022-05-18T06:32:13.3639780Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (1.025s) 2022-05-18T06:32:14.6663210Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (1.302s) 2022-05-18T06:32:16.0268660Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (1.360s) 2022-05-18T06:32:17.2909220Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (1.264s) 2022-05-18T06:32:18.5577040Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (1.267s) 2022-05-18T06:32:19.7778150Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (1.220s) 2022-05-18T06:32:20.8031200Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (1.025s) 2022-05-18T06:32:21.8267810Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (1.024s) 2022-05-18T06:32:22.7966070Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.970s) 2022-05-18T06:32:23.8267580Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (1.030s) 2022-05-18T06:32:24.8495970Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (1.023s) 2022-05-18T06:32:24.8979030Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.048s) 2022-05-18T06:32:24.9460950Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.048s) 2022-05-18T06:32:24.9927680Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.047s) 2022-05-18T06:32:25.0344730Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.042s) 2022-05-18T06:32:25.0683850Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.034s) 2022-05-18T06:32:25.0894520Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.021s) 2022-05-18T06:32:25.0952120Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-05-18T06:32:25.0993650Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:25.1062230Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-05-18T06:32:25.1130290Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-05-18T06:32:25.1186490Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-05-18T06:32:25.1242420Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-05-18T06:32:25.1297050Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-05-18T06:32:25.1339110Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:25.1383270Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:25.1424260Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:25.1466410Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:25.1509510Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:25.1748660Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-05-18T06:32:25.1978350Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.023s) 2022-05-18T06:32:25.2213580Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.023s) 2022-05-18T06:32:25.2449920Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-05-18T06:32:25.2708140Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.026s) 2022-05-18T06:32:25.2942660Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.023s) 2022-05-18T06:32:25.3185780Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-05-18T06:32:25.3424600Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-05-18T06:32:25.3659590Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.023s) 2022-05-18T06:32:25.3894240Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.023s) 2022-05-18T06:32:25.4124810Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.023s) 2022-05-18T06:32:25.4353160Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.023s) 2022-05-18T06:32:25.4384630Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.4408410Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.4951160Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.054s) 2022-05-18T06:32:25.4967590Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.4992200Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.5008700Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.5029100Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.5643190Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.061s) 2022-05-18T06:32:25.5662710Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.5678830Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.5696120Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.5761780Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-05-18T06:32:25.5770300Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.5778290Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-05-18T06:32:25.5803130Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.5827900Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.5840600Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-05-18T06:32:25.5852720Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-05-18T06:32:25.5865170Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-05-18T06:32:25.5879540Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-05-18T06:32:25.5892280Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-05-18T06:32:25.5904410Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-05-18T06:32:25.5916580Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-05-18T06:32:25.5928920Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-05-18T06:32:25.5941590Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-05-18T06:32:25.5966110Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.5983370Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.5995240Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-05-18T06:32:25.6026000Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.6104200Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.6105030Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.6109770Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:25.6160020Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-05-18T06:32:25.6217150Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-05-18T06:32:25.6323430Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.007s) 2022-05-18T06:32:25.6428180Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.008s) 2022-05-18T06:32:25.6529790Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-05-18T06:32:25.6537070Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-05-18T06:32:25.6589160Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-05-18T06:32:25.6644890Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-05-18T06:32:25.6698780Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-05-18T06:32:25.6752500Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-05-18T06:32:25.6802850Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-05-18T06:32:25.6819680Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.6835680Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.6875350Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:25.6915780Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:25.6932620Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.6949620Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.6965650Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.6981520Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.7008440Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7035210Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7061920Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7088160Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7114950Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7143350Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7168660Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.7195390Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7221910Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7248600Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7275100Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7301490Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7333430Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7400340Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.007s) 2022-05-18T06:32:25.7432700Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7458930Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7485420Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7511630Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7537350Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7564090Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7590880Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7619230Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7646210Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7672760Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7682570Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-05-18T06:32:25.7698580Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.7714330Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.7730980Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.7747140Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.7780390Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:25.7802680Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.7898080Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-05-18T06:32:25.7923770Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.7939770Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.7956530Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.7972710Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.8350180Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.038s) 2022-05-18T06:32:25.8396840Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-05-18T06:32:25.8442030Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:25.8487340Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-05-18T06:32:25.8504090Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:25.8530510Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:26.1081960Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.255s) 2022-05-18T06:32:26.3854650Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.277s) 2022-05-18T06:32:26.6221950Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.237s) 2022-05-18T06:32:26.8723250Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.250s) 2022-05-18T06:32:27.1240210Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.252s) 2022-05-18T06:32:27.3584220Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.234s) 2022-05-18T06:32:27.6042290Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.246s) 2022-05-18T06:32:27.8682860Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.264s) 2022-05-18T06:32:28.0908810Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.223s) 2022-05-18T06:32:28.3388690Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.248s) 2022-05-18T06:32:28.5865660Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.248s) 2022-05-18T06:32:28.7075890Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.121s) 2022-05-18T06:32:28.8894260Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.182s) 2022-05-18T06:32:28.8921920Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:28.9147180Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.022s) 2022-05-18T06:32:29.0373220Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.122s) 2022-05-18T06:32:29.1179040Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.080s) 2022-05-18T06:32:29.1432970Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.025s) 2022-05-18T06:32:29.2654720Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.122s) 2022-05-18T06:32:29.3481780Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.083s) 2022-05-18T06:32:29.3710800Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.023s) 2022-05-18T06:32:29.5525870Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.181s) 2022-05-18T06:32:29.7297030Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.177s) 2022-05-18T06:32:29.7327150Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-05-18T06:32:29.7346620Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7367980Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7415240Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-05-18T06:32:29.7435840Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7456180Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7476360Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7496070Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7515850Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7535200Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7554420Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7573930Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7595550Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7615880Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7637040Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7659040Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7679910Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7700930Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7721330Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7740790Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7760240Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7779290Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7798920Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7818640Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7838680Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7858200Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7878410Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7905630Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7919150Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7938710Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7958790Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7978040Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.7997220Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8016470Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8035770Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8055110Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8076080Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8095610Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8117110Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8138770Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8159830Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8180770Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8201120Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8221200Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8240790Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8260360Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8280220Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8300040Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8316000Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-05-18T06:32:29.8923460Z 2022-05-18T06:32:29.8924530Z ---------------------------------------------------------------------- 2022-05-18T06:32:29.8924930Z Ran 277 tests in 24.545s 2022-05-18T06:32:29.8925070Z 2022-05-18T06:32:29.8925150Z OK (skipped=3) 2022-05-18T06:32:29.8925280Z 2022-05-18T06:32:29.8925370Z Generating XML reports... 2022-05-18T06:32:29.8926060Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220518063205.xml 2022-05-18T06:32:29.8926680Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220518063205.xml 2022-05-18T06:32:30.1087520Z Running test_vulkan ... [2022-05-18 06:32:30.108360] 2022-05-18T06:32:30.1088310Z Executing ['/usr/local/miniconda/envs/build/bin/python', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-05-18 06:32:30.108504] 2022-05-18T06:32:31.2210260Z 2022-05-18T06:32:31.2210600Z Running tests... 2022-05-18T06:32:31.2211240Z ---------------------------------------------------------------------- 2022-05-18T06:32:31.2211670Z test_conv (__main__.TestVulkanRewritePass) ... skip: Vulkan backend must be available for these tests. (0.006s) 2022-05-18T06:32:31.2212180Z Test results will be stored in test-reports/python-unittest/test_vulkan 2022-05-18T06:32:31.2264570Z 2022-05-18T06:32:31.2265360Z ---------------------------------------------------------------------- 2022-05-18T06:32:31.2265720Z Ran 1 test in 0.006s 2022-05-18T06:32:31.2265860Z 2022-05-18T06:32:31.2265950Z OK (skipped=1) 2022-05-18T06:32:31.2266070Z 2022-05-18T06:32:31.2266150Z Generating XML reports... 2022-05-18T06:32:31.2266730Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220518063231.xml 2022-05-18T06:32:31.6033540Z 2022-05-18T06:32:31.6034810Z real 98m27.028s 2022-05-18T06:32:31.6035590Z user 154m12.255s 2022-05-18T06:32:31.6036060Z sys 19m40.792s 2022-05-18T06:32:31.6036680Z + assert_git_not_dirty 2022-05-18T06:32:31.6037380Z + [[ macos-11-py3-x86-64 != *rocm* ]] 2022-05-18T06:32:31.6037850Z + [[ macos-11-py3-x86-64 != *xla* ]] 2022-05-18T06:32:31.6043650Z ++ git status --porcelain 2022-05-18T06:32:32.5826630Z + git_status= 2022-05-18T06:32:32.5827320Z + [[ -n '' ]] 2022-05-18T06:32:32.5828890Z + [[ 2 == 1 ]] 2022-05-18T06:32:32.5829130Z Testing jit hooks in cpp 2022-05-18T06:32:32.5829780Z + [[ 2 == 2 ]] 2022-05-18T06:32:32.5830080Z ~/work/pytorch/pytorch/test/jit_hooks ~/work/pytorch/pytorch 2022-05-18T06:32:32.5830630Z + test_jit_hooks 2022-05-18T06:32:32.5831400Z + echo 'Testing jit hooks in cpp' 2022-05-18T06:32:32.5831920Z + pushd test/jit_hooks 2022-05-18T06:32:32.5832560Z + rm -rf build 2022-05-18T06:32:32.5888350Z + mkdir build 2022-05-18T06:32:32.5924130Z + pushd build 2022-05-18T06:32:32.5925110Z ~/work/pytorch/pytorch/test/jit_hooks/build ~/work/pytorch/pytorch/test/jit_hooks ~/work/pytorch/pytorch 2022-05-18T06:32:32.5933580Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-05-18T06:32:32.6353870Z + SITE_PACKAGES=/usr/local/miniconda/envs/build/lib/python3.8/site-packages 2022-05-18T06:32:32.6355180Z + CMAKE_PREFIX_PATH=/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch 2022-05-18T06:32:32.6355490Z + cmake .. 2022-05-18T06:32:35.5905470Z -- The C compiler identification is AppleClang 13.0.0.13000029 2022-05-18T06:32:35.8689330Z -- The CXX compiler identification is AppleClang 13.0.0.13000029 2022-05-18T06:32:35.8939680Z -- Detecting C compiler ABI info 2022-05-18T06:32:39.0215640Z -- Detecting C compiler ABI info - done 2022-05-18T06:32:39.0317660Z -- Check for working C compiler: /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped 2022-05-18T06:32:39.0325370Z -- Detecting C compile features 2022-05-18T06:32:39.0336550Z -- Detecting C compile features - done 2022-05-18T06:32:39.0435530Z -- Detecting CXX compiler ABI info 2022-05-18T06:32:39.2497240Z -- Detecting CXX compiler ABI info - done 2022-05-18T06:32:39.2601770Z -- Check for working CXX compiler: /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ - skipped 2022-05-18T06:32:39.2606010Z -- Detecting CXX compile features 2022-05-18T06:32:39.2615390Z -- Detecting CXX compile features - done 2022-05-18T06:32:39.3117820Z -- Looking for pthread.h 2022-05-18T06:32:39.5292690Z -- Looking for pthread.h - found 2022-05-18T06:32:39.5299440Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-05-18T06:32:39.7419260Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2022-05-18T06:32:39.7436030Z -- Found Threads: TRUE 2022-05-18T06:32:39.8557130Z CMake Warning at /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-05-18T06:32:39.8557650Z static library kineto_LIBRARY-NOTFOUND not found. 2022-05-18T06:32:39.8557930Z Call Stack (most recent call first): 2022-05-18T06:32:39.8558480Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-05-18T06:32:39.8558830Z CMakeLists.txt:9 (find_package) 2022-05-18T06:32:39.8558970Z 2022-05-18T06:32:39.8558980Z 2022-05-18T06:32:39.8576810Z -- Found Torch: /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib/libtorch.dylib 2022-05-18T06:32:39.8580080Z -- Configuring done 2022-05-18T06:32:39.8782220Z -- Generating done 2022-05-18T06:32:39.8826410Z -- Build files have been written to: /Users/runner/work/pytorch/pytorch/test/jit_hooks/build 2022-05-18T06:32:39.8895610Z + make VERBOSE=1 2022-05-18T06:32:39.9001400Z /usr/local/miniconda/envs/build/bin/cmake -S/Users/runner/work/pytorch/pytorch/test/jit_hooks -B/Users/runner/work/pytorch/pytorch/test/jit_hooks/build --check-build-system CMakeFiles/Makefile.cmake 0 2022-05-18T06:32:39.9192020Z /usr/local/miniconda/envs/build/bin/cmake -E cmake_progress_start /Users/runner/work/pytorch/pytorch/test/jit_hooks/build/CMakeFiles /Users/runner/work/pytorch/pytorch/test/jit_hooks/build//CMakeFiles/progress.marks 2022-05-18T06:32:39.9345030Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all 2022-05-18T06:32:39.9376520Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-05-18T06:32:39.9411110Z cd /Users/runner/work/pytorch/pytorch/test/jit_hooks/build && /usr/local/miniconda/envs/build/bin/cmake -E cmake_depends "Unix Makefiles" /Users/runner/work/pytorch/pytorch/test/jit_hooks /Users/runner/work/pytorch/pytorch/test/jit_hooks /Users/runner/work/pytorch/pytorch/test/jit_hooks/build /Users/runner/work/pytorch/pytorch/test/jit_hooks/build /Users/runner/work/pytorch/pytorch/test/jit_hooks/build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake --color= 2022-05-18T06:32:39.9604560Z Dependee "/Users/runner/work/pytorch/pytorch/test/jit_hooks/build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake" is newer than depender "/Users/runner/work/pytorch/pytorch/test/jit_hooks/build/CMakeFiles/test_jit_hooks.dir/depend.internal". 2022-05-18T06:32:40.5607950Z Dependee "/Users/runner/work/pytorch/pytorch/test/jit_hooks/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/runner/work/pytorch/pytorch/test/jit_hooks/build/CMakeFiles/test_jit_hooks.dir/depend.internal". 2022-05-18T06:32:40.5608570Z Scanning dependencies of target test_jit_hooks 2022-05-18T06:32:40.5710690Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-05-18T06:32:40.7773690Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-05-18T06:32:40.7779290Z /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_jit_hooks.dir/test_jit_hooks.cpp.o -c /Users/runner/work/pytorch/pytorch/test/jit_hooks/test_jit_hooks.cpp 2022-05-18T06:32:51.7192310Z [100%] Linking CXX executable test_jit_hooks 2022-05-18T06:32:51.7197320Z /usr/local/miniconda/envs/build/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-05-18T06:32:51.7337100Z /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_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -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-18T06:32:51.8371500Z [100%] Built target test_jit_hooks 2022-05-18T06:32:51.8378400Z /usr/local/miniconda/envs/build/bin/cmake -E cmake_progress_start /Users/runner/work/pytorch/pytorch/test/jit_hooks/build/CMakeFiles 0 2022-05-18T06:32:51.8529220Z + popd 2022-05-18T06:32:51.8529690Z ~/work/pytorch/pytorch/test/jit_hooks ~/work/pytorch/pytorch 2022-05-18T06:32:51.8530290Z + python model.py --export-script-module=model 2022-05-18T06:32:53.0160540Z OK: completed saving modules with hooks! 2022-05-18T06:32:53.1400960Z + build/test_jit_hooks ./model 2022-05-18T06:32:53.5858250Z path to exported module:./model 2022-05-18T06:32:53.5858700Z Tesing JIT Hooks in CPP 2022-05-18T06:32:53.5858960Z testing: test_submodule_multiple_hooks_single_input 2022-05-18T06:32:53.6812920Z ----- module's output: pre_hook_override_name2_inner_mod_fwh1 2022-05-18T06:32:53.6813400Z ----- expected output: pre_hook_override_name2_inner_mod_fwh1 2022-05-18T06:32:53.6816630Z testing: test_submodule_hook_return_nothing 2022-05-18T06:32:53.6860130Z ----- module's output: a_outermod_inner_mod 2022-05-18T06:32:53.6860480Z ----- expected output: a_outermod_inner_mod 2022-05-18T06:32:53.6862170Z testing: test_submodule_same_hook_repeated 2022-05-18T06:32:53.6913600Z ----- module's output: a_outermod_ph_ph_inner_mod_fh_fh 2022-05-18T06:32:53.6914240Z ----- expected output: a_outermod_ph_ph_inner_mod_fh_fh 2022-05-18T06:32:53.6916510Z testing: test_submodule_forward_single_input 2022-05-18T06:32:53.6959800Z ----- module's output: pre_hook_override_name_inner_mod 2022-05-18T06:32:53.6960240Z ----- expected output: pre_hook_override_name_inner_mod 2022-05-18T06:32:53.6961840Z testing: test_submodule_multiple_hooks_multiple_inputs 2022-05-18T06:32:53.7042070Z ----- module's output: ([pre_hook_override_name, inner_mod_name], pre_hook_override2_fh1_fh2) 2022-05-18T06:32:53.7042620Z ----- expected output: ([pre_hook_override_name, inner_mod_name], pre_hook_override2_fh1_fh2) 2022-05-18T06:32:53.7046470Z testing: test_submodule_forward_multiple_inputs 2022-05-18T06:32:53.7102740Z ----- module's output: ([pre_hook_override_name, inner_mod_name], pre_hook_override_fh) 2022-05-18T06:32:53.7103720Z ----- expected output: ([pre_hook_override_name, inner_mod_name], pre_hook_override_fh) 2022-05-18T06:32:53.7104600Z testing: test_module_forward_single_input 2022-05-18T06:32:53.7156300Z ----- module's output: pre_hook_override_name_outermod_inner_mod_fh 2022-05-18T06:32:53.7156790Z ----- expected output: pre_hook_override_name_outermod_inner_mod_fh 2022-05-18T06:32:53.7158770Z testing: test_module_multiple_hooks_single_input 2022-05-18T06:32:53.7231190Z ----- module's output: pre_hook_override_name2_outermod_inner_mod_fh1_fh2 2022-05-18T06:32:53.7231650Z ----- expected output: pre_hook_override_name2_outermod_inner_mod_fh1_fh2 2022-05-18T06:32:53.7235850Z testing: test_module_hook_return_nothing 2022-05-18T06:32:53.7279710Z ----- module's output: a_outermod_inner_mod 2022-05-18T06:32:53.7280080Z ----- expected output: a_outermod_inner_mod 2022-05-18T06:32:53.7281970Z testing: test_module_same_hook_repeated 2022-05-18T06:32:53.7341160Z ----- module's output: a_ph_ph_outermod_inner_mod_fh_fh 2022-05-18T06:32:53.7341590Z ----- expected output: a_ph_ph_outermod_inner_mod_fh_fh 2022-05-18T06:32:53.7344440Z testing: test_module_forward_multiple_inputs 2022-05-18T06:32:53.7404100Z ----- module's output: ([pre_hook_override_name, outer_mod_name, inner_mod_name], pre_hook_override_fh) 2022-05-18T06:32:53.7404640Z ----- expected output: ([pre_hook_override_name, outer_mod_name, inner_mod_name], pre_hook_override_fh) 2022-05-18T06:32:53.7407370Z testing: test_module_multiple_hooks_multiple_inputs 2022-05-18T06:32:53.7493800Z ----- module's output: ([pre_hook_override_name2, outer_mod_name, inner_mod_name], pre_hook_override_fh1_fh2) 2022-05-18T06:32:53.7494360Z ----- expected output: ([pre_hook_override_name2, outer_mod_name, inner_mod_name], pre_hook_override_fh1_fh2) 2022-05-18T06:32:53.7499190Z testing: test_module_no_forward_input 2022-05-18T06:32:53.7532450Z ----- module's output: None 2022-05-18T06:32:53.7533080Z ----- expected output: None 2022-05-18T06:32:53.7534350Z testing: test_forward_tuple_input 2022-05-18T06:32:53.7569070Z ----- module's output: (11,) 2022-05-18T06:32:53.7569600Z ----- expected output: (11,) 2022-05-18T06:32:53.7570140Z testing: test_module_forward_invocation_no_hooks_run 2022-05-18T06:32:53.7655620Z ----- module output: ([pre_hook_override_name, outer_mod_name, inner_mod_name], pre_hook_override_fh) 2022-05-18T06:32:53.7656150Z ----- module forward output: ([a, outer_mod_name, inner_mod_name], no_pre_hook_) 2022-05-18T06:32:53.7658540Z testing: test_submodule_to_call_directly_with_hooks 2022-05-18T06:32:53.7720570Z ----- submodule's output: pre_hook_override_name_inner_mod_fh 2022-05-18T06:32:53.7721500Z ----- expected output : pre_hook_override_name_inner_mod_fh 2022-05-18T06:32:53.7721840Z JIT CPP Hooks okay! 2022-05-18T06:32:53.8349680Z + popd 2022-05-18T06:32:53.8350500Z + assert_git_not_dirty 2022-05-18T06:32:53.8351020Z + [[ macos-11-py3-x86-64 != *rocm* ]] 2022-05-18T06:32:53.8351370Z + [[ macos-11-py3-x86-64 != *xla* ]] 2022-05-18T06:32:53.8351600Z ~/work/pytorch/pytorch 2022-05-18T06:32:53.8358830Z ++ git status --porcelain 2022-05-18T06:32:54.1162680Z + git_status= 2022-05-18T06:32:54.1163440Z + [[ -n '' ]] 2022-05-18T06:32:54.1163630Z Testing custom backends 2022-05-18T06:32:54.1163840Z + test_custom_backend 2022-05-18T06:32:54.1164150Z + echo 'Testing custom backends' 2022-05-18T06:32:54.1164380Z + pushd test/custom_backend 2022-05-18T06:32:54.1164700Z + rm -rf build 2022-05-18T06:32:54.1164980Z ~/work/pytorch/pytorch/test/custom_backend ~/work/pytorch/pytorch 2022-05-18T06:32:54.1187990Z + mkdir build 2022-05-18T06:32:54.1209600Z + pushd build 2022-05-18T06:32:54.1210460Z ~/work/pytorch/pytorch/test/custom_backend/build ~/work/pytorch/pytorch/test/custom_backend ~/work/pytorch/pytorch 2022-05-18T06:32:54.1217370Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-05-18T06:32:54.1632490Z + SITE_PACKAGES=/usr/local/miniconda/envs/build/lib/python3.8/site-packages 2022-05-18T06:32:54.1633060Z + CMAKE_PREFIX_PATH=/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch 2022-05-18T06:32:54.1633340Z + cmake .. 2022-05-18T06:32:54.3532330Z -- The C compiler identification is AppleClang 13.0.0.13000029 2022-05-18T06:32:54.4958200Z -- The CXX compiler identification is AppleClang 13.0.0.13000029 2022-05-18T06:32:54.5143240Z -- Detecting C compiler ABI info 2022-05-18T06:32:54.7224080Z -- Detecting C compiler ABI info - done 2022-05-18T06:32:54.7324000Z -- Check for working C compiler: /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped 2022-05-18T06:32:54.7328530Z -- Detecting C compile features 2022-05-18T06:32:54.7338620Z -- Detecting C compile features - done 2022-05-18T06:32:54.7459990Z -- Detecting CXX compiler ABI info 2022-05-18T06:32:54.9490650Z -- Detecting CXX compiler ABI info - done 2022-05-18T06:32:54.9593310Z -- Check for working CXX compiler: /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ - skipped 2022-05-18T06:32:54.9598230Z -- Detecting CXX compile features 2022-05-18T06:32:54.9607320Z -- Detecting CXX compile features - done 2022-05-18T06:32:54.9998690Z -- Looking for pthread.h 2022-05-18T06:32:55.2183140Z -- Looking for pthread.h - found 2022-05-18T06:32:55.2189580Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-05-18T06:32:55.4393810Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2022-05-18T06:32:55.4410470Z -- Found Threads: TRUE 2022-05-18T06:32:55.5282570Z CMake Warning at /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-05-18T06:32:55.5283080Z static library kineto_LIBRARY-NOTFOUND not found. 2022-05-18T06:32:55.5283370Z Call Stack (most recent call first): 2022-05-18T06:32:55.5283900Z /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-05-18T06:32:55.5284820Z CMakeLists.txt:9 (find_package) 2022-05-18T06:32:55.5285010Z 2022-05-18T06:32:55.5285020Z 2022-05-18T06:32:55.5305870Z -- Found Torch: /usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib/libtorch.dylib 2022-05-18T06:32:55.5310030Z -- Configuring done 2022-05-18T06:32:55.5613950Z -- Generating done 2022-05-18T06:32:55.5714930Z -- Build files have been written to: /Users/runner/work/pytorch/pytorch/test/custom_backend/build 2022-05-18T06:32:55.5815290Z + make VERBOSE=1 2022-05-18T06:32:55.5917140Z /usr/local/miniconda/envs/build/bin/cmake -S/Users/runner/work/pytorch/pytorch/test/custom_backend -B/Users/runner/work/pytorch/pytorch/test/custom_backend/build --check-build-system CMakeFiles/Makefile.cmake 0 2022-05-18T06:32:55.6117670Z /usr/local/miniconda/envs/build/bin/cmake -E cmake_progress_start /Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles /Users/runner/work/pytorch/pytorch/test/custom_backend/build//CMakeFiles/progress.marks 2022-05-18T06:32:55.6239100Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all 2022-05-18T06:32:55.6271580Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-05-18T06:32:55.6305970Z cd /Users/runner/work/pytorch/pytorch/test/custom_backend/build && /usr/local/miniconda/envs/build/bin/cmake -E cmake_depends "Unix Makefiles" /Users/runner/work/pytorch/pytorch/test/custom_backend /Users/runner/work/pytorch/pytorch/test/custom_backend /Users/runner/work/pytorch/pytorch/test/custom_backend/build /Users/runner/work/pytorch/pytorch/test/custom_backend/build /Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/custom_backend.dir/DependInfo.cmake --color= 2022-05-18T06:32:55.6502600Z Dependee "/Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/custom_backend.dir/DependInfo.cmake" is newer than depender "/Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/custom_backend.dir/depend.internal". 2022-05-18T06:32:55.6503420Z Dependee "/Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/custom_backend.dir/depend.internal". 2022-05-18T06:32:55.7632170Z Scanning dependencies of target custom_backend 2022-05-18T06:32:55.7645860Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-05-18T06:32:55.8015980Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-05-18T06:32:55.8022230Z /Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_backend_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_backend.dir/custom_backend.cpp.o -c /Users/runner/work/pytorch/pytorch/test/custom_backend/custom_backend.cpp 2022-05-18T06:33:04.0826260Z [ 50%] Linking CXX shared library libcustom_backend.dylib 2022-05-18T06:33:04.0831160Z /usr/local/miniconda/envs/build/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-05-18T06:33:04.0969680Z /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_backend.dylib -install_name @rpath/libcustom_backend.dylib CMakeFiles/custom_backend.dir/custom_backend.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-18T06:33:04.2174040Z [ 50%] Built target custom_backend 2022-05-18T06:33:04.2179480Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-05-18T06:33:04.2220290Z cd /Users/runner/work/pytorch/pytorch/test/custom_backend/build && /usr/local/miniconda/envs/build/bin/cmake -E cmake_depends "Unix Makefiles" /Users/runner/work/pytorch/pytorch/test/custom_backend /Users/runner/work/pytorch/pytorch/test/custom_backend /Users/runner/work/pytorch/pytorch/test/custom_backend/build /Users/runner/work/pytorch/pytorch/test/custom_backend/build /Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake --color= 2022-05-18T06:33:04.2407590Z Dependee "/Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake" is newer than depender "/Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/test_custom_backend.dir/depend.internal". 2022-05-18T06:33:04.2408410Z Dependee "/Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles/test_custom_backend.dir/depend.internal". 2022-05-18T06:33:04.8249930Z Scanning dependencies of target test_custom_backend 2022-05-18T06:33:04.8352170Z /Applications/Xcode_13.2.1.app/Contents/Developer/usr/bin/make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-05-18T06:33:05.0474490Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-05-18T06:33:05.0480630Z /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_backend.dir/test_custom_backend.cpp.o -c /Users/runner/work/pytorch/pytorch/test/custom_backend/test_custom_backend.cpp 2022-05-18T06:33:15.8498510Z [100%] Linking CXX executable test_custom_backend 2022-05-18T06:33:15.8502760Z /usr/local/miniconda/envs/build/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-05-18T06:33:15.8637910Z /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_backend.dir/test_custom_backend.cpp.o -o test_custom_backend -Wl,-rpath,/Users/runner/work/pytorch/pytorch/test/custom_backend/build -Wl,-rpath,/usr/local/miniconda/envs/build/lib/python3.8/site-packages/torch/lib libcustom_backend.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-18T06:33:15.9688710Z [100%] Built target test_custom_backend 2022-05-18T06:33:15.9696500Z /usr/local/miniconda/envs/build/bin/cmake -E cmake_progress_start /Users/runner/work/pytorch/pytorch/test/custom_backend/build/CMakeFiles 0 2022-05-18T06:33:15.9847990Z + popd 2022-05-18T06:33:15.9848580Z ~/work/pytorch/pytorch/test/custom_backend ~/work/pytorch/pytorch 2022-05-18T06:33:15.9849050Z + python test_custom_backend.py -v 2022-05-18T06:33:17.1034060Z 2022-05-18T06:33:17.1034810Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-05-18T06:33:17.1035170Z Running tests... 2022-05-18T06:33:17.1035570Z ---------------------------------------------------------------------- 2022-05-18T06:33:17.1045060Z test_execute (__main__.TestCustomBackend) 2022-05-18T06:33:17.4153930Z Test execution using the custom backend. ... ok (0.312s) 2022-05-18T06:33:17.4168080Z test_save_load (__main__.TestCustomBackend) 2022-05-18T06:33:17.4501130Z Test that a lowered module can be executed correctly ... ok (0.034s) 2022-05-18T06:33:17.4573150Z 2022-05-18T06:33:17.4574120Z ---------------------------------------------------------------------- 2022-05-18T06:33:17.4574450Z Ran 2 tests in 0.347s 2022-05-18T06:33:17.4574580Z 2022-05-18T06:33:17.4574640Z OK 2022-05-18T06:33:17.4574750Z 2022-05-18T06:33:17.4574850Z Generating XML reports... 2022-05-18T06:33:17.4575410Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220518063317.xml 2022-05-18T06:33:17.6009560Z + python backend.py --export-module-to=model.pt 2022-05-18T06:33:18.7842560Z + build/test_custom_backend ./model.pt 2022-05-18T06:33:19.3874030Z Testing custom_backend 2022-05-18T06:33:19.3874470Z OK 2022-05-18T06:33:19.3898950Z + rm -f ./model.pt 2022-05-18T06:33:19.3924290Z + popd 2022-05-18T06:33:19.3924910Z ~/work/pytorch/pytorch 2022-05-18T06:33:19.3925360Z + assert_git_not_dirty 2022-05-18T06:33:19.3925770Z + [[ macos-11-py3-x86-64 != *rocm* ]] 2022-05-18T06:33:19.3926110Z + [[ macos-11-py3-x86-64 != *xla* ]] 2022-05-18T06:33:19.3932620Z ++ git status --porcelain 2022-05-18T06:33:19.6701820Z + git_status= 2022-05-18T06:33:19.6702280Z + [[ -n '' ]] 2022-05-18T06:33:19.6702710Z + cleanup 2022-05-18T06:33:19.6702920Z + retcode=0 2022-05-18T06:33:19.6703470Z + set +x 2022-05-18T06:33:19.6703660Z EXITED_USER_LAND 2022-05-18T06:33:19.6790220Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master 2022-05-18T06:33:19.6790530Z with: 2022-05-18T06:33:19.6791410Z github-token: *** 2022-05-18T06:33:19.6791640Z env: 2022-05-18T06:33:19.6791810Z IN_CI: 1 2022-05-18T06:33:19.6792400Z IS_GHA: 1 2022-05-18T06:33:19.6792590Z GIT_DEFAULT_BRANCH: master 2022-05-18T06:33:19.6792830Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T06:33:19.6793080Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T06:33:19.6793330Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T06:33:19.6793550Z TEST_CONFIG: default 2022-05-18T06:33:19.6793750Z SHARD_NUMBER: 2 2022-05-18T06:33:19.6793920Z NUM_TEST_SHARDS: 2 2022-05-18T06:33:19.6794110Z PR_BODY: 2022-05-18T06:33:19.6794300Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T06:33:19.6794550Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T06:33:19.6794770Z ##[endgroup] 2022-05-18T06:33:19.6855270Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-05-18T06:33:19.6855530Z with: 2022-05-18T06:33:19.6855690Z shell: bash 2022-05-18T06:33:19.6855890Z timeout_minutes: 10 2022-05-18T06:33:19.6856080Z max_attempts: 5 2022-05-18T06:33:19.6856280Z retry_wait_seconds: 30 2022-05-18T06:33:19.6856700Z 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-18T06:33:19.6857120Z polling_interval_seconds: 1 2022-05-18T06:33:19.6857340Z warning_on_retry: true 2022-05-18T06:33:19.6857530Z continue_on_error: false 2022-05-18T06:33:19.6857720Z env: 2022-05-18T06:33:19.6857890Z IN_CI: 1 2022-05-18T06:33:19.6858060Z IS_GHA: 1 2022-05-18T06:33:19.6858250Z GIT_DEFAULT_BRANCH: master 2022-05-18T06:33:19.6858480Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T06:33:19.6858730Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T06:33:19.6858990Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T06:33:19.6859220Z TEST_CONFIG: default 2022-05-18T06:33:19.6859420Z SHARD_NUMBER: 2 2022-05-18T06:33:19.6859600Z NUM_TEST_SHARDS: 2 2022-05-18T06:33:19.6859780Z PR_BODY: 2022-05-18T06:33:19.6859980Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T06:33:19.6860230Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T06:33:19.6860590Z GITHUB_TOKEN: *** 2022-05-18T06:33:19.6860790Z ##[endgroup] 2022-05-18T06:33:19.7473780Z 2022-05-18T06:33:19.7577550Z + python3 -m pip install requests==2.26.0 2022-05-18T06:33:22.4728350Z 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-18T06:33:22.8131970Z Collecting requests==2.26.0 2022-05-18T06:33:22.8503250Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-05-18T06:33:22.8772710Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 2.3 MB/s eta 0:00:00 2022-05-18T06:33:22.9274540Z Collecting idna<4,>=2.5 2022-05-18T06:33:22.9319310Z Using cached idna-3.3-py3-none-any.whl (61 kB) 2022-05-18T06:33:23.0006920Z Collecting urllib3<1.27,>=1.21.1 2022-05-18T06:33:23.0053090Z Using cached urllib3-1.26.9-py2.py3-none-any.whl (138 kB) 2022-05-18T06:33:23.0464470Z Collecting charset-normalizer~=2.0.0 2022-05-18T06:33:23.0507320Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-05-18T06:33:23.0902220Z Collecting certifi>=2017.4.17 2022-05-18T06:33:23.0959500Z Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2022-05-18T06:33:23.2140870Z Installing collected packages: certifi, urllib3, idna, charset-normalizer, requests 2022-05-18T06:33:23.2165830Z 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-18T06:33:23.2312440Z 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-18T06:33:23.3402120Z 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-18T06:33:23.4573820Z 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-18T06:33:23.5005930Z 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-18T06:33:23.5558180Z 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-18T06:33:23.5596830Z Successfully installed certifi-2021.10.8 charset-normalizer-2.0.12 idna-3.3 requests-2.26.0 urllib3-1.26.9 2022-05-18T06:33:23.8162340Z WARNING: You are using pip version 22.0.4; however, version 22.1 is available. 2022-05-18T06:33:23.8163320Z You should consider upgrading via the '/usr/local/opt/python@3.9/bin/python3.9 -m pip install --upgrade pip' command. 2022-05-18T06:33:23.9054140Z ++ python3 .github/scripts/get_workflow_job_id.py 2342799949 'GitHub Actions 37' 2022-05-18T06:33:25.1585120Z + GHA_WORKFLOW_JOB_ID=6483080207 2022-05-18T06:33:25.1587760Z + echo '::set-output name=job-id::6483080207' 2022-05-18T06:33:26.2247560Z Command completed after 1 attempt(s). 2022-05-18T06:33:26.2249360Z 2022-05-18T06:33:26.2388980Z Prepare all required actions 2022-05-18T06:33:26.2389750Z Getting action download info 2022-05-18T06:33:26.4484900Z Download action repository 'seemethere/upload-artifact-s3@v4' (SHA:c1c31f57581a11fe6d4d052da6276adb2df71f1e) 2022-05-18T06:33:28.5136370Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-05-18T06:33:29.1307390Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-05-18T06:33:29.1307910Z with: 2022-05-18T06:33:29.1308850Z use-gha: true 2022-05-18T06:33:29.1309230Z file-suffix: test-default-2-2-macos-11_6483080207 2022-05-18T06:33:29.1309530Z env: 2022-05-18T06:33:29.1309930Z IN_CI: 1 2022-05-18T06:33:29.1310200Z IS_GHA: 1 2022-05-18T06:33:29.1310420Z GIT_DEFAULT_BRANCH: master 2022-05-18T06:33:29.1310730Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T06:33:29.1311050Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T06:33:29.1311530Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T06:33:29.1311910Z TEST_CONFIG: default 2022-05-18T06:33:29.1312150Z SHARD_NUMBER: 2 2022-05-18T06:33:29.1312580Z NUM_TEST_SHARDS: 2 2022-05-18T06:33:29.1312840Z PR_BODY: 2022-05-18T06:33:29.1313110Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T06:33:29.1313400Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T06:33:29.1313680Z ##[endgroup] 2022-05-18T06:33:29.1413810Z ##[group]Run actions/upload-artifact@v2 2022-05-18T06:33:29.1414090Z with: 2022-05-18T06:33:29.1414440Z name: test-jsons-runattempt1-test-default-2-2-macos-11_6483080207.zip 2022-05-18T06:33:29.1414950Z retention-days: 14 2022-05-18T06:33:29.1415230Z if-no-files-found: warn 2022-05-18T06:33:29.1415500Z path: test/**/*.json 2022-05-18T06:33:29.1415720Z env: 2022-05-18T06:33:29.1416170Z IN_CI: 1 2022-05-18T06:33:29.1416480Z IS_GHA: 1 2022-05-18T06:33:29.1416750Z GIT_DEFAULT_BRANCH: master 2022-05-18T06:33:29.1417180Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T06:33:29.1417630Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T06:33:29.1417930Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T06:33:29.1418520Z TEST_CONFIG: default 2022-05-18T06:33:29.1418780Z SHARD_NUMBER: 2 2022-05-18T06:33:29.1419020Z NUM_TEST_SHARDS: 2 2022-05-18T06:33:29.1419410Z PR_BODY: 2022-05-18T06:33:29.1419670Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T06:33:29.1419940Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T06:33:29.1420220Z ##[endgroup] 2022-05-18T06:33:29.6805890Z With the provided path, there will be 4 files uploaded 2022-05-18T06:33:29.6808880Z Starting artifact upload 2022-05-18T06:33:29.6809980Z 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-18T06:33:29.6810520Z Artifact name is valid! 2022-05-18T06:33:29.8088770Z Container for artifact "test-jsons-runattempt1-test-default-2-2-macos-11_6483080207.zip" successfully created. Starting upload of file(s) 2022-05-18T06:33:30.0692050Z Total size of all the files uploaded is 35685 bytes 2022-05-18T06:33:30.0692740Z File upload process has finished. Finalizing the artifact upload 2022-05-18T06:33:30.1613330Z Artifact has been finalized. All files have been successfully uploaded! 2022-05-18T06:33:30.1613610Z 2022-05-18T06:33:30.1613830Z The raw size of all the files that were specified for upload is 329509 bytes 2022-05-18T06:33:30.1614320Z 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-18T06:33:30.1614810Z 2022-05-18T06:33:30.1615430Z 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-18T06:33:30.1615810Z 2022-05-18T06:33:30.1616240Z Artifact test-jsons-runattempt1-test-default-2-2-macos-11_6483080207.zip has been successfully uploaded! 2022-05-18T06:33:30.1731890Z ##[group]Run actions/upload-artifact@v2 2022-05-18T06:33:30.1732350Z with: 2022-05-18T06:33:30.1732730Z name: test-reports-runattempt1-test-default-2-2-macos-11_6483080207.zip 2022-05-18T06:33:30.1733090Z retention-days: 14 2022-05-18T06:33:30.1733360Z if-no-files-found: error 2022-05-18T06:33:30.1733740Z path: test/**/*.xml 2022-05-18T06:33:30.1733970Z env: 2022-05-18T06:33:30.1734180Z IN_CI: 1 2022-05-18T06:33:30.1734400Z IS_GHA: 1 2022-05-18T06:33:30.1734650Z GIT_DEFAULT_BRANCH: master 2022-05-18T06:33:30.1735100Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T06:33:30.1735370Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T06:33:30.1735680Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T06:33:30.1735960Z TEST_CONFIG: default 2022-05-18T06:33:30.1736330Z SHARD_NUMBER: 2 2022-05-18T06:33:30.1736600Z NUM_TEST_SHARDS: 2 2022-05-18T06:33:30.1736840Z PR_BODY: 2022-05-18T06:33:30.1737060Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T06:33:30.1737360Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T06:33:30.1737760Z ##[endgroup] 2022-05-18T06:33:30.8421750Z With the provided path, there will be 942 files uploaded 2022-05-18T06:33:30.8422310Z Starting artifact upload 2022-05-18T06:33:30.8423080Z 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-18T06:33:30.8423560Z Artifact name is valid! 2022-05-18T06:33:30.9605010Z Container for artifact "test-reports-runattempt1-test-default-2-2-macos-11_6483080207.zip" successfully created. Starting upload of file(s) 2022-05-18T06:33:40.9854900Z Total file count: 942 ---- Processed file #136 (14.4%) 2022-05-18T06:33:51.0070280Z Total file count: 942 ---- Processed file #278 (29.5%) 2022-05-18T06:34:01.0348030Z Total file count: 942 ---- Processed file #413 (43.8%) 2022-05-18T06:34:11.0542690Z Total file count: 942 ---- Processed file #551 (58.4%) 2022-05-18T06:34:21.1541710Z Total file count: 942 ---- Processed file #684 (72.6%) 2022-05-18T06:34:31.1882180Z Total file count: 942 ---- Processed file #817 (86.7%) 2022-05-18T06:34:40.4387940Z Total size of all the files uploaded is 619741 bytes 2022-05-18T06:34:40.4388310Z File upload process has finished. Finalizing the artifact upload 2022-05-18T06:34:40.6030760Z Artifact has been finalized. All files have been successfully uploaded! 2022-05-18T06:34:40.6030980Z 2022-05-18T06:34:40.6031140Z The raw size of all the files that were specified for upload is 7974554 bytes 2022-05-18T06:34:40.6031550Z The size of all the files that were uploaded is 619741 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-05-18T06:34:40.6031820Z 2022-05-18T06:34:40.6032360Z 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-18T06:34:40.6033020Z 2022-05-18T06:34:40.6033480Z Artifact test-reports-runattempt1-test-default-2-2-macos-11_6483080207.zip has been successfully uploaded! 2022-05-18T06:34:40.6186310Z ##[group]Run set -x 2022-05-18T06:34:40.6186700Z set -x 2022-05-18T06:34:40.6186960Z python3 -m pip install -r requirements.txt 2022-05-18T06:34:40.6187240Z python3 -m pip install boto3==1.19.12 2022-05-18T06:34:40.6187560Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-05-18T06:34:40.6482380Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-05-18T06:34:40.6482640Z env: 2022-05-18T06:34:40.6482810Z IN_CI: 1 2022-05-18T06:34:40.6482980Z IS_GHA: 1 2022-05-18T06:34:40.6483170Z GIT_DEFAULT_BRANCH: master 2022-05-18T06:34:40.6483410Z BUILD_ENVIRONMENT: macos-11-py3-x86-64 2022-05-18T06:34:40.6483660Z COMPACT_JOB_NAME: macos-11-py3-x86-64 2022-05-18T06:34:40.6483910Z JOB_BASE_NAME: macos-11-py3-x86-64-test 2022-05-18T06:34:40.6484130Z TEST_CONFIG: default 2022-05-18T06:34:40.6484330Z SHARD_NUMBER: 2 2022-05-18T06:34:40.6484500Z NUM_TEST_SHARDS: 2 2022-05-18T06:34:40.6484750Z PR_BODY: 2022-05-18T06:34:40.6484940Z PYTORCH_RETRY_TEST_CASES: 1 2022-05-18T06:34:40.6485180Z CONDA_PKGS_DIR: /Users/runner/conda_pkgs_dir 2022-05-18T06:34:40.6485420Z AWS_DEFAULT_REGION: us-east-1 2022-05-18T06:34:40.6485620Z BRANCH: master 2022-05-18T06:34:40.6485800Z PR_NUMBER: 2022-05-18T06:34:40.6486020Z SHA1: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T06:34:40.6486220Z TAG: 2022-05-18T06:34:40.6486400Z WORKFLOW_ID: 2342799949 2022-05-18T06:34:40.6486770Z GITHUB_TOKEN: *** 2022-05-18T06:34:40.6487010Z AWS_ACCESS_KEY_ID: *** 2022-05-18T06:34:40.6487320Z AWS_SECRET_ACCESS_KEY: *** 2022-05-18T06:34:40.6487530Z GHA_WORKFLOW_JOB_ID: 6483080207 2022-05-18T06:34:40.6487860Z ##[endgroup] 2022-05-18T06:34:40.6839770Z + python3 -m pip install -r requirements.txt 2022-05-18T06:34:41.2136960Z 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-18T06:34:41.4976470Z Ignoring dataclasses: markers 'python_version < "3.7"' don't match your environment 2022-05-18T06:34:41.5536500Z Collecting astunparse 2022-05-18T06:34:41.5901010Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-05-18T06:34:41.6183110Z Collecting expecttest 2022-05-18T06:34:41.6220810Z Using cached expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-05-18T06:34:41.6525110Z Collecting future 2022-05-18T06:34:41.6609470Z Downloading future-0.18.2.tar.gz (829 kB) 2022-05-18T06:34:41.6878260Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 KB 37.0 MB/s eta 0:00:00 2022-05-18T06:34:41.9210890Z Preparing metadata (setup.py): started 2022-05-18T06:34:43.6100370Z Preparing metadata (setup.py): finished with status 'done' 2022-05-18T06:34:44.2754690Z Collecting numpy 2022-05-18T06:34:44.2829150Z Downloading numpy-1.22.3-cp39-cp39-macosx_10_14_x86_64.whl (17.6 MB) 2022-05-18T06:34:44.5962410Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.6/17.6 MB 46.6 MB/s eta 0:00:00 2022-05-18T06:34:44.9222900Z Collecting psutil 2022-05-18T06:34:44.9305010Z Downloading psutil-5.9.0-cp39-cp39-macosx_10_9_x86_64.whl (238 kB) 2022-05-18T06:34:44.9483250Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.6/238.6 KB 15.8 MB/s eta 0:00:00 2022-05-18T06:34:45.0909000Z Collecting pyyaml 2022-05-18T06:34:45.1135750Z Downloading PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl (197 kB) 2022-05-18T06:34:45.1288320Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.6/197.6 KB 15.9 MB/s eta 0:00:00 2022-05-18T06:34:45.1324780Z Requirement already satisfied: requests in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 8)) (2.26.0) 2022-05-18T06:34:45.1330390Z Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (from -r requirements.txt (line 9)) (60.10.0) 2022-05-18T06:34:45.1669220Z Collecting six 2022-05-18T06:34:45.1742370Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-05-18T06:34:45.2074210Z Collecting types-dataclasses 2022-05-18T06:34:45.2145800Z Downloading types_dataclasses-0.6.5-py3-none-any.whl (2.8 kB) 2022-05-18T06:34:45.2531410Z Collecting typing_extensions 2022-05-18T06:34:45.2573960Z Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB) 2022-05-18T06:34:45.2641420Z 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-18T06:34:45.3047220Z 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-18T06:34:45.3068100Z 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-18T06:34:45.3087680Z 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-18T06:34:45.3098940Z 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-18T06:34:45.3920630Z Building wheels for collected packages: future 2022-05-18T06:34:45.3932210Z Building wheel for future (setup.py): started 2022-05-18T06:34:48.0658080Z Building wheel for future (setup.py): finished with status 'done' 2022-05-18T06:34:48.0687290Z Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=6e3bcef96d37434e35257dc537608a2a47fae1ae931d0837d46b5916b2466936 2022-05-18T06:34:48.0689490Z Stored in directory: /Users/runner/Library/Caches/pip/wheels/2f/a0/d3/4030d9f80e6b3be787f19fc911b8e7aa462986a40ab1e4bb94 2022-05-18T06:34:48.0749840Z Successfully built future 2022-05-18T06:34:48.1388890Z Installing collected packages: types-dataclasses, typing_extensions, six, pyyaml, psutil, numpy, future, expecttest, astunparse 2022-05-18T06:34:48.1418180Z 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-18T06:34:48.1519170Z 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-18T06:34:48.1788550Z 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-18T06:34:48.1971420Z 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-18T06:34:48.2661430Z 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-18T06:34:48.4448250Z 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-18T06:34:51.0774650Z 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-18T06:34:51.6580720Z 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-18T06:34:51.6693060Z 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-18T06:34:51.6903710Z 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-18T06:34:51.6988440Z 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-18T06:34:51.8536390Z WARNING: You are using pip version 22.0.4; however, version 22.1 is available. 2022-05-18T06:34:51.8537270Z You should consider upgrading via the '/usr/local/opt/python@3.9/bin/python3.9 -m pip install --upgrade pip' command. 2022-05-18T06:34:52.0364430Z + python3 -m pip install boto3==1.19.12 2022-05-18T06:34:52.5717090Z 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-18T06:34:53.4976710Z Collecting boto3==1.19.12 2022-05-18T06:34:53.5276530Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-05-18T06:34:53.5437340Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 KB 10.7 MB/s eta 0:00:00 2022-05-18T06:34:53.5919720Z Collecting s3transfer<0.6.0,>=0.5.0 2022-05-18T06:34:53.6014390Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-05-18T06:34:53.6136330Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 KB 9.0 MB/s eta 0:00:00 2022-05-18T06:34:53.6471100Z Collecting jmespath<1.0.0,>=0.7.1 2022-05-18T06:34:53.6540180Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-05-18T06:34:54.5809410Z Collecting botocore<1.23.0,>=1.22.12 2022-05-18T06:34:54.5906230Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-05-18T06:34:54.7718400Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/8.1 MB 45.5 MB/s eta 0:00:00 2022-05-18T06:34:54.8287700Z 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-18T06:34:54.8692350Z Collecting python-dateutil<3.0.0,>=2.1 2022-05-18T06:34:54.8778140Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-05-18T06:34:54.8925560Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 20.9 MB/s eta 0:00:00 2022-05-18T06:34:55.0488450Z 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-18T06:34:55.1681560Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-05-18T06:34:55.1704770Z 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-18T06:34:55.2422810Z 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-18T06:34:55.2764640Z 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-18T06:34:56.2596160Z 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-18T06:34:56.3180340Z 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-18T06:34:56.4171770Z 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-18T06:34:56.4284920Z 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-18T06:34:56.5758960Z WARNING: You are using pip version 22.0.4; however, version 22.1 is available. 2022-05-18T06:34:56.5768890Z You should consider upgrading via the '/usr/local/opt/python@3.9/bin/python3.9 -m pip install --upgrade pip' command. 2022-05-18T06:34:56.7125860Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-05-18T06:35:25.1151710Z [scribe] Scribe access token not provided, sending report via boto3... 2022-05-18T06:35:25.1152050Z 2022-05-18T06:35:25.1152580Z ----- Historic stats comparison result ------ 2022-05-18T06:35:25.1152790Z 2022-05-18T06:35:25.1153040Z job: macos-11-py3-x86-64-test 2022-05-18T06:35:25.1153550Z commit: 3b2375291aab7b48442f2e6fb1ef66cebc761e24 2022-05-18T06:35:25.1153760Z 2022-05-18T06:35:25.1154080Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-05-18T06:35:25.1154310Z 2022-05-18T06:35:25.1154440Z : (master) 2022-05-18T06:35:25.1154680Z | 2022-05-18T06:35:25.1155160Z * 3b2375291a (HEAD) total time 3986.10s 2022-05-18T06:35:25.1155450Z * 6e3391a7c3 0 reports 2022-05-18T06:35:25.1155710Z * 48581d74ad (base) 1 report, total time 3945.94s 2022-05-18T06:35:25.1156000Z * c35bd8d423 0 reports 2022-05-18T06:35:25.1156440Z * f6beda89c6 1 report, total time 4062.47s 2022-05-18T06:35:25.1156780Z * ee080918df 1 report, total time 3795.29s 2022-05-18T06:35:25.1157070Z * bbaefdf6b5 0 reports 2022-05-18T06:35:25.1157330Z * 7c52f204e0 0 reports 2022-05-18T06:35:25.1157550Z * e0451d8022 0 reports 2022-05-18T06:35:25.1157840Z * 4e2f5507d0 1 report, total time 4140.77s 2022-05-18T06:35:25.1158150Z * b64845eb18 1 report, total time 4011.78s 2022-05-18T06:35:25.1158410Z | 2022-05-18T06:35:25.1158630Z : 2022-05-18T06:35:25.1158770Z 2022-05-18T06:35:25.1159590Z Removed (across 0 suites) 0 tests, totaling 0.00s 2022-05-18T06:35:25.1159910Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-05-18T06:35:25.1160250Z Added (across 0 suites) 0 tests, totaling 0.00s 2022-05-18T06:35:25.2366200Z Post job cleanup. 2022-05-18T06:35:25.2977220Z ##[group]Removing uncompressed packages to trim down cache folder... 2022-05-18T06:35:25.2988350Z Removing "/Users/runner/conda_pkgs_dir/blas-1.0-openblas" 2022-05-18T06:35:25.3182290Z Removing "/Users/runner/conda_pkgs_dir/bzip2-1.0.8-h1de35cc_0" 2022-05-18T06:35:25.3315450Z Removing "/Users/runner/conda_pkgs_dir/c-ares-1.18.1-hca72f7f_0" 2022-05-18T06:35:25.3519360Z Removing "/Users/runner/conda_pkgs_dir/ca-certificates-2021.10.8-h033912b_0" 2022-05-18T06:35:25.3636690Z Removing "/Users/runner/conda_pkgs_dir/ca-certificates-2022.4.26-hecd8cb5_0" 2022-05-18T06:35:25.3826820Z Removing "/Users/runner/conda_pkgs_dir/certifi-2021.10.8-py38h50d1736_2" 2022-05-18T06:35:25.3975200Z Removing "/Users/runner/conda_pkgs_dir/certifi-2021.10.8-py38hecd8cb5_2" 2022-05-18T06:35:25.4111870Z Removing "/Users/runner/conda_pkgs_dir/cffi-1.15.0-py38hc55c11b_1" 2022-05-18T06:35:25.4281750Z Removing "/Users/runner/conda_pkgs_dir/cmake-3.19.6-h04fa861_0" 2022-05-18T06:35:25.7231480Z Removing "/Users/runner/conda_pkgs_dir/dataclasses-0.8-pyh6d0b6a4_7" 2022-05-18T06:35:25.7344020Z Removing "/Users/runner/conda_pkgs_dir/expat-2.4.4-he9d5cce_0" 2022-05-18T06:35:25.7473790Z Removing "/Users/runner/conda_pkgs_dir/freetype-2.11.0-hd8bbffd_0" 2022-05-18T06:35:25.7649710Z Removing "/Users/runner/conda_pkgs_dir/giflib-5.2.1-haf1e3a3_0" 2022-05-18T06:35:25.7787930Z Removing "/Users/runner/conda_pkgs_dir/intel-openmp-2021.4.0-hecd8cb5_3538" 2022-05-18T06:35:25.7920390Z Removing "/Users/runner/conda_pkgs_dir/jpeg-9e-hca72f7f_0" 2022-05-18T06:35:25.8055590Z Removing "/Users/runner/conda_pkgs_dir/krb5-1.19.2-hcd88c3b_0" 2022-05-18T06:35:25.8353590Z Removing "/Users/runner/conda_pkgs_dir/lcms2-2.12-hf1fd2bf_0" 2022-05-18T06:35:25.8495260Z Removing "/Users/runner/conda_pkgs_dir/libcurl-7.82.0-h6dfd666_0" 2022-05-18T06:35:25.8623910Z Removing "/Users/runner/conda_pkgs_dir/libcxx-12.0.0-h2f01273_0" 2022-05-18T06:35:25.9094980Z Removing "/Users/runner/conda_pkgs_dir/libedit-3.1.20210910-hca72f7f_0" 2022-05-18T06:35:25.9257360Z Removing "/Users/runner/conda_pkgs_dir/libev-4.33-h9ed2024_1" 2022-05-18T06:35:25.9373250Z Removing "/Users/runner/conda_pkgs_dir/libffi-3.3-hb1e8313_2" 2022-05-18T06:35:25.9525250Z Removing "/Users/runner/conda_pkgs_dir/libgfortran-3.0.1-h93005f0_2" 2022-05-18T06:35:25.9632750Z Removing "/Users/runner/conda_pkgs_dir/libiconv-1.16-hca72f7f_2" 2022-05-18T06:35:25.9771560Z Removing "/Users/runner/conda_pkgs_dir/libnghttp2-1.46.0-ha29bfda_0" 2022-05-18T06:35:25.9912630Z Removing "/Users/runner/conda_pkgs_dir/libopenblas-0.3.18-h9a5756b_0" 2022-05-18T06:35:26.0083900Z Removing "/Users/runner/conda_pkgs_dir/libpng-1.6.37-ha441bb4_0" 2022-05-18T06:35:26.0271140Z Removing "/Users/runner/conda_pkgs_dir/libssh2-1.10.0-h0a4fc7d_0" 2022-05-18T06:35:26.0543940Z Removing "/Users/runner/conda_pkgs_dir/libtiff-4.2.0-h87d7836_0" 2022-05-18T06:35:26.0692930Z Removing "/Users/runner/conda_pkgs_dir/libuv-1.40.0-haf1e3a3_0" 2022-05-18T06:35:26.0817160Z Removing "/Users/runner/conda_pkgs_dir/libwebp-1.2.2-h56c3ce4_0" 2022-05-18T06:35:26.0942790Z Removing "/Users/runner/conda_pkgs_dir/libwebp-base-1.2.2-hca72f7f_0" 2022-05-18T06:35:26.1080190Z Removing "/Users/runner/conda_pkgs_dir/lz4-c-1.9.3-h23ab428_1" 2022-05-18T06:35:26.1206340Z Removing "/Users/runner/conda_pkgs_dir/mkl-2021.2.0-hecd8cb5_269" 2022-05-18T06:35:26.1387390Z Removing "/Users/runner/conda_pkgs_dir/mkl-include-2021.2.0-hecd8cb5_269" 2022-05-18T06:35:26.1592710Z Removing "/Users/runner/conda_pkgs_dir/ncurses-6.3-hca72f7f_2" 2022-05-18T06:35:26.5692670Z Removing "/Users/runner/conda_pkgs_dir/ninja-1.10.2-hecd8cb5_5" 2022-05-18T06:35:26.5807400Z Removing "/Users/runner/conda_pkgs_dir/ninja-base-1.10.2-haf03e11_5" 2022-05-18T06:35:26.5911160Z Removing "/Users/runner/conda_pkgs_dir/numpy-1.18.5-py38h00fe2a6_0" 2022-05-18T06:35:26.6011160Z Removing "/Users/runner/conda_pkgs_dir/numpy-base-1.18.5-py38hc72aeb7_0" 2022-05-18T06:35:26.7058650Z Removing "/Users/runner/conda_pkgs_dir/openssl-1.1.1o-hca72f7f_0" 2022-05-18T06:35:26.7304840Z Removing "/Users/runner/conda_pkgs_dir/openssl-1.1.1o-hfe4f2af_0" 2022-05-18T06:35:26.7594350Z Removing "/Users/runner/conda_pkgs_dir/pillow-9.0.1-py38hde71d04_0" 2022-05-18T06:35:26.7873010Z Removing "/Users/runner/conda_pkgs_dir/pip-21.2.4-py38hecd8cb5_0" 2022-05-18T06:35:26.9229690Z Removing "/Users/runner/conda_pkgs_dir/pkg-config-0.29.2-h3efe00b_8" 2022-05-18T06:35:26.9346900Z Removing "/Users/runner/conda_pkgs_dir/pycparser-2.21-pyhd3eb1b0_0" 2022-05-18T06:35:26.9491930Z Removing "/Users/runner/conda_pkgs_dir/python-3.8.13-hdfd78df_0" 2022-05-18T06:35:27.2424220Z Removing "/Users/runner/conda_pkgs_dir/python_abi-3.8-2_cp38" 2022-05-18T06:35:27.2529310Z Removing "/Users/runner/conda_pkgs_dir/pyyaml-5.3.1-py38haf1e3a3_1" 2022-05-18T06:35:27.2667610Z Removing "/Users/runner/conda_pkgs_dir/readline-8.1.2-hca72f7f_1" 2022-05-18T06:35:27.2825230Z Removing "/Users/runner/conda_pkgs_dir/rhash-1.4.1-hbcfaee0_1" 2022-05-18T06:35:27.2999200Z Removing "/Users/runner/conda_pkgs_dir/setuptools-46.0.0-py38_0" 2022-05-18T06:35:27.3316830Z Removing "/Users/runner/conda_pkgs_dir/setuptools-61.2.0-py38hecd8cb5_0" 2022-05-18T06:35:27.4079940Z Removing "/Users/runner/conda_pkgs_dir/six-1.16.0-pyhd3eb1b0_1" 2022-05-18T06:35:27.4193250Z Removing "/Users/runner/conda_pkgs_dir/sqlite-3.38.3-h707629a_0" 2022-05-18T06:35:27.4332340Z Removing "/Users/runner/conda_pkgs_dir/tk-8.6.11-h3fd3227_1" 2022-05-18T06:35:27.5114930Z Removing "/Users/runner/conda_pkgs_dir/typing_extensions-4.1.1-pyh06a4308_0" 2022-05-18T06:35:27.5231110Z Removing "/Users/runner/conda_pkgs_dir/wheel-0.36.2-pyhd3deb0d_0" 2022-05-18T06:35:27.5363480Z Removing "/Users/runner/conda_pkgs_dir/wheel-0.37.1-pyhd3eb1b0_0" 2022-05-18T06:35:27.5507890Z Removing "/Users/runner/conda_pkgs_dir/xz-5.2.5-hca72f7f_1" 2022-05-18T06:35:27.5734640Z Removing "/Users/runner/conda_pkgs_dir/yaml-0.2.5-haf1e3a3_0" 2022-05-18T06:35:27.5928990Z Removing "/Users/runner/conda_pkgs_dir/zlib-1.2.12-h4dc903c_2" 2022-05-18T06:35:27.6058200Z Removing "/Users/runner/conda_pkgs_dir/zstd-1.4.9-h322a384_0" 2022-05-18T06:35:27.6227540Z ##[endgroup] 2022-05-18T06:35:27.7162920Z Post job cleanup. 2022-05-18T06:35:27.7228460Z Post job cleanup. 2022-05-18T06:35:27.8778140Z [command]/usr/local/bin/git version 2022-05-18T06:35:27.8870640Z git version 2.35.1 2022-05-18T06:35:27.8936340Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/35b0fc76-f40d-4847-8808-be42b1df15f8/.gitconfig' 2022-05-18T06:35:27.9369990Z Temporarily overriding HOME='/Users/runner/work/_temp/35b0fc76-f40d-4847-8808-be42b1df15f8' before making global git config changes 2022-05-18T06:35:27.9370520Z Adding repository directory to the temporary git global config as a safe directory 2022-05-18T06:35:27.9380680Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pytorch/pytorch 2022-05-18T06:35:27.9483980Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-05-18T06:35:27.9574000Z [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-18T06:35:28.0647660Z Entering 'android/libs/fbjni' 2022-05-18T06:35:28.0820550Z Entering 'third_party/FP16' 2022-05-18T06:35:28.1005940Z Entering 'third_party/FXdiv' 2022-05-18T06:35:28.1183250Z Entering 'third_party/NNPACK' 2022-05-18T06:35:28.1352020Z Entering 'third_party/QNNPACK' 2022-05-18T06:35:28.1520790Z Entering 'third_party/XNNPACK' 2022-05-18T06:35:28.1707280Z Entering 'third_party/benchmark' 2022-05-18T06:35:28.1876570Z Entering 'third_party/cpuinfo' 2022-05-18T06:35:28.2052480Z Entering 'third_party/cub' 2022-05-18T06:35:28.2233100Z Entering 'third_party/cudnn_frontend' 2022-05-18T06:35:28.2433030Z Entering 'third_party/eigen' 2022-05-18T06:35:28.2621240Z Entering 'third_party/fbgemm' 2022-05-18T06:35:28.2809120Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T06:35:28.2995690Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T06:35:28.3173240Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T06:35:28.3349140Z Entering 'third_party/flatbuffers' 2022-05-18T06:35:28.3534910Z Entering 'third_party/fmt' 2022-05-18T06:35:28.3707000Z Entering 'third_party/foxi' 2022-05-18T06:35:28.3878320Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T06:35:28.4046880Z Entering 'third_party/gloo' 2022-05-18T06:35:28.4213620Z Entering 'third_party/googletest' 2022-05-18T06:35:28.4384350Z Entering 'third_party/ideep' 2022-05-18T06:35:28.4565560Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T06:35:28.4749840Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T06:35:28.4934580Z Entering 'third_party/ios-cmake' 2022-05-18T06:35:28.5123430Z Entering 'third_party/kineto' 2022-05-18T06:35:28.5339830Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T06:35:28.5524000Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T06:35:28.5712300Z Entering 'third_party/nccl/nccl' 2022-05-18T06:35:28.5896280Z Entering 'third_party/neon2sse' 2022-05-18T06:35:28.6083250Z Entering 'third_party/onnx' 2022-05-18T06:35:28.6290110Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T06:35:28.6467270Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T06:35:28.6641740Z Entering 'third_party/onnx-tensorrt' 2022-05-18T06:35:28.6812440Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T06:35:28.6997970Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T06:35:28.7174860Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T06:35:28.7352260Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T06:35:28.7537740Z Entering 'third_party/pocketfft' 2022-05-18T06:35:28.7712370Z Entering 'third_party/protobuf' 2022-05-18T06:35:28.7888490Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T06:35:28.8068510Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T06:35:28.8242920Z Entering 'third_party/psimd' 2022-05-18T06:35:28.8415090Z Entering 'third_party/pthreadpool' 2022-05-18T06:35:28.8587180Z Entering 'third_party/pybind11' 2022-05-18T06:35:28.8757530Z Entering 'third_party/python-enum' 2022-05-18T06:35:28.8925190Z Entering 'third_party/python-peachpy' 2022-05-18T06:35:28.9094740Z Entering 'third_party/python-six' 2022-05-18T06:35:28.9263700Z Entering 'third_party/sleef' 2022-05-18T06:35:28.9429980Z Entering 'third_party/tbb' 2022-05-18T06:35:28.9600210Z Entering 'third_party/tensorpipe' 2022-05-18T06:35:28.9775020Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T06:35:28.9948280Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T06:35:29.0126300Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T06:35:29.0306300Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T06:35:29.0482000Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T06:35:29.0660510Z Entering 'third_party/zstd' 2022-05-18T06:35:29.0863210Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-05-18T06:35:29.0931170Z http.https://github.com/.extraheader 2022-05-18T06:35:29.0950540Z [command]/usr/local/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-05-18T06:35:29.1053590Z [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-18T06:35:29.1978790Z Entering 'android/libs/fbjni' 2022-05-18T06:35:29.2077710Z http.https://github.com/.extraheader 2022-05-18T06:35:29.2223920Z Entering 'third_party/FP16' 2022-05-18T06:35:29.2323890Z http.https://github.com/.extraheader 2022-05-18T06:35:29.2467770Z Entering 'third_party/FXdiv' 2022-05-18T06:35:29.2569980Z http.https://github.com/.extraheader 2022-05-18T06:35:29.2708650Z Entering 'third_party/NNPACK' 2022-05-18T06:35:29.2809430Z http.https://github.com/.extraheader 2022-05-18T06:35:29.2943490Z Entering 'third_party/QNNPACK' 2022-05-18T06:35:29.3043410Z http.https://github.com/.extraheader 2022-05-18T06:35:29.3184030Z Entering 'third_party/XNNPACK' 2022-05-18T06:35:29.3287530Z http.https://github.com/.extraheader 2022-05-18T06:35:29.3445720Z Entering 'third_party/benchmark' 2022-05-18T06:35:29.3551650Z http.https://github.com/.extraheader 2022-05-18T06:35:29.3692310Z Entering 'third_party/cpuinfo' 2022-05-18T06:35:29.3797000Z http.https://github.com/.extraheader 2022-05-18T06:35:29.3934630Z Entering 'third_party/cub' 2022-05-18T06:35:29.4035710Z http.https://github.com/.extraheader 2022-05-18T06:35:29.4173520Z Entering 'third_party/cudnn_frontend' 2022-05-18T06:35:29.4274220Z http.https://github.com/.extraheader 2022-05-18T06:35:29.4420440Z Entering 'third_party/eigen' 2022-05-18T06:35:29.4521800Z http.https://github.com/.extraheader 2022-05-18T06:35:29.4661880Z Entering 'third_party/fbgemm' 2022-05-18T06:35:29.4760990Z http.https://github.com/.extraheader 2022-05-18T06:35:29.4898310Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-05-18T06:35:29.5000690Z http.https://github.com/.extraheader 2022-05-18T06:35:29.5136700Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-05-18T06:35:29.5234400Z http.https://github.com/.extraheader 2022-05-18T06:35:29.5372090Z Entering 'third_party/fbgemm/third_party/googletest' 2022-05-18T06:35:29.5473330Z http.https://github.com/.extraheader 2022-05-18T06:35:29.5614580Z Entering 'third_party/flatbuffers' 2022-05-18T06:35:29.5714010Z http.https://github.com/.extraheader 2022-05-18T06:35:29.5856050Z Entering 'third_party/fmt' 2022-05-18T06:35:29.5955950Z http.https://github.com/.extraheader 2022-05-18T06:35:29.6092140Z Entering 'third_party/foxi' 2022-05-18T06:35:29.6192650Z http.https://github.com/.extraheader 2022-05-18T06:35:29.6331750Z Entering 'third_party/gemmlowp/gemmlowp' 2022-05-18T06:35:29.6435200Z http.https://github.com/.extraheader 2022-05-18T06:35:29.6573220Z Entering 'third_party/gloo' 2022-05-18T06:35:29.6674430Z http.https://github.com/.extraheader 2022-05-18T06:35:29.6810840Z Entering 'third_party/googletest' 2022-05-18T06:35:29.6912660Z http.https://github.com/.extraheader 2022-05-18T06:35:29.7051790Z Entering 'third_party/ideep' 2022-05-18T06:35:29.7152640Z http.https://github.com/.extraheader 2022-05-18T06:35:29.7294140Z Entering 'third_party/ideep/mkl-dnn' 2022-05-18T06:35:29.7396160Z http.https://github.com/.extraheader 2022-05-18T06:35:29.7537310Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-05-18T06:35:29.7641350Z http.https://github.com/.extraheader 2022-05-18T06:35:29.7790550Z Entering 'third_party/ios-cmake' 2022-05-18T06:35:29.7890860Z http.https://github.com/.extraheader 2022-05-18T06:35:29.8027430Z Entering 'third_party/kineto' 2022-05-18T06:35:29.8127720Z http.https://github.com/.extraheader 2022-05-18T06:35:29.8266720Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-05-18T06:35:29.8369750Z http.https://github.com/.extraheader 2022-05-18T06:35:29.8513390Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-05-18T06:35:29.8614500Z http.https://github.com/.extraheader 2022-05-18T06:35:29.8758460Z Entering 'third_party/nccl/nccl' 2022-05-18T06:35:29.8863150Z http.https://github.com/.extraheader 2022-05-18T06:35:29.9017510Z Entering 'third_party/neon2sse' 2022-05-18T06:35:29.9119810Z http.https://github.com/.extraheader 2022-05-18T06:35:29.9254590Z Entering 'third_party/onnx' 2022-05-18T06:35:29.9353200Z http.https://github.com/.extraheader 2022-05-18T06:35:29.9509760Z Entering 'third_party/onnx/third_party/benchmark' 2022-05-18T06:35:29.9614540Z http.https://github.com/.extraheader 2022-05-18T06:35:29.9756900Z Entering 'third_party/onnx/third_party/pybind11' 2022-05-18T06:35:29.9856850Z http.https://github.com/.extraheader 2022-05-18T06:35:30.0001000Z Entering 'third_party/onnx-tensorrt' 2022-05-18T06:35:30.0103810Z http.https://github.com/.extraheader 2022-05-18T06:35:30.0241990Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-05-18T06:35:30.0343670Z http.https://github.com/.extraheader 2022-05-18T06:35:30.0495010Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-05-18T06:35:30.0595270Z http.https://github.com/.extraheader 2022-05-18T06:35:30.0733760Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-05-18T06:35:30.0833300Z http.https://github.com/.extraheader 2022-05-18T06:35:30.0973220Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-05-18T06:35:30.1086880Z http.https://github.com/.extraheader 2022-05-18T06:35:30.1246130Z Entering 'third_party/pocketfft' 2022-05-18T06:35:30.1348050Z http.https://github.com/.extraheader 2022-05-18T06:35:30.1484340Z Entering 'third_party/protobuf' 2022-05-18T06:35:30.1584290Z http.https://github.com/.extraheader 2022-05-18T06:35:30.1726830Z Entering 'third_party/protobuf/third_party/benchmark' 2022-05-18T06:35:30.1828250Z http.https://github.com/.extraheader 2022-05-18T06:35:30.1963860Z Entering 'third_party/protobuf/third_party/googletest' 2022-05-18T06:35:30.2063510Z http.https://github.com/.extraheader 2022-05-18T06:35:30.2206580Z Entering 'third_party/psimd' 2022-05-18T06:35:30.2306590Z http.https://github.com/.extraheader 2022-05-18T06:35:30.2445950Z Entering 'third_party/pthreadpool' 2022-05-18T06:35:30.2548750Z http.https://github.com/.extraheader 2022-05-18T06:35:30.2685210Z Entering 'third_party/pybind11' 2022-05-18T06:35:30.2783870Z http.https://github.com/.extraheader 2022-05-18T06:35:30.2919900Z Entering 'third_party/python-enum' 2022-05-18T06:35:30.3021190Z http.https://github.com/.extraheader 2022-05-18T06:35:30.3157290Z Entering 'third_party/python-peachpy' 2022-05-18T06:35:30.3264930Z http.https://github.com/.extraheader 2022-05-18T06:35:30.3403410Z Entering 'third_party/python-six' 2022-05-18T06:35:30.3531840Z http.https://github.com/.extraheader 2022-05-18T06:35:30.3671090Z Entering 'third_party/sleef' 2022-05-18T06:35:30.3773920Z http.https://github.com/.extraheader 2022-05-18T06:35:30.3912430Z Entering 'third_party/tbb' 2022-05-18T06:35:30.4012520Z http.https://github.com/.extraheader 2022-05-18T06:35:30.4152440Z Entering 'third_party/tensorpipe' 2022-05-18T06:35:30.4251820Z http.https://github.com/.extraheader 2022-05-18T06:35:30.4391340Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-05-18T06:35:30.4495930Z http.https://github.com/.extraheader 2022-05-18T06:35:30.4674150Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-05-18T06:35:30.4780570Z http.https://github.com/.extraheader 2022-05-18T06:35:30.4918400Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-05-18T06:35:30.5022380Z http.https://github.com/.extraheader 2022-05-18T06:35:30.5173200Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-05-18T06:35:30.5276580Z http.https://github.com/.extraheader 2022-05-18T06:35:30.5416450Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-05-18T06:35:30.5519240Z http.https://github.com/.extraheader 2022-05-18T06:35:30.5665310Z Entering 'third_party/zstd' 2022-05-18T06:35:30.5768510Z http.https://github.com/.extraheader 2022-05-18T06:35:30.6257280Z Cleaning up orphan processes